SAP Reports / Programs

/TDAG/RCSR_CONV_USE_PROP SAP ABAP Report - Conversion of Use Property







/TDAG/RCSR_CONV_USE_PROP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to convert instances of the Use and Exposure Scenario property into the new Use Collection property used in SAP Product and REACH Compliance 2...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /TDAG/RCSR_CONV_USE_PROP 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 /TDAG/RCSR_CONV_USE_PROP. "Basic submit
SUBMIT /TDAG/RCSR_CONV_USE_PROP AND RETURN. "Return to original report after report execution complete
SUBMIT /TDAG/RCSR_CONV_USE_PROP 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_TEST = D .
Selection Text: P_PACK = D .
Selection Text: P_MOVE = Move
Selection Text: P_LINK = Copy and Link
Selection Text: P_KEEP = D .
Selection Text: P_ES_RIN = Registration Intended
Selection Text: P_ES_REG = Registered
Selection Text: P_ES_NSP = Not Supported
Selection Text: P_ES_NRP = Not Reported
Selection Text: P_ES_NRG = Not Registered
Selection Text: P_ES_INI = Inital
Selection Text: P_ES_AAG = Advised Against
Selection Text: P_COPY = Copy
Selection Text: PT_SUBID = D .
Selection Text: PT_SUBCT = D .
Title: Conversion of Use Property
Text Symbol: 023 = 3 = Not Relevant
Text Symbol: 022 = 2 = Must Be Notified
Text Symbol: 021 = 1 = Assessment Necessary
Text Symbol: 020 = 0 = Relevant
Text Symbol: 015 = Not Supported
Text Symbol: 014 = Registered
Text Symbol: 013 = Registration Intended
Text Symbol: 012 = Advised Against
Text Symbol: 011 = Not Registered
Text Symbol: 010 = Not Reported
Text Symbol: 006 = Evaluation Status
Text Symbol: 005 = Registration Status
Text Symbol: 004 = Technical Settings
Text Symbol: 003 = Conversion Logic for Evaluation Status
Text Symbol: 002 = Mode
Text Symbol: 001 = Specification


INCLUDES used within this REPORT /TDAG/RCSR_CONV_USE_PROP

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:

C160_HOLD_FOR_DEBUG CALL FUNCTION 'C160_HOLD_FOR_DEBUG'.



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