Submit stmnt problem

Hi All,
Am encountering a strange problem with submit statement.
am calling   submit zxxxx ......exporting list to memory and return stmnt in my prog..,, zxxx is a program which creates invoice taking sales order as input and am displaying both sales order and invoice in the alv output.
now if i set the break point in the program and execute the program , i can see both sales order and invoice created in the alv output ..
The problem is ..,if i dont set the break point and execute .. i can only see sales order in the output but not invoice .. but if check the document flow in the sales order the invoice is still created for the respective sales order.
pls suggest the alternatives...

It might be due to the fact that invoice is number not available at the time creating list in background process because update work process is running on asynchronous mode in that program execution.
In your submit program before updating invoice on the list and after invoice creation use "COMMIT WORK AND WAIT"...which will ensure that program control returns to main program after all update work process finished...
Thanks.

Similar Messages

  • Can't submit a problem report...

    Does anyone know how to submit a problem report that won't allow me the 'send to apple' feature?
    Or can anyone decipher this code?
    panic(cpu 1 caller 0x001A49CB): Unresolved kernel trap (CPU 1, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00e7d000, CR4: 0x000006e0
    EAX: 0x00000000, EBX: 0x02f6c400, ECX: 0x02fb7e68, EDX: 0x02bdff00
    CR2: 0x00000000, EBP: 0x13e5be38, ESI: 0x045a4600, EDI: 0x045a4600
    EFL: 0x00010202, EIP: 0x2abd94fd, CS: 0x00000008, DS: 0x02f60010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x13e5bc28 : 0x128d0d (0x3cc65c 0x13e5bc4c 0x131f95 0x0)
    0x13e5bc68 : 0x1a49cb (0x3d2a94 0x1 0xe 0x3d22b8)
    0x13e5bd78 : 0x19b3a4 (0x13e5bd90 0x0 0x1 0x3bf414)
    0x13e5be38 : 0x2abdb787 (0x2f6c400 0x45a4600 0x0 0x0)
    0x13e5be58 : 0x2abdc2b8 (0x2f6c400 0x25d7cc0 0x13e5be98 0x2f6c400)
    0x13e5be78 : 0x2abdb832 (0x2f6c400 0x45a4600 0x0 0x0)
    0x13e5bea8 : 0x38ab50 (0x2f6c400 0x45a4600 0x13e5bed8 0x381c4a)
    0x13e5bed8 : 0x39aa67 (0x45a4600 0x2f6c400 0x0 0x0)
    0x13e5bf08 : 0x38a7b8 (0x261efc0 0x38aae6 0x45a4600 0x2f6c400)
    0x13e5bf58 : 0x38e4b8 (0x0 0x0 0x0 0x0)
    0x13e5bfa8 : 0x38e695 (0x5 0x38e674 0x5 0x25eb500)
    0x13e5bfc8 : 0x19b21c (0x5 0x0 0x19e0b5 0x25f6f5c) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.digidesign.fwfamily.driver(7.3f120)@0x2abd4000
    dependency: com.apple.iokit.IOFireWireAVC(1.9.7)@0x8af000
    dependency: com.apple.iokit.IOFireWireFamily(2.6.0)@0x87d000
    dependency: com.apple.iokit.IOAudioFamily(1.6.0b7)@0x761000
    Kernel version:
    Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
    Model: MacBookPro2,2, BootROM MBP22.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.2.2
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
    Parallel ATA Device: HL-DT-ST DVDRW GWA4080MA
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    I'm lost! hahahaha! Any advice or suggestions would be of great help!

    HI and Welcome to Apple Discussions...
    You need to tell us exactly what happens when you are using your MacBookPro. Are you using an application and the Mac freezes up? We need details...
    Try booting from your install disk and run Disk Utility.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If you can't boot from an install disk, try booting in Safe Mode
    Carolyn

  • SUBMIT STATEMENT PROBLEM

    I AM USING SUBMIT FOR IDOC TRANSACTION  WE05 , THE STATEMENT IS BELOW
              SUBMIT rseidoc2 WITH SELECTION-TABLE seltab
                        VIA SELECTION-SCREEN
                         WITH docnum IN r_doc AND RETURN.
    the problem is that when i go directly to weo5 and enter any idoc it is showing me the output but when i go through
    submit statement it is giving me error 'NO IDOC FOUND' . please suggest

    ELSEIF rs_selfield-fieldname = 'DOCNUM'.
            READ TABLE lit_final INTO ls_final WITH KEY docnum  = rs_selfield-value.
            IF sy-subrc = 0.   "if succesful
    *          SET PARAMETER ID 'DCN' FIELD rs_selfield-value.
              seltab_wa-selname = 'CREDAT'.
              seltab_wa-kind  = 'S'.
              seltab_wa-sign    = 'I'.
              seltab_wa-option  = 'EQ'.
              seltab_wa-low  = space.
              seltab_wa-high  = space.
              APPEND seltab_wa TO seltab.
              CLEAR seltab_wa.
              r_doc-sign    = 'I'.
              r_doc-option  = 'BT'.
              r_doc-low  = rs_selfield-value.
              APPEND r_doc.
              CLEAR seltab_wa.
              SUBMIT rseidoc2 WITH SELECTION-TABLE seltab
                        VIA SELECTION-SCREEN
                         WITH docnum IN r_doc AND RETURN.
            ENDIF.

  • Chart based on Select list with submit Lov problem

    Hi,
    I have one page with interactive report showing username with links, date and
    database actions.
    Another page contains one region having flash chart based on select list with submit Lov.
    The lov is created by dynamic query.
    Every time when i click the 1st page report link, the 2nd page lov is populating the value automatically. But the problem is chart displays NO DATA FOUND message though the LOV has many values.
    I don't want to display any null values so set to NO for LOV
    I tried to write Before header computation (PL/SQL Function Body) to set the lov value, but the query is displayed as such.
    I don't want to assign any static default value also as the values are dynamic for every link.
    The following is my Before header computation of Select list with submit (Item name is p11_schema). (PLSQL Function Body)
    begin
    if :p11_schema is null then
    return 'select distinct owner schema1, owner schema2 from auditing
    where access_date=' || :p11_access_date
    || ' and username=' || :p11_username
    || ' order by owner';
    end if;
    end;
    This is my chart query.
    select null link, obj_name label, sum(sel_count) "Select", sum(ins_count) "Insert", sum(upd_count) "Update", sum(del_count) "Delete" from auditing
    where username=:p11_username
    and access_date=:p11_access_date
    and owner=NVL(:p11_schema, OWNER)
    group by owner, obj_name
    Example: If there more than one records in the lov, the graph should display the 1st record. When i select another record, the chart accordingly display the selected values. But inially it should not display "NO DATA FOUND" message.
    I tried using all the combinations of computation type for the lov, SQL query ( I could not use if conditon then), PLSQL expression, PLSQL function body. But it does not work out.
    Can anyone please help me out.
    Thanks.

    Hi Scott,
    Thanks for your reply.
    I found out the solution for this problem as below.
    But i did it in different way to tackle the dynamic query wich returns more than one record using rownum always the 1st record when it is empty instead of assigning constant (static) value like '1'. And i am returning LOV itself for both null or not null condition as below.
    Declare
    q varchar2(4000);
    begin
    if :p11_schema is null then
    q:='select distinct owner schema from auditing';
    q:=q || ' where username=:p11_username ';
    q:=q || ' and access_date=:p11_access_date ';
    q:=q || ' and rownum<2 order by owner';
    Execute immediate q into :p11_schema USING :p11_username, :p11_access_date;
    end if;
    return :P11_SCHEMA;
    end;
    Thanks.

  • Safari 3 "First Submit Fails" Problem

    Hi,
    I'm having a really weird issue with just two pages in my JSF application, and the problem I'm having seems to only manifest itself in Safari 3 (Mac & Win), but not in Safari 2, IE, or FF.
    The pages seem to fail on the first time it submits, giving the user the initial impression that the form has done a reset, even though it has done a full round trip in the meantime. If the user fills out the information (just two fields) and clicks continue or hits enter to submit a second time, then the submit works.
    I just tried an experiment by adding a bean method as the action parameter on the commandLink buttons, and the interesting thing is that it does not hit my method on the first round trip, but does on the second try (just in case that jogs anyone's memory)...
    I'm wondering if it's similar in nature to this problem mentioned elsewhere on the forums:
    http://forum.java.sun.com/thread.jspa?forumID=427&threadID=416345
    Does this smell familiar to anyone here? Where should I start looking first to figure out what's going on?
    Let me know what you guys think. In the meantime, I'm going to keep experimenting to see if I can figure out what's going on there...
    Thanks!

    OK... You're not going to believe this, because I sure don't.
    As a final, last-ditch attempt at the possibility that this might actually be a bug in Safari 3 (since it is a Beta product at this point in time, after all), I ran tests on a newer build of Safari 3 for Windows downloaded from the WebKit.org site, and the problem vanished. The first submit on the form is accepted, and the application works fine.
    Go figure.

  • "Submit podcast" problem related to artwork

    Hi,
    When attempting to submit the RSS feed for my new podcast iTunes displays the information retrieved from the XML file but doesn't show the artwork, just the generic 'podcast' image as used by Apple. The artwork is definately in the right folder on the server and is listed in the XML file. I can subscribe to the podcast without problem and all artwork and chapter images appear when played within iTunes.
    I don't want to submit the podcast to the iTunes directory without the artwork showing up.
    Any suggestions?
    Grant.

    Sorry, the steps are not incrementing after step1.

  • Apple uses the postal service for delivery of  some items but won't allow entry of a PO box. This presents a problem when the post office is in a town where they don't do street address deliveries. I can find no place to submit this problem except here.

    I've just placed an order for a 13" Macbook Pro and a superdrive, both to be shipped to a business street address. The cart shows the computer being delivered by "standard shipping" but the superdrive by the Postal Service--but at this address the PO doesn't do street delivery. If Apple would when this kind of delivery is specified allow the entry of a PO box it would solve the problem. An option to enter this info could be presented on the screen when appropriate and it would be very simple to do. I hope this suggestion gets to the right people--I could find no way to submit it on the Apple site and even here I've had to choose a product as a community when something like "Apple Shipping systems" would have been better. It will be interesting to see if anyone else has encountered this problem.

    Apple folks would be monitoring this and perhaps tell me a better way or pass the info on.
    NOPE!  Apple does not monitor their message boards because it's user to user.  If Feedback is working out, then call Apple Customer Relations - 1-800-767-2275.  Ask politely & firmly that you want to be transferred to Customer Relations.  Tell them exactly what you stated in your post.         GOOD LUCK! 

  • PHP Submit Input Problems

    Hi,
    I am having a big problem with PHP, I wish to submit a form
    to either 'Update' or 'Delete' a record, it works fine in Firefox
    and Safari but not Internet Explorer.
    Here is a basic code example.
    Working version
    http://saawcomputing.co.uk/form-test.php

    stuart1231 wrote:
    > <form action="form-test.php" method="post">
    > <input type="image" src="3SM/admin/media/update1.gif"
    name="button"
    > value="update" />
    > <input type="image" src="3SM/admin/media/delete1.gif"
    name="button"
    > value="delete" />
    Internet Explorer handles button images differently from
    ordinary
    buttons. Instead of passing the value, it passes the x and y
    positions
    of the mouse click. Use the following code to examine the
    data that's
    actually being sent when the form is submitted:
    if ($_POST) {
    print_r($_POST);
    I can't remember the exact details of what IE sends, but you
    will need
    to add extra checks to your conditional statement to detect
    which button
    is being clicked - by value in most browsers, but by x or y
    position in
    Internet Explorer.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Submit  RFEBKA00  Problem!!

    Hi Friends,
           I am using SUBMIT RFEBKA00.....
           The above standard programs internally submits 3 other programs and creates  3 spools
           After the SUBMIT i am sending an email with those generated spool numbers
           So my problem is,
                 The third program is taking lot of time and so only 2 spools are sent in the mail  and the third spool is generated after 1 hour
             So is there any work around to do , after SUBMIT statement so that ONLY after 3 spools are generated , the control will come to my program and send mail with the 3 spools
       I have used WAIT 20 seconds  after SUBMIT but still the same problem as the data is huge

    Then try:
                 exporting list to memory
                 and return.
    Then you have to use FM LIST_FROM_MEMORY to retrieve the lists. You can decide what to do with the lists at that time.
    Rob

  • Submit report - problem in upper case

    Hi Experts,
    I need to submit RCSBI040 in my report and pass the file value from my report to RCSBI040. The thing is the file value goes with upper case.But i need to send what the value am giving that value only go to RCSBI040 field filename.
    Please can you help me out.
    Thanks in advance...
    Regards,
    R P R Kumaar.

    Hello,
    Does it really matter...   Even if u enter in lower case it will be converted to upper case
    check this by executing program  RCSBI040 and enter some path and press enter.. You will see that it gets converted to upper case.
    Enjoy SAP,
    Pankaj

  • Adobe form in Web Dynpro Submit Button Problem

    Hi all,
    I've created an Adobe form as a UI element in Web Dynpro as a development component. In this Adobe form, I've included a "Submit to SAP" button from the Web Dynpro Library.
    My whole purpose is to expose this DC as a callable object into Guided Procedures and then run this process, so that the Adobe form(embedded in Web Dynpro) can be seen and allows the user to enter information online into the form or download(maintain offline) and click on the submit button. After clicking of the button, I need the control to return to the GP framework to trigger to the next action. I have configured the button in the Adobe form as a submit format -> XML data and with submit to URL "%com.sap.caf.gp.if.PostProcessorUrl%". I did this because I want it to return the control to GP framework. However, there is also another option of the event submit button in the Web Dynpro UI Adobe element -> event-> onSubmit.... i created an action onsubmit which has the code wdThis.wdGetBformController().complete();
    When I run the GP process, the adobe form appears and when i click submit button, nothing happens... Does anybody know the solution?? Thanks!

    Hello,
    Can somebody tell me if i really need to put this code
    "%com.sap.caf.gp.if.PostProcessorUrl%"
    in the submit button. If so, do i need to configure somewhere what the PostProcessorUrl is? If so, can somebody tell me where i need to do this?
    Thx in advance.
    Kind regards,
    Maarten.

  • Submit button problem

    I am using Acrobat 8 Professional and LifeCycle Designer 8.0. I first made forms using the default email submit button and had an XML data file submitted.
    I'm now making the forms to submit as a pdf file rather than an XML file. I selected a regular button rather than the email submit button provided and made it a submit button to be submitted as a pdf.
    The forms are being sent as pdf files attached to emails using Outlook. The issue is that every computer has a different "reaction" to this submit button. My computer (PC), when I tested the forms,everything was fine - Outlook opened and I was able to submit the file. On another PC in my office, when she clicked the submit button, nothing happened at all. On a PC at home, I got an error message "this operation is not permitted." And someone on a Macintosh did not even get a submit button showing up on the pdf.
    We need to be able to send these files out so that everyone can complete them easily. I would appreciate any ideas on how to make the submit button so that it works on all platforms and computers.
    Thank you so much,
    Marcy

    It might work on your machine as you designed in & using Adobe Acrobat. In order to make it work with rest of the world (Adobe Reader) you may have to assign certain rights using Reader Extensions server. Also heard Adobe Acrobat is preloaded with limited capacity to enable such rights even if you do not have "Reader Extensions".

  • Crash SUBMITTER crashes every time I try to submit a problem to apple!

    I've searched and can find no similar posting...
    any clues? I've deleted .../preferences/com.apple.crashsubmitter.plist but no difference.
    thanks

    Solved... BUT, the problem was a FIREWIRE/USB2.0 PCI CARD that was supposed to be Mac (and Windows) compatible...
    The USB ports didn't work... but firewire DID..
    The essential problem was when Crash Submitter tried to do a hardware profile, that would crash.
    As soon as I removed the PCI card, it's working again...
    Firewire has been around on the Mac longer than USB 2.0 so I'm surprised the USB2.0 works but the firewire part of the card doesn't... and apparently kills something about the Apple System Profiler.

  • Email Submit Button problem

    I used the Email Submit Button on a couple of forms but it is not working. It creates an email, but the attachment is in .xml format. If I change it to Submit As: PDF, it does not create any email at all. I would like it to create an email with an attachment in pdf format that keeps all the user entered data. Impossible?

    Hi,
    Try doing the following
    try using the simple 'Button'. In the button's object properties, in the tab named 'field', select 'Control Type: submit'.
    Then, in the 'submit' tab in the object properties, choose PDF in the 'submit format' dropdown field.
    In the 'submit to URL field' type:
    mailto:nameataddress.com?subject=mySubject&body=Done
    You may need to adjust the e-mail address, subject and body text.
    Regards
    Ayyapparaj

  • Flash Game Submit Score Problem

    I need to modify the flash game Replay button as Submit button and to redirect to other page(gamescore.html) after clicking the Submit button. I am new to flash. I don't know how to modify the script. Please help me. Here is the total score display portion of the script where replay button is there:
    //Set the total score
                                        _totalScore = _distanceToCity + _distanceToCity * ((_obstacleCount - _obstacleHit)/_obstacleCount);
                                        _retry.score_txt.text = _totalScore.toString();
                                        _retry.distance_txt.selectable = false;
                                        _retry.time_txt.selectable = false;
                                        _retry.obstacles_txt.selectable = false;
                                        _retry.obstaclesHit_txt.selectable = false;
                                        _retry.score_txt.selectable = false;
                                        _retry.buttonMode = true;
                                        _retry.addEventListener(MouseEvent.MOUSE_UP, retry);
    //Retry function, removes all platforms and reinitializes all the game's values
    function retry(event:MouseEvent):void
                try
                            event.currentTarget.removeEventListener(MouseEvent.MOUSE_UP, retry);
                            removeChild(MovieClip(event.currentTarget));
                            initialization();
                catch(err:Error)
                            trace("catch error 1009 on retry");

    i'm surprised score ever reaches 500 because _root.score and
    score (in the context of that onEnterFrame handler are different.
    anyway, try:

Maybe you are looking for

  • OBIEE 11G: Issue with Agent

    Hello All, I am trying to make agent work in OBIEE 11G together with Active Directory settings but the agent are failling for some users. Some users are not able to send the ibots: We get the following message with Agent Failed: Agent ID: XXXXXXX No

  • Is it possible to install a firewire bus in a new (2010) unibody macbook?

    Hi, I have been offered a good deal on a firewire audio interface but unfortunately my macbook doesnt have any firewire ports. I have tried it out using a firewire/USB adapter with a powered USB hub but the macbook just disables the port saying it is

  • PPR HELP

    hi guys i have a problem with ppr, the partial context returns null. i think this is because the partial rendering isnt enabled. if that is the case how do i enable PPR , what is the simplest and quickest way to do it. anyway this is the code that is

  • SRM Classic Scenario & Invoicing Service Purchase Orders through SUS

    Hi everyone, I hope I am able to provide enough information to ask this question.  We are running SRM Classic Scenario in addition to SUS.  We would like to be able to have our Vendors login to SUS and Invoice us.  However, we are being told that in

  • Isync not starting up!

    Though I have successfully used i sync with my nokia 6600 before I now have problems with starting up isync. when I do so, a dialogue box opens and informs me that: isync cannot open because of a problem with a plug in. and explains: the following pl