SAP Reports / Programs

RSD_MAPPING_FOR_DS_FIND SAP ABAP Report - Suggestions for InfoObjects for DataSource Fields







RSD_MAPPING_FOR_DS_FIND 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 RSD_MAPPING_FOR_DS_FIND 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

RSDS_PROPOSE - Find InfoObjects for DataSource


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 RSD_MAPPING_FOR_DS_FIND. "Basic submit
SUBMIT RSD_MAPPING_FOR_DS_FIND AND RETURN. "Return to original report after report execution complete
SUBMIT RSD_MAPPING_FOR_DS_FIND 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: I_BASI = Default InfoObjects
Selection Text: I_DDIC = Suitable DDIC Properties
Selection Text: I_DTEL = Assigned to Data Elements
Selection Text: I_IOBJ = Template InfoObjects in DS
Selection Text: I_ISMP = Field Names in 3.x Mappings
Selection Text: I_OV = Version of Transformations
Selection Text: I_SHMP = 3.x Content of this DataSource
Selection Text: I_TEXT = Suitable Name/Description
Selection Text: I_TRFN = Assigned Using Transfomation
Selection Text: I_DS = D .
Selection Text: I_QS = D .
Title: Suggestions for InfoObjects for DataSource Fields
001 Field Name
002 InfoObject Probability


INCLUDES used within this REPORT RSD_MAPPING_FOR_DS_FIND

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:

RSD_MAPPING_DYNP_0200 CALL FUNCTION 'RSD_MAPPING_DYNP_0200' EXPORTING it_proposal_ri = l_t_proposal_ri i_mode = rsdmp_c_mode-maint IMPORTING et_proposal_ri = l_t_proposal_ri_return.



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