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

/SAPSLL/INBOUND_TLC_MONITOR SAP ABAP Report - Overview of Customs Duty for SCD Tax Statements Free Circul.







/SAPSLL/INBOUND_TLC_MONITOR 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/INBOUND_TLC_MONITOR 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/INB_TLC_01 - Customs Duties for SCD Tax Sttmt FC


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/INBOUND_TLC_MONITOR. "Basic submit
SUBMIT /SAPSLL/INBOUND_TLC_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/INBOUND_TLC_MONITOR 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_COYEAR = D .
Selection Text: S_CORDER = D .
Selection Text: P_PAFCT = D .
Selection Text: P_LGREG = D .
Selection Text: S_PEDTO = Settlement Period to
Selection Text: S_PEDFR = Settlement Period from
Selection Text: P_PAPTY = Previous Document Type
Selection Text: P_NOTFIN = Tentatively Assessed Items
Selection Text: P_FINAL = Assessed Items
Selection Text: P_ECWP = Customs Warehouse
Selection Text: P_CUSE = Third Country
Title: Overview of Customs Duty for SCD Tax Statements Free Circul.
Text Symbol: T02 = Customs WH
Text Symbol: T01 = Third Country
Text Symbol: G06 = Import Taxes
Text Symbol: G05 = Third-Country Duty
Text Symbol: G04 = Goods Origin
Text Symbol: G03 = Overview of Customs Duty for SCD Tax Statements Free Circul.
Text Symbol: G02 = Cust.Duty Planned
Text Symbol: G01 = Cus. Duty Actual
Text Symbol: B06 = Status of Tax Statement
Text Symbol: B05 = Goods Origin
Text Symbol: B04 = SCD
Text Symbol: B03 = Customs Decl.
Text Symbol: B02 = Supplementary Declaration
Text Symbol: B01 = General Selection Criteria


INCLUDES used within this REPORT /SAPSLL/INBOUND_TLC_MONITOR

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/CUPED_DB_RNG_READ CALL FUNCTION '/SAPSLL/CUPED_DB_RNG_READ' EXPORTING is_crit = ls_cuped_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING et_result = lt_cuped EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

ALE_FTCH_DATA_SEGMENTS_OF_IDOC CALL FUNCTION 'ALE_FTCH_DATA_SEGMENTS_OF_IDOC' TABLES t_idoc_control = idoc_contrl t_idoc_data = idoc_data.

EDI_IDOC_GET_FROM_ARCHIVE CALL FUNCTION 'EDI_IDOC_GET_FROM_ARCHIVE' EXPORTING docnum = iv_idoc IMPORTING int_edidc = ls_int_edidc TABLES int_edidd = idoc_data * INT_EDIDS = EXCEPTIONS idoc_not_in_infostructures = 1 idoc_read_error_from_archive = 2 archive_close_error = 3 OTHERS = 4.

/SAPSLL/PARTNER_NUMBER_GET CALL FUNCTION '/SAPSLL/PARTNER_NUMBER_GET' EXPORTING iv_guid_prtn = iv_guid_ftorg IMPORTING ev_parno = cv_ftorg.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = cv_ftorg IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 OTHERS = 2.

/SAPSLL/EXT_PRODUCT_NUMBER_GET CALL FUNCTION '/SAPSLL/EXT_PRODUCT_NUMBER_GET' EXPORTING iv_guid_pr = iv_guid_pr iv_logsys = iv_orglogsys is_debug = gs_debug IMPORTING ev_prvsy = cv_prvsy EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/TEXT_GET_HEADER CALL FUNCTION '/SAPSLL/TEXT_GET_HEADER' EXPORTING iv_txtobj = 'SLL_CUHD' iv_txtnam = lv_txtnam.

/SAPSLL/TEXT_GET_TLINES CALL FUNCTION '/SAPSLL/TEXT_GET_TLINES' EXPORTING is_txtkey = ls_textkey IMPORTING et_tlines = lt_tlines EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/TEXT_GET_TLINES CALL FUNCTION '/SAPSLL/TEXT_GET_TLINES' EXPORTING is_txtkey = ls_textkey IMPORTING et_tlines = lt_tlines EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/TEXT_TABLE_TO_STRING CALL FUNCTION '/SAPSLL/TEXT_TABLE_TO_STRING' EXPORTING it_tlines = lt_tlines IMPORTING ev_txtstring = lv_string.

/SAPSLL/EXT_PARTNER_NUMBER_GET CALL FUNCTION '/SAPSLL/EXT_PARTNER_NUMBER_GET' EXPORTING iv_logsys = iv_orglogsys iv_guid_prtn = iv_guid_prtn IMPORTING ev_bpvsy = cv_bpvsy.

/SAPSLL/PARTNER_NUMBER_GET CALL FUNCTION '/SAPSLL/PARTNER_NUMBER_GET' EXPORTING iv_guid_prtn = iv_guid_prtn IMPORTING ev_parno = lv_partner.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPSLL/INB_TLC_S' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/ALV_GRID_FULLSCREEN CALL FUNCTION '/SAPSLL/ALV_GRID_FULLSCREEN' EXPORTING it_finfo = lt_finfo it_add_functions = lt_button is_variant = ls_variant iv_save = 'A' iv_repid = sy-repid iv_structure = '/SAPSLL/INB_TLC_S' iv_ucomm_callback = '/SAPSLL/CULO_LOAD_EGZ_UCOMM_CB' iv_titlebar = text-g03 it_sort = lt_sort iv_flag_input = ' ' iv_flag_cwidth_opt = gc_true iv_flag_zebra = ' ' CHANGING ct_fieldcat = lt_fieldcat ct_data = ct_inb_tlc.



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