Position of Block

Hi  Gurus ,
             1.How to set a position of block in selection screen.
                Ex . I want a block to display in right corner of screen or middle of the screen
                How to set the position ?.
            2.How to put a Select -option in Dialouge programming with out calling the selection screen.
Thanks & Regards
T.Velmurugan

HI,
Try this way for your second question...
report ztest .
tables: mara.
Custom Selection Screen 1010
selection-screen begin of screen 1010 as subscreen.
selection-screen begin of block b1 with frame title text-001.
parameters: p_rad1 radiobutton group grp1 default 'X',
p_rad2 radiobutton group grp1,
p_rad3 radiobutton group grp1.
select-options: s_matnr for mara-matnr,
s_matkl for mara-matkl,
s_mtart for mara-mtart.
selection-screen end of block b1.
selection-screen end of screen 1010.
start-of-selection.
call screen 100.
*& Module STATUS_0100 OUTPUT
module status_0100 output.
SET PF-STATUS 'xxxxxxxx'.
SET TITLEBAR 'xxx'.
endmodule.
*& Module USER_COMMAND_0100 INPUT
module user_command_0100 input.
endmodule.
Screen screen 100 with a subscreen area
called "subscreen_1010"
Screen Flow Logic follows
process before output.
module status_0100.
call subscreen subscreen_1010
including sy-repid '1010'.
process after input.
call subscreen subscreen_1010 .
module user_command_0100.

Similar Messages

  • I just update to ios6 and mi wifi blow up, the activation button does not slide to on position, is blocked

    I just update to ios6 and mi wifi blow up, the activation button does not slide to on position, is blocked

    No I did not use any unauthorized methods for anything, I simply reset my phone back to factory.
    <Edited By Host>

  • Block stock or quality inspection

    Hi,
         We usually block the stock through MB1B 321/322 or 343/344 movements types. But we cant indicate warehouse number and storage type:
    example: We have two units:
    Material A
    Batch: 1
    Quantity 2
    Storage type 010: 1 unit
    Storage type 011: 1 unit
    We need to block or put in quality control just 1 unit. We go to MIGO and we indicate:
    Material: "A"
    Bacth: 1
    Quantity: 1
    Movement type: 343.
    But we can not indicate that we want to block just the unit on the 010 storage type or 011.
    How can i do it? Through wich tcode?
    Thanks in advance for the help.
    Regards
    Enzo

    Hi
    When you perform the MB1B in IM you shou;ld create a Posting Change Notice in WM (this is a setting you should maintain in OMLR) you will also create a negative and positve in interim st type 922
    If you are blocking stock you will have a negative of unrestricted stock and a positive of blocked stock
    You will find the Posting change notice in LU04 (you can set the system to call the WM transaction immediately also in OMLR)
    You them create the TO for the PCN and specify from where you want to block the stock and the system will move the correct quantity of unrestrictede stock to 922 and move the stock in 922 to the bin where the unrestricted stock was and the process is cmp;lete (The TO will need to be confirmed and can be set to confirm automatically)
    This will correct the stock
    The system cannot 'assume' which bin you want to block the stock in and so you use the PCN, Just like a TR
    I hope that this helps
    Frenchy

  • Create blocked contract in backend R3 from a quot in SRM

    HI experts,
    I work in SRM 5.0 and I need to create a contract in backend R3 from a quot in SRM
    I need that positions of my future contract in R3 are blocked
    Do you know if filling the parameter IT_PDEXT_ITEMS-DEL_IND = S or with other mark in the badi BBP_CTR_BE_CREATE, the contract positions are blocked?
    Best Regards and thank you in advance.

    Hi,
    If u set the IT_PDEXT_ITEMS-DEL_IND = X then contract will be created and it will be deleted.
    Yes u can do this in BADI BBP_CTR_BE_CREATE.
    Thanks
    Venkatesh P

  • Defining a Center Aligned Table in a WebI Report ?

    I sure hope I'm missing something, but one of our developers has been struggling with this for days and it seems like such an obvious report building exercise.  I looked myself and couldn't see how to do it either... not even using something crafty.
    The basic problem is that we have some content that will change every time the report is run, so we put this data in a one row table with the "show when empty" feature disabled for the cells and "auto-fit width" turned on.  If we could just center align the resulting table we would be fine, but the only way to center align it is to select another item and then use the center align feature.  However, that is a one-time operation that simply calculates the offset given the current data.  If the report is run again with different prompts (for example) the table size may be different, but the center offset is not recalculated because there is no way to mark the table for center alignment.
    So we need the table to be center aligned (either to the page, report header, or another element would work for us) because it will have multiple (optional cells).  Also, FYI, we can't just put it all in one forumla and let the cell content be centered... because we're actually embedding multiple hyperlinks in those other cells... in a borderless table... to get a centered block effect on the results.
    Any suggestions?  Only thing we've come up with is to insert padding cells that we set to Fixedsys fond and then calculate a space Fill() on based on the other results... but that's really messy and seems like overkill for something that's normally a "bread and butter" report building feature.

    Hi Ray,
    As I understand you want to Centre align the table , but when you select the  table centre align feature is disabled and you can only align the text in the table.
    You can use Relative Positioning Feature to align the Table in relation to the Bottom, top, Left and right edge of the report and other block. This feature allows user to fix the position of the table even if data in the table changes and auto-adjust the table position when block data or another block data changes.
    You can manually drag the table to the centre of the report; set the alignment of the text to the centre, when your data changes the, WEBI wonu2019t change the position of the table nor it changes the text alignment.
    Please paste the report data here so that I can understand how you want to display the table data and your statement u201Cwe put this data in a one row table with the "show when empty" feature disabled for the cells and "auto-fit width" turned on.
    Do you have any other blocks of data in your reporting along with the table data that you want to centre align?
    I Hope this Helpsu2026
    Thanksu2026.
    Pratik

  • Auto create Whitelist

    Can the C160 be configured to automatically add an email address that is being sent by one of our users? 
    I can see where I can manually add an address to an incoming mail policy but I would like to have it automatically happen each time we send out a message.                  

    I assume that you are talking about a list of sender email addresses in an incoming mail policy? There is no way that I know of to automatically add an address to the list of recipient addresses. You would have to have some sort of external process looking at logs and then script the addition on the CLI (expect).
    If you wanted to do that it would probably be easier to add them to an LDAP directory and configure an incoming mail policy to use ldap. It seems like you are looking for an automated whitelist which is an idea that has proven to be a huge security hole.
    Just a couple (of many) issues that I can think of:
    1) Your appliance can & should reject a lot of messages based on IP rather than just mail-from.
    2) It would be very hard to not add typos that people send to as well as emails sent based on auto-responders. I am thinking of out-of-office messages. (The list would get huge very quickly)
    3) If I knew or suspected that you had this set up you are asking for trouble. It would not be hard to predict an email that your userbase might have sent to, or use an auto-responder to get whatever I wanted added and then leverage that to send you spam/phishing/viruses.
    Recommendation: Focus on blocking by IP Reputation as much as possible. If you are seeing a high number of false positives being blocked then there are ways to solve that without the holes that an automated whitelisting brings.

  • Inventory Value in a Plant by vendor

    hi Guys :
    Client requirement is to have inventory position( Unrestricted + Blocked Stock) by vendor in plant @ given point of time.
    we have MB5L--List of stock values by material and Plant but won't give us the breakup by vendor?
    Thanks
    Sweth

    To get a Total Plant Unrestricted stock use Table MARD and fied LABST. Please input only MATNR-material & WERKS - Plant and add up all the stocks for different storage location.
    To arrive at total value you can multiply total stock by Material Price. Use table MBEW.
    Input MBEW-MATNR & MBEW-BWKEY and get VPRSV - Price control based on that either standard price STPRS or Moveing average VERPR to get the material price.
    Since you are having one venodr per material you must have Purchasing Inforecord. use table EINA and input MATNR to get vendor LIFNR.

  • Error while doing schema level import using datapump

    Hi I get the following ierrors while importing a schema from prod to dev database... can anyone help ,thanks!
    impdp system DIRECTORY=DATA_PUMP_DIR DUMPFILE=abcdprod.DMP LOGFILE=abcdprod.log REMAP_SCHEMA=abcdprod:abcddev
    ORA-39002: invalid operation
    ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
    ORA-31644: unable to position to block number 170452 in dump file "/ots/oracle/echo/wxyz/datapump/abcdprod.DMP

    877410 wrote:
    Hi I get the following ierrors while importing a schema from prod to dev database... can anyone help ,thanks!
    impdp system DIRECTORY=DATA_PUMP_DIR DUMPFILE=abcdprod.DMP LOGFILE=abcdprod.log REMAP_SCHEMA=abcdprod:abcddev
    ORA-39002: invalid operation
    ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
    ORA-31644: unable to position to block number 170452 in dump file "/ots/oracle/echo/wxyz/datapump/abcdprod.DMPpost complete command line for the expdp that made the abcdprod.DMP file

  • My cd drive not working

    ok, so here's what happened. I put a mini cd in my computer, the kind that's the size of a gamecube disk. i guess because of the size of the thing, the computer couldn't/didn't read it, and it got stuck inside. After some wiggling with a heavy piece of paper, i was able to shake it out, but now i'm left with a whole new problem. It seems that the mechanism which helps pull the disk into the machine is stuck in what i guess is an "out" sort of position, therby blocking the drive to normal-sized cd's. iv'e tryed putting the mini disk back in to see if that would help, but it just got stuck again. I got the disk back out, but the problem remains. I hope i didn't seriously mess up my cd drive on accident. any suggestions?

    See this article: http://docs.info.apple.com/article.html?artnum=88275
    Sorry hatpants. Apple explicitly states to not use mini-CDs in the slot loading drive. You played with fire, and you got burned.
    If your computer is out of warranty then you can replace the drive yourself, and be on your way.
    If it's still under warranty, you'll still have to pay for the new drive and repair costs, as human error is not covered.

  • [Q] ORA-30510 error while doing full database import

    We have ORACLE 9.2.0.6 on Redhat LINUX AS 3.4. while we doing "full database import" there has ORA-30510 come out. I searched Metalink and Google, but not found much information. The error messages on import are:
    . importing OUTLN's objects into OUTLN
    . importing SYSTEM's objects into SYSTEM
    . importing TKOWNER's objects into TKOWNER
    IMP-00017: following statement failed with ORACLE error 30510:
    "CREATE TRIGGER "TKOWNER".TRIG_DONOTANALYZE before analyze on schema decla"
    "re begin if sys.dictionary_obj_name = 'MYWTKEMPLOYEE' then raise_ap"
    "plication_error(-20101, 'Do Not ANALYZE MYWTKEMPLOYEE'); end if; end; "
    IMP-00003: ORACLE error 30510 encountered
    ORA-30510: system triggers cannot be defined on the schema of SYS user
    . importing SYS's objects into SYS
    . importing TKOWNER's objects into TKOWNER
    About to enable constraints...
    Import terminated successfully with warnings.

    877410 wrote:
    Hi I get the following ierrors while importing a schema from prod to dev database... can anyone help ,thanks!
    impdp system DIRECTORY=DATA_PUMP_DIR DUMPFILE=abcdprod.DMP LOGFILE=abcdprod.log REMAP_SCHEMA=abcdprod:abcddev
    ORA-39002: invalid operation
    ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
    ORA-31644: unable to position to block number 170452 in dump file "/ots/oracle/echo/wxyz/datapump/abcdprod.DMPpost complete command line for the expdp that made the abcdprod.DMP file

  • Captivate 6 - Combining publishing files

    We're working to convert our old multimedia presentation system to a modern one.  To maintain backwards compatibility, we want to use Captivate to publish both Flash and HTML5, which is already supported.  The problem we've run into is that we can't have "multiscreen.html" operate as a frame-based system.  Instead, we need the player to be generated in the same file as it determines which player to load (supervisors instructions).  This would be beyond easy in PHP, but we're restricted to jQuery.  I've gotten the system to work, but there is a hiccup that I have not been able to correct.  When the HTML5 player loads, the #project_container DIV is not compensating for the height of the playbar, so it's generating 720px instead of 750px.  Editing the height in the CPLibrary, or through jQuery after the DoCPInit() runs, results in a partial fix.  Either of these modifications will allow the playbar to display, but only after adjust the size of the browser window.  Upon generation, the playbar is hidden below the screen.
    As it is, I've yet to figure out why the playbar is being ignored by the replacement of the three original .html files.
    The file I created can be viewed at http://studentweb.ecpi.edu/chresb9788/ENG120_U1_Lecture1/index_frameless.html while the original published files can be accessed at http://studentweb.ecpi.edu/chresb9788/ENG120_U1_Lecture1/index.html.  I renamed the files so they make logical sense, but otherwise they're the exact same.  The CPLibrary file is also in its original state, no modifications as all.  If you pull up a browser debugger on the index.html, you'll see that the #project_container displays the appropriate height by default, while the index_frameless.html displays the appropriate height - playbar height (30 px short).
    Other than the hiding playbar, my code seems to work perfectly and I have been able to copy the files to additional publications from Captivate with identical results (fully functional, just the quirk with the playbar).
    Most of the modifications I've had to make were for background transparency.  Here's a list of the files I've modified to make this work:
    \assets\css\CPLibrary.css
    \assets\js\CPWidgetManager.js
    \captivate.css
    \index_frameless.html (Combination of projectname.html, index.html, and multiscreen.html, with tweaking of the Flash/HTML5 identification)
    \project.js
    \standard.js
    Any assistance that can be offered would be greatly appreciated.

    Alright, so I figured out that the "primary" issue was with the wrapper DIV used to load the player based upon whether HTML5 video was playable or not.  As soon as I removed the wrapper, it worked without issue.  It's not exactly what was wanted, but we by-passed the issue by wrapping the CSS and JavaScript links in the wrapper alone and applied jQuery to force the player/loading screen and wrapper to hide when the Flash player is used (displayed using wrapper too).
    This means that everything loads regardless of the player being used, but it hides what isn't needed from view.  A working copy can be found at http://studentweb.ecpi.edu/chresb9788/ENG120_U1_Lecture1/index_frameless_new.html.  For anyone interested, here is the direct code utilized:
    <!DOCTYPE html>
    <html style="height: 100%;">
      <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="initial-scale = 1, minimum-scale = 1, maximum-scale = 1" name="viewport">
        <title></title>
        <meta content="NO-CACHE" http-equiv="CACHE-CONTROL">
        <script src="standard.js" type="text/javascript"></script>
        <script src="assets/js/CPHTML5Warnings.js" type="text/javascript"></script>
        <script src="assets/js/jquery-1.6.1.min.js" type="text/javascript"></script>
        <script>
          function generateEmbed()
            var fileType;
            if(!!document.createElement('video').canPlayType)
              var vidTest = document.createElement('video');
              oggTest = vidTest.canPlayType('video/ogg; codecs="theora, vorbis"');
              if(!oggTest)
                h264Test = vidTest.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"');
                if(!h264Test)
                  fileType = 'flash';
                else
                  if(h264Test == 'probably')
                    fileType = 'html5';
                  else
                    fileType = 'flash';
              else
                if(oggTest == 'probably')
                  fileType = 'html5';
                else
                  fileType = 'flash';
            else
              fileType = 'flash';
            if(fileType == 'html5')
              $('#playerFlash').hide();
              $('.playerHTML5').show();
              $('#cpDocument').show();
            else
              $('.playerHTML5').hide();
              $('#cpDocument').hide();
              $('#blockUserInteraction').hide();
              $('#playerFlash').show();
        </script>
      </head>
      <body onload="generateEmbed();" style="margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: hidden;">
        <div class="playerHTML5" style="background-color: transparent; border: 0px; padding: 0px; width: 100%; height: 100%; display: none;">
          <link href="assets/css/CPLibrary.css" rel="stylesheet" type="text/css">
          <link href="assets/css/CPQuiz.css" rel="stylesheet" type="text/css">
          <link href="assets/css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css">
          <link href="assets/css/dd.css" rel="stylesheet" type="text/css">
          <script src="assets/js/uncompressed.jquery.dd.js" type="text/javascript"></script>
          <script src="assets/js/uncompressed-jquery-ui-1.8.14.custom.js" type="text/javascript"></script>
          <script type="text/javascript"></script>
          <noscript style="text-align: center; font-size: 24px;">Enable Javascript support in the browser.</noscript>
          <style>
            .shadow
              overflow: hidden;
            .cpMainContainer
              background-color: transparent;
              //background: url("./assets/htmlimages/BackgroundImage.png");
              height: 100%;
              width: 100%;
              padding: 0px;
              position: absolute;
            .blocker
              position: absolute;
              left: 0px;
              top: 0px;
              display: none;
            .loadingBackground
              //position: absolute;
              //display: block;
              background-color: #777777;
              opacity: 0.5;
            .loadingString
              //width: 100px;
              //position: absolute;
              color: #ffffff;
          </style>
          <script src="assets/js/CPRuntimeDailog.js" type="text/javascript"></script>
          <script src="assets/js/CPLibrary.js" type="text/javascript"></script>
          <script src="assets/js/CPQuizLibrary.js" type="text/javascript"></script>
          <script src="assets/js/CPPlaybar.js" type="text/javascript"></script>
          <script src="assets/js/CPTOC.js" type="text/javascript"></script>
          <script src="assets/js/CPWidgetManager.js" type="text/javascript"></script>
          <link href="assets/playbar/playbarStyle.css" rel="stylesheet" type="text/css">
          <script src="assets/playbar/playbarScript.js" type="text/javascript"></script>
          <script src="Project.js" type="text/javascript"></script>
        </div>
        <div class="cpMainContainer" id="cpDocument" style="left: 0px; top: 0px;">
          <div class="shadow" id="project_container" style="left: 0px; top: 0px; position: absolute;">
            <div class="cp-movie" id="project" style="width: 1280px; height: 720px">
              <div class="cp-timeline cp-main" id="project_main">
                <div id="div_Slide" onclick="handleClick(event)" style="top: 0px; width: 1280px; height: 720px; position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0);"></div>
              </div>
              <div id="autoplayDiv" style="display: block; text-align: center; position: absolute; left: 0px; top: 0px;">
                <img id="autoplayImage" src="" style="position: absolute; display: block; vertical-align: middle;">
                <div class="autoPlayButton" id="playImage" onclick="cp.movie.play()" onkeydown="CPPlayButtonHandle(event)" style="position: absolute; display: block; vertical-align: middle;" tabindex="0"></div>
              </div>
            </div>
            <div id="playbar" style="left:0px; float: left; position: absolute;"></div>
            <div id="toc" style="left: 0px; float: left; position: absolute;"></div>
            <div id="cc" style="left: 0px; float: left; position: absolute; visibility: hidden;">
              <div id="ccText" style="left: 0px; float: left; position: absolute; width: 100%; height: 100%;">
                <p style="margin-left: 8px; margin-right: 8px; margin-top: 2px;"></p>
              </div>
              <div id="ccClose" onclick="showHideCC()" style="background-image: url(./assets/Playbar_icons/ccClose.png); right: 0px; float: right; position: absolute; cursor: pointer; width: 13px; height: 11px;"></div>
            </div>
            <div id="passwordDiv" style="display: block; text-align: center; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;"></div>
            <div id="expDiv" style="display: block; text-align: center; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;"></div>
          </div>
        </div>
        <div class="blocker" id="blockUserInteraction" style="width: 100%; height: 100%;">
          <table class="loadingBackground" id="loading" style="width: 100%; height: 100%; text-align: center; vertical-align: middle;">
            <tr style="width: 100%; height: 100%; text-align: center; vertical-align: middle;">
              <td style="width: 100%; height: 100%; text-align: center; vertical-align: middle;">
                <div class="loadingString" id="loadingString">Loading...</div>
              </td>
            </tr>
          </table>
        </div>
        <div class="playerHTML5" style="background-color: transparent; border: 0px; padding: 0px; width: 100%; height: 100%; display: none;">
          <script>
            function DoCPInit()
              CPPreInit();
              cp.QuizLibraryInit();
              CPPostInit();
            document.oncomplete = DoCPInit();
          </script>
        </div>
        <div id="playerFlash" style="background-color: transparent; border: 0px; padding: 0px; width: 100%; height: 100%; display: none;">
          <div id="CaptivateContent" style="height: 100%;"></div>
          <script type="text/javascript">
            var so = new SWFObject('ENG120_U1_Lecture1_skin.swf', 'Captivate', '100%', '100%', '10', '#CCCCCC');
            so.addParam('quality', 'high');
            so.addParam('name', 'Captivate');
            so.addParam('id', 'Captivate');
            so.addParam('wmode', 'window');
            so.addParam('bgcolor','#f5f4f1');
            so.addParam('menu', 'false');
            so.addParam('AllowScriptAccess','always');
            so.addVariable('variable1', 'value1');
            so.setAttribute('redirectUrl', 'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash');
            so.write('CaptivateContent');
          </script>
          <script type="text/javascript">
            document.getElementById('Captivate').focus();
            document.Captivate.focus();
          </script>
        </div>
      </body>
    </html>
    Maybe yall will be able to figure out a better way to do this, but this will be enough for our purposes.  All we'd have to do is replace the SWFObject with a new Flash output and put this file in the output folder.

  • HT5594 Why can I not turn location services on?

    I know where it is at in location services. I went there and the ability to flip the switch to an on position is blocked. How do I fix this?  I restored the phone already and now I need to know a next step?

    Hello there, Coratower1.
    Although the following Knowledge Base article is written for Wi-Fi, the troubleshooting steps would prove useful for your issue as well:
    iOS: Wi-Fi settings grayed out or dim
    http://support.apple.com/kb/ts1559
    Feel free to skip what you may have already done.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • HyperBac Export

    Hi guys,
    I get the following error when I try and perform a HyperBac export. I execute the command...
    expdp hr/hr full=y DUMPFILE=exp_full_db.hbc logfile=exp_full_db_hbc.log
    It executes, gives the following errors and just hangs.
    ORA-31693: Table data object failed to load/unload and is being skipped due to error:
    ORA-31644: unable to position to block number 3879 in dump file
    ORA-19502: write error on file "...", blockno 1357 (blocksize=4096)
    ORA-27072: File I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 31) A device attached to the system is not functioning.
    Would appreciate any help
    Regards

    I try and perform a HyperBac exportSo, why not ask to the HyperBac software provider any assistance ?
    Nicolas.

  • An impdp problem

    Hi,
    11gR2, in linux86_64
    I can did a successful exp (expdp) from source db by using "sysdba".
    when using impdp, can see error:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning and Automatic Storage Management options
    ORA-39002: invalid operation
    ORA-31694: master table "SYS"."IMP_L2" failed to load/unload
    ORA-31644: unable to position to block number 226430 in dump file "/tmp/dump/l2/l2_2.dmp"
    ORA-19501: read error on file "/tmp/dump/l2/l2_2.dmp", block number 1 (block size=4096)
    ORA-27070: async read/write failed
    Linux-x86_64 Error: 22: Invalid argument
    Additional information: 3
    seems like it is block corrupition, but did another exp/imp, got same error, what is the problem?
    cc : impdp's parfile
    USERID="/ as sysdba"
    DIRECTORY=data_pump_dir1
    LOGFILE=data_pump_dir1:import_l2.log
    JOB_NAME=imp_l2
    DUMPFILE=l2.dmp
    REMAP_SCHEMA=source_schema:target_schema
    REMAP_TABLESPACE=(source_1:target_1,
    source_1:target_2)
    TABLES=(source_shcema.table1,
    source_shcema.table2)
    thank you,

    /tmp/dump/l2 >
    total 912780
    drwxrwxr-x 3 oracle dba 60 Oct 7 21:14 ../
    -rwxrwxrwx 1 oracle dba 932839424 Oct 10 15:04 l2.dmp*
    -rwxrwxr-x 1 oracle dba 4246 Oct 10 15:09 impl2.par*
    -rw-r--r-- 1 oracle dba 0 Oct 10 15:09 import_l2.log
    drwxrwxr-x 2 oracle dba 140 Oct 10 15:09 ./
    /tmp/dump >
    total 0
    drwxrwxr-x 3 oracle dba 60 Oct 7 21:14 ./
    drwxrwxrwt 6 root root 120 Oct 10 15:05 ../
    drwxrwxr-x 2 oracle dba 140 Oct 10 15:09 l2/
    tmp >
    total 8
    drwxr-xr-x 24 root root 4096 Jun 30 02:36 ../
    drwxrwxr-x 3 oracle dba 60 Oct 7 21:14 dump/
    drwxrwxrwt 6 root root 120 Oct 10 15:05 ./
    seems like should be oK...
    but still get error.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning and Automatic Storage Management options
    ORA-39002: invalid operation
    ORA-31694: master table "SYS"."IMP_L2" failed to load/unload
    ORA-31644: unable to position to block number 226430 in dump file "/tmp/dump/l2/l2.dmp"
    ORA-19501: read error on file "/tmp/dump/l2/l2.dmp", block number 1 (block size=4096)
    ORA-27070: async read/write failed
    Linux-x86_64 Error: 22: Invalid argument
    Additional information: 3
    thank you
    Edited by: ROY123 on Oct 10, 2011 8:14 AM

  • Unable to control myself from Code cleaning !

    There are many situations where I have to develop code within short time, but I am not able to control myself from cleaning the BD.
    From some of my fellow collegues I was advised not to care about the wire bends and other stuffs and complete the code. Later part we can cleanup the code, but I am not able to follow this.  Even when I check the code of others and if I see wire bends and mis-alignment I start correcting them. 
    Feel free to post your opinion.
    The best solution is the one you find it by yourself

    Trust me, you are not alone.  See this thread on LAVA for some good examples: Anyone else OCD about alignment and positioning in block diagrams?
    I am so bad that I usually clean up somebody's diagram just to figure out what they are doing.  I also created a few shortcuts to help me clean up.  And my number one righ-click menu that I use is "Clean Wire".
    My opinion is you will never have time to go back and do it right.  Just do it right the first time.  This includes clean up and documentation.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Can't move jpg in pages

    I try and drag a jpg to reposition it in Pages - it won't move - it will re-size, but I can not move it via drag and drop or with arrows on keyboard. It moves to the spot, but jumps back after I let go of it. Anyone know what's up with this? Have fou

  • [solved] WINEARCH=win32 no sound

    Hello all, Recently I did a new install of arch 64.  installed wine, winetricks, all the goodies.  Everything seemed to install ok. When I go to create a winecfg file for a game by using: WINEARCH=win32 WINEPREFIX=/mnt/dugrdata/games/.wine-wow winecf

  • How do you show the number of emails in Mail folders?

    Hi, I'm a little lost with the new Mail format. It was really helpful for me to know the number of emails that were in my Mail folders - it used to tell me at the top. But since I upgraded to Yosemite, I don't see that as an option. Can someone tell

  • Entry missing in TADIR

    Hello, A Z-report gets dynamically generated in one of our application. My problem is that sometimes there is an entry in TADIR for the Zreport that has been generated and sometimes there is not. Can somebody tell me how and in what scenarios an entr

  • F4 help on selection screen in BI Query sort

    Hi,Everyone: I have designed a query in bw and set   0calmonth as varient, when i excute the query and open the varient,the value is sorted ascending,how can i set it sort descending? can anybody help me ?