RBDSER04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program updates IDocs of a serialization group according to a defined updating sequence...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 RBDSER04 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BD43 - Post IDocs for group
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_DATE = IDoc Created on
Selection Text: P_SERGRP = Serialization Group
Selection Text: P_SNDSYS = Logical Sending System
Selection Text: P_TIME = IDoc Created at
Selection Text: P_OUTPUT = D .
Title: Processing Inbound IDocs of Serialization Group
Text Symbol: 001 = Data is being selected (message type &)
Text Symbol: 002 = (& of &) IDoc & currently being processed
Text Symbol: 003 = Following IDocs were transferred to application
Text Symbol: 004 = IDoc
Text Symbol: 005 = Message Type
Text Symbol: 006 = Lvl
Text Symbol: 007 = Description
Text Symbol: 008 = IDoc is still being processed
Text Symbol: TI1 = IDoc Selection
Text Symbol: TI3 = Output Control
INCLUDE RBDDATA04.
INCLUDE RBDDIAG04.
INCLUDE RBDFORM04.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = INFORMATION_TEXT.
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING GROUP_NAME = T_TBD41-RFCGR EXCEPTIONS INVALID_GROUP_NAME = 1 INTERNAL_ERROR = 2 PBT_ENV_ALREADY_INITIALIZED = 3 CURRENTLY_NO_RESOURCES_AVAIL = 4 NO_PBT_RESOURCES_FOUND = 5 CANT_INIT_DIFFERENT_PBT_GROUPS = 6 OTHERS = 7.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = INFORMATION_TEXT.
IDOC_OUTPUT_LIST CALL FUNCTION 'IDOC_OUTPUT_LIST' EXPORTING headertxt = TEXT-003 tables output = T_UPDATE .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDSER04 - Processing Inbound IDocs of Serialization Group RBDSER04 - Processing Inbound IDocs of Serialization Group RBDSER03 - Check Dispatch Status of IDocs of Serialization Group RBDSER03 - Check Dispatch Status of IDocs of Serialization Group RBDSER02 - Dispatch of IDocs of Serialization Group RBDSER02 - Dispatch of IDocs of Serialization Group