SAP Reports / Programs | Investment Management | Capital Investments(IM-FA) SAP IM

IMBIWF01 SAP ABAP INCLUDE - Global Form Routine Pool for the IM -> BW Extractors







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


Text pool values


Title: Global Form Routine Pool for the IM -> BW Extractors


INCLUDES used within this REPORT IMBIWF01

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:

AIBZ_GEN_DB_IND CALL FUNCTION 'AIBZ_GEN_DB_IND' EXPORTING I_TABNAM = I_TABNAM I_CALLID = IMBW_C_IND_NAME I_CALLBACK_FUNCNAME = 'AIBM_DEFINE_DB_IND' IMPORTING E_RC = L_RC EXCEPTIONS OTHERS = 1.

PSBE_UPDATE_DATESTAMPS CALL FUNCTION 'PSBE_UPDATE_DATESTAMPS' EXPORTING I_RLOGSYS = I_RLOGSYS I_OLTPSOURCE = I_ISOURCE I_UPDMODE = I_UPDMODE I_DATE_LOW = IS_DELCRIT-CHDATE_LOW I_DATE_HIGH = IS_DELCRIT-CHDATE_HIGH I_READ_ONLY = I_READ_ONLY EXCEPTIONS ERROR_AT_UPDATE = 1.

BWOMT_UPDATE_TIMESTAMPS CALL FUNCTION 'BWOMT_UPDATE_TIMESTAMPS' EXPORTING I_OLTPSOURCE = I_ISOURCE I_UPDMODE = I_UPDMODE I_TS_LOW = IS_DELCRIT-TS_LOW I_TS_HIGH = IS_DELCRIT-TS_HIGH I_READ_ONLY = I_READ_ONLY.

PSBE_GET_DATESTAMPS CALL FUNCTION 'PSBE_GET_DATESTAMPS' EXPORTING I_RLOGSYS = I_RLOGSYS I_OLTPSOURCE = I_ISOURCE I_UPDMODE = I_UPDMODE IMPORTING E_DATE_LOW = ES_DELCRIT-CHDATE_LOW E_DATE_HIGH = ES_DELCRIT-CHDATE_HIGH EXCEPTIONS NO_INITIAL_UPLOAD = 1 NO_DELTA_UPLOAD = 2 OTHERS = 3.

BWOMT_GET_TIMESTAMPS CALL FUNCTION 'BWOMT_GET_TIMESTAMPS' EXPORTING I_OLTPSOURCE = i_ISOURCE I_UPDMODE = i_UPDMODE IMPORTING E_TS_LOW = ES_DELCRIT-TS_LOW E_TS_HIGH = ES_DELCRIT-TS_HIGH EXCEPTIONS OTHERS = 1.

UPG_GET_SINGLE_COMPREL CALL FUNCTION 'UPG_GET_SINGLE_COMPREL' EXPORTING IV_COMPONENT = 'SAP_APPL' * IV_BUFFERED = 'X' IMPORTING EV_VERSION = SS_CVERS * EV_BASISSTATE = EXCEPTIONS NO_RELEASE_FOUND = 1 COMPONENT_RELEASE_NOT_FOUND = 2 INVALID_COMPONENT_NAME = 3 OTHERS = 4.

K_KOKRS_CURRENCY_GET CALL FUNCTION 'K_KOKRS_CURRENCY_GET' EXPORTING I_KOKRS = ID_KOKRS IMPORTING E_WAERS = LD_KOKRS_WAERS EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

PSST_FIND_ACTUAL_STATUS CALL FUNCTION 'PSST_FIND_ACTUAL_STATUS' EXPORTING IS_STATUS = LS_STATUS OBJNR = I_OBJNR IMPORTING WERT = L_STATUS_VALUE DATE = L_STATUS_DATE TIME = L_STATUS_TIME EXCEPTIONS OTHERS = 1.



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