REMDUS_CREATE_REQUEST 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 create an MDUS request...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 REMDUS_CREATE_REQUEST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMDUSCRTRQ - Create MDUS Request
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: R_SPART = D .
Selection Text: R_PORT = D .
Selection Text: R_BUKRS = D .
Selection Text: R_AVORG = D .
Selection Text: R_ANL = D .
Selection Text: P_TIME = D .
Selection Text: P_STAT05 = D .
Selection Text: P_STAT04 = D .
Selection Text: P_STAT03 = D .
Selection Text: P_STAT02 = D .
Selection Text: P_STAT01 = D .
Selection Text: P_STAT00 = D .
Selection Text: P_NOSUCC = D .
Selection Text: P_NOSTAT = D .
Selection Text: P_NOINFO = D .
Selection Text: P_LAUFZ = D .
Selection Text: P_BLOCK = D .
Selection Text: P_DATUM = End Date
Selection Text: P_ABRDTS = Bill by
Title: Request MDUS Profile Values for Billing Orders
Text Symbol: 008 = Selection Parameters for Status of Billing Orders
Text Symbol: 007 = Selection Parameters for Billing Orders
Text Symbol: 006 = End of Runtime
Text Symbol: 005 = Log
INCLUDE EMSG_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = g_handle x_action = co_msg_dspl EXCEPTIONS OTHERS = 1.
ISU_MDUS_PREBILLING CALL FUNCTION 'ISU_MDUS_PREBILLING' EXPORTING x_selcrit = g_selcrit x_param = g_param x_tcode = lv_tcode "n1755171 IMPORTING y_handle = g_handle EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMDUS_CREATE_REQUEST - Request MDUS Profile Values for Billing Orders REMDUS_CREATE_REQUEST - Request MDUS Profile Values for Billing Orders REMDUS_BOR_MDUSRQ - Program for Object Type ISUMDUSRQ : MDUS Request REMDUS_BOR_MDUSRQ - Program for Object Type ISUMDUSRQ : MDUS Request REMD - Program for object type EMD : EMD REMD - Program for object type EMD : EMD