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

/SAPSLL/TLC_CUSB_RT SAP ABAP Report - Maintain Restitution Rates







/SAPSLL/TLC_CUSB_RT 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/TLC_CUSB_RT 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/TLC_CUSB_RT - Maintain Restitution Rates


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/TLC_CUSB_RT. "Basic submit
SUBMIT /SAPSLL/TLC_CUSB_RT AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/TLC_CUSB_RT 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_EDIT = Maintain Data
Selection Text: S_CCNGN = CAP Number
Selection Text: X_CTSBO = Custom Code
Selection Text: X_CUCOO = Country of Destination
Selection Text: X_TLCAAR = Type of Restitution
Selection Text: Y_CTSBO = Custom Code
Selection Text: Y_CTYGR = Destination Country Group
Selection Text: Y_TLCAAR = Type of Restitution
Selection Text: P_LYVAR = D .
Selection Text: X_DATEFR = D .
Selection Text: X_DATETO = D .
Selection Text: X_LGREG = D .
Selection Text: Y_DATEFR = D .
Selection Text: Y_DATETO = D .
Selection Text: Y_LGREG = D .
Title: Maintain Restitution Rates
Text Symbol: B01 = Individual Country
Text Symbol: B02 = Country Group
Text Symbol: B03 = Validity Interval from
Text Symbol: B04 = to


INCLUDES used within this REPORT /SAPSLL/TLC_CUSB_RT

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/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = gc_services-restitution * IV_INDEI = * IS_CRIT = * IS_DEBUG = IMPORTING et_t606g = lt_t606g * EV_DSLRG = EXCEPTIONS no_determination_scheme = 1 no_check_objects = 2 no_entries_found = 3 OTHERS = 4 .

/SAPSLL/NUMBERING_SCHEME_GET CALL FUNCTION '/SAPSLL/NUMBERING_SCHEME_GET' EXPORTING is_tlegsu_pk = ls_tlegsu-pk iv_date = sy-datlo IMPORTING es_tlegsu = ls_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/LC_CUSB_RT_MAINTAIN CALL FUNCTION '/SAPSLL/LC_CUSB_RT_MAINTAIN' CHANGING cs_selection_crit = gs_selection_crit EXCEPTIONS foreign_lock = 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/TLC_CUSB_RT or its description.