SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_ORGEH_TO_VENDOR_GROUP_F03 SAP ABAP INCLUDE - BBPORGEHTOVENDORGROUPF03







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


INCLUDES used within this REPORT BBP_ORGEH_TO_VENDOR_GROUP_F03

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:

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = IV_PLVAR OTYPE = 'O ' OBJID = IV_DUMMY ISTAT = '1' CHECK_STRU_AUTH = SPACE IMPORTING OBEG = LV_FROMDATE OEND = LV_TODATE SHORT = LV_SHORT STEXT = LV_STEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RH_BASE_READ_INFTY_1000 CALL FUNCTION 'RH_BASE_READ_INFTY_1000' EXPORTING AUTHORITY = SPACE WITH_STRU_AUTH = SPACE PLVAR = IV_PLVAR BEGDA = SY-DATUM ENDDA = SY-DATUM TABLES I1000 = LT_1000 RANGE = LT_RANGE EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2 OTHERS = 3.

RH_BASE_READ_INFTY_1001 CALL FUNCTION 'RH_BASE_READ_INFTY_1001' EXPORTING AUTHORITY = SPACE WITH_STRU_AUTH = SPACE PLVAR = IV_PLVAR ISTAT = '1' BEGDA = SY-DATUM ENDDA = SY-DATUM SUBTY = 'B002' TABLES I1001 = ET_1001_DUMMY RANGE = LT_RANGE EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2 OTHERS = 3.

RH_BASE_READ_INFTY_NNNN CALL FUNCTION 'RH_BASE_READ_INFTY_NNNN' EXPORTING AUTHORITY = SPACE WITH_STRU_AUTH = SPACE PLVAR = IV_PLVAR INFTY = '1028' ISTAT = '1' EXTEND = 'X' BEGDA = SY-DATUM ENDDA = SY-DATUM TABLES INNNN = ET_1028_DUMMY RANGE = LT_RANGE EXCEPTIONS NOTHING_FOUND = 0 WRONG_CONDITION = 0 PLOG_NOT_SUPPORTED = 0 OTHERS = 0.

RH_BASE_READ_INFTY_NNNN CALL FUNCTION 'RH_BASE_READ_INFTY_NNNN' EXPORTING AUTHORITY = SPACE WITH_STRU_AUTH = SPACE PLVAR = IV_PLVAR INFTY = '1032' ISTAT = '1' EXTEND = 'X' BEGDA = SY-DATUM ENDDA = SY-DATUM TABLES INNNN = ET_1032_DUMMY RANGE = LT_RANGE EXCEPTIONS NOTHING_FOUND = 0 WRONG_CONDITION = 0 PLOG_NOT_SUPPORTED = 0 OTHERS = 0.

RH_BASE_READ_INFTY_NNNN_EXP CALL FUNCTION 'RH_BASE_READ_INFTY_NNNN_EXP' EXPORTING AUTHORITY = SPACE WITH_STRU_AUTH = SPACE PLVAR = IV_PLVAR INFTY = '1222' ISTAT = '1' BEGDA = SY-DATUM ENDDA = SY-DATUM SUBTY = '0020' TABLES INNNN_EXP = ET_1222E_DUMMY RANGE = LT_RANGE EXCEPTIONS NOTHING_FOUND = 0 WRONG_CONDITION = 0 INFTY_NOT_SUPPORTED = 0 OTHERS = 0.



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