SAP Reports / Programs

/SAPSLL/CULO_DISP_INCOM_TRS_EX SAP ABAP Report - Display Incomplete Customs Export Shipments







/SAPSLL/CULO_DISP_INCOM_TRS_EX 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/CULO_DISP_INCOM_TRS_EX 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/CULO_DISP_INCOM_TRS_EX. "Basic submit
SUBMIT /SAPSLL/CULO_DISP_INCOM_TRS_EX AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CULO_DISP_INCOM_TRS_EX 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: S_PROST = D .
Selection Text: S_FTVBS = D .
Selection Text: S_FTORG = D .
Selection Text: S_ERNAM = D .
Selection Text: S_DATCR = D .
Selection Text: S_DATCH = D .
Selection Text: S_AENAM = D .
Selection Text: S_STICFP = Document Fields Item Status
Selection Text: S_STICFA = Document Fields Total Status
Selection Text: S_STICF = Document Fields Header Status
Selection Text: S_STICCP = Document Fields Item Status
Selection Text: S_STICCA = Customs Duty Calc. Total Stat.
Selection Text: S_STICC = Custms Duty Calc. Header Stat.
Selection Text: P_FTORG = Foreign Trade Org. Unit
Title: Display Incomplete Customs Export Shipments
Text Symbol: T11 = Item Calculation Status
Text Symbol: T10 = Header Calcul. Status
Text Symbol: T09 = Docmt Calculation Status
Text Symbol: T08 = Incompl. Status Item
Text Symbol: T07 = Incompl. Status Hdr
Text Symbol: T06 = Incompl. Status Doct
Text Symbol: T05 = Calculation Status
Text Symbol: T04 = Incompleteness Status
Text Symbol: T03 = Doc. Status
Text Symbol: T02 = Document Data
Text Symbol: T01 = Organizational Structure
Text Symbol: G01 = Docmt Status in Transit/Presentation Exp. Area


INCLUDES used within this REPORT /SAPSLL/CULO_DISP_INCOM_TRS_EX

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/CUHD_INCOM_SELECTION CALL FUNCTION '/SAPSLL/CUHD_INCOM_SELECTION' EXPORTING iv_srvll = gc_services-trans_proc iv_indei = p_indei iv_ftorg = p_ftorg ir_ftvbs = s_ftvbs[] ir_ernam = s_ernam[] ir_crtsp = gr_crtsp ir_aenam = s_aenam[] ir_chtsp = gr_chtsp IR_PROST = s_prost[] ir_sticf_agg = s_sticfa[] * ir_sticc_agg = s_sticca[] ir_sticf = s_sticf[] * ir_sticc = s_sticc[] ir_sticf_pos = s_sticfp[] * ir_sticc_pos = s_sticcp[] IMPORTING et_header = gt_header EXCEPTIONS no_data_found = 1 no_authority = 2 OTHERS = 3.

/SAPSLL/CUHD_LOAD_INCOM_DISP CALL FUNCTION '/SAPSLL/CUHD_LOAD_INCOM_DISP' EXPORTING iv_srvll = gc_services-trans_proc iv_title = lv_title it_finfo = gt_finfo IMPORTING et_header = gt_header et_fieldcat = gt_fieldcat[].



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