RRMDRV01 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 RRMDRV01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RMVT1 - Variable Trans: Derivation Strategy
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.
Selection Text: P_RMDA = D Analysis structure
Title: Variable Transaction: Define Derivation Strategy
INCLUDE: RJBIFODERI.
No SAP DATABASE tables are accessed within this REPORT code!
RM_AREA_INFO_GET CALL FUNCTION 'RM_AREA_INFO_GET' EXPORTING I_RMDA = P_RMDA * IMPORTING * E_RMBBF_W = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
RM_DERI01_STRATEGY_MAINTAIN CALL FUNCTION 'RM_DERI01_STRATEGY_MAINTAIN' EXPORTING I_DERITYPE = CON_TYPE_VT I_RMDA = P_RMDA EXCEPTIONS DERIVATION_TYPE_NOT_FOUND = 1 RMDA_NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RRMDRV01 - Variable Transaction: Define Derivation Strategy RRMDRV01 - Variable Transaction: Define Derivation Strategy RRMDRR02 - Generic Transaction: Maintain Rule Entries RRMDRR02 - Generic Transaction: Maintain Rule Entries RRMDRR01 - Generic Transaction: Maintain Derivation Strategy RRMDRR01 - Generic Transaction: Maintain Derivation Strategy