FM WR26_FILL_ERROR_TABLE

Hello Experts,
can someone explain in detail what the FM WR26_FILL_ERROR_TABLE is for? I didn`t find a detailed description somewhere else. Perhaps someone can give an example for the usage with exemplary values for import parameters and returned structures.
Thanks.
Regards
Tobias

When you are using any Function Module related to Check Module or Site Master Details, all the FMs are starting with WR26_ after call the FM you can get the Error message by using the FM WR26_FILL_ERROR_TABLE. See the Sample code below
CALLl FUNCTION 'WR26_*...........
IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    CALL FUNCTION 'WR26_FILL_ERROR_TABLE'
         EXPORTING
              I_SUBRC       = SY-SUBRC
              I_MSGID       = SY-MSGID
              I_MSGTY       = SY-MSGTY
              I_MSGNO       = SY-MSGNO
              I_MSGV1       = SY-MSGV1
              I_MSGV2       = SY-MSGV2
              I_MSGV3       = SY-MSGV3
              I_MSGV4       = SY-MSGV4
              I_RETURN_CODE = O_RETURN_CODE
         IMPORTING
              O_RETURN_CODE = O_RETURN_CODE
         TABLES
              O_ERROR_TABLE = O_ERROR_TABLE. 
Kanagaraja L
Edited by: Kanagaraja  Lokanathan on Aug 7, 2009 2:15 PM
Edited by: Kanagaraja  Lokanathan on Aug 7, 2009 2:16 PM

Similar Messages

Maybe you are looking for

  • Data display Format issue.

    Hi , I have the following columns for a single item(SingleVO), ItemNo, SugQty, OrdQty, Description, I would like to display the data in a table(Normal table or in a Advanced Table) with the following format. If there are 50 items, First row should di

  • I have a problem downloading apps...

    I recently ran out of money on a gift card that i had set on my ipod so something happened and i am too young to possess a credit card so the ipod wont let me download or update any apps on my ipod any ideas of what i can do??????

  • XML Bursting Program erroring out.

    Hi All, When I am trying to use the bursting, I get the below error: XML/BI Publisher Version : 5.6.3 --Exception For input string: "" java.lang.NumberFormatException: For input string: ""      at java.lang.NumberFormatException.forInputString(Number

  • How to open firefox just this once without prior sessions restarting?

    Last session I stumbled on a site infected with malware. Now, each time I reopen Firefox, the old sessions restart, as usual (and as I want them to, except for now), going immediately into the malware problem again. Firewalls and anti-virus are handl

  • CF 8.01 - 32 or 64-bit version on Intel Mac running Leopard?

    I just purchased a new Intel based MacBook Pro notebook which is running Leopard. I'm confused as to whether I should install the 32-bit or the 64-bit version of ColdFusion 8. Can anyone make a recommendation? I will be using the built-in CF webserve