EXIT_SAPLJK00_002 is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below is the pattern details for this FM showing its interface including any import and export parameters, exceptions etc as well as any documentation contributions (Comments) specific to the object.
See here to view full function module documentation and code listing, simply by entering the name EXIT_SAPLJK00_002 into the relevant SAP transaction such as SE37 or SE80.
Associated Function Group:
XJK5
Released Date:
Not Released
Processing type: Normal fucntion module
CALL FUNCTION 'EXIT_SAPLJK00_002' "Determination of Optimum Delivery Viability Set
EXPORTING
auart = " jkak-auart
poart = " jkap-poart
drerz = " jkap-drerz
processtype = " jkd_processtype
* old_state = " jkd_fields_to_opt
merged_nodetab = " jkd_merged_nodetab
addresstab = " jkd_addresstab
IMPORTING
deliver_data = " jkd_merged_node
EXCEPTIONS
ERROR = 1 "
. " EXIT_SAPLJK00_002
The ABAP code below is a full code listing to execute function module EXIT_SAPLJK00_002 including all data declarations. The code uses the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the original method of declaring data variables up front. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8).
| ld_deliver_data | TYPE JKD_MERGED_NODE . |
The below ABAP code uses the older none in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. It may also be useful if you are using an older version of SAP as some of the newer syntax above, such as the @DATA is not available until 4.70 EHP 8.
DATA:
| ld_deliver_data | TYPE JKD_MERGED_NODE , |
| ld_auart | TYPE JKAK-AUART , |
| ld_poart | TYPE JKAP-POART , |
| ld_drerz | TYPE JKAP-DRERZ , |
| ld_processtype | TYPE JKD_PROCESSTYPE , |
| ld_old_state | TYPE JKD_FIELDS_TO_OPT , |
| ld_merged_nodetab | TYPE JKD_MERGED_NODETAB , |
| ld_addresstab | TYPE JKD_ADDRESSTAB . |
Please help keep this info upto date and use the comments section below to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name EXIT_SAPLJK00_002 or its description.
EXIT_SAPLJK00_002 - Determination of Optimum Delivery Viability Set EXIT_SAPLJK00_001 - Restriction of Delivery Viability Sets EXIT_SAPLJJWM_001 - IS-M/AM: User Exit in KOMKBJH_FILL EXIT_SAPLJJTS_002 - IS-M/AM: Read Pricing Interface from Technical System EXIT_SAPLJJTS_001 - IS-M/AM: Fill Interface for Pricing in Technical System EXIT_SAPLJJM3_104 - IS-M/AM: MDIS User Exit for M/AM Billing Document Sales Agent