Error occuring in SELECT statement FOR UPDATE when using WITH cluase

Hi,
Iam using oracle 11g version
Iam having a query with fetch records for update insid with cluase as
cursor c1 is
With abc as (
SELECT col1,col2 from table1, table2 where < condition>
for update of <col1> skip locked
select * from abc,table3 where <condition>
union all
select * from table4 where id not in (select * from abc)
if i add "for update of <col1> skip locked" this cluase
iam getting error ORA-00907: missing right parenthesis
when i remove "for update of <col1> skip locked" the block is working fine..
can i know why error is occuring i

Hi, first of all, your placing of "for update" clause is wrong. It should be at the end like:
With abc as (
SELECT col1,col2 from table1, table2 where < condition>
select * from abc,table3 where <condition>
union all
select * from table4 where id not in (select * from abc)
for update of <col1> skip locked;Second, if you try to compile it with this syntax then you will get a new error.
ORA-01786:     FOR UPDATE of this query expression is not allowed
Cause:     An attempt was made to use a FOR UPDATE clause on the result of a set expression involving GROUP BY, DISTINCT, UNION, INTERSECT, or MINUS.
Action:     Check the syntax, remove the FOR UPDATE clause, and retry the statement.So, you will not be successful with the union clause in your query.

Similar Messages

  • When should SELECT ..FOR UPDATE be used?

    DB Version:10gR2
    This is what 10gR2 PL/SQL documentation says about SELECT...FOR UPDATE
    With the SELECT FOR UPDATE statement, you can explicitly lock specific rows of a
    table to make sure they do not change after you have read them. That way, you
    can check which or how many rows will be affected by an UPDATE or DELETE
    statement before issuing the statement, and no other application can change the
    rows in the meantime
    But i don't see SELECT...FOR UPDATE much in our production codes. Is SELECT ..FOR UPDATE used when huge amount of rows need to be updated?

    Its maily used for locking table with differnt node , commely this concpet where used in
    ERP products, bcoz different user can acces same table at time and do some DML
    operation, using FOR UPDATE will protected ,
    before that read this
    hb venki

  • 10.8.2 update: can't install "error occurred while evaluating Javascript for the package"

    Greetings All-
    I'm trying to update from 10.8.1 to 10.8.2 on my Macbook Air. When I downloaded the .dmg from Apple and ran it, I got the following error:
    "OS X Update Can't be installed on this disk. An error occurred while evaluating JavaScript for the package."
    So far, I've done the following, all to no avail:
    (1) Updated Java to v7 per Java's website, no change
    (2) Downloaded the 10.8.2 combo update, no change
    (3) Found Apple's OS X Java update (which is still at v6)- get an error at install that "the contents of the disk can't be changed"
    (4) Restarted at each step
    Does anyone have any suggestions or ideas?
    Thanks!

    Permission repair, too?
    Take a look here: https://discussions.apple.com/thread/3811748?start=0&tstart=0
    And possibly here:  https://discussions.apple.com/thread/3889562

  • Ios 5.1 OTA update gives error message ( unable to check for update - an error occured while checking for a sofware update ), can anyone help ?

    i am trying to download the latest ios 5.1 but the OTA update gives me a error message ( unable to check for update - an error occured while checking for a sofware update )
    the same thing happens in my ipad too.

    Thank you! I've been trying all day to get this to work! and finally i found the answer!
    amensistech wrote:
    I found a fix for this.
    Go to Wifi    Settings and then select your Wifi Network. Tap the blue arrow to go into Wifi settings and then select the DNS tab.
    Set the DNS to 8.8.8.8 and then go back to the software update page.
    This time it shall work.
    I tried it on an iPad 1 running iOS 5.0.1 but I am sure this shall help.
    Do rate me and reply if it works.

  • HT4623 Trying to update IPad to iOS 6. . . but get error message "Unable to check for update - An error occurred while checking for a software update

    I am trying to update my IPad 2 to the new iOS 6. . .but when I check ofr updates, I get an error message "Unable to check for update - An error occurred while chekcing for a sofware update"  .
    I have powered off and tried again . . .but it still cannot .  My Wifi is fine - and the IPad is plugged in.
    Are other people having these issues.
    I tried to log onto Apple support and got an DNS error message. . .
    Carrie Mae

    Could be the update servers are overloaded. Keep trying.

  • OS X update 10.9.3 can't be installed on this disk. An error occurred while evaluating JavaAcript for the package. Please help!

    My Apple Store, Mail and update was not working for sometimes, when I download OS 10.9.3 and try to install, error message appear: OS X update 10.9.3 can't be installed on this disk. An error occurred while evaluating JavaScript for the package. Please help!

    iMac (27-inch Mid 2011), OS X Mavericks (10.9.3), SL & ML, G4 450 MP w/Leopard, 9.2.2

  • An error occurred during purchase of numbers update for my macbook pro.  What should I do?

    An error occurred during purchase of Numbers update for my MacBook Pro.  What should I do?

    euniceuy24 wrote:
    My room has always a cool temperature that whenever i touch my laptop, the metal parts are cold. but whenever i go out of the room, my laptop automatically moistens and are wet due to the moist...
    If your room is air conditioned, it should not only be cool but also relatively dry. And if you are simply moving your laptop to a different location when you leave your room, and that location will also be air conditioned, you'd be best off putting the laptop into a snug plastic bag while it's outside the cool rooms. That way, the humid air can't reach the laptop to condense on and in it.

  • When I select "Check for updates..."

    Dear Firefox,
    When I select "Check for Updates" the pop up screen simply notes that my system is "Downloading update" but nothing ever happens.
    Please let me know what I can do to fix this.
    Thank you,
    Lee

    You can download the latest Firefox 4 beta version from http://www.mozilla.com/firefox/all-beta.html
    Trash the current Firefox 4.0b7 version and install the latest beta.

  • "OS X Update Combined (10.8.2) can't be installed on this disk. An error occurred while evaluating Javascript for the package."

    Need help with "OS X Update Combined (10.8.2) can't be installed on this disk. An error occurred while evaluating Javascript for the package."
    Any ideas or suggestions?
    Thanks

    Well, I've tried your solution without luck.
    So, I tried reinstalling OS X Mountain Lion (without formatting the HDD) and it worked! I did it like this:
    - Turned on my MBP while holding down Command-R to start OS X Recovery
    - Chose the option to reinstall OS X Mountain Lion
    After a while, the system rebooted and OS X 10.8.2 was already installed. All my data remained on the HDD since I didn't format it before reinstalling OS X.
    Hope it helps some of you with the same problem.

  • FRM-40501 ORACLE error: unable to reserve record for update or delete when

    Hello.
    I have two tab pages and one item on each page. Second tab page item, is mirror item of the first one. I use synchronize property on the mirrored one.
    When i try to update mirrored one i get that error: FRM-40501 ORACLE error: unable to reserve record for update or delete when.
    How can i solve that?
    Thanks

    hi dejan,
    the error u r getting means that the record cannot be locked. This is ussually caused if u had locked the record from somewhere else (u or another user) or when forms cannot find corresponding column to the base table to lock the record.. U probably r facing the second situation. I'm not sure that forms can commit a change to an item that is synchronized cause synchronized items ignore their base table attribute and just copy their value from the other item.
    Why don't u try Copy Value from Item property using <block_name>.<item_name> syntax and your item will have a value copied from the other item but u will have no problem with the db transactions. I suppose..
    hope this helps,
    teo

  • Error occured during selection for the DS 0CRM_SALES_ACT_1 in RSA3.

    Hi Experts,
    I have transported the DS - 0CRM_SALES_ACT_1 i from Dev. to QA system and in RSA3 it throwing an error message saying that 'error occured during selection'.
    I have checked the respective tables of this datasources all the records are there and also check the table SMOXHEAD_S and the table is not having this datasource.
    Any idea why the error is coming and is this because of the table SMOXHEAD_S empty for this datasource.
    OR
    Shall i activate this DS using RSA5 tcode in the development system and then create a new request and tranport the request to QA system?...Shall we do this in the development system?.
    Thanks in advances for yousuggestion.
    Regs,
    VACHAN

    Hi Vachan
    The entry in SMOXHEAD_S for your datasource must match the entry in SMOXHEAD exactly.   Check in your dev box to be sure - the entry is there but it is missing in QA.
    I wrote this program which copies the entry from SMOXHEAD to SMOXHEAD_S.
    Run the program at your own risk your CRM QA box.  If the entry is there already then it will do nothing.
    Please post to say if it works for you.
    Good luck,
    Guy
    report  zbi_fix_extractor.
    data: ld_datasource type smoxhead-datasource value '0CRM_SALES_ACT_1',
            ls_smoxhead   type smoxhead.
    *.check that the smoxhead_s table is empty
      select single * from smoxhead_s into ls_smoxhead
        where datasource = ld_datasource.
      if sy-subrc ne 0.
    *..only do if there was no entry in the shadow table
        select single * from smoxhead into ls_smoxhead
          where datasource = ld_datasource.
        if sy-subrc eq 0.
           insert into smoxhead_s values ls_smoxhead.
        else.
           write 'no data available in SMOXHEAD for datasource'.
        endif.
      else.
          write 'no change made: entry already in SMOXHEAD_S'.
      endif.

  • An error occured while retrieving policy for this computer 0x80092004

    Good morning!
    I have recently been having some issues getting my OSD working correctly.
    It all started after the server which houses DPM and SCCM was refusing to start the SQL service because of an invalid certificate that was missing the private key. After I finally removed the key and all the registry value for it in SQL server, I could finally
    fire up SQL server again.
    However, since then, I am unable to perform an OSD and I have been troubleshooting this issue for many weeks now.
    I have low level knowledge of SCCM 2012 R2, but I did set this box up myself and had all aspects (OSD, Software deployment, driver deployment etc) working perfectly fine in native mode and was just about ready to start deploying images out when SQL
    died.
    I am still able to push out the client in native mode perfectly fine, I just can't deploy an OS task sequence.
    When I pxe boot the client, it boots fine and then prompts for the admin password, as soon as I enter the admin password, it fails with "An error occured while retrieving policy for this computer 0x80092004".
    This is the SMSTS.log associated with this machine:
    <![LOG[LOGGING: Finalize process ID set to 748]LOG]!><time="09:29:58.510+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="09:29:58.510+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752"
    file="bootshell.cpp:1055">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="09:29:58.510+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="util.cpp:964">
    <![LOG[Debug shell is enabled]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:1066">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:60">
    <![LOG[RAM Disk Boot Path: NET(0)\SMSIMAGES\SJS00004\BOOT.SJS00004.WIM]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="configpath.cpp:302">
    <![LOG[Booted from network (PXE)]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="configpath.cpp:317">
    <![LOG[Network(PXE) path: X:\sms\data\]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="configpath.cpp:319">
    <![LOG[Found config path X:\sms\data\]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:548">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:582">
    <![LOG[X:\sms\data\WinPE does not exist.]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:599">
    <![LOG[X:\_SmsTsWinPE\WinPE does not exist.]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:613">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="09:30:09.615+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:942">
    <![LOG[Starting DNS client service.]LOG]!><time="09:30:09.615+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:666">
    <![LOG[Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="09:30:10.139+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756"
    file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="09:30:10.139+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:942">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164"
    file="tsmbootstrap.cpp:1165">
    <![LOG[Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="1164"
    file="tsmbootstrap.cpp:1166">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="util.cpp:964">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL']LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="resourceutils.cpp:169">
    <![LOG[Current OS version is 6.2.9200.0]LOG]!><time="09:30:10.265+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="util.cpp:3094">
    <![LOG[Adding SMS bin folder "X:\sms\bin\i386" to the system environment PATH]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="1164"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\i386\TsPxe.dll]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="1164" file="tsmbootstraputil.cpp:1363">
    <![LOG[TsPxe.dll loaded]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmbootstraputil.cpp:1373">
    <![LOG[Device has PXE booted]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164"
    file="tspxe.cpp:134">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="09:30:10.285+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\i386\smstftp.exe -i 10.105.88.35 get \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var X:\sms\data\variables.dat]LOG]!><time="09:30:10.285+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="1164" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="09:30:10.363+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\i386\smstftp.exe" -i 10.105.88.35 get \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var X:\sms\data\variables.dat]LOG]!><time="09:30:10.363+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="1164" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\i386\smstftp.exe" -i 10.105.88.35 get \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var X:\sms\data\variables.dat]LOG]!><time="09:30:10.363+480" date="02-11-2014"
    component="TSPxe" context="" type="1" thread="1164" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 0]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="fwopen.cpp:146">
    <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tspxe.cpp:187">
    <![LOG[we are booted using PXE]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:2673">
    <![LOG[we are booted using PXE and we don't use a password or the password is provided by the user]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164"
    file="tsmediawizardcontrol.cpp:2689">
    <![LOG[Found network adapter "Realtek PCIe GBE Family Controller" with IP Address 10.35.116.176.]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="1164" file="tsmbootstraputil.cpp:517">
    <![LOG[Run PXE Interactive]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawizardcontrol.cpp:2824">
    <![LOG[Running Wizard in Interactive mode]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:2826">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:10.476+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="09:30:10.476+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="1164" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="09:30:10.476+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsremovablemedia.cpp:387">
    <![LOG[Activating Welcome Page.]LOG]!><time="09:30:10.476+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawelcomepage.cpp:131">
    <![LOG[Loading bitmap]LOG]!><time="09:30:10.488+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1271">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawelcomepage.cpp:340">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="1164" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="09:30:12.625+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsremovablemedia.cpp:387">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="1164" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="09:30:12.625+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsremovablemedia.cpp:387">
    <![LOG[Verifying media password.]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:271">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[Spawned thread 1200 to download policy.]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawelcomepage.cpp:405">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="tsmediawizardcontrol.cpp:527">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00']LOG]!><time="09:30:12.649+480"
    date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200"
    file="environmentscope.cpp:623">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00']LOG]!><time="09:30:12.649+480"
    date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200"
    file="environmentscope.cpp:623">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:555">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:556">
    <![LOG[Setting LogLevel to 0]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:557">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:558">
    <![LOG[Setting LogDebug to 1]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:559">
    <![LOG[UEFI: false]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:569">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:584">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsremovablemedia.cpp:322">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="util.cpp:964">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSRootCACerts TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Root CA Public Certs=3082037C30820264A00302010202103AB236E7EC0B619F4375F21CB1D3737C300D06092A864886F70D0101050500304631153013060A0992268993F22C64011916056C6F63616C31193017060A0992268993F22C640119160953744A6F7365706873311230100603550403130953544A4F50544C4931301E170D3131303130333232313132395A170D3136303130333232323132375A304631153013060A0992268993F22C64011916056C6F63616C31193017060A0992268993F22C640119160953744A6F7365706873311230100603550403130953544A4F50544C493130820122300D06092A864886F70D01010105000382010F003082010A0282010100C494DD769F2EFD6326DAEEE78D984484230C866E96493B54AC80322D78739C175153F050CC7A044855266075996618FC3EB04E7E472A8E1E9AF5BD8EB2736CF04B7EED975CBDF74656896E387DF32F445DA4B67EE1EB7D4A20FCD7C90257DF8BC0050D7704D53E1F269BE63828BE53897351C5120B84D6BD20F7AE695A80EE0DA4A64A7BAD696106C03E345DBF38CBEBE071D742859B25F41A8A87A4932C9254BB2EE372D71821A2965AAA5DB825DAC2CAF46CF989658C28ADD1E1A499225E2320095B91D9D38C4406E9AF6A8B6206902088D7C4ACA2EC6B62DF6FD04546E166449269BF6B0CA6984E09A2EDDDE4B8A841A2FC47B38D264DB6C42F0798E4CC090203010001A3663064301306092B060104018237140204061E0400430041300B0603551D0F040403020186300F0603551D130101FF040530030101FF301D0603551D0E04160414DF37636BE793EA17208BD2D266A2E2147072235C301006092B06010401823715010403020100300D06092A864886F70D01010505000382010100A13033E2B66CF2F5F291BDECE3AAF5517A3EC33F426BC1825F0398AFFA1FB3DB653591573866EE3D604DB816EA4D9205F4CD923150B26AED0FF73EFD639A3EB20DE46DE3905D448CB5465E2FCB52F212F68A3D2CFBB52FAB6A8CA76CE202A8588745BC60A652C4361E54D5B6F08066915FE7193F8E8505AED5BC39D60F0E6B2D583EF167798A9F76CB14C36012A2D3AD9D652C8A1B3FA52BBC6FA0CEA422006AF7EDA855A879276DC6D2A6326045DB0398A38A73CA5AB7BDF338E39989A164252D03664F03A24D9EB5494B5B6E24B901CC61D85824B94A8D2F640F06213612DEBBFC2B7C70801A637CEBE3B3A2A1F829F9EDB70D3504A578DFBECB978CA0A366]LOG]!><time="09:30:12.665+480"
    date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:615">
    <![LOG[Importing certificates to root store]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="utils.cpp:5349">
    <![LOG[Added certificate to store or replaced matching certificate in store.]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="utils.cpp:5405">
    <![LOG[Support Unknown Machines: 0]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:632">
    <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:675">
    <![LOG[No hook is found to be executed before downloading policy]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:699">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:838">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:850">
    <![LOG[*ppCertContext, HRESULT=80092004 (e:\nts_sccm_release\sms\framework\osdmessaging\libcrypt.cpp,1518)]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="1200" file="libcrypt.cpp:1518">
    <![LOG[Out of 2 certs, there is none that has valid keys.]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="3" thread="1200" file="libcrypt.cpp:1518">
    <![LOG[CreateCertificateContextFromPfx (pbEncodedCert, dwEncodedCertSize, psPfxPassword, pCertStore, ppCertContext, szOID), HRESULT=80092004 (e:\nts_sccm_release\sms\framework\osdmessaging\libcrypt.cpp,1623)]LOG]!><time="09:30:12.812+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="libcrypt.cpp:1623">
    <![LOG[CCM::SMSMessaging::CreateCertificateContextFromPfx(sMediaPfx, sMediaGuid, &hCertStore, &pClientCertContext), HRESULT=80092004 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,852)]LOG]!><time="09:30:12.812+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="tsmediawizardcontrol.cpp:852">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="tsmediawizardcontrol.cpp:1419">
    <![LOG[pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80092004 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,303)]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="1200" file="tsmediawelcomepage.cpp:303">
    <![LOG[Setting wizard error: An error occurred while retrieving policy for this computer  (0x80092004). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="09:30:12.812+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="1164" file="tsmediawizardcontrol.cpp:1588">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawelcomepage.cpp:340">
    <![LOG[Skipping Confirmation Page.]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediaconfirmationpage.cpp:170">
    <![LOG[Skipping Task Sequence Selection Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediataskselectionpage.cpp:118">
    <![LOG[Skipping Variables Selection Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediavariablesselectionpage.cpp:155">
    <![LOG[Skipping Resolve Progress Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediaresolveprogresspage.cpp:96">
    <![LOG[Activating Finish Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediafinishpage.cpp:107">
    <![LOG[Initializing the countdown timer.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediafinishpage.cpp:197">
    <![LOG[Loading bitmap]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1271">
    <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="09:30:13.973+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="09:30:13.973+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:942">
    <![LOG[Successfully launched command shell.]LOG]!><time="09:30:13.973+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:432">
    <![LOG[Suspending the countdown timer.]LOG]!><time="09:30:15.829+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediafinishpage.cpp:384">
    <![LOG[Exiting task sequence wizard.]LOG]!><time="09:30:17.065+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:2388">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1238">
    <![LOG[Execution complete.]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:693">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,493)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="756" file="environmentscope.cpp:493">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,335)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="756" file="environmentlib.cpp:335">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,553)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="756" file="environmentlib.cpp:553">
    <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, sKey.c_str(), 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,809)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell"
    context="" type="0" thread="756" file="utils.cpp:809">
    <![LOG[RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="756"
    file="utils.cpp:809">
    <![LOG[GetTsRegValue() is unsuccessful. 0x80070002.]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="756" file="utils.cpp:842">
    <![LOG[End program: ]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:725">
    <![LOG[Finalizing logging from process 748]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1583">
    <![LOG[LOGGING: Setting log directory to "D:\SMSTSLog".]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1808">
    I am stumped with this issue. As I said, this is new to me, but I have so far been able to set it all up to a working state, up until this SQL issue occurred.
    I look forward to your responses.
    Cheers,
    Kyle.

    Untick the "Use PKI Client Certificate when available" in the Site Properties. I would create a self-signed certificate for the DP. Don't forget to Update DP for all your boot images when you are finished.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Updatable View issues:  cannot select FOR UPDATE from view with DI

    Hi All,
    I have a simple view XY and an instead of trigger on that to insert data into one table which is used in the my view. When I do insert statement on view XY it is working fine from sql but when i used same thing with page process of " Process Row of XY Automatic Row Processing (DML) " i am getting following error. I am using APEX 3.0 . Please help me.
    ORA-20001: Error in DML: p_rowid=xxxx, p_alt_rowid=abc, p_rowid2=, p_alt_rowid2=. ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.
    Thanks

    James,
    are you already on 3.0.1.00.07 or 3.0.1.00.08? Have a look at the release notes, it says something about a bug fix for some occurrences of ORA-02014.
    Also have a look at the new substitution value/item FSP_DML_LOCK_ROW which turns locking off if you set it to FALSE. See http://www.oracle.com/technology/products/database/application_express/html/3.0.1_readme.html#CHDIDIAF and also http://download-west.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/advnc.htm#BCGFDAIJ
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://apexplugin.sourceforge.net/ New!

  • Length error occured in IMPORT statement

    Hello everyone,
    i hv one requirment in PO print(ME23N). in po print asset no nt display without changing other format.
    so that i first copy both smartform and driver program, in that i made certain changes such that i declare the patameter p_ebeln and i comment to data statement of p_ebeln & p_ebeln = nest-objky.
    then i join asset no (anek-anln1) with the help of inner join. then in smartform i gave condition that if bsart = 'ZCAP'
    wa_final-anln1 = gv_anln1.
    endif.
    i import gv_anln1 in smartform and exported in deriver program.
    both are synthetically currect but when i gave print preview dump is occured.
    length error occured in IMPORT statement
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
         not caught in
        procedure "%GLOBAL_INIT" "(FORM)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        During import the system discovered that the target object has
        a different length than the object to be imported.
    what i do?

    Hello,
    can u send me coding for that?
    program line is already created for that
    and their first coding is like that,
    if gv_bsart = 'ZCAP'.
    wa_final-matnr = space.
    endif.
    and in text they fetch matnr no.
    but as per requirement they want asset no when bsart = 'ZCAP'
    how that asset no will come.
    matnr comes there is bsart is other that ZCAP, but bsart = ZCAP they want asset no instead of matnr.

  • Use of LIKE in where clause of select statement for multiple records

    Hi Experts,
    I have a account number field which is uploaded from a file. Now this account numbers uploaded does not match fully with sap table account numbers but it contains all of the numbers provided in the file mostly in the upright positions.
    For example in file we have account number as 2ARS1 while in sap table the value is 002ARS1.
    And i want to fetch data from sap table based on account number uploaded. So, i am trying to use LIKE with for all entries but its not working as mentioned below but LIKE is not working with FOR ALL ENTRIES.
    data : begin of t_dda occurs 0,
            dda(19) type c,
           end of t_dda.
    data : begin of t_bukrs occurs 0,
            bukrs type t012k-bukrs,
           end of t_bukrs.
    data : dda type t012k-bankn,
           w_dda type t012k-bankn.
    CONCATENATE '%'
                             '2ARS1'
                     INTO  W_DDA.
    MOVE W_DDA TO T_DDA-DDA.
    APPEND T_DDA.
    CLEAR T_DDA.
    free t_bukrs.
    SELECT BUKRS
      FROM T012K
      into TABLE t_bukrs
        for all entries in t_dda
    WHERE BANKN like t_dda-dda.
    Can anybody suggest what should i use to get the data for multiple account numbers using one select statement only instead on using SELECT UP TO 1 ROWS in LOOP....ENDLOOP ?
    Thanks in advance,
    Akash

    Hi,
    yes, For All entries won't work for LIKE with '%  '.
    I think the other alternative is go for Native SQL by writing sub-query
    sample code is here:
    data: begin of i_mara occurs 0,
              matnr like mara-matnr,
              matkl like mara-matkl,
           end of i_mara.
    exec sql.
    select matnr, matkl from mara where matnr in (select matnr from marc) and matnr like '%ma' into :i_mara
    endexec.
    loop at i_mara.
    write:/ i_mara-matnr, i_mara-matkl.
    endloop.
    hope u got it.
    regards
    Mahesh
    Edited by: Mahesh Reddy on Jan 21, 2009 2:32 PM

Maybe you are looking for

  • Formatting the write to meaurement file

    I would like to format the write to measurement file.vi  in such a way so that I get the format as shown in the attached datalogger.txt. I am currently getting lot of unnecessary information as shown in data.xls file. Any help is appreciated. Mozill

  • Sync HTTP to ABAP proxy

    Hi: I am looking for a Sync HTTP to ABAP proxy scenario screenshots. Can someone help? Thnx

  • Can apple restore my photos even though my iphone 4s is broken?

    My Iphone fell on to a road and a car crushed it. It is completely nonfunctional and i was wondering if apple can restore photos if i can provide serial number of phone. the phone has all the pictures of the first year of my daughters life. they are

  • Remove one of three forests from AzureAD Sync

    Hello all!  We are using AzureAD sync and successfully synchronizing three forests.  We now are facing a divestiture and want to remove one of the forests.  We have applied filters and removed all of the users from the forest to be removed, but we no

  • Evalute function error

    Hi experts, I am getting the following error. State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 42015] Cannot function ship the following expression: Evaluate( TO_CHAR(%1,%2),cast(D1.c1