OPFTGF01 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 OPFTGF01 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.
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.
ISHMED_SELECT_OE_WITH_PARAM CALL FUNCTION 'ISHMED_SELECT_OE_WITH_PARAM' EXPORTING i_einri = s_einri * I_ROW = 8 * I_COL = 20 * I_MSG = 'X' * I_DATUM = SY-DATUM i_title = 'Operierende Org.Einheiten'(004)
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * einri = s_einri line_size = rnstat-line_size * repid = rnstat-repid title_lin1 = rnstat-title_lin1 uline = off EXCEPTIONS invalid_einri = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OPFTGF01 - IS-H*MED: Planungsliste (OP-Plan) OPEN_SALES_ORDER_MONITOR_O01 - Include OPEN_SALES_ORDER_MONITOR_O01 OPEN_SALES_ORDER_MONITOR_D01 - Include OPEN_SALES_ORDER_MONITOR_D01 OPEN_ITEMS_RESET - OPENITEMSRESET OPEN_FORM=====================FT - OPENFORM=====================FT OPEN_FI_PERFORM_CRSB_001 - OPENFIPERFORMCRSB001