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

/SAPSLL/PROD_CL_DELETE_F01 SAP ABAP INCLUDE - /SAPSLL/PRODCLDELETEF01







/SAPSLL/PROD_CL_DELETE_F01 is a standard ABAP INCLUDE 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/PROD_CL_DELETE_F01 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/PROD_CL_DELETE_F01. "Basic submit
SUBMIT /SAPSLL/PROD_CL_DELETE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PROD_CL_DELETE_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPSLL/PROD_CL_DELETE_F01

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/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_value CHANGING ct_range = ct_range EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

/SAPSLL/PRODUCT_GET_OBJECT CALL FUNCTION '/SAPSLL/PRODUCT_GET_OBJECT' EXPORTING is_pr_pk = ls_pr_pk iv_client_lock = gc_true iv_dbcfc = gc_dbcfc IMPORTING es_pr_obj = cs_pr_obj CHANGING cv_trtyp = lv_trtyp EXCEPTIONS no_entries_found = 1 OTHERS = 2.

/SAPSLL/PRODUCT_DELETE_SUBOBJ CALL FUNCTION '/SAPSLL/PRODUCT_DELETE_SUBOBJ' EXPORTING is_sk_prcts = ls_sk_prcts_del EXCEPTIONS invalid_call = 1 foreign_lock = 2 enqueue_error = 3 internal_error = 4 OTHERS = 5.

/SAPSLL/PRODUCT_DELETE_SUBOBJ CALL FUNCTION '/SAPSLL/PRODUCT_DELETE_SUBOBJ' EXPORTING is_sk_prctsc = ls_sk_prctsc_del EXCEPTIONS invalid_call = 1 foreign_lock = 2 enqueue_error = 3 internal_error = 4 OTHERS = 5.

/SAPSLL/PRODUCT_SAVE_MASS CALL FUNCTION '/SAPSLL/PRODUCT_SAVE_MASS' EXPORTING iv_commit = gc_true is_debug = gs_debug EXCEPTIONS data_inconsistent = 1 OTHERS = 2.

/SAPSLL/PRODUCT_DISCARD_OBJECT CALL FUNCTION '/SAPSLL/PRODUCT_DISCARD_OBJECT' EXPORTING iv_free_memory = gc_true is_debug = gs_debug.

/SAPSLL/PRODUCT_KILL_INSTANCES CALL FUNCTION '/SAPSLL/PRODUCT_KILL_INSTANCES'.

/SAPSLL/PRODUCT_SAVE_MASS CALL FUNCTION '/SAPSLL/PRODUCT_SAVE_MASS' EXPORTING iv_commit = gc_true is_debug = gs_debug EXCEPTIONS data_inconsistent = 1 OTHERS = 2.

/SAPSLL/PRODUCT_DISCARD_OBJECT CALL FUNCTION '/SAPSLL/PRODUCT_DISCARD_OBJECT' EXPORTING iv_free_memory = gc_true is_debug = gs_debug.

/SAPSLL/PRODUCT_KILL_INSTANCES CALL FUNCTION '/SAPSLL/PRODUCT_KILL_INSTANCES'.

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = iv_object iv_subobject = iv_subobj iv_extnumber = iv_extnum iv_skip_search = gc_true CHANGING cv_handle = cv_lghdl EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING iv_handle = iv_loghandle.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_handle = iv_loghandle iv_funcname = '/SAPSLL/APPLOG_PROF_DET' is_debug = gs_debug EXCEPTIONS no_log_found = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_loghandle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = lv_question text_button_1 = text-003 text_button_2 = text-004 default_button = '2' display_cancel_button = ' ' start_column = 25 start_row = 6 IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

ENQUEUE_/SAPSLL/EPR CALL FUNCTION 'ENQUEUE_/SAPSLL/EPR' EXPORTING mandt = sy-mandt _scope = gc_scope-r3trans EXCEPTIONS foreign_lock = 001 system_failure = 002 OTHERS = 003.

/SAPSLL/PRODUCT_DEQUEUE CALL FUNCTION '/SAPSLL/PRODUCT_DEQUEUE' EXPORTING iv_dequeue_all = gc_true is_debug = gs_debug EXCEPTIONS instance_lock = 1 OTHERS = 2.

/SAPSLL/LLNS_GET_TCOTS CALL FUNCTION '/SAPSLL/LLNS_GET_TCOTS' EXPORTING iv_stcts = iv_stctsx IMPORTING es_tcots = ls_tcots.

/SAPSLL/NUMBERING_SCHEME_GET





CALL FUNCTION '/SAPSLL/NUMBERING_SCHEME_GET' EXPORTING is_tlegsu_crit = ls_crit iv_date = sy-datlo IMPORTING et_tlegsu = lt_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.



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