SP02 showing update was terminated and not showing Spool no and other data

Hi Friends,
Can anyone guide me in the below problem
After going to change mode of transaction when i go to message and i have done repeat output and further data and communication methods.
After that i have saved document.
After that when i enter into transaction SP02 it is showing that update was terminated.it is not showing the Spool number and the other data in the screen.
it is showing a message that List contain no data.
plz help me how to proceed and what r required for this problem.
and plz say me how can we get the unit test reports for the developments

Hi
I've checked in the program before calling BAPI_TRNASACTION_COMMIT if it returns any erros after BAPI_INCOMINGINVOICE_CREATE.  It will check any missing data.  The error happends only if I tried to post a blanket order with multiple items.  With single item, it's working fine.    The data are correct.  I'm wondering what causes this error.

Similar Messages

  • Print Preview: SAP GUI showing updated text, CRM UI not showing updated text

    Hello,
    can anyone please help me with "Print Preview" button in CRM UI:
    In the CRM UI when a certain data is changed on the document, a note on the document is updated with changes in data. When pressing the "Print Preview" button the generated PDF is not showing an updated text. If i run the SmartForm directly in SAP GUI after the data change, the generated PDF shows an updated text. If i reload the CRM UI (close the browser and run the CRM_UI transaction) the "Print Preview" shows an updated text.
    What should i do, that the Print Preview in the CRM UI would also show an updated text (without reloading the CRM UI) ?
    Im thinking it could be a problem with the parameters SFPDOCPARAMS and SFPOUTPUTPARAMS, that are used when calling the SmartForm FM. The parameters are set as this:
       ls_outputparams-nodialog = 'X'.
       ls_outputparams-getpdf = 'X'.
       ls_outputparams-connection = 'ADS'.
       CALL FUNCTION 'FP_JOB_OPEN'
         CHANGING
           ie_outputparams = ls_outputparams
         EXCEPTIONS
           cancel          = 1
           usage_error     = 2
           system_error    = 3
           internal_error  = 4
           OTHERS          = 5.
       ls_docparams-country = 'SI'.
       ls_docparams-langu = sy-langu.
       CALL FUNCTION lv_name
         EXPORTING
           /1bcdwb/docparams  = ls_docparams
           I_HEADER_GUID      = ls_orderadm_h_wrk-guid
         IMPORTING
           /1bcdwb/formoutput = ls_formoutput
         EXCEPTIONS
           usage_error        = 1
           system_error       = 2
           internal_error     = 3
           OTHERS             = 4.
    SAP gurus, please help

    I figured the solution:
    In the Code Initialization of my interface (SFP transaction) i had to initialize the buffer:
       CALL FUNCTION 'INIT_LOAD_TEXT_BUFFER'
         EXPORTING
           EXCL_ID       = ls_stxh-tdid
           EXCL_LANGUAGE = ls_stxh-tdspras
           EXCL_NAME     = ls_stxh-tdname
           EXCL_OBJECT   = ls_stxh-tdobject
         EXCEPTIONS
           NOT_FOUND     = 1
           OTHERS        = 2.
    This way the text is loaded from the updated note every time a "Print Preview" button is pressed.

  • Update was terminated in VF02.

    I have added two segments to the Invoice
    idoc INVOIC02 .
    In the user exit EXIT_SAPLVEDF_002 , inside
    Include ZXEDFU02 , i have another include
    by name include yxedfu02_us. inside this I
    have added the code to populate the two
    added segments for E1EDK01.
    Now i am facing a problem in creating or
    changing a billing document in VF01/VF02.
    I am entering data for output.
    I navigate to HEADER- OUTPUT in vf02.
    There i am giving YU10 (for EDI output).
    first problem is this YU10 is displayed
    with yellow status icon.
    secondly , when i save and come out and go
    into vf02 again for the same billing
    document it shows "Update was terminated".
    I went to Sm13 and found the error.
    <b>In the include where i have added the code , they have used a table INT_EDIDD. It
    shows an error while i check the include.
    it says INT_EDIDD does not exist as table or data. but if i double click on
    INT_EDIDD, it navigates to the userexit function module EXIT_SAPLVEDF_002  table declaration INT_EDIDD structure EDIDD.</b>I dont know where it goes wrong.
    Kindly help me in solving the problem.
    thanks in advance.
    suki.

    Hi,
    The table INT_EDIDD will only be recognized within the outer include zxedfu02.
    To access this from a subroutine in another include you must pass it to the subroutine using the tables statement.
    Darren

  • SP02 is showing that update was terminated

    Hi Friends,
    Can anyone guide me in the below problem
    After going to change mode of transaction when i go to message and i have done repeat output and further data and communication methods.
    After that i have saved document.
    After that when i enter into transaction SP02 it is showing that update was terminated.
    it is showing a message that List contain no data.
    plz help me how to proceed and what r required for this problem.
    and plz say me how can we get the unit test reports for the developments

    Welcome to the Apple Community Fitzer123.
    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
        1.    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
        2.    Connect the micro USB cable to the Apple TV and to your computer.
        3.    Reconnect the power cable (only for Apple TV 3)
        4.    Open iTunes.
        5.    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • Update was terminated vl02n transacton

    Hi All
    i was running vl02n for specific output type.I am getting error update was terminated.I have check in sm13 and shows like
    For output delivery 8000003526 is working fine,but with 8000003558 is not working.
    Please help on this.
    Thanks
    Vamsi

    Hi,
    try to change the output : instead of print after save, put print with external transaction.
    after this, go in VL71 and ask for print your transaction. You will have a dump, and you will be able to activate debug to see where you are, and what appends exactly.
    in VL02n --> print in background, so update process error --> SM13
    in VL71 --> print in foreground, so just error .. you could debug (more easily)
    regards
    Fred

  • PM workorder printing problem -- *"Express document "Update was terminated"

    Hi All,
    I have designed a PM workorder smartform.
    This form is getting triggered from the standard transaction IW32. There is a Z driver program and Z smartform.
    However when I am directly trying to print the this smartform(Order> Print>order) using the shoppaper number customized for my Zdriver program and zsmartform, the workorder gets saved but then on again entering into the workorder its gives the message :-
    "Express document "Update was terminated" received from author "XXX".
    And hence I am not able to print the smartform.
    However when I see its print preview and then try to print the smartform its allowing me to do so.
    Can anyone provide me the solution for the same.
    Thanks in advance for your help.

    Hi,
    the exception in fm CO_BH_ORD_HEADER_PRE_READ appears in two places:
    1.-
      IF import_message_id IS INITIAL.
      ELSE.
        IMPORT order_tab FROM MEMORY ID import_message_id.
      ENDIF.
    * Aussteigen falls überhaupt kein Auftrag/Netzplan gefunden wird
      IF NOT sy-subrc IS INITIAL.
        RAISE not_found.
      ENDIF.
    2.-
      IF no_afpo IS INITIAL.
      ELSE.
        IMPORT pos_tab FROM MEMORY ID import_message_id.
      ENDIF.
    * Aussteigen falls überhaupt kein Auftrag/Netzplan gefunden wird
      IF NOT sy-subrc    IS INITIAL AND
             counter_tot =  1       AND
             no_afpo     IS INITIAL.
        RAISE not_found.
      ENDIF.
    Put a break point and execute to see what is going on.
    Best regards.

  • Error"Update was terminated' while doing picking and data was not saved

    hi experts,
    I have created a sales order. for that i created a deliery.then i created shipment .and i have put pick qty and batch.
    it gives a message Express document " Updated was terminated "received from author XXXX.
    and picking is not saved and i'm not able to do PGI.
    Please help me.....
    Thanks in advance,
    ria

    Hai,
    Analyse this error in ST22 - ABAP runtime error or in SM13 - update request.The system will show the error update records in red color. Click the error & see the problem in funciton module.THis may be because of no ranges problem or any changes in print out program. Also if u have any BADI activation for the sale order & any changes in this program also leads to this error.

  • I have a HP Pavilion a1700n it shows updates needed but its not downloading them

    I have a HP Pavilion a1700n it shows updates needed but its not downloading them
    This question was solved.
    View Solution.

    There is a program that addresses this issue.  It's called System Update Readiness Tool.   Please select the correct version.
    The original specs for that computer was Vista 32 bit.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Billing document not posing (express document "update was terminated")

    Dear All,
    I am getteing error message while doing billing document  (express document "update was terminated")
    I tried billing document for 9 customers but only this error message getting 2 customers. this is the supplementary invoice(correction invoice)
    what is reason for this error, where is the problem.

    Hi,
    Thanks for response. number range assigned. because i have posted 10 customer invoices with supplementarty concept. i got error only for two customer. Invoice correction request number is generated but billing document number is not generated and it is giving error message as express document "update was teriminated" by author (only for two customers).
    So problem something else not in number range. pls suggest me on this.
    govindaraj

  • HT204053 my mac is updated but icloud is not showing up in my system preferences...

    my mac is updated but icloud is not showing up in my system preferences, only MobileMe which looks like it charges a fee.  Are icloud and mobileme the same? i thought they were different.  if they are different why can't i see icloud on my mac?

    Your Mac is 3 versions of OS X out of date, current release is 10.9.1, minimum required for Lion is 10.7.4, you have 10.6.8.
    Download 10.9.1 (Mavericks) from the App Store

  • Delivery document is not updated " update was terminated"

    Hi all,
    I have a problem with creating delivery order using vl01n. When i'm creating delivery it is successfully saved and system giving delivery number also but problem is when i'm opend my delivery using vlo2 sytem not displaying my delivery. And one more thing while i saving the delivery document using vl01n after saving document i'm receiving message delivery is not updated; Express document " update was terminated" received from author DDIC. What is mean that i unable to solve this problem. Please solve my problem as eraly as possible.
    Thanks & regards
    kesav

    vi 110:delivery type FA
    For the above error message, if the system could not determine the partner function Sold To Party, system will throw this error. 
    So please check your partner function assignment.
    thanks
    G. Lakshmipathi

  • Adobe bungled the LR CC update. Download does not show % status. Worse...

    Adobe bungled the LR CC update. Download does not show % status. Worse, getting from LR download is funky. Too many hoops from Lightroom update. #SMH

    So glad I did not download LR CC, With all the problems with CC I'm thinking I won't renew, just go back to using LR5 and Photoshop CS6.

  • Msi Live Update....not Show The Last Driver

    Hi
    whe MSI Live Monitor (MSI Live Update 3), search.. not show, the last driver...and bios....
    I have a G4MX460-VTP
    and the driver in the MSI Live Update is:
    Online Ver. 4403 (MSI Version)
    but when visit the MSI webpage (http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=154) the last driver is:
    Nvidia driver 45.32 for Win2000/WinXP/Server2003 OS
    and in the Nvidia webpage is 50.16.....
    and the same happend with the VGA Bios...
    y fix my vga cad update the VGA bios....but...this update don't show in the Live Update 3
    How fix it???
    thanks

    Do not update the VGA BIOS unless you have a good reason to. It is not like a motherboard.
    Go to  nVidia Drivers if you want the latest drivers.
    Live Update may not have been updated OR the version reported by the Live Update utility has been tested successfully with that card. Newer drivers sometimes cause problems with older cards. The only way to know for sure is got to the nVidia site and try the latest.

  • HT1766 # is not working in my iphone 4s, when i want to see how much credit i have in iphone, i need to put # on that, than it calls and end, it is not working and not showing anything..

    # is not working in my iphone 4s, when i want to see how much credit i have in iphone, i need to put # on that, than it calls and end, it is not working and not showing anything..

    http://support.apple.com/kb/HT1848  Did you transfer your purchased item, take a look at the link

  • I opened my computer and the whole top only shows web search, I can not find my bookmarks and I tried reloading firefox and still nothing but tab bar

    Question
    I opened my computer and the whole top only shows web search, I can not find my bookmarks and I tried reloading firefox and still nothing but tab bar. Tried f10, alt, nothing! Can I reload an old firefox? There is no firefox logo at top. When I rt click at top I see hide toolbar and leave full screen. To the right there is only a home sign. How can I get my BOOKMARKS ??????? I so need them and hate what ever this is that now shows up on firefox.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for

  • Plugin does not load in acrobat 9.5

    Hi, I have a plugin that loads in acrobat 8.0.0 but does not load in 9.5 how do i make sure that it gets loaded in 9.5 as well. Thanks

  • How to format X240

    Hi, I just got myself Thinkpad X240 that comes with Windows 7 Professional 64 with Windows 8 Pro Recovery DVD. The existing hard drive is: Windows7_OS (C - 450 GB Lenovo_Recovery (Q - 14GB I would like to have another drive D: to seperate my program

  • Error in trigger: PLS-00049: bad bind variable

    Hi, I am trying one of the XML/XDK samples from technet (http://otn.oracle.com/tech/xml/htdocs/XDBDemo2.html) and get this error while compiling the trigger: here's the code snippet create or replace trigger PURCHASEORDEREXPLOSION instead of insert o

  • IPhoto 09 hangs after launch...

    Not sure why, but this started happening about a week ago. No real changes to anything in the way I use iPhoto and no system changes. I am not using a network drive, or USB storage. All photos are in the default library. When I launch iPhoto, it load

  • PDF action links

    I have report with table view. One of the column has action link, whivh open Google search page with the cell value as the query. The exported PDF of table report include the action links in the resulting table: below the cell value there is also the