SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/CUSWLO_CSD_CREATE_IPR SAP ABAP Report - Create Customs Declaration: Inward Processing from Customs Warehouse







/SAPSLL/CUSWLO_CSD_CREATE_IPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you create the placement into a customs status for goods receipts (material document items)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/CUSWLO_20 - Create Customs Decl. - Inw. Procssng


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/CUSWLO_CSD_CREATE_IPR. "Basic submit
SUBMIT /SAPSLL/CUSWLO_CSD_CREATE_IPR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CUSWLO_CSD_CREATE_IPR 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_ITMCD = Customs Declaration Items
Selection Text: P_CWBLG = D .
Selection Text: P_CWSIM = D .
Selection Text: P_DVARI = D .
Title: Create Customs Declaration: Inward Processing from Customs Warehouse
Text Symbol: T06 = Print Format - Dialog Processing
Text Symbol: T09 = Background Processing
Text Symbol: T10 = Customs Declaration Scope


INCLUDES used within this REPORT /SAPSLL/CUSWLO_CSD_CREATE_IPR

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/CUSWLO_MAINTAIN call function '/SAPSLL/CUSWLO_MAINTAIN' exporting iv_srvll = gc_services-customs iv_ftorg = p_ftorg iv_ftvbs = p_ftvbs iv_lgreg = p_lgreg iv_procs = p_procs iv_pross = p_pross iv_proaf = p_proaf iv_cuhda = p_cuhda iv_cuita = p_cuita iv_indei = p_indei iv_trtyp = gc_trtyp-create iv_report = gc_report_cuwl-cuswlo_csd_create_ipr iv_prdes = p_prdes iv_dvariant_handle = gc_variant_handle-h20 iv_dvariant = p_dvari iv_itmcd = p_itmcd it_cuswlo_ui10 = gt_cuswlo_ui10 ii_obj_cuswlo = gi_obj_cuswlo iv_cwalv = gc_cwalv-a20 is_cuswlo_crit = gs_cuswlo_crit.

/SAPSLL/CUSWLO_CUHD_CREATE_MSS call function '/SAPSLL/CUSWLO_CUHD_CREATE_MSS' exporting iv_srvll = iv_srvll iv_guid_ftorg = lv_guid_ftorg iv_guid_ftvbs = lv_guid_ftvbs iv_lgreg = iv_lgreg iv_indei = iv_indei iv_cwsim = iv_cwsim iv_enqueue = lv_enqueue iv_object_discard = gc_true iv_commit = lv_commit iv_update_task = gc_false iv_itmcd = iv_itmcd it_cuswlo_if = lt_cuswlo_if ii_obj_cuswlo = ii_obj_cuswlo importing ev_cuhno = lv_cuhno et_cuswlo_cuhd = lt_cuswlo_cuhd exceptions invalid_call = 1 others = 2.

/SAPSLL/CUSWLO_IFACE_BUILD call function '/SAPSLL/CUSWLO_IFACE_BUILD' exporting iv_cwalv = gc_cwalv-ab1 it_cuswlo_ui_if = lt_cuswlo_ui_if is_cuswlo_crit = is_cuswlo_crit importing et_cuswlo_ui = lt_cuswlo_ui12.

/SAPSLL/CUSWLO_ALV_CREATE call function '/SAPSLL/CUSWLO_ALV_CREATE' exporting iv_cwalv = gc_cwalv-ab1 is_cuwl_ui_alv_hdr = ls_cuwl_ui_alv_hdr changing ct_data_if = lt_cuswlo_ui12 exceptions invalid_log_type = 1 others = 2.



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