MC27VBDC 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 MC27VBDC 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.
Title: PP and PI: Where-Used Lists/Mass Replace - CALL TRANSACTION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
USER_ADJUSTMENTS_READ_SEC * CALL FUNCTION 'USER_ADJUSTMENTS_READ_SEC' * EXPORTING * I_USER = RCA80-BTCHUSER "#EC DOM_EQUAL * IMPORTING * E_USR01 = USR01 * EXCEPTIONS * I_USER_INITIAL = 1 * USR01_ENTRY_NOT_FOUND = 2 * OTHERS = 3 * .
CETA_USR01_READ CALL FUNCTION 'CETA_USR01_READ' EXPORTING bname = rca80-btchuser "#EC DOM_EQUAL IMPORTING usr01_exp = usr01 EXCEPTIONS no_entry = 1 OTHERS = 2.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING group = up_group user = up_buser.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = up_tcode TABLES dynprotab = bdcdata.
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING object_id = 'CA'.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MC27VBDC - PP and PI: Where-Used Lists/Mass Replace - CALL TRANSACTION MC27VAT0 - PP and PI: Where-Used Lists/Mass Replace - Events MC27VALV - documentation and ABAP source code MC27GTOP - documentation and ABAP source code MC27GFAZ - documentation and ABAP source code MC27FFAZ - documentation and ABAP source code