SAP Reports / Programs | Cross-Application Components | Business Framework Architecture | ALE Business Process Library(CA-BFA-ABL) SAP CA

RBDCUS25 SAP ABAP INCLUDE - Interface control for RBDCUS23







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


Text pool values


Title: Interface control for RBDCUS23


INCLUDES used within this REPORT RBDCUS25

No INCLUDES are used within this REPORT code!


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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = OWN_SYSTEM EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 01 OTHERS = 99.

RFC_DATA_DETERMINE_FOR_CHECKS CALL FUNCTION 'RFC_DATA_DETERMINE_FOR_CHECKS' EXPORTING RCVPRN = H_RCVPRN IMPORTING DESTINATION_SYNCH = PARTNER_RFCDEST EXCEPTIONS NO_PARNTER_DEFINITION = 1 NO_PORT = 2 NO_LOGDES_IN_PORT = 3 DEST_DOES_NOT_EXIST = 4 R2_SYSTEM = 5 EXTERNAL_SYSTEM = 6 OTHERS = 99.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = H_OWN_KUNNR IMPORTING OUTPUT = H_OWN_KUNNR.

RECIPIENT_GET_FROM_ALE_MODEL CALL FUNCTION 'RECIPIENT_GET_FROM_ALE_MODEL' EXPORTING NAST = F_NAST IMPORTING PARTNER_NUMBER = PARTNER_NUMBER CHANGING PARTNER_TYPE = PARTNER_TYPE EXCEPTIONS NO_RECIPIENT_FOUND = 1 OWN_SYSTEM_NOT_DEFINED = 2 OTHER_ERROR = 3 NO_MESSAGE_TYPE_FOUND = 4 MULTIPLE_MESSAGE_TYPES_FOUND = 5 MULTIPLE_RECIPIENTS_FOUND = 6 WRONG_PARTNER_TYPE = 7 OTHERS = 99.

RECIPIENT_GET_FROM_ALE_MODEL CALL FUNCTION 'RECIPIENT_GET_FROM_ALE_MODEL' EXPORTING NAST = F_NAST IMPORTING PARTNER_NUMBER = PARTNER_NUMBER CHANGING PARTNER_TYPE = PARTNER_TYPE EXCEPTIONS NO_RECIPIENT_FOUND = 1 OWN_SYSTEM_NOT_DEFINED = 2 OTHER_ERROR = 3 NO_MESSAGE_TYPE_FOUND = 4 MULTIPLE_MESSAGE_TYPES_FOUND = 5 MULTIPLE_RECIPIENTS_FOUND = 6 WRONG_PARTNER_TYPE = 7 OTHERS = 99.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU ONLY = 'T' TABNAME = TABNAME TABLES NAMETAB = T_SNAMETAB.

TABLE_ENTRIES_GET_VIA_RFC CALL FUNCTION 'TABLE_ENTRIES_GET_VIA_RFC' DESTINATION RFCDEST EXPORTING LANGU = SY-LANGU ONLY = 'T' TABNAME = TABNAME TABLES SEL_TAB = T_SEL_TAB NAMETAB = T_RNAMETAB TABENTRY = T_RTABENTRY EXCEPTIONS * INTERNAL_ERROR = 01 * TABLE_HAS_NO_FIELDS = 02 * TABLE_NOT_ACTIV = 03 SYSTEM_FAILURE = 10 MESSAGE H_MESSAGE COMMUNICATION_FAILURE = 11 MESSAGE H_MESSAGE NOT_AUTHORIZED = 12 OTHERS = 99.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = H_OWN_LIFNR IMPORTING OUTPUT = H_OWN_LIFNR.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = H_OWN_LIFNR IMPORTING OUTPUT = H_OWN_LIFNR.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = H_OWN_LIFNR IMPORTING OUTPUT = H_OWN_LIFNR.



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