SAP Reports / Programs

/SAPSLL/CONTP_DISTRIBUTE_R3 SAP ABAP Report - Global Trade Services: Transfer Contact Person







/SAPSLL/CONTP_DISTRIBUTE_R3 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 /SAPSLL/CONTP_DISTRIBUTE_R3 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 /SAPSLL/CONTP_DISTRIBUTE_R3. "Basic submit
SUBMIT /SAPSLL/CONTP_DISTRIBUTE_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CONTP_DISTRIBUTE_R3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Global Trade Services: Transfer Contact Person


INCLUDES used within this REPORT /SAPSLL/CONTP_DISTRIBUTE_R3

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:

/SAPSLL/CD_ALE_RECEIVER_GET_R3 CALL FUNCTION '/SAPSLL/CD_ALE_RECEIVER_GET_R3' IMPORTING ev_rfc_dest = lv_rfc_dest EXCEPTIONS no_rfc_destination_maintained = 1 customs_server_not_unique = 2 OTHERS = 3.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

/SAPSLL/ADRMAS_4001_MAP_R3 * CALL FUNCTION '/SAPSLL/ADRMAS_4001_MAP_R3' * EXPORTING * IT_ADDR1_COMPLETE = IT_ADDR1_COMPLETE * IMPORTING * ET_API4001_AD1VL = LT_API4001_AD1VL * ET_API4001_ADTEL = LT_API4001_ADTEL * ET_API4001_ADFAX = LT_API4001_ADFAX * ET_API4001_ADTTX = LT_API4001_ADTTX * ET_API4001_ADTLX = LT_API4001_ADTLX * ET_API4001_ADSMTP = LT_API4001_ADSMTP * ET_API4001_ADRML = LT_API4001_ADRML * ET_API4001_ADX400 = LT_API4001_ADX400 * ET_API4001_ADRFC = LT_API4001_ADRFC * ET_API4001_ADPRT = LT_API4001_ADPRT * ET_API4001_ADSSF = LT_API4001_ADSSF * ET_API4001_ADURI = LT_API4001_ADURI * ET_API4001_ADPAG = LT_API4001_ADPAG * ET_API4001_ADREM = LT_API4001_ADREM * ET_API4001_COMREM = LT_API4001_COMREM * CHANGING * CT_API1006_ADDRESS = LT_API1006_ADDRESS * EXCEPTIONS * OTHERS = 1.

/SAPSLL/API_CONTP_SYNCH_MASS CALL FUNCTION '/SAPSLL/API_CONTP_SYNCH_MASS' DESTINATION lv_rfc_dest TABLES api1006_key = lt_api1006_key api1006_head = lt_api1006_head api1006_central = lt_api1006_central api1006_central_pers = lt_api1006_central_pers api1006_address = lt_api1006_address api4001_ad1vl = lt_api4001_ad1vl api4001_adtel = lt_api4001_adtel api4001_adfax = lt_api4001_adfax api4001_adttx = lt_api4001_adttx api4001_adtlx = lt_api4001_adtlx api4001_adsmtp = lt_api4001_adsmtp api4001_adrml = lt_api4001_adrml api4001_adx400 = lt_api4001_adx400 api4001_adrfc = lt_api4001_adrfc api4001_adprt = lt_api4001_adprt api4001_adssf = lt_api4001_adssf api4001_aduri = lt_api4001_aduri api4001_adpag = lt_api4001_adpag api4001_adrem = lt_api4001_adrem api4001_comrem = lt_api4001_comrem api1006_res_key = lt_api1006_res_key api1006_rel_contp = lt_api1006_rel_contp return = lt_return EXCEPTIONS communication_failure = 1 MESSAGE lv_msg_text system_failure = 2 MESSAGE lv_msg_text.



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 /SAPSLL/CONTP_DISTRIBUTE_R3 or its description.