SAP Reports / Programs

/SAPSLL/ECWCCM_MAINTAIN SAP ABAP Report - Create Collective Completion for Customs Warehouse







/SAPSLL/ECWCCM_MAINTAIN 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/ECWCCM_MAINTAIN 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/ECW_MAINTAIN - Create CWH Collective Completion


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/ECWCCM_MAINTAIN. "Basic submit
SUBMIT /SAPSLL/ECWCCM_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/ECWCCM_MAINTAIN 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_ECPID = D .
Selection Text: P_FTORG = D .
Selection Text: S_PRDES = D .
Title: Create Collective Completion for Customs Warehouse
Text Symbol: F00 = to
Text Symbol: F01 = Date of Release of Receipt
Text Symbol: S01 = Organizational Data
Text Symbol: S02 = Transaction Data


INCLUDES used within this REPORT /SAPSLL/ECWCCM_MAINTAIN

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/TCOECP_DB_RNG_READ CALL FUNCTION '/SAPSLL/TCOECP_DB_RNG_READ' EXPORTING is_crit = gs_tcoecp_crit is_debug = gs_debug IMPORTING et_result = gt_tcoecp EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PARTNER_ADDRESS_GET CALL FUNCTION '/SAPSLL/PARTNER_ADDRESS_GET' EXPORTING iv_parno = gv_ftorg IMPORTING es_addr1_val = gs_addr1.

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = gc_services-customs is_crit = gs_act_leg_crit is_debug = gs_debug IMPORTING et_t606g = gt_t606g EXCEPTIONS no_determination_scheme = 1 no_check_objects = 2 no_entries_found = 3 OTHERS = 4.

/SAPSLL/T606_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606_DB_RNG_READ' EXPORTING is_crit = gs_t606_crit is_debug = gs_debug IMPORTING et_result = gt_t606 EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/LCLIC_DB_RNG_READ CALL FUNCTION '/SAPSLL/LCLIC_DB_RNG_READ' EXPORTING is_crit = gs_lclic_crit is_debug = gs_debug IMPORTING et_result = gt_lclic EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CUHD_LLNS_SCHEME_DET CALL FUNCTION '/SAPSLL/CUHD_LLNS_SCHEME_DET' EXPORTING is_tlegsu_crit = gs_tlegsu_crit iv_crtsp = gv_crtsp IMPORTING et_tlegsu = gt_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CCMWLA_DB_RNG_READ CALL FUNCTION '/SAPSLL/CCMWLA_DB_RNG_READ' EXPORTING is_crit = gs_ccmwla_crit is_debug = gs_debug IMPORTING et_result = gt_ccmwla EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CUIT_DB_SGL_READ CALL FUNCTION '/SAPSLL/CUIT_DB_SGL_READ' EXPORTING is_pk = gs_cuit_pk is_debug = gs_debug IMPORTING es_result = gs_cuit EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CUIT_DB_SGL_READ CALL FUNCTION '/SAPSLL/CUIT_DB_SGL_READ' EXPORTING is_pk = gs_cuit_pk is_debug = gs_debug IMPORTING es_result = gs_cuit EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CUCCM_OBJECT_MAINTAIN CALL FUNCTION '/SAPSLL/CUCCM_OBJECT_MAINTAIN' EXPORTING iv_create_obj = gc_true CHANGING cs_obj = gs_obj EXCEPTIONS object_already_exists = 1 no_number_determined = 2 OTHERS = 3.

/SAPSLL/ECWCCM_MAINTAIN CALL FUNCTION '/SAPSLL/ECWCCM_MAINTAIN' EXPORTING is_obj = gs_obj iv_lgreg = gv_lgreg iv_licty = gv_licty iv_stcts_cus = gv_stcts_cus.



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