PFO_SEG_GET_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_SEG_GET_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_BUILD_WHERE_CLAUSE CALL FUNCTION 'PFO_BUILD_WHERE_CLAUSE' EXPORTING iv_report = gv_program IMPORTING et_where_cond = lt_wherecond EXCEPTIONS program_not_found = 1 no_report = 2 where_clause_error = 3 OTHERS = 4.
PFO_OBJECT_GET_DB_TABLE CALL FUNCTION 'PFO_OBJECT_GET_DB_TABLE' EXPORTING id_kind = gc_objkind id_type = ' ' CHANGING cs_objectdata = ls_objectdata EXCEPTIONS no_entry = 1 OTHERS = 2.
PFO_OBJECT_FREE_SELECTION CALL FUNCTION 'PFO_OBJECT_FREE_SELECTION' EXPORTING is_objectdata = ls_objectdata it_wherecond = lt_wherecond CHANGING ct_changed = lr_seg_c co_bal = gr_log EXCEPTIONS already_exists = 1 processing_error = 2 db_error = 3 doesnt_exist = 4 id_inconsistent = 5 log_error = 6 assign_error = 7 no_metadata = 8 OTHERS = 9.
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_SEG_GET_DATAF01 - PFOSEGGETDATAF01 PFO_SEG_GET_CUSTOMER_FIELDSO01 - PFOSEGGETCUSTOMERFIELDSO01 PFO_SEG_GET_CUSTOMER_FIELDSF01 - PFOSEGGETCUSTOMERFIELDSF01 PFO_SEG_GET_CHANGED_LINESF01 - PFOSEGGETCHANGEDLINESF01 PFO_SEG_FREE_CONTROLSF01 - PFOSEGFREECONTROLSF01 PFO_SEG_FIRST_DISPLAYF01 - PFOSEGFIRSTDISPLAYF01