SAP Reports / Programs | Supply Chain Management | SCM Basis(SCM-BAS) SAP SCM

CIFITEST SAP ABAP Report - Create Integration Model







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


Text pool values


Selection Text: MR_MATNR = Material
Selection Text: MR_LGORT = Storage Location
Selection Text: MR_BERID = MRP Area
Selection Text: MB_STLAN = BOM Usage
Selection Text: MB_STLAL = Alternative BOM
Selection Text: IR_VERID = Production Version
Selection Text: PS_MATNR = Material
Selection Text: PQ_WERKS = Plant
Selection Text: PQ_MATNR = Material
Selection Text: PP_WERKS = Plant
Selection Text: PP_MATNR = Material
Selection Text: MR_WERKS = Plant
Selection Text: ICS_SRC = Sources of Supply
Selection Text: ICS_MRPA = MRP Area Data
Selection Text: EC_AENNR = Change Number
Selection Text: SP_MATNR = Material
Selection Text: SP_LIFNR = Vendor
Selection Text: SP_EBELN = Document Number
Selection Text: SP_BSART = Document Type
Selection Text: SI_WERKS = Plant
Selection Text: SI_MATNR = Material
Selection Text: SR_RESWK = Supplying Plant
Selection Text: SR_MATNR = Material
Selection Text: SR_LIFNR = Vendor
Selection Text: SC_PSTYP = Item Category
Selection Text: SC_RESWK = Supplying Plant
Selection Text: SP_WERKS = Plant
Selection Text: SP_RESWK = Supplying Plant
Selection Text: SP_PSTYP = Item Category
Selection Text: SC_WERKS = Plant
Selection Text: SI_EKORG = Purchasing Organization
Selection Text: SI_INFNR = Info Record Number
Selection Text: SI_LIFNR = Vendor
Selection Text: PS_VERID = Production Version
Selection Text: PS_WERKS = Plant
Selection Text: SC_MATNR = Material
Selection Text: SC_LIFNR = Vendor
Selection Text: SC_EBELN = Document Number





Selection Text: SC_BSART = Document Type
Title: Create Integration Model
Text Symbol: 406 = Standard
Text Symbol: 405 = Category of Info Record
Text Symbol: 404 = Contracts Without Plant
Text Symbol: 403 = Purchasing Info Record
Text Symbol: 402 = Purchase Scheduling Agreement
Text Symbol: 401 = Purchase Contract
Text Symbol: 409 = Consignment
Text Symbol: 407 = Subcontracting


INCLUDES used within this REPORT CIFITEST

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:

No SAP FUNCTION MODULES are executed within this report code!



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