SAP Reports / Programs | Sales and Distribution | Foreign Trade(SD-FT) SAP SD

/SAPSLL/PRECIP_DISTRIBUTE_R3 SAP ABAP Report - Initial Transfer of Product Attributes for SAP GTS







/SAPSLL/PRECIP_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/PRECIP_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/PRECIP_DISTRIBUTE_R3. "Basic submit
SUBMIT /SAPSLL/PRECIP_DISTRIBUTE_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRECIP_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


Selection Log
Selection Text: S_WERKS = D .
Selection Text: S_MATNR = D .
Selection Text: S_LGORT = D .
Selection Text: S_CHARG = D .
Selection Text: S_BWTAR = D .
Selection Text: S_BWKEY = D .
Selection Text: P_OPRCO = D .
Selection Text: P_OPPRO = D .
Selection Text: P_IVMID = D .
Selection Text: P_IVMFS = D .
Selection Text: P_ECPID = D .
Selection Text: P_ECIPR = D .
Selection Text: P_ECBWH = D .
Selection Text: P_CODEP = D .
Title: Initial Transfer of Product Attributes for SAP GTS
Text Symbol: T06 = Error Description
Text Symbol: T05 = Material
Text Symbol: T04 = Transfer Log - Products Processed with Errors
Text Symbol: T03 = Product Attributes for SAP GTS
Text Symbol: T02 = SAP R/3 Material Selection
Text Symbol: T01 = Customs ID
Text Symbol: L01 = All materials have been successfully transferred to SAP GTS
Text Symbol: 001 = Processed successfully
001 Material Short Text Plant SLoc


INCLUDES used within this REPORT /SAPSLL/PRECIP_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 = gv_rfc_dest exceptions no_rfc_destination_maintained = 1 customs_server_not_unique = 2 others = 3.

/SAPSLL/API_6850_PRECIP_SYNCH call function '/SAPSLL/API_6850_PRECIP_SYNCH' destination iv_rfc_dest exporting iv_logsys = iv_logsys tables it_precip = it_apiprecip et_return = ct_return.

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = iv_report_name tables selection_table = ct_selection_table exceptions not_found = 01 no_report = 02.

RS_REFRESH_FROM_DYNAMICAL_SEL call function 'RS_REFRESH_FROM_DYNAMICAL_SEL' exporting curr_report = gc_current_report mode_write_or_move = lc_mode_move importing p_trange = lt_free_sel exceptions not_found = 1 wrong_type = 2 others = 3.

FREE_SELECTIONS_RANGE_2_WHERE call function 'FREE_SELECTIONS_RANGE_2_WHERE' exporting field_ranges = lt_free_sel importing where_clauses = ct_where_clauses.



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