SAP Reports / Programs | Marketing Retail Network | Industry Solution Oil | Marketing Retail Network(IS-OIL-DS-MRN) SAP IS

FOIFBF02 SAP ABAP INCLUDE - Include FOIFBF02







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


Text pool values


Title: Include FOIFBF02


INCLUDES used within this REPORT FOIFBF02

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 = X_SNDPRN EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 01.

MASTERIDOC_CREATE_MATMAS CALL FUNCTION 'MASTERIDOC_CREATE_MATMAS' EXPORTING MARAKEY = L_MARAKEY RCVPFC = I_OIFORCAM-RCVPFC RCVPRN = I_OIFORCAM-RCVPRN RCVPRT = I_OIFORCAM-RCVPRT SNDPFC = I_OIFORCAM-SNDPFC SNDPRN = I_OIFORCAM-SNDPRN SNDPRT = I_OIFORCAM-SNDPRT MESSAGE_TYPE = I_OIFORCAM-MESTYP IMPORTING CREATED_COMM_IDOCS = CREATED_COMM_IDOCS TABLES MAKTKEY = L_MAKTKEY MARCKEY = L_MARCKEY MARDKEY = L_MARDKEY MARMKEY = L_MARMKEY MEANKEY = L_MEANKEY MVKEKEY = L_MVKEKEY MLANKEY = L_MLANKEY MBEWKEY = L_MBEWKEY MLGNKEY = L_MLGNKEY MLGTKEY = L_MLGTKEY STXHKEY = L_STXHKEY MFHMKEY = L_MFHMKEY MPGDKEY = L_MPGDKEY MPOPKEY = L_MPOPKEY MPRWKEY = L_MPRWKEY MVEGKEY = L_MVEGKEY MVEUKEY = L_MVEUKEY MKALKEY = L_MKALKEY.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = P_MARAKEY-MANDT ID = F_THEAD-TDID LANGUAGE = F_THEAD-TDSPRAS NAME = F_THEAD-TDNAME OBJECT = F_THEAD-TDOBJECT IMPORTING ENTRIES = TEXTENTRIES TABLES SELECTIONS = T_TEXTSELECTIONS EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 01.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = P_MARAKEY-MANDT ID = F_THEAD-TDID LANGUAGE = F_THEAD-TDSPRAS NAME = F_THEAD-TDNAME OBJECT = F_THEAD-TDOBJECT IMPORTING ENTRIES = TEXTENTRIES TABLES SELECTIONS = T_TEXTSELECTIONS EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 01.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = P_MARAKEY-MANDT ID = F_THEAD-TDID LANGUAGE = F_THEAD-TDSPRAS NAME = F_THEAD-TDNAME OBJECT = F_THEAD-TDOBJECT IMPORTING ENTRIES = TEXTENTRIES TABLES SELECTIONS = T_TEXTSELECTIONS EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 01.

MAKT_GENERIC_READ_WITH_MATNR CALL FUNCTION 'MAKT_GENERIC_READ_WITH_MATNR' EXPORTING MATNR = T_MARAKEY-MATNR TABLES MAKT_TAB = T_HMAKT EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.



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