PFO_GZO_CREATE_DATAF01 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 PFO_GZO_CREATE_DATAF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PFO_GET_CUSTOMER_FIELDS CALL FUNCTION 'PFO_GET_CUSTOMER_FIELDS' EXPORTING id_objkind = 'GO' id_objtyp = gv_objtype CHANGING ct_cust_attrib = lt_cust_attr_go[] ct_cust_keys = lt_cust_keys_go[] co_bal = gr_log EXCEPTIONS no_ddic_table = 1 OTHERS = 2.
PFO_GET_CUSTOMER_FIELDS CALL FUNCTION 'PFO_GET_CUSTOMER_FIELDS' EXPORTING id_objkind = 'SG' id_objtyp = '' CHANGING ct_cust_attrib = lt_cust_attr_sg[] ct_cust_keys = lt_cust_keys_sg[] co_bal = gr_log EXCEPTIONS no_ddic_table = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PFO_GZO_CREATE_DATAF01 - PFOGZOCREATEDATAF01 PFO_GZO_CREATE_CUSTOM_CONTAF01 - PFOGZOCREATECUSTOMCONTAF01 PFO_GZO_CREATE_ALV_GRID_CONF01 - PFOGZOCREATEALVGRIDCONF01 PFO_GZO_CONVERT_TIMESTAMPSF01 - PFOGZOCONVERTTIMESTAMPSF01 PFO_GZO_CLEAR_OK_CODE_0104O01 - PFOGZOCLEAROKCODE0104O01 PFO_GZO_CLEAR_OK_CODE_0104F01 - PFOGZOCLEAROKCODE0104F01