SAP Reports / Programs

RDDPUT40 SAP ABAP Report - Merger







RDDPUT40 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RDDPUT40 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RDDPUT40. "Basic submit
SUBMIT RDDPUT40 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUT40 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GP_SAPNA = SAP name space
Selection Text: GP_SCLI = client dependend Objects
Selection Text: GP_STEP =
Selection Text: GP_TABU = yes
Selection Text: GP_TEXT = Short Description
Selection Text: GP_TIM_E =
Selection Text: GP_TIM_S =
Selection Text: GP_TRFU = Requesttype
Selection Text: GP_TSID = Targetsystem
Selection Text: GP_VDATR = resolve
Selection Text: GP_VERI = not delivered
Selection Text: GR_KORRO = Importrequests
Selection Text: GR_KORRS = Include only (Requests)
Selection Text: NNAME1 =
Selection Text: NNAME2 =
Selection Text: NNAME3 =
Selection Text: NNAME4 =
Selection Text: NNAME5 =
Selection Text: NOBJECT1 =
Selection Text: NOBJECT2 =
Selection Text: NOBJECT3 =
Selection Text: NOBJECT4 =
Selection Text: NOBJECT5 =
Selection Text: NPGMID1 =
Selection Text: NPGMID2 =
Selection Text: NPGMID3 =
Selection Text: NPGMID4 =
Selection Text: NPGMID5 =
Selection Text: PNAME1 =
Selection Text: PNAME2 =
Selection Text: PNAME3 =
Selection Text: PNAME4 =
Selection Text: PNAME5 =
Selection Text: POBJECT1 =
Selection Text: POBJECT2 =
Selection Text: POBJECT3 =
Selection Text: POBJECT4 =
Selection Text: POBJECT5 =





Selection Text: PPGMID1 =
Selection Text: PPGMID2 =
Selection Text: PPGMID3 =
Selection Text: PPGMID4 =
Selection Text: PPGMID5 =
Selection Text: GP_APPE = append
Selection Text: GP_CLI = Client
Selection Text: GP_CMAP = Importreq. acc. Configuration
Selection Text: GP_COFI = Mergerequest
Selection Text: GP_CREA = create
Selection Text: GP_CUSNA = Customer name space
Selection Text: GP_DAT_E =
Selection Text: GP_DAT_S =
Selection Text: GP_EXP = Mode
Selection Text: GP_FILE = File
Selection Text: GP_IMAP = Sourcesys. acc. Configuration
Selection Text: GP_KORRL = List of Importrequests
Selection Text: GP_LANG = Sprachenvektor
Selection Text: GP_LIST = Screen
Selection Text: GP_LOGO = resolve
Selection Text: GP_NAME =
Selection Text: GP_NEGL =
Selection Text: GP_NMAP = Excl. Obj. acc. Configuration
Selection Text: GP_NOCLI = client independed Objects
Selection Text: GP_NOTA = no
Selection Text: GP_NOVE = delivered
Selection Text: GP_OVER = overwrite
Selection Text: GP_POSL =
Title: Merger
Text Symbol: S01 = @1E@
Text Symbol: S02 = Created Mergerequest
Text Symbol: S03 = Mergeinput
Text Symbol: S04 = Mergefilter
Text Symbol: S05 = Additional Mergeattributes
Text Symbol: S06 = Additional Mergeattributes
Text Symbol: S07 = Protocol
Text Symbol: S08 = Mergerequest
Text Symbol: S09 = Logical Transport Objects (TLOGO)
Text Symbol: S10 = Repository-Switch





Text Symbol: S11 = Merge Developement Classes
Text Symbol: S12 = Merge client independed C/A table entries
Text Symbol: S13 = Additional Mergeinput
Text Symbol: S14 = Merge client depended / independed objects
Text Symbol: S15 = Alllowed name spaces
Text Symbol: S16 = VDAT, TDAT, CDAT objects
Text Symbol: S17 = Create even if transport is empty
Text Symbol: S18 = convert LIMU to R3TR
Text Symbol: S19 = Create request with ignored objects


INCLUDES used within this REPORT RDDPUT40

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = 'T' filename = lv_name subdir = 'log' importing file = gp_name exceptions wrong_call = 01.

EMINT_F4_MAPNAME call function 'EMINT_F4_MAPNAME' changing cv_map = gp_imap exceptions others = 1.

EMINT_F4_MAPNAME call function 'EMINT_F4_MAPNAME' changing cv_map = gp_cmap exceptions others = 1.

EMINT_F4_MAPNAME call function 'EMINT_F4_MAPNAME' changing cv_map = gp_nmap exceptions others = 1.

EM_AUTHORITY_CHECK call function 'EM_AUTHORITY_CHECK' exporting iv_mode = gc_merge_mode changing cv_status = lv_status.

EM_INIT_MERGE call function 'EM_INIT_MERGE' exporting iv_map = gp_map iv_cofi = gp_cofi iv_text = gp_text iv_trfu = gp_trfu iv_cli = gp_cli iv_tsid = gp_tsid iv_user = gp_user_ iv_step = gp_step iv_imap = gp_imap iv_nmap = gp_nmap iv_cmap = gp_cmap iv_exp = gp_exp iv_crea = lv_mode iv_prot = lv_prot iv_name = lv_name iv_veri = lv_veri iv_tabu = gp_nota iv_restart = gp_rest iv_clidep = lv_clidep iv_namespace = lv_namespace iv_vdat = lv_vdat iv_lsm = gp_lang iv_force_creation = gp_force iv_special_aof_mode = gp_aof iv_limu = gp_limu IV_IGNORED_OBJ = gp_ignor exceptions others = 1.

EM_MERGE call function 'EM_MERGE' exporting iv_posl = gp_posl iv_negl = gp_negl iv_korrl = gp_korrl iv_tlogo = gp_logo iv_dat_s = gp_dat_s iv_dat_e = gp_dat_e iv_tim_s = gp_tim_s iv_tim_e = gp_tim_e tables it_negl = lt_negl it_posl = lt_posl ir_korrs = lr_korrs ir_korro = lr_korro exceptions others = 1.

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = 'T' filename = ' ' subdir = 'log' importing file = gp_name exceptions wrong_call = 01.

EMINT_F4_STEP call function 'EMINT_F4_STEP' changing cv_step = gp_step exceptions others = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RDDPUT40 or its description.