SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

RSATTRIN SAP ABAP Report - Quick attribute capture table CUSAH







RSATTRIN 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 RSATTRIN 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 RSATTRIN. "Basic submit
SUBMIT RSATTRIN AND RETURN. "Return to original report after report execution complete
SUBMIT RSATTRIN 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: F1 = R/3 Procedure Model
Selection Text: F2 = Country-dependent
Selection Text: F4 = Activity requirement level
Selection Text: F5 = Critical function
Selection Text: F8 = Enhancement of standard
Selection Text: OUTLINE = Structure name
Title: Quick attribute capture table CUSAH
Text Symbol: 001 = Table/Field maintenance
Text Symbol: 002 = Table entry maintenance


INCLUDES used within this REPORT RSATTRIN

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:

TOCX_READ_DISPLAY_VERSION CALL FUNCTION 'TOCX_READ_DISPLAY_VERSION' EXPORTING OUTLINE = OUTLINE SPRAS = SY-LANGU VIEWNAME = 'STANDARD' OPEN_FIRST_LEVEL = ' ' TABLES HIERARCHY = INT_HIER EXCEPTIONS MISSING_PARAMETERS = 01 NOT_FOUND = 02.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = 'SYST' IV_CLI_DEP = ' ' IMPORTING EV_ORDER = EV_ORDER EV_TASK = EV_TASK EXCEPTIONS INVALID_CATEGORY = 1 NO_CORRECTION_SELECTED = 2 OTHERS = 3.

TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING PI_KORRNUM = EV_TASK WI_E071 = WI_E071 WI_SIMULATION = ' ' WI_SUPPRESS_KEY_CHECK = ' ' TABLES WT_E071K = WT_E071K EXCEPTIONS NO_AUTHORIZATION = 1 NO_SYSTEMNAME = 2 NO_SYSTEMTYPE = 3 TR_CHECK_KEYSYNTAX_ERROR = 4 TR_CHECK_OBJ_ERROR = 5 TR_ENQUEUE_FAILED = 6 TR_ILL_KORRNUM = 7 TR_KEY_WITHOUT_HEADER = 8 TR_LOCKMOD_FAILED = 9 TR_LOCK_ENQUEUE_FAILED = 10 TR_MODIF_ONLY_IN_MODIF_ORDER = 11 TR_NOT_OWNER = 12 TR_NO_APPEND_OF_CORR_ENTRY = 13 TR_NO_APPEND_OF_C_MEMBER = 14 TR_NO_SHARED_REPAIRS = 15 TR_ORDER_NOT_EXIST = 16 TR_ORDER_RELEASED = 17 TR_ORDER_UPDATE_ERROR = 18 TR_REPAIR_ONLY_IN_REPAIR_ORDER = 19 TR_WRONG_ORDER_TYPE = 20 WRONG_CLIENT = 21 OTHERS = 22.



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