RBDSEART 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 RBDSEART into the relevant SAP transactions such as SE38 or SE80
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: LOGSYS = Logical system
Selection Text: MATSEL = Material
Selection Text: MESTYP = Message type
Selection Text: SELLIST = Listing
Selection Text: SENDALL = Send material in full
Title: Send retail material
Text Symbol: 001 = Data is being selected
Text Symbol: P01 = Parallel processing
Text Symbol: P02 = Server group
Text Symbol: P03 = Number of materials per process
INCLUDE MBDCONST.
INCLUDE RBDAUTHI.
INCLUDE MBDSUBPS.
No SAP DATABASE tables are accessed within this REPORT code!
F4HELP_CLASS CALL FUNCTION 'F4HELP_CLASS' EXPORTING DBTABELLE_NAME = 'MARA' IMPORTING LISTUNG_ID = SELLIST-LOW.
F4HELP_CLASS CALL FUNCTION 'F4HELP_CLASS' EXPORTING DBTABELLE_NAME = 'MARA' IMPORTING LISTUNG_ID = SELLIST-HIGH.
CHECK_REDUCED_MESSAGE_TYPE * CALL FUNCTION 'CHECK_REDUCED_MESSAGE_TYPE' * EXPORTING * MESSAGE_TYP = MESTYP * NEWFLAG = ' ' * IMPORTING * REFMESSAGE_TYP = ORG_MESTYP.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = OUTPUT_TEXT.
CLASSTYPE_FOR_MESSAGETYPE_GET CALL FUNCTION 'CLASSTYPE_FOR_MESSAGETYPE_GET' EXPORTING MESSAGE_TYPE = MESTYP IMPORTING DISTRIBUTION_CLASS_TYPE = KLART EXCEPTIONS NO_CLASSOBJECT_FOR_THIS_MESTYP = 01 NO_CLASSTYPE_FOR_THIS_OBJECT = 02.
CLAL_KLAH_KSSK_SEL CALL FUNCTION 'CLAL_KLAH_KSSK_SEL' EXPORTING KEY_DATE = SY-DATUM KLART = KLART TABLES IN_CLASS = SELLIST EX_KSSK = T_KSSK EXCEPTIONS OBJECTS_NOT_FOUND = 01.
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING GROUP_NAME = RFCGR EXCEPTIONS INVALID_GROUP_NAME = 1 INTERNAL_ERROR = 2 PBT_ENV_ALREADY_INITIALIZED = 3 CURRENTLY_NO_RESOURCES_AVAIL = 4 NO_PBT_RESOURCES_FOUND = 5 OTHERS = 6.
MASTERIDOC_CREATE_REQ_ARTMAS CALL FUNCTION 'MASTERIDOC_CREATE_REQ_ARTMAS' EXPORTING RCVPFC = ' ' RCVPRN = RECEIVER_PRN RCVPRT = RECEIVER_PRT SNDPFC = ' ' SNDPRN = ' ' SNDPRT = ' ' MESSAGE_TYPE = MESTYP OUTPUT_TOTAL_INIT = OUTPUT_TOTAL OUTPUT_COUNTER_INIT = OUTPUT_COUNTER_OFFSET IMPORTING CREATED_COMM_IDOCS = CREATED_COMM_IDOCS CREATED_MASTER_IDOCS = CREATED_MASTER_IDOCS TABLES MARAKEY = T_MATKEYPACK.
MASTERIDOC_CREATE_REQ_ARTMAS CALL FUNCTION 'MASTERIDOC_CREATE_REQ_ARTMAS' EXPORTING RCVPFC = ' ' RCVPRN = RECEIVER_PRN RCVPRT = RECEIVER_PRT SNDPFC = ' ' SNDPRN = ' ' SNDPRT = ' ' MESSAGE_TYPE = MESTYP OUTPUT_TOTAL_INIT = OUTPUT_TOTAL OUTPUT_COUNTER_INIT = OUTPUT_COUNTER_OFFSET IMPORTING CREATED_COMM_IDOCS = CREATED_COMM_IDOCS CREATED_MASTER_IDOCS = CREATED_MASTER_IDOCS TABLES MARAKEY = T_MATKEY.
MASTERIDOC_CREATE_REQ_ARTMAS CALL FUNCTION 'MASTERIDOC_CREATE_REQ_ARTMAS' STARTING NEW TASK MESTYP DESTINATION IN GROUP RFCGR EXPORTING RCVPFC = SPACE RCVPRN = RECEIVER_PRN RCVPRT = RECEIVER_PRT SNDPFC = SPACE SNDPRN = SPACE SNDPRT = SPACE MESSAGE_TYPE = MESTYP SUPPRESS_PROGRESS_INDICATOR = C_TRUE TABLES MARAKEY = T_MATKEYPACK EXCEPTIONS RESOURCE_FAILURE = 01.
MASTERIDOC_CREATE_REQ_ARTMAS CALL FUNCTION 'MASTERIDOC_CREATE_REQ_ARTMAS' EXPORTING RCVPFC = SPACE RCVPRN = RECEIVER_PRN RCVPRT = RECEIVER_PRT SNDPFC = SPACE SNDPRN = SPACE SNDPRT = SPACE MESSAGE_TYPE = MESTYP SUPPRESS_PROGRESS_INDICATOR = C_TRUE TABLES MARAKEY = T_MATKEYPACK.
MASTERIDOC_CREATE_REQ_ARTMAS CALL FUNCTION 'MASTERIDOC_CREATE_REQ_ARTMAS' STARTING NEW TASK MESTYP DESTINATION IN GROUP RFCGR EXPORTING RCVPFC = SPACE RCVPRN = RECEIVER_PRN RCVPRT = RECEIVER_PRT SNDPFC = SPACE SNDPRN = SPACE SNDPRT = SPACE MESSAGE_TYPE = MESTYP SUPPRESS_PROGRESS_INDICATOR = C_TRUE TABLES MARAKEY = T_MATKEYPACK EXCEPTIONS RESOURCE_FAILURE = 01.
MASTERIDOC_CREATE_REQ_ARTMAS CALL FUNCTION 'MASTERIDOC_CREATE_REQ_ARTMAS' EXPORTING RCVPFC = SPACE RCVPRN = RECEIVER_PRN RCVPRT = RECEIVER_PRT SNDPFC = SPACE SNDPRN = SPACE SNDPRT = SPACE MESSAGE_TYPE = MESTYP SUPPRESS_PROGRESS_INDICATOR = C_TRUE TABLES MARAKEY = T_MATKEYPACK.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDSEART - Send retail material RBDSEART - Send retail material RBDSEALL - Distribution of all objects in variant configuration mode (SCE) RBDSEALL - Distribution of all objects in variant configuration mode (SCE) RBDSEACT - Cost Center/Activity Type: Transmit plan quantities and acty prices RBDSEACT - Cost Center/Activity Type: Transmit plan quantities and acty prices