SAP Reports / Programs

RS_DME_EXPRULES_CRM SAP ABAP Report - Program RS_DME_EXPRULES_CRM







RS_DME_EXPRULES_CRM 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 RS_DME_EXPRULES_CRM 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 RS_DME_EXPRULES_CRM. "Basic submit
SUBMIT RS_DME_EXPRULES_CRM AND RETURN. "Return to original report after report execution complete
SUBMIT RS_DME_EXPRULES_CRM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RS_DME_EXPRULES_CRM


INCLUDES used within this REPORT RS_DME_EXPRULES_CRM

INCLUDE RS_DME_EXPRULES_CRMTOP .
INCLUDE RS_DME_EXPRULES_CRMF01.


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:

RS_DME_MG_GENERATE_GUID2 call function 'RS_DME_MG_GENERATE_GUID2' IMPORTING e_guid = ls_batch-id.

SYSTEM_UUID_C_CREATE call function 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_batch-name.

RS_DME_MCO_SAP_AD_RULES_GET * CALL FUNCTION 'RS_DME_MCO_SAP_AD_RULES_GET' * EXPORTING * I_MODEL_NAME = p_model * I_SUP = p_supp * I_CONF = p_conf * I_LIFT = p_lift * I_LEAD_DEPTH = p_leadmx * I_DEPN_DEPTH = p_depnmx * I_MAX_RULES = gc_max_rules * I_CURR_RULE_NO = lv_curr_rule_no * IMPORTING * E_CURR_RULE_NO = lv_curr_rule_no * TABLES * I_T_LEAD_ITEMS = lt_litms * I_T_DEPN_ITEMS = lt_ditms * E_T_RULES = lt_rules * E_T_LEAD_DET = lt_lead_det * E_T_DEPN_DET = lt_depn_det * E_T_RETURN = lt_return * .

RS_DME_ADO_GET_RULES CALL FUNCTION 'RS_DME_ADO_GET_RULES' EXPORTING iv_model_id = p_model IV_SUP = p_supp IV_CONF = p_conf IV_LIFT = p_lift IV_LEAD_DEPTH = p_leadmx IV_DEPN_DEPTH = p_depnmx IV_MAX_RULES = gc_max_rules tables IT_LEAD_ITEMS = lt_litms IT_DEPN_ITEMS = lt_ditms et_rules = lt_rules et_lead_det = lt_lead_det et_depn_det = lt_depn_det et_return = lt_return CHANGING CV_CURR_RULE_NO = lv_curr_rule_no.

RS_DME_COM_ADDMSG_NOLOG CALL FUNCTION 'RS_DME_COM_ADDMSG_NOLOG' EXPORTING I_TYPE = 'W' I_MSGNO = 438 IMPORTING ES_RETURN = ls_return.

RS_DME_COM_ADDMSG_NOLOG CALL FUNCTION 'RS_DME_COM_ADDMSG_NOLOG' EXPORTING I_TYPE = 'W' I_MSGNO = 438 IMPORTING ES_RETURN = ls_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 RS_DME_EXPRULES_CRM or its description.