SAPBMIAC is a standard Executable ABAP Report 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 SAPBMIAC 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: Action Part for BI_EDIT_DATA
Text Symbol: 101 = Fld name
Text Symbol: 102 = Description
Text Symbol: 103 = Fld cont.
INCLUDE SAPBMVTT.
No SAP DATABASE tables are accessed within this REPORT code!
GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = TARGETNAME WITHTEXT = WITHTEXT IMPORTING HEADER = X030L RC = RET TABLES FIELDTAB = NAMETAB EXCEPTIONS INTERNAL_ERROR = 01 NO_TEXTS_FOUND = 02 TABLE_HAS_NO_FIELDS = 03 TABLE_NOT_ACTIV = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPBMIAC - Action Part for BI_EDIT_DATA SAPBMIAC - Action Part for BI_EDIT_DATA SAPBC_REPLICATE_FLIGHTS - Replicate Flight Data in Travel Agency Systems (in Distributed Case) SAPBC_REPLICATE_FLIGHTS - Replicate Flight Data in Travel Agency Systems (in Distributed Case) SAPBC_GLOBAL_STRAVELAG_EDIT - STRAVELAG - Change Table Entry SAPBC_GLOBAL_STRAVELAG_EDIT - STRAVELAG - Change Table Entry