ERMS : Send mail on saving Sales Order

HI,
How can we send mail through ERMS on saving the Sales Order. I know about ERMS...All setting are done but i don't know on which event this will get trigger.  i have maintained the following rule :
If
ICWC_Order:type Equals Home 'ZXX'
Then
Forward eMil To ( Forward To = "abc@abclcom"; Forward From = acb@acbcom )
I know we can call this action in IC webclient through ESCALATION button. But how we can call this action on SAVE ORDER.
Please Help...
Regards,
Ankush

Hi Ankush
You can also achieve the same results using actions.
Here are some details how it works:
1. Action profile which triggers an email on Order save. Assign the action profile to Transaction
2. Smartform to put data email
3. Forward To address can picked up from Partners
4. From address can be setup in SCOT
Hope this helps
Rupesh

Similar Messages

  • HOW TO Send mail while saving VA02

    How can i send mail while saving VA02.
    The mail address i have to pick from custom table based on plant.
    Just for the trial we used : output type :KRML
    Application : V1
    Transaction medium :7.
    and the program RSNASTSO routine SAPOFFICE_AUFRUF_VX is attached in the nace.
    The same output type is attached in va02.If we use this output type with this medium , it is asking us mail partner
    address also in the VA02.
    but we have to get the mail partner from custom table.
    And with this output type , the program attched in the NACE (RSNASTSO) IS NOT GETTING triggered.
    But the mail is being sent to the mail partner which i mentioned in the VA02 Communication method.
    How can i solve this.
    Finally my requirement is i have to send a mail to exter id which is maintained in the custom table while saving VA02.
    Regards
    Ramakrishna L

    Hi,
    We had set a output type in NACE. and that output type we have in the VA02 transaction also.
    But While saving the transaction it is not going through the program mentioned in the NACE for that output type.
    But mail is sent to the SAP Inbox or official id .
    how that mail is gone i am not understanding.
    How can we do to go through the program mentioned in NACE while saving the VA02.
    The mail body coming with text " sales order is blocked" sopme thing like this.
    This same mail i have to sent to the mail id maintained in Custom table plant wise.
    Regards
    Ramakrishna L

  • How/ where to  check output type while saving sales order for confirmation

    Hi All,
    Could you anyone pls let me know How/ where to  check output type while saving sales order for confirmation.
    Present scenario : when the Sales Order is created the Order confirmation is sent irrespective of credit block of the sales order.
    Requirement : Order confirmation “ZA00” sent to the partner only for those Sales orders which does not have credit block and ZCLE sent to the partner if the order has credit block.
    Now i want to know where exactly to check the output types "ZA00" and 'ZCLE' based on the credit block to send the confirmation to partener.
    Quick help highly appreciated......
    Preetham

    Hi Santosh,
    Thanks for the info. But here in this case I have to send the confiramation based on credit limit check. If credit limit check exceeds "ZCLE' should go as confirmation else 'ZA00' should go as confirmation.
    Where can we check the credit limit whether it exceeded or not. My doubt is whether it is config issue or do we need to write code user exit or routine to send the specific output type for confirmation.
    Thanks & Regards,
    Preetham

  • Error while saving sales order

    Hi I am encountering below error message while saving sales order:
    Warehouse
    Specify export data in material master
    Then I go to material master to check foreign trade export tab, and I had maintained commodity code export group, country of origin and region of origin, what did I miss? Help.

    Hi,
    Check whether you have activated legal control data for the Sales Order type configuration in Foreign Trade.
    If the Order type is activated then the following error message can pop up unless you maintain in material master.
    See whether export legal control data is activated or not for the order type.
    In IMG Sales and Distribution>Foreign trade>Legal control section
    Regards,
    Saju.S

  • Run Time Error on Saving Sales Order

    Hello,
    We are facing problem when saving sales order. When order is created and save button is pressed, it saves sales order and gives Order  Number. But while saving the order during update it gives dump due to Data duplication in VBFA while inserting data to VBFA table
    Looking at ST22 log this error is in form VBFA_BEARBEATEN
    Kindly guide.
    Thanx in advance.
    Regards

    Check the Sales Order Number Range.
    It seems either the Number Range is exhausted (completed) or a document with same number is already created in system in past...
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • "Procurement Wizard"  window opens for a particular warehouse while saving Sales Order

    Hello All,
    We have upgraded SAP B1 8.8 to SAP B1 9.0
    My client is facing one of problem while saving Sales order using particular warehouse.
    Actually client is having 4 warehouses (A,B,C,D) in which if they use one particular warehouse "A" for saving Sales order they are facing a issue. The scenario is here below:
    1. Client selects all required details of sales order with along with particular warehouse "A".
    2. On saving SO "Procurement Wizard" is automatically triggered even if procurement document field is unchecked in logistic tab of SO.
    3. This is happening only for a particular warehouse "A". Whereas if I select other 3 warehouses (B,C,D) the system saves SO without trigerring "Procurement Wizard".
    Client is using SAP B1 9.0 PL 08 
    We don't want this  "Procurement Wizard" window to open for this. As we haven't selected any check box for  "Procurement Wizard" so it should not open for a particular warehouse "A".
    Do you think any issue with my warehouse or system settings? Please let me know.
    Please refer screen shots.
    Thanks in advance.

    Hi Saurabh,
    As per your Screen Shot, I think you have Add-on.
    Please stop that Add-on and then check above Scenario.
    Thanks
    Regards::::
    Atul Chakraborty

  • Automatically create a Delivery Order document on saving sales order

    hi,
    i want that a delivery document should be automatically created on saving sales order. how can i configure sap to do so?
    thanks

    Hi
    In VOV8 in the shipping tab immediate delivery switch is there
    There you have to put X and save
    then while you  create and save a sales order of that order type delivery will be created automatically
    No need to go for VL01n
    These are the settings done in cash sale and rush order in standard SAP
    Regards
    Raja

  • I need a Badi that is triggered when saving Sales order in both Va01 and Va

    Hi
    I need a Badi that is triggered when saving Sales order in both Va01 and Va02
    I tried with the following BADI's
    BADI : BADI_SD_SALES
    Implementation : /BEV1/SR_SALES_ORD_1
    Method SAVE_DOCUMENT
    Now when i want to put my peice of code in this (SAVE_DOCUMENT) method.
    It is asking for Access key. Which i do not have.
    Should i create a implementation and then create a method and then put my code there?
    Anybody plz help.

    You will probably not find a BADI to suit your needs.  However if you look at include program MV45AFZZ you should find two subroutines:  USEREXIT_SAVE_DOCUMENT_PREPARE and USEREXIT_SAVE_DOCUMENT.  You can put the code you need directly into these subroutines.  If these have not been changed yet on your system, you will need an access key to make these changes.
    Please read the documentation in the header of the subroutines for furtner information on when they are called.
    Best Regards,
    Chris H.

  • Hw to delete the saved sales order

    HI
    TO ALL
    i want delete the saved sales order    hw can i delete that   completely  
    if any body is answered  i will give u more reward points
    ADVANCE THANX

    hi,
    It is not advisable to delete order. Best option is to block the order. It can be done as follows.
    VA02 (Change Sales Order) >>> then go to item details Sales A, here u can find the filed <b>Reason for rejection</b>, here u put the exact reason & block.
    If u really want to delete the order, then u can follow the paths given by other frieds.
    Reward if it helps.
    Regards,
    Nabeel

  • Send Mail When Saving The Process Order

    Dear Experts,
    I want to send a Mail with some details whenever we Create & Save a new Process Order in COR1.
    I have written my code at the below location where i have all the required data stored in the IT'S.
    Enhancement - PPCO0001
    FM - EXIT_SAPLCOBT_001
    Include - zxco1u01
    I have the below code to send the Mail in the include.
    Send the document
        call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          exporting
            document_data              = wa_doc_chng
            put_in_outbox              = 'X'
            commit_work                = ""
          tables
            packing_list               = it_objpack
            contents_txt               = it_objtxt
            receivers                  = it_reclist
          exceptions
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            others                     = 8.
        if sy-subrc = 0.
      To refresh SAP Work Office so that mail can be recieved immediataly.
          submit rsconn01 with mode = 'INT'
                          with output = ''
                           and return.
        else.
          message 'Problem in sending Email.' type 'I'.
        endif.              "  End of sy-subrc
    Here my exporting parameter "commit_work" is blank, i have not passed "X" in it.
    When i pass "X" in this, it gives me a dump as below.
    Short text
        Invalid COMMIT WORK in a COMMIT WORK or ROLLBACK WORK.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLSOI1" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The call of a COMMIT WORK in a FORM, that will not be executed until
        the commit or rollback point of the caller using the variant
        PERFORM ... ON COMMIT or PERFORM ... ON ROLLBACK is not permitted.
    Trigger Location of Runtime Error
        Program                                 SAPLSOI1
        Include                                 LSOI1U32
        Row                                     154
        Module type                             (FUNCTION)
        Module Name                             SO_DOCUMENT_SEND_API1
    When i take out "X" from "commit_work", it does not send mail and also the transaction does not give any Dump.
    Can you please help out me with this?
    Thanks,
    Praveen

    Hi Antony,
    When i write the below code in FM = EXIT_SAPLCOBT_001 and include = zxco1u01, it does not work for sending the mail.
    Mail Data.
    types: begin of ty_mail,
            tcode type zmail-tcode,
            email type zmail-email,
            end of ty_mail.
    IT Creation.
    data:  it_mail type standard table of ty_mail.
    WA Creation.
    data:  wa_mail type ty_mail.
    Email Related Internal Tables.
    data:  it_reclist        type standard table of somlreci1,     "Recipients
            it_objpack        type standard table of sopcklsti1,
            it_objhead        type standard table of solisti1,
            it_objtxt         type standard table of solisti1 initial size 0 with header line,      "Body of EMail
            it_objbin         type standard table of solisti1,      "Attachment of EMail
            it_contents_hex   like standard table of solix,
            it_objbin1        type standard table of solisti1,      "Attachment of EMail
            it_contents_hex1  like standard table of solix.
    Email Related Work Area.
    data:  wa_doc_chng       type sodocchgi1.     "attributes of document to send
    data:  l_reclist               like line of it_reclist,
            l_objpack               like line of it_objpack,
            l_tab_lines             type i.
    data:  lv_answer   type string,
            w_msg1(100) type c,
            w_gamng     type string.
    select tcode email from zmail into table it_mail
            where tcode = 'ZQA15'.
       refresh it_objtxt[].
       it_objtxt = '-----------------------------------------------------------------------------------------------------'.
       append it_objtxt.
       concatenate 'Order Number - '  header_table-aufnr into it_objtxt separated by space.
       append it_objtxt.
       concatenate 'Plant - '  header_table-werks into it_objtxt separated by space.
       append it_objtxt.
       concatenate 'Material No. - '  position_table-matnr into it_objtxt separated by space.
       append it_objtxt.
       concatenate 'Material Description - '  header_table-ktext into it_objtxt separated by space.
       append it_objtxt.
       concatenate 'Batch No. - '  position_table-charg into it_objtxt separated by space.
       append it_objtxt.
       w_gamng = header_table-gamng.
       concatenate 'Batch Size - '  w_gamng into it_objtxt separated by space.
       append it_objtxt.
       concatenate 'MFG. Date - '  position_table-verid into it_objtxt separated by space.
       refresh it_reclist[].
       loop at it_mail into wa_mail.
         clear  l_reclist.
         l_reclist-receiver    = wa_mail-email.
         l_reclist-express     = 'X'.
         l_reclist-rec_type    = 'U'.
         l_reclist-no_forward  = 'X'.
         append l_reclist to it_reclist.
         clear wa_mail.
       endloop.
    Fill the document data.
       wa_doc_chng-doc_size = 1.
    Populate the subject/generic message attributes
       wa_doc_chng-obj_langu = sy-langu.
       wa_doc_chng-obj_name  = 'PO DETAILS'.
       wa_doc_chng-obj_descr = 'PO Details To QC'.
       wa_doc_chng-sensitivty = 'F'.          "  Send mail as a confidential
       wa_doc_chng-no_change  = 'X'.
    Describe the body of the message
       if it_objpack is initial.
         l_objpack-transf_bin = space.
         l_objpack-head_start = 1.
         l_objpack-head_num   = 1.
         l_objpack-body_start = 1.
         describe table it_objtxt lines l_objpack-body_num.
         l_objpack-doc_type   = 'RAW'.
         append l_objpack to it_objpack.
         clear  l_objpack.
         clear l_tab_lines.
       endif.
    Send the document
       call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         exporting
           document_data              = wa_doc_chng
           put_in_outbox              = 'X'
           commit_work                = ''
         tables
           packing_list               = it_objpack
           contents_txt               = it_objtxt
           receivers                  = it_reclist
         exceptions
           too_many_receivers         = 1
           document_not_sent          = 2
           document_type_not_exist    = 3
           operation_no_authorization = 4
           parameter_error            = 5
           x_error                    = 6
           enqueue_error              = 7
           others                     = 8.
       if sy-subrc = 0.
      To refresh SAP Work Office so that mail can be recieved immediataly.
         submit rsconn01 with mode = 'INT'
                         with output = ''
                          and return.
       else.
         message 'Problem in sending Email.' type 'I'.
       endif.              "  End of sy-subrc
    endif.                "  End of lw_answer
    But when i write the same above code in FM = EXIT_SAPLCOZV_001 and include = zxco1u06, it does work fine.
    I am not able to understand why it works at one place and does not at the other?
    Thanks,
    Praveen

  • Send email after input sales order

    hi experts,
    After user input the sales order in GUI, I want to send a email to notify his manager to approve, but I don't know how to do this.
    Can anyone help me?
    Thanks in advance.

    Hi
    Once the sales order is saved then you can send the mail. For that maintain transmission medium as Email . Also make sure that you are sending the mail to manager , so maintain separate partner function in the sales order and also maintain condition record with the key combination of the separate partner only
    Thanks and Regards
    Srinath

  • Mail or fax sales order

    hi,
    Could any one tell the process to fax or mail a sales order/invoice , qotation to a customer.
    thanks

    You need to set up an output type for email or fax nad then execute the output from the menu 00salesorderheaderoutputs. here u give the output type that u have defined for email or fax and the corresponding customer and select the options for whether u need to send while saving the sales order. The output types can be set thru SPRO , i think the txn is V/30 .
    Hope this helps..

  • Dump while saving sales order

    Hi,
    I was doing my config from quite a while and was able to save sales orders normally. All of a sudden, I am now unable to save any sales orders. It is throwing a dump while I am trying to save the sales order. The dump details are provided below. I tried debugging the code to an extent and realized that there is some error in acessing access sequences in output determination. Can someone guide me to fix this error please?
    Please find the dump below:
    Runtime Errors SAPSQL_INVALID_FIELDNAME
    Exception CX_SY_DYNAMIC_OSQL_SEMANTICS
    Occurred on 23.10.2008 at 09:09:10
    One of the field names in the SELECT clause was not recognized.
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLV61Z " had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_DYNAMIC_OSQL_SEMANTICS',
    was neither
    caught nor passed along using a RAISING clause, in the procedure "SEL_KONDTAB"
    "(FORM)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    The SELECT clause was specified in an internal table at runtime.
    It contains the field name "DATBI", but this does not occur in any of
    the database tables listed in the FROM clause.
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "SEL_KONDTAB"
    "(FORM)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Check the field names in the SELECT clause.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "SAPSQL_INVALID_FIELDNAME" CX_SY_DYNAMIC_OSQL_SEMANTICSC
    "SAPLV61Z " or "LV61ZU01 "
    "SEL_KONDTAB"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
    To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
    To obtain this, call the system log with Transaction SM21
    and select the "Print" function to print out the relevant
    part.
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, you can either use the "PRINT" command in the editor or
    print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    System environment
    SAP Release.............. "620"
    Application server....... "sap_server"
    Network address.......... "10.1.1.193"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "2x Intel 801586"
    Character length......... 8 Bits
    Pointer length........... 32 Bits
    Work process number...... 0
    Short dump setting....... "full"
    Database server.......... "SAP_SERVER"
    Database type............ "ORACLE"
    Database name............ "NX1"
    Database owner........... "SAPNX1"
    Character set............ "English_United State"
    SAP kernel............... "620"
    Created on............... "Aug 5 2002 21:33:12"
    Created in............... "NT 5.0 2195 Service Pack 2 x86 MS VC++ 12.00"
    Database version......... "OCI_817_SHARE "
    Patch level.............. "252"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.1.7.."
    SAP database version..... "620"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    User, transaction...
    Client.............. 800
    User................ "SAPUSER"
    Language key........ "E"
    Transaction......... "VA01 "
    Program............. "SAPLV61Z "
    Screen.............. "SAPMV45A 4001"
    Screen line......... 61
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLV61Z " in "SEL_KONDTAB".
    The main program was "SAPMV45A ".
    The termination occurred in line 495 of the source code of the (Include)
    program "LV61ZU01 "
    of the source code of program "LV61ZU01 " (when calling the editor 4950).
    Processing was terminated because the exception "CX_SY_DYNAMIC_OSQL_SEMANTICS"
    occurred in the
    procedure "SEL_KONDTAB" "(FORM)" but was not handled locally, not declared in
    the
    RAISING clause of the procedure.
    The procedure is in the program "SAPLV61Z ". Its source code starts in line 225
    of the (Include) program "LV61ZU01 ".
    Source code extract
    004650 IF SE_PRESTEP = YES OR
    004660 SE_READ_ONLY_ONE_RECORD = YES.
    004670 IF T681-KSDAT IS INITIAL.
    004680 IF SE_READ_ALL_PRESTEP IS INITIAL.
    004690 SELECT * FROM (T681-KOTAB) APPENDING TABLE KOND_TAB
    004700 UP TO 1 ROWS
    004710 WHERE KAPPL = SE_KAPPL
    004720 AND KSCHL = SE_KSCHL
    004730 AND (CODING_TAB).
    004740 H_SUBRC = SY-SUBRC.
    004750 ELSE.
    004760 SELECT * FROM (T681-KOTAB) APPENDING TABLE KOND_TAB
    004770 WHERE KAPPL = SE_KAPPL
    004780 AND KSCHL = SE_KSCHL
    004790 AND (CODING_TAB).
    004800 ENDIF.
    004810
    004820 * it is enough to find one record in prestep
    004830 * (care must be taken with pool tables - depending on database this
    004840 * will cost performance instead of saving)
    004850 IF SELECT_SPLIT NE 0 AND H_SUBRC NE 0.
    004860 MODIFY CODING_TAB FROM CODING_ALTER INDEX SELECT_SPLIT.
    004870 SELECT * FROM (T681-KOTAB) APPENDING TABLE KOND_TAB
    004880 UP TO 1 ROWS
    004890 WHERE KAPPL = SE_KAPPL
    004900 AND KSCHL = SE_KSCHL
    004910 AND (CODING_TAB).
    004920 ENDIF.
    004930 ELSE.
    004940 IF SE_READ_ALL_PRESTEP IS INITIAL.
    SELECT * FROM (T681-KOTAB) APPENDING TABLE KOND_TAB
    004960 UP TO 1 ROWS
    004970 WHERE KAPPL = SE_KAPPL
    004980 AND KSCHL = SE_KSCHL
    004990 AND DATBI >= SE_DATE
    005000 AND DATAB <= SE_DATE
    005010 AND (CODING_TAB).
    005020 H_SUBRC = SY-SUBRC.
    005030 ELSE.
    005040 SELECT * FROM (T681-KOTAB) APPENDING TABLE KOND_TAB
    005050 WHERE KAPPL = SE_KAPPL
    005060 AND KSCHL = SE_KSCHL
    005070 AND DATBI >= SE_DATE
    005080 AND DATAB <= SE_DATE
    005090 AND (CODING_TAB).
    005100 ENDIF.
    005110
    005120 IF SELECT_SPLIT NE 0 AND H_SUBRC NE 0.
    005130 MODIFY CODING_TAB FROM CODING_ALTER INDEX SELECT_SPLIT.
    005140 SELECT * FROM (T681-KOTAB) APPENDING TABLE KOND_TAB
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 4 SY-INDEX 1
    SY-TABIX 17 SY-DBCNT 1
    SY-FDPOS 1 SY-LSIND 0
    SY-PAGNO 1 SY-LINNO 1
    SY-COLNO 1 SY-PFKEY U
    SY-UCOMM SICH SY-TITLE Create Sales Order: Overview
    SY-MSGTY E SY-MSGID FI
    SY-MSGNO 011 SY-MSGV1 AUD
    SY-MSGV2 SY-MSGV3
    SY-MSGV4
    Active calls / events
    No.... Type........ Name..........................
    Program
    Include Line
    Class
    1 FORM SEL_KONDTAB
    SAPLV61Z
    LV61ZU01 495
    2 FUNCTION SD_COND_ACCESS
    SAPLV61Z
    LV61ZU01 196
    3 FORM KOMT2_AUFBAUEN
    SAPLV61B
    LV61BF0K 78
    4 FORM KONDITIONSVORSTEP
    SAPLV61B
    LV61BF0K 275
    5 FORM COND_ACCESS_V1
    SAPLV61B
    LV61BMES 417
    6 FUNCTION MESSAGING
    SAPLV61B
    LV61BU50 81
    7 FORM NACHRICHTEN_POSITION
    SAPMV45A
    MV45AF0N_NACHRICHTEN_POSITION 81
    8 FORM BELEG_BEARBEITEN_ENDE
    SAPMV45A
    MV45AF0B_BELEG_BEARBEITEN_ENDE 268
    9 FORM BELEG_SICHERN
    SAPMV45A
    MV45AF0B_BELEG_SICHERN 270
    10 FORM FCODE_SICH
    SAPMV45A
    MV45AF0F_FCODE_SICH 9
    11 FORM FCODE_BEARBEITEN
    SAPLV00F
    LV00FF0F 90
    12 FUNCTION SCREEN_SEQUENCE_CONTROL
    SAPLV00F
    LV00FU02 44
    13 FORM FCODE_BEARBEITEN
    SAPMV45A
    MV45AF0F_FCODE_BEARBEITEN 90
    14 MODULE (PAI) FCODE_BEARBEITEN
    SAPMV45A
    MV45AI0F_FCODE_BEARBEITEN 8
    Chosen variables
    1 FORM SEL_KONDTAB
    SAPLV61Z
    LV61ZU01 495
    SE_KSCHL EXEM
    4544
    585D
    CODING_TAB[] Table IT_44581x256
    67050000E0006100000000000000FFFF0200C300
    07320000F200A100100001000000FFFF47308600
    ... + 40
    0000C020
    A0001400
    SY-REPID SAPLV61Z
    5454533522222222222222222222222222222222
    310C661A00000000000000000000000000000000
    KOND_TAB[] Table IT_39140x480
    3FC50000E00040000000E0000000FFFF02009000
    03A100003100AF00000001000000FFFF47308A00
    ... + 40
    0000C000
    A0001E00
    KOMGM
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240 00
    233222222222222
    000000000000000
    SE_READ_ALL_PRESTEP
    2
    0
    T681 B998V1B998
    4333534333222222222222222222222222222222
    2998612998000000000000000000000000000000
    ... + 40 X3 000
    53233322222222222222222222
    83000000000000000000000000
    %_DUMMY$$
    2222
    0000
    T681-KOTAB B998
    433322222222222222222222222222
    299800000000000000000000000000
    CONDITION_IN_MEMORY_INTERNAL
    2
    0
    KOMGR
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    22222222222222222222222222222222222222
    00000000000000000000000000000000000000
    SE_KAPPL V1
    53
    61
    *KOMGR
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    22222222222222222222222222222222222222
    00000000000000000000000000000000000000
    KOMK 800 AUD 0000000001100
    3332222222222222222222245423333333333333
    8000000000000000000000015400000000001100
    ... + 40 0001MEL 21 AU VIC AUD A
    3333444222332245254422222224542222222224
    0001D5C000210015069300000001540000000001
    ... + 80 UD AUD #####0000000000000010050000
    5422454222222000003333333333333333333333
    54001540000000000C0000000000000010050000
    ... + 120 00100500000010050000001005
    3333333333333333333333333322222222222222
    0010050000001005000000100500000000000000
    ... + 160 000000000001###V SABI0120081023200
    2222223333333333330005254443333333333333
    00000000000000000100C6031290120081023200
    ... + 200 81023200810232008102320081023CIFdandenon
    3333333333333333333333333333344466666666
    8102320081023200810232008102339641E45EFE
    ... + 240 g
    622222222222222
    700000000000000
    SE_DATE 20081023
    33333333
    20081023
    KOMP 000010000000000000000857 MEL VI
    3333333333333333333333332222222222444254
    0000100000000000000008570000000000D5C069
    ... + 40 C
    4222222222222222222222222222222222222222
    3000000000000000000000000000000000000000
    ... + 80 04 MEL ##############
    2332222444222222222220000000000000022222
    0040000D5C00000000000000000C000000C00000
    ... + 120 015
    2222222222222222222222222222333222222222
    0000000000000000000000000000015000000000
    ... + 160 ###### 000010
    2222222000000222222233333322222222222222
    000000000000C000000000001000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240
    222222222222222
    000000000000000
    2 FUNCTION SD_COND_ACCESS
    SAPLV61Z
    LV61ZU01 196
    APPLICATION V1
    53
    61
    CALL_MODUS A
    4
    1
    CONDITION_TYPE EXEM
    4544
    585D
    DATE 20081023
    33333333
    20081023
    HEADER_COMM_AREA AUD 0000MEL 00000110021
    2222222222454233334442333333333332222222
    000000000015400000D5C0000001100210000000
    ... + 40 0000001005000000100500000
    2222222222222223333333333333333333333333
    0000000000000000000001005000000100500000
    ... + 80 0100500000010050000000000CIF020001200810
    3333333333333333333333333444333333333333
    0100500000010050000000000396020001200810
    ... + 120 231######0#AUD YOR C CA
    3330000003045422222222222222225452422244
    2310000030C15400000000000000009F20300031
    ... + 160 CCCCCCCH 00000000
    2222444444442222222333333332222222222222
    0000333333380000000000000000000000000000
    ... + 200
    222222222222222222222222
    000000000000000000000000
    KOPRT_I 00000003001 KRML00
    3333333333322224544332222222222222222222
    000000030010000B2DC000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222
    0000000000000000000000000
    NO_MEM_IMPORT
    2
    0
    POSITION_COMM_AREA 0000100000000000000008570000000000000008
    3333333333333333333333333333333333333333
    0000100000000000000008570000000000000008
    ... + 40 57 015 T
    3322222222222222222222222222223332222225
    5700000000000000000000000000000150000004
    ... + 80 AN 100001100055555004##############K
    4422222333333333333333333000000000000004
    1E00000100001100055555004000000C000000CB
    ... + 120 AR #
    4522222222222222222222222222222222222220
    1200000000000000000000000000000000000000
    ... + 160 ### 000001######0#u0153 #################
    0002223333330000003092200000000000000000
    C0C0000000010000030CC000000010C0000010C0
    ... + 200 #######KAR######%#######u201EKG ########
    0000000445000000200000008544200000000222
    000010CB120000075C0000064CB700000000C000
    ... + 240 01MEL MEL1
    334442222244432
    01D5C00000D5C10
    PRESTEP X
    5
    8
    PROTOCOL_ACCESS X
    5
    8
    PROTOCOL_DATE
    2
    0
    READ_ALL_PRESTEP
    2
    0
    READ_ONLY_ONE_RECORD X
    5
    8
    SDPROTHEAD_I CONDB0000000000
    2222222222222244444333333333322222222222
    000000000000003FE42000000000000000000000
    ... + 40 00000000000000
    222222233333333333333
    000000000000000000000
    T682I_I BV1EXEM03998## 000X
    453454433333002233352
    261585D039980C0000080
    CONDITION_IS_IN_MEMORY #############
    0000000000000
    0000000000000
    CONDITION_IS_PURELY_HEADER X
    5
    8
    CONDITION_RECORDS[] Table IT_44400x119
    3C15EA15E0005100000070000000FFFF0F004200
    01C20DC2C2008100000070000000FFFF4C408500
    ... + 40
    0000C020
    10001400
    POSITION_COMM_AREA_DYNAMIC
    2222
    0000
    KOMPAZD
    2222222222
    0000000000
    SYST ########################d###############
    0000000010000000000000006000000000000000
    1000100010001000000000004000000000000000
    ... + 40 ####################################|###
    0000000000000000000000000000000000007000
    100010001000000010000000000000000000C100
    ... + 80 ################S#######################
    0000000000000000500000000000000000000000
    0000000000004000310000000000000000000000
    ... + 120 ####################################¶###
    000000000000000000000000000000001000B000
    00000000000000000000000000000000D0006000
    ... + 160 ####ÿ####### u0152##XC############# E0 4
    0000F0000000A800540000000000000222432223
    0000F00000000C00830040000C0000C000500004
    ... + 200 001LIST N ####__S 800
    3334455222420000555222222222222222223332
    001C934000E01000FF3000000000000000008000
    ... + 240 00
    222223322222222
    000000000000000
    SY-XFORM CONVERSION_EXIT
    444545544454545222222222222222
    3FE65239FEF5894000000000000000
    CONDITION_RECORDS 800V1VEN0
    3335354432222222222222222222222222222222
    8006165E00000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80 0000002101
    222222222222222222222222222223333333333
    000000000000000000000000000000000002101
    SY-XPROG SAPCNVE
    5454454222222222222222222222222222222222
    3103E65000000000000000000000000000000000
    KOPF_POS_UNLOAD UNLOAD_COMMUNI_BV1
    544444544445445453
    5ECF14F3FDD5E9F261
    3 FORM KOMT2_AUFBAUEN
    SAPLV61B
    LV61BF0K 78
    SY-TABIX 17
    1000
    1000
    *KOMKBNF
    2222222222222222
    0000000000000000
    KOMKBWA
    2222
    0000
    TYP_TNAPR 8
    3
    8
    %_DUMMY$$
    2222
    0000
    KOPRT 00000003001 KRML004502009
    3333333333322224544333333333222222222222
    000000030010000B2DC004502009000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222
    0000000000000000000000000
    C_EVENT 9
    3
    9
    XSUBRC 0
    0000
    0000
    KOMPBME ### 00000000
    0002222222222222222222222222233333333222
    00C0000000000000000000000000000000000000
    ... + 40 0000
    2222222222222222222222233332222222222222
    0000000000000000000000000000000000000000
    ... + 80
    22222
    00000
    KOMKBME-UNAME
    222222222222
    000000000000
    KOMT1-KAPPL V1
    53
    61
    KOMT1-KSCHL EXEM
    4544
    585D
    HEADER_COMM AUD 0000MEL 00000110021
    2222222222454233334442333333333332222222
    000000000015400000D5C0000001100210000000
    ... + 40 0000001005000000100500000
    2222222222222223333333333333333333333333
    0000000000000000000001005000000100500000
    ... + 80 0100500000010050000000000CIF020001200810
    3333333333333333333333333444333333333333
    0100500000010050000000000396020001200810
    ... + 120 231######0#AUD YOR C CA
    3330000003045422222222222222225452422244
    2310000030C15400000000000000009F20300031
    ... + 160 CCCCCCCH 00000000
    2222444444442222222333333332222222222222
    0000333333380000000000000000000000000000
    ... + 200
    222222222222222222222222
    000000000000000000000000
    <%_TABLE_TNAD1> ???
    ITEM_COMM 0000100000000000000008570000000000000008
    3333333333333333333333333333333333333333
    0000100000000000000008570000000000000008
    ... + 40 57 015 T
    3322222222222222222222222222223332222225
    5700000000000000000000000000000150000004
    ... + 80 AN 100001100055555004##############K
    4422222333333333333333333000000000000004
    1E00000100001100055555004000000C000000CB
    ... + 120 AR #
    4522222222222222222222222222222222222220
    1200000000000000000000000000000000000000
    ... + 160 ### 000001######0#u0153 #################
    0002223333330000003092200000000000000000
    C0C0000000010000030CC000000010C0000010C0
    ... + 200 #######KAR######%#######u201EKG ########
    0000000445000000200000008544200000000222
    000010CB120000075C0000064CB700000000C000
    ... + 240 01MEL MEL1
    334442222244432
    01D5C00000D5C10
    KOMKBWR-ERNAM
    222222222222
    000000000000
    KOMPBWR-ERNAM
    222222222222
    000000000000
    *TNAD1-VKORG
    2222
    0000
    G_SDPROTHEAD CONDB0000000000
    2222222222222244444333333333322222222222
    000000000000003FE42000000000000000000000
    ... + 40 00000000000000
    222222233333333333333
    000000000000000000000
    T682I BV1EXEM03998## 000X
    453454433333002233352
    261585D039980C0000080
    RSJOBINFO 00000000
    2222222222222222222222222222222233333333
    0000000000000000000000000000000000000000
    ... + 40 000000
    3333332222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80 ####
    0000
    0000
    HEADKZ X
    5
    8
    <%_TABLE_TNAD2> ???
    KONDTAB[] Table IT_44400x119
    3C15EA15E0005100000070000000FFFF0F004200
    01C20DC2C2008100000070000000FFFF4C408500
    ... + 40
    0000C020
    10001400
    *TNAD2-VKORG
    2222
    0000
    *TNAD2-VTWEG
    22
    00
    SY-REPID SAPLV61B
    5454533422222222222222222222222222222222
    310C661200000000000000000000000000000000
    *TNAD2-SPART
    22
    00
    SYST-REPID SAPLV61B
    5454533422222222222222222222222222222222
    310C661200000000000000000000000000000000
    4 FORM KONDITIONSVORSTEP
    SAPLV61B
    LV61BF0K 275
    %_SPACE
    2
    0
    SY-SUBRC 4
    0000
    4000
    SY ########################d###############
    0000000010000000000000006000000000000000
    1000100010001000000000004000000000000000
    ... + 40 ####################################|###
    0000000000000000000000000000000000007000
    100010001000000010000000000000000000C100
    ... + 80 ################S#######################
    0000000000000000500000000000000000000000
    0000000000004000310000000000000000000000
    ... + 120 ####################################¶###
    000000000000000000000000000000001000B000
    00000000000000000000000000000000D0006000
    ... + 160 ####ÿ####### u0152##XC############# E0 4
    0000F0000000A800540000000000000222432223
    0000F00000000C00830040000C0000C000500004
    ... + 200 001LIST N ####__S 800
    3334455222420000555222222222222222223332
    001C934000E01000FF3000000000000000008000
    ... + 240 00
    222223322222222
    000000000000000
    INCL_ZUGRIFFSFOLGE X
    5
    8
    NO
    2
    0
    KOMT1-KOZGF EXEM
    4544
    585D
    NACH-KSCHL
    2222
    0000
    T683S-KAUTO
    2
    0
    KOMKBMM
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222
    0000000000000
    HEADER_COMM AUD 0000MEL 00000110021
    2222222222454233334442333333333332222222
    000000000015400000D5C0000001100210000000
    ... + 40 0000001005000000100500000
    2222222222222223333333333333333333333333
    0000000000000000000001005000000100500000
    ... + 80 0100500000010050000000000CIF020001200810
    3333333333333333333333333444333333333333
    0100500000010050000000000396020001200810
    ... + 120 231######0#AUD YOR C CA
    3330000003045422222222222222225452422244
    2310000030C15400000000000000009F20300031
    ... + 160 CCCCCCCH 00000000
    2222444444442222222333333332222222222222
    0000333333380000000000000000000000000000
    ... + 200
    222222222222222222222222
    000000000000000000000000
    ITEM_COMM 0000100000000000000008570000000000000008
    3333333333333333333333333333333333333333
    0000100000000000000008570000000000000008
    ... + 40 57 015 T
    3322222222222222222222222222223332222225
    5700000000000000000000000000000150000004
    ... + 80 AN 100001100055555004##############K
    4422222333333333333333333000000000000004
    1E00000100001100055555004000000C000000CB
    ... + 120 AR #
    4522222222222222222222222222222222222220
    1200000000000000000000000000000000000000
    ... + 160 ### 000001######0#u0153 #################
    0002223333330000003092200000000000000000
    C0C0000000010000030CC000000010C0000010C0
    ... + 200 #######KAR######%#######u201EKG ########
    0000000445000000200000008544200000000222
    000010CB120000075C0000064CB700000000C000
    ... + 240 01MEL MEL1
    334442222244432
    01D5C00000D5C10
    APPLIKATION V1
    53
    61
    %_VIASELSCR #
    0
    4
    SCREEN BT_PVMV
    4555545222222222222222222222222222222222
    24F06D6000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120 BTA 00001#00000 ####
    2222222222222224542222223333303333320000
    0000000000000002410000000000100000000000
    SY-XFORM CONVERSION_EXIT
    444545544454545222222222222222
    3FE65239FEF5894000000000000000
    5 FORM COND_ACCESS_V1
    SAPLV61B
    LV61BMES 417
    KOMKBNF
    2222222222222222
    0000000000000000
    KOMKBV1 AUD 0000MEL 00000110021
    2222222222454233334442333333333332222222
    000000000015400000D5C0000001100210000000
    ... + 40 0000001005000000100500000
    2222222222222223333333333333333333333333
    0000000000000000000001005000000100500000
    ... + 80 0100500000010050000000000CIF020001200810
    3333333333333333333333333444333333333333
    0100500000010050000000000396020001200810
    ... + 120 231######0#AUD YOR C CA
    3330000003045422222222222222225452422244
    2310000030C15400000000000000009F20300031
    ... + 160 CCCCCCCH 00000000
    2222444444442222222333333332222222222222
    0000333333380000000000000000000000000000
    ... + 200
    222222222222222222222222
    000000000000000000000000
    KOMPBV1 0000100000000000000008570000000000000008
    3333333333333333333333333333333333333333
    0000100000000000000008570000000000000008
    ... + 40 57 015 T
    3322222222222222222222222222223332222225
    5700000000000000000000000000000150000004
    ... + 80 AN 100001100055555004##############K
    4422222333333333333333333000000000000004
    1E00000100001100055555004000000C000000CB
    ... + 120 AR #
    4522222222222222222222222222222222222220
    1200000000000000000000000000000000000000
    ... + 160 ### 000001######0#u0153 #################
    0002223333330000003092200000000000000000
    C0C0000000010000030CC000000010C0000010C0
    ... + 200 #######KAR######%#######u201EKG ########
    0000000445000000200000008544200000000222
    000010CB120000075C0000064CB700000000C000
    ... + 240 01MEL MEL1
    334442222244432
    01D5C00000D5C10
    APPLIKATION V1
    53
    61
    6 FUNCTION MESSAGING
    SAPLV61B
    LV61BU50 81
    KOMKBWN
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    22
    00
    APPLIKATION V1
    53
    61
    SCHEMA V10000
    533333
    610000
    PI_OBJTYPE VBAP
    5445222222
    6210000000
    TYP_FRVOR C
    4
    3
    G_OBJTYPE VBAP
    5445222222
    6210000000
    G_ITEM X
    5
    8
    PI_ITEM X
    5
    8
    KOMK V10000##########
    5333330000000000
    6100000010007000
    KOMK-KALSM V10000
    533333
    610000
    L_CONDITION_FORM COND_ACCESS_V1
    4444544445555322222222222222222222222222
    3FE4F133533F6100000000000000000000000000
    KOMKBMR
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222
    0000000000000000000000
    L_RC 0
    0000
    0000
    KOMKBPA
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222222
    0000000000000000000000000
    7 FORM NACHRICHTEN_POSITION
    SAPMV45A
    MV45AF0N_NACHRICHTEN_POSITION 81
    VBMUEZ 0000
    2222222222233332222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40 ##
    2222200
    000000C
    SY-SUBRC 4
    0000
    4000
    SYST-REPID SAPMV45A
    5454533422222222222222222222222222222222
    310D645100000000000000000000000000000000
    STEUERUNG BEDINGUNG_PRUEFEN_001
    444444544555544445333
    2549E75E7F025565EF001
    VBUP 800 000010 CAA AA CCCC
    3332222222222333333224442224422444422222
    8000000000000000010003110001100333300000
    ... + 40
    222222222222222
    000000000000000
    YVBUP 000000
    2222222222222333333222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222
    0000000000000000
    IVBPA1_EINTRAG_AKTUELL 0
    0000
    0000
    VBAP 800 000010000000000000000857000
    3332222222222333333333333333333333333333
    8000000000000000010000000000000000857000
    ... + 40 000000000000857
    3333333333333332222222222222222222222222
    0000000000008570000000000000000000000000
    ... + 80 015 Pattu Bombay Sandwitch Chutn
    2223332222225677724666672566676766246776
    0000150000000144502FD219031E47943803854E
    ... + 120 ey TAN A000000000000 1000011
    6722222222225442224333333333333223333333
    59000000000041E0001000000000000001000011
    ... + 160 00055555004##############KAR######KAR###
    3333333333300000000000000445001001445000
    00055555004000000C000000CB1200C00CB12000
    ... + 200 ###########00000000#######
    0000000000033333333000000022222222222222
    000C000000C00000000000000C00000000000000
    ... + 240
    222222222222222
    000000000000000
    IVBEP 000000 00000000002008102310000000000####
    3333332333333333333333333333333333330000
    0000000000000000020081023100000000000000
    ... + 40 ########
    2222222200000000
    0000000000000000
    VBKD 800 000000 21000001 CIFdanden
    3332222222222333333223333333322444666666
    800000000000000000000210000010039641E45E
    ... + 40 ong X #####0000000
    6662222222222222222222522222000003333333
    FE700000000000000000008000000000C0000000
    ... + 80 0000001 #####2008102320081023000000000
    3333333222000003333333333333333333333333
    00000010000100C2008102320081023000000000
    ... + 120 000000##### 000002
    3333330000022222222222222222222223333332
    0000000100C00000000000000000000000000020
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200 1000
    2222222222222222223333222222222222222222
    0000000000000000001000000000000000000000
    ... + 240 00
    222222222222233
    000000000000000
    IVBEP_KEY 000010 00000000002008102710000000002
    333333233333333333333333333333333333
    000010000000000002008102710000000002
    PART[] Table IT_44305x169
    0F15EF15E00041000000A0000000FFFF0000A300
    839282925200E100500090000000FFFF40000510
    ... + 40
    1000C220
    00001400
    IVBEP_KEY1 000010 0000000000200810271000000
    33333323333333333333333333333333
    00001000000000000200810271000000
    XVBPA[] Table IT_17425x542
    A0E52CD58000C000000010000000FFFF00007D00
    03810BD19000E6005000E2000000FFFF44008D00
    ... + 40
    1000D200
    00001480
    SVBEP ####
    0000
    1000
    TVAK-KAPPL V1
    53
    61
    US_VBEPKOM 00000000000000 000000#######00000000 000
    3333333333333323333330000000333333332333
    000000000000000000000000000C000000000000
    ... + 40 000 0000 0000000000000000000000000000
    3332223333223333333333333333333333333333
    0000000000000000000000000000000000000000
    ... + 80 0000000000000000000000000000
    3333333333333333333333333333222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160 00
    2222222222222222222222222222222222222233
    0000000000000000000000000000000000000000
    ... + 200 000000000000
    33333333333322
    00000000000000
    XOBJKY_POS 000010
    222222222233333322222222222222
    000000000000001000000000000000
    CHARX X
    5
    8
    IVBEP_TABIX_ZEILE_1 0
    0000
    0000
    BUSINESSOBJEKT_POS VBAP
    5445222222
    6210000000
    US_VBEPKOMX 0000000000
    33333333332222222222222222222222
    00000000000000000000000000000000
    TVAP-KALSM V10000
    533333
    610000
    IVBEP_TABIX_AKTUELL 1
    0000
    1000
    %_SPACE
    2
    0
    8 FORM BELEG_BEARBEITEN_ENDE
    SAPMV45A
    MV45AF0B_BELEG_BEARBEITEN_ENDE 268
    WK_ABRUF_EXIST
    2
    0
    SY-BINPT
    2
    0
    BI_INFO-CTU_AMODUS
    2
    0
    CATTAKTIV
    2
    0
    %_ARCHIVE
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240
    222222222222222
    000000000000000
    SY-REPID SAPMV45A
    5454533422222222222222222222222222222222
    310D645100000000000000000000000000000000
    SY-MSGID FI
    44222222222222222222
    69000000000000000000
    MAAPV ############## ##
    2222222222222222222220000000000000022200
    000000000000000000000000000C000000C00000
    ... + 40 ##### 00000000######
    0000022222222222222222222233333333000000
    0000C00000000000000000000000000000000000
    ... + 80 ######################
    0000000000000000000000222222222222222222
    C000000C000000C000000C000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240
    222222222222222
    000000000000000
    FCODE_SORT_AUFLOESEN AUFL
    45442222222222222222
    156C0000000000000000
    XVCKEY[] Tableinitial
    0000FFFD
    0000FFFF
    SPACE
    2
    0
    SY-MSGNO 011
    333
    011
    ORDTAB 000000 00
    2222222222333333222222222222222222222233
    0000000000000000000000000000000000000000
    ... + 40 000000##############
    3333330000000000000022222
    000000000000C000000C00000
    SY-MSGV1 AUD
    4542222222222222222222222222222222222222
    1540000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    SY-MSGV2
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    SY-MSGV3
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    SY-MSGV4
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    MODIFICATION_FLAG-NO_OUTPUT_CO
    2
    0
    CVBFA 000000 000000 ####
    2222222222222333333222222222233333320000
    0000000000000000000000000000000000000000
    ... + 40 #### ######## 00000000000000
    0000222000000002222222233333333333333222
    000C0000000000C0000000000000000000000000
    ... + 80 00 00000000 #####
    2222222222222222222223322233333333200000
    0000000000000000000000000000000000000000
    ... + 120 ### ######## 000000#######
    0002220000000022222222222223333330000000
    00C0000000000C00000000000000000000000000
    ... + 160 ################ #############
    0000000000000000222000000000000022222222
    0000000000000000000000000000000000000000
    ... + 200 ####### ####
    2222222222000000022222222222000022222222
    0000000000000000C00000000000000000000000
    ... + 240 000000 ####
    222333333220000
    000000000000000
    PARTAB1 000000000000000
    2222222222222222222222222333333333333333
    0000000000000000000000000000000000000000
    ... + 40 000
    3332222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    XVBAK_UPDKZ I
    4
    9
    UPDKZ_DELETE D
    4
    4
    VVBRP[] Tableinitial
    0000FFFD
    0000FFFF
    DPP_ACTIVE
    2
    0
    XVBKD[] Table IT_37371x565
    A2C554E560009000000030000000FFFF00009C00
    82C100E1C1009E00100052000000FFFF44000200
    ... + 40
    0000C020
    50001E00
    XVBKD 800 000000 21000001 CIFdanden
    3332222222222333333223333333322444666666
    800000000000000000000210000010039641E45E
    ... + 40 ong X #####0000000
    6662222222222222222222522222000003333333
    FE700000000000000000008000000000C0000000
    ... + 80 0000001 #####2008102320081023000000000
    3333333222000003333333333333333333333333
    00000010000100C2008102320081023000000000
    ... + 120 000000##### 000002
    3333330000022222222222222222222223333332
    0000000100C00000000000000000000000000020
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200 1000
    2222222222222222223333222222222222222222
    0000000000000000001000000000000000000000
    ... + 240 00
    222222222222233
    000000000000000
    EFFECTIVITY_CHANGED
    2
    0
    NA_VBKD 800 000000 21000001 CIFdanden
    3332222222222333333223333333322444666666
    800000000000000000000210000010039641E45E
    ... + 40 ong X #####0000000
    6662222222222222222222522222000003333333
    FE700000000000000000008000000000C0000000
    ... + 80 0000001 #####2008102320081023000000000
    3333333222000003333333333333333333333333
    00000010000100C2008102320081023000000000
    ... + 120 000000##### 000002
    3333330000022222222222222222222223333332
    0000000100C00000000000000000000000000020
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200 1000
    2222222222222222223333222222222222222222
    0000000000000000001000000000000000000000
    ... + 240 00
    222222222222233
    000000000000000
    IVBEP1 000010 00000000002008102710000000002####
    3333332333333333333333333333333333330000
    0000100000000000020081027100000000022000
    T180-TRTYP H
    4
    8
    IVBEP[] Table IT_40082x56
    500500000000A000000030000000FFFF0000BE00
    8CB2000042008F00200080000000FFFF45000400
    ... + 40
    0000C020
    01001E00
    VBAK 800 20081023090832SAPUSER 0
    3332222222222333333333333335455545222223
    8000000000000200810230908323105352000000
    ... + 40 00000000000000020081023C0YOR 00000000
    3333333333333333333333343545222233333333
    00000000000000020081023309F2000000000000
    ... + 80 ######0#AUD AUD 0000100ME
    2222222222222200000030454224542333333344
    000000000000000000030C1540015400000100D5
    ... + 120 L 0000000000000000 2008
    4222222222333333333333333322222222223333
    C000000000000000000000000000000000002008
    ... + 160 10231 SABI0102F2 100
    3333322222222222544433334322333222222222
    1023100000000000312901026200100000000000
    ... + 200 1000
    2222222222222222222222222222222333322222
    0000000000000000000000000000000100000000
    ... + 240
    222222222222222
    000000000000000
    IVBEP1[] Table IT_38442x40
    0205A5C590000000000020000000FFFF00003E00
    84B28DB171004F00200080000000FFFF40008D00
    ... + 40
    9000C020
    60001400
    VBUK 800 CAA AA CCCCCCCCA00000
    3332222222222224442222442244444444433333
    8000000000000003110000110033333333100000
    ... + 40 000 620
    3332222222222222222222222222222222233322
    0000000000000000000000000000000000062000
    ... + 80
    22222222222222222
    00000000000000000
    9 FORM BELEG_SICHERN
    SAPMV45A
    MV45AF0B_BELEG_SICHERN 270
    XFPLT[] Table IT_38480x696
    0000E6C5A00000000000B0000000FFFF00003200
    000002B171008F00000082000000FFFF40008C10
    ... + 40
    0000C000
    A0001E00
    YVBAK 00000000000000 0
    2222222222222333333333333332222222222223
    0000000000000000000000000000000000000000
    ... + 40 00000000000000000000000 00000000
    3333333333333333333333322222222233333333
    0000000000000000000000000000000000000000
    ... + 80 ########
    2222222222222200000000222222222222222222
    000000000000000000000C000000000000000000
    ... + 120 0000000000000000 0000
    2222222222333333333333333322222222223333
    0000000000000000000000000000000000000000
    ... + 160 0000 000
    3333222222222222222222222222333222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240
    222222222222222
    000000000000000
    YVBAPF[] Tableinitial
    0000FFFD
    0000FFFF
    YVBAP[] Table IT_38540x1720
    0000A6C5A00000000000B0000000FFFF0000B900
    000006B1D100EF00000086000000FFFF40000E00
    ... + 40
    0000C000
    20001E00
    XVBUV[] Table IT_17430x123
    AE058CD58000C000000070000000FFFF00006F00
    87A20AD18000F6000000B0000000FFFF44000800
    ... + 40
    1000C020
    00009400
    YVBUV[] Tableinitial
    0000FFFD
    0000FFFF
    %_DUMMY$$
    2222
    0000
    DA_SUBRC 0
    0000
    0000
    SYST ########################d###############
    0000000010000000000000006000000000000000
    1000100010001000000000004000000000000000
    ... + 40 ####################################|###
    0000000000000000000000000000000000007000
    100010001000000010000000000000000000C100
    ... + 80 ################S#######################
    0000000000000000500000000000000000000000
    0000000000004000310000000000000000000000
    ... + 120 ####################################¶###
    000000000000000000000000000000001000B000
    00000000000000000000000000000000D0006000
    ... + 160 ####ÿ####### u0152##XC############# E0 4
    0000F0000000A800540000000000000222432223
    0000F00000000C00830040000C0000C000500004
    ... + 200 001LIST N ####__S 800
    3334455222420000555222222222222222223332
    001C934000E01000FF3000000000000000008000
    ... + 240 00
    222223322222222
    000000000000000
    FCODE SICH
    54442222222222222222
    39380000000000000000
    FCODE_GLEICHE_SEITE ENT1
    44532222222222222222
    5E410000000000000000
    XVBBE 0000000000
    2222222222222333333333322222222222222222
    0000000000000000000000000000000000000000
    ... + 40 00000000
    2222222222222223333333322222222222222222
    0000000000000000000000000000000000000000
    ... + 80 ################ 0000000000
    2000000000000000022222222222223333333333
    00000000C0000000C00000000000000000000000
    ... + 120 000
    3332222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160 ####################
    2222222222222222222200000000000000000000
    000000000000000000000000000000000000000C
    ... + 200 00000000 000000000000000000
    2222222222233333333233333333333333333322
    0000000000000000000000000000000000000000
    ... + 240 ###
    222222222222000
    000000000000000
    CH_SUBRC 4
    0000
    4000
    POSNR_NULL 000000
    333333
    000000
    T178T
    22222222222222222222222222
    00000000000000000000000000
    IVBPA2_PAGIND ###
    000
    00C
    10 FORM FCODE_SICH
    SAPMV45A
    MV45AF0F_FCODE_SICH 9
    TVAP-FPART
    22
    00
    VTCOMWE-ALAND AU
    452
    150
    IVBPA2_SELIND ###
    000
    00C
    J_1BATL2T
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240
    222222222222222
    000000000000000
    SY-XPROG SAPCNVE
    5454454222222222222222222222222222222222
    3103E65000000000000000000000000000000000
    SY-CALLD
    2
    0
    CHARV V
    5
    6
    TVAK-BEZOB
    2
    0
    11 FORM FCODE_BEARBEITEN
    SAPLV00F
    LV00FF0F 90
    SY-MSGV1 AUD
    4542222222222222222222222222222222222222
    1540000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    FCODE SICH
    54442222222222222222
    39380000000000000000
    SY-MSGV2
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    T185F-FCINT 0
    3
    0
    SY-MSGV3
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    SY-MSGV4
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222
    0000000000
    AKTYP
    2
    0
    SY-REPID SAPLV00F
    5454533422222222222222222222222222222222
    310C600600000000000000000000000000000000
    T185-NMODUL FCODE_SICH
    444445544422222222222222222222
    63F45F393800000000000000000000
    %_ARCHIVE
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 160
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 200
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 240
    222222222222222
    000000000000000
    T185-NPROG SAPMV45A
    5454533422222222222222222222222222222222
    310D645100000000000000000000000000000000
    %_SPACE
    2
    0
    MODUL-POOL SAPMV45B
    5454533422222222222222222222222222222222
    310D645200000000000000000000000000000000
    FLAG-ENDE
    2
    0
    T185-CRMFUNC
    222222222222222222222222222222
    000000000000000000000000000000
    SCREEN BT_PVMV
    4555545222222222222222222222222222222222
    24F06D6000000000000000000000000000000000
    ... + 40
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 80
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    ... + 120 BTA 00001#00000 ####
    2222222222222224542222223333303333320000
    0000000000000002410000000000100000000000
    T185-FCODE SICH
    54442222222222222222
    39380000000000000000
    12 FUNCTION SCREEN_SEQUENCE_CONTROL
    SAPLV00F
    LV00FU02 44
    FUNKTION SICH
    54442222222222222222
    39380000000000000000
    KOPFGRUPPE AU
    4522
    1500
    POSITIONSGRUPPE N
    4222
    E000
    PROGRAMM SAPMV45B
    5454533422222222222222222222222222222222
    310D645200000000000000000000000000000000
    TYP
    2
    0
    AKTYP
    2
    0
    CUA_PARA1
    2222222222222222
    0000000000000000
    CUA_PARA2
    2222222222222222
    000

    Hi Venkat,
    Kindly share how this error is being fixed?
    I hit the same error here...
    CL_GM_ACTUAL_MGR

  • Run time error while saving sales order

    Hi all,
    i am working on IDES ECC 6.0, when i am saving an sales order(OR) i am getting run time error in the table CRMPAROLTP, program SAPMV45A.
    i am using 4 GB RAM, still having a space of 30 GB for only IDES to save the data.
    so, how to solve it.

    Hello,
    I doubt the runtime error (I am assuming you mean that you got a short dump) you mentioned in your original post has anything to do with the warning messages you see when doing a check (Ctrl+F2) on table CRMPAROLTP and program SAPMV45A.  These warnings should not cause a short dump or runtime error.
    The warning message for the table has the following long text:
    Table CRMPAROLTP: Key length > 120 (Restricted functionality)
    Message no. DT214
    Diagnosis
    The key length, i.e. the sum of the field lengths of all the key fields of the table, is more than 120 bytes.
    System response
    This is a warning.
    Procedure
    Note the following restricted fuctionality for this table:
    - Table contents cannot be transported by specifying key values, at
      best by specifying generic key values with a maximum length of 120
      bytes.
    - The table may not be used as the base table of a lock object.
    The warnings in SE38 for program SAPMV45A are mostly related to Unicode and have no reference to the table CRMPAROLTP.
    If you haven't already done so, please check the SAP Note referenced in my first reply since this does provide a solution for short dumps related to table CRMPAROLTP.
    Of course, since I don't know specifically what the short dump message is that you received, I could be basing my assessment on false assumptions.  If you have those details it is better for the SDN community as a whole if you include the information in this thread instead of sending it to me offline.
    Best Regards,
    Jamie

  • ORDERS01 Populating customer e-mail field in sales order E1EDKA1

    Hi,
    I can create orders using Inbound IDOC ORDERS01 and populate address data using E1EDKA1 with PARVW "WE" for ship to party.
    In the sales order under communication there is an e-mail field (field name) SMTP_ADDR
    Is it possible to populate into this field from the IDOC.
    Also under further attributes there is a VAT RegNo field (field anme STCEG), I would like to do the same thing with that field.
    Anybody got any suggestions?
    Thanks
    Rob

    hI,
    Please check IDoc Reduction (BD53) or Segment Filters (BD56) whether segment E1EDP05 was applied or not.IF not debugg the standard program RSNAST00 to debug the FM IDOC_OUTPUT_ORDERS.
    Please specify the output application 'V2', enter the object key with delivery number (i.e. 0080000325) which correspond with the IDoc and check the send again checkbox.
    Enter '/h' at command center and execute the above program.
    Then go to menu -> Breakpoints -> Breakpoints at -> Function module -> IDOC_OUTPUT_ORDERS -> Continue -> Click on 'Run' (F8) -> ....
    *Reward points
    Regards

Maybe you are looking for

  • HELP! Can No longer edit certain files in DW CS5

    I was editing these fine for the past two days and i reuploaded them to the ftp server and had to make a change to one and now they are all greyed out and impossible to edit here is code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

  • Am i the only one that see's serious bugs with Windows Search index on Windows 8.1 and Office 2013?

    So i originally had Windows 8 and Office 2013 installed. I noticed that alot of my emails in Outlook 2013 as well as contacts werent being indexed. I waited for windows 8.1 and did an upgrade hoping the 8.1 would fix the issue. It didn't. So i format

  • How to Disable Automatic Java Update

    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy  EnableJavaUpdate            Type=REG_DWORD               Data=0x000000000 (1)     Replace 1 with 0 and you are good.

  • Dead stock and slow moving material

    Hello, I need to find out how to get dead stock and slow moving materail manually from tables.(instead of using MC46, & MC50). Could you please tell me the logic and tables needed to retrieve this data. regards Gaurav Maini

  • IndexOutOfBoundsException  from FIS.read() method

    I am trying to read 8 bytes from a FIS According to the API for this method I should be able to read bytes 3 - 11 by using an offset of 3 and a length of 8 which is what fin.read(l_data_array, i_offset, i_length); is supposed to do but if my offset i