RSSM_SDL_INFOPACKAGE_CREATE 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 RSSM_SDL_INFOPACKAGE_CREATE into the relevant SAP transaction such as SE37 or SE80.
Associated Function Group:
RSS1
Released Date:
Not Released
Processing type: Normal fucntion module
CALL FUNCTION 'RSSM_SDL_INFOPACKAGE_CREATE' "
EXPORTING
* i_source = " rsldpio-source
* i_typ = " rsldpio-typ
i_oltpsource = " rsldpio-oltpsource
* i_oltptyp = " rsldpio-oltptyp
i_logsys = " rsldpio-logsys
* i_objvers = RS_C_OBJVERS-ACTIVE " rsldpio-objvers
* i_variant = RSSM_C_DEFAULT_VAR " rsldpio-variant
* i_namensraum = RSATR_C_CUSTOMER_OBJ " rsatr_command
* i_tp = SPACE "
* i_only_sel_oltpsource = SPACE " char1
* i_ods_ipak_generate = SPACE " char1 Single-Character Flag
* i_ods_ipak_text = SPACE " rsldpiot-text Long Description
IMPORTING
e_error = "
e_text = "
e_name = " rsldpio-logdpid
. " RSSM_SDL_INFOPACKAGE_CREATE
The ABAP code below is a full code listing to execute function module RSSM_SDL_INFOPACKAGE_CREATE 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_e_error | TYPE STRING , |
| ld_e_text | TYPE STRING , |
| ld_e_name | TYPE RSLDPIO-LOGDPID . |
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_e_error | TYPE STRING , |
| ld_i_source | TYPE RSLDPIO-SOURCE , |
| ld_e_text | TYPE STRING , |
| ld_i_typ | TYPE RSLDPIO-TYP , |
| ld_e_name | TYPE RSLDPIO-LOGDPID , |
| ld_i_oltpsource | TYPE RSLDPIO-OLTPSOURCE , |
| ld_i_oltptyp | TYPE RSLDPIO-OLTPTYP , |
| ld_i_logsys | TYPE RSLDPIO-LOGSYS , |
| ld_i_objvers | TYPE RSLDPIO-OBJVERS , |
| ld_i_variant | TYPE RSLDPIO-VARIANT , |
| ld_i_namensraum | TYPE RSATR_COMMAND , |
| ld_i_tp | TYPE STRING , |
| ld_i_only_sel_oltpsource | TYPE CHAR1 , |
| ld_i_ods_ipak_generate | TYPE CHAR1 , |
| ld_i_ods_ipak_text | TYPE RSLDPIOT-TEXT . |
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 RSSM_SDL_INFOPACKAGE_CREATE or its description.
RSSM_SDL_INFOPACKAGE_CREATE - RSSM_SDL_GET_IPAK_FOR_DS_QS - Provide all infopackages to a DS / QS-comb. RSSM_SDL_DELETE_EDITOR - Editor for entering the delete-selections RSSM_SDL_CHECK_SELECTIONS - Check Selections for overlap - to enable the deletion RSSM_SDL_ACTIVATE_BATCH - Activate the batch run RSSM_RSUICDONE_WRITE - Change RSUICDONE