SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDSER04 SAP ABAP Report - Processing Inbound IDocs of Serialization Group







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BD43 - Post IDocs for group


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


Text pool values


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


INCLUDES used within this REPORT RBDSER04

INCLUDE RBDDATA04.
INCLUDE RBDDIAG04.
INCLUDE RBDFORM04.


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:

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 .



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 RBDSER04 or its description.