PS_CREATE_FIPOS 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 PS_CREATE_FIPOS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FIPOS - Create Commitment Items
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: Program PS_CREATE_FIPOS
Text Symbol: 001 = OK
Text Symbol: 002 = Incomplete
Text Symbol: 003 = Inconsistent
Text Symbol: 004 = Locked
Text Symbol: 005 = Different
Text Symbol: 006 = Changed data will be lost.
Text Symbol: 008 = Do you want to save first?
Text Symbol: 009 = Save changed data
INCLUDE FIPOSTOP . "
INCLUDE FIPOSO01.
INCLUDE FIPOSI01.
INCLUDE FIPOSF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PS_CREATE_FIPOS - Program PS_CREATE_FIPOS PS_CREATE_FIPOS - Program PS_CREATE_FIPOS PS_CONST_OBJTYPE_GUID - Include CONST_OBJTYPE_GUID PS_CALL_PSJ_SELSCREEN - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_SELSCREEN - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_FIELD_SELECTION - Example for Accessing Function Module PS_LDB_CALL