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

/SAPSLL/DUTY_ADJUS_F01 SAP ABAP INCLUDE - /SAPSLL/DUTYADJUSF01







/SAPSLL/DUTY_ADJUS_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/DUTY_ADJUS_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/DUTY_ADJUS_F01. "Basic submit
SUBMIT /SAPSLL/DUTY_ADJUS_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/DUTY_ADJUS_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/DUTY_ADJUS_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/CUHD_GET_OBJECT CALL FUNCTION '/SAPSLL/CUHD_GET_OBJECT' EXPORTING is_sk = is_sk iv_dbcgr = iv_dbcgr iv_dbcfc = iv_dbcfc iv_archive_read = iv_archive IMPORTING es_obj = cs_obj CHANGING cv_trtyp = cv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.

/SAPSLL/TLCAART_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLCAART_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlcaart iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING et_result = lt_tlcaart EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TLECH_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLECH_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlech iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING et_result = lt_tlech EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = cs_variant EXCEPTIONS not_found = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = cs_variant i_save = 'A' IMPORTING e_exit = lv_exit es_variant = cs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

/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/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = iv_rptdt IMPORTING ev_date = cv_date EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5.

/SAPSLL/CUSTOMS_DOC_DUTY_ADJUS CALL FUNCTION '/SAPSLL/CUSTOMS_DOC_DUTY_ADJUS' EXPORTING iv_cuhda = is_dyn-cuhda is_tlepaf = is_dyn-tlepaf_k_s is_cdoc_sk = cs_control-sk iv_clcts = is_dyn-clcts iv_object_discard = gc_true iv_save = gc_true iv_commit = gc_true iv_update_task = gc_false it_delta_val_hdr = lt_delta_val_hdr it_delta_val_itm = lt_delta_val_itm IMPORTING es_obj = cs_obj EXCEPTIONS invalid_call = 1 customs_doc_not_exist = 2 OTHERS = 3.

/SAPSLL/CUHD_TSTC_DOC_CALL CALL FUNCTION '/SAPSLL/CUHD_TSTC_DOC_CALL' EXPORTING is_sk = is_sk iv_trtyp = iv_trtyp iv_srvll = iv_srvll iv_lgreg = iv_lgreg is_debug = gs_debug EXCEPTIONS invalid_transaction_type = 1 no_authority = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = iv_titlebar diagnose_object = iv_dialog_text default_button = iv_default_button text_question = iv_textline display_cancel_button = iv_display_cancel_button start_column = iv_start_column start_row = iv_start_row popup_type = iv_popup_type IMPORTING answer = cv_popup_answer TABLES parameter = it_parameter EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = iv_titlebar diagnose_object = iv_dialog_text default_button = iv_default_button text_question = iv_textline text_button_2 = iv_text_button_2 icon_button_2 = iv_icon_button_2 display_cancel_button = iv_display_cancel_button start_column = iv_start_column start_row = iv_start_row popup_type = iv_popup_type IMPORTING answer = cv_popup_answer TABLES parameter = it_parameter EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/TLEPR_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLEPR_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlepr iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING et_result = lt_tlepr EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TLEPAF_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLEPAF_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlepaf iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING et_result = lt_tlepaf EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TLEPR_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLEPR_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlepr iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING et_result = lt_tlepr EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TLEPAF_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLEPAF_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlepaf iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING et_result = lt_tlepaf EXCEPTIONS no_data = 1 open_sql_error = 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/DUTY_ADJUS_F01 or its description.