PFO_TEST_CREATE_OBJECT 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 PFO_TEST_CREATE_OBJECT 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.
Title: Test Program for Generating Bus.Objects and Assigment Objects in PFO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PFO_OBJECT_GET_DB_TABLE CALL FUNCTION 'PFO_OBJECT_GET_DB_TABLE' EXPORTING id_kind = p_kind id_type = p_type CHANGING cs_objectdata = ls_object EXCEPTIONS no_entry = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * i_internal_tabname = i_structure_name = ls_object-ddic_tab * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab =
EXCEPTIONS program_error = 1 OTHERS = 2.
CONVERT_LINE CALL FUNCTION 'CONVERT_LINE' EXPORTING * ir_structure = lr_lineref is_object = ls_object it_db_data = lrt_tabref id_method = p_method CHANGING ct_data = lt_data EXCEPTIONS processing_error = 1 assign_error = 2 OTHERS = 3.
PFO_RFC_IMPORT CALL FUNCTION 'PFO_RFC_IMPORT' EXPORTING id_update_task = 'X' id_mass_proc = 'X' id_sim = ' ' TABLES it_importdata = lt_data ct_ok = lt_ok ct_nok = lt_nok * CHANGING * CD_LOGHANDLE = CD_LOGHANDLE EXCEPTIONS assign_error = 1 log_error = 2 db_error = 3 OTHERS = 4 .
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_display_profile.
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = 'PFO' subobject = 'PFO_RFC' external_number = 'RFC_LOG' date_from = sy-datum date_to = sy-datum suppress_selection_dialog = 'X' i_s_display_profile = ls_display_profile EXCEPTIONS no_authority = 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_TEST_CREATE_OBJECT - Test Program for Generating Bus.Objects and Assigment Objects in PFO PFO_TEST_CREATE_OBJECT - Test Program for Generating Bus.Objects and Assigment Objects in PFO PFO_SZO_USER_COMMAND_0106I01 - PFOSZOUSERCOMMAND0106I01 PFO_SZO_USER_COMMAND_0106F01 - PFOSZOUSERCOMMAND0106F01 PFO_SZO_USER_COMMAND_0104I01 - PFOSZOUSERCOMMAND0104I01 PFO_SZO_USER_COMMAND_0104F01 - PFOSZOUSERCOMMAND0104F01