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

/SAPSLL/CUWL_TRANSFER_R3 SAP ABAP Report - Transfer of Goods Movements to the Global Trade Services System







/SAPSLL/CUWL_TRANSFER_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/CUWL_TRANSFER_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/CUWL_TRANSFER_R3. "Basic submit
SUBMIT /SAPSLL/CUWL_TRANSFER_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CUWL_TRANSFER_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 Text: P_INTM = Use Mass Interface
Selection Text: P_LOG = Generate Log
Selection Text: P_PAC = Number of Docmts per Package
Selection Text: P_SIM = Simulation (Log only)
Selection Text: S_MBLNR = D .
Selection Text: S_MJAHR = D .
Selection Text: S_VBELN = D .
Title: Transfer of Goods Movements to the Global Trade Services System
Text Symbol: H01 = Log for Transfer from
Text Symbol: H02 = Number of Documents:
Text Symbol: H03 = Number of Items:
Text Symbol: H04 = Number of Packages:
Text Symbol: H05 = Simulation Run (Log Only)
Text Symbol: T01 = Document Data
Text Symbol: T02 = Options


INCLUDES used within this REPORT /SAPSLL/CUWL_TRANSFER_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/GM_ENTRY_TRANSFER_R3 CALL FUNCTION '/SAPSLL/GM_ENTRY_TRANSFER_R3' EXPORTING it_cuwla_key = lt_cuwla_key iv_opt_simulation = iv_opt_simulation iv_opt_mass_interf = iv_opt_mass_interf IMPORTING ev_document_cnt = lv_document_cnt ev_item_cnt = lv_item_cnt et_cuwla = lt_cuwla.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_program it_fieldcat = lt_fieldcat it_events = gt_events[] is_print = ls_print i_save = gc_true TABLES t_outtab = it_cuwla EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPSLL/CUWLAR3' i_client_never_display = gc_true CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_header.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_events.



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