FPP_UI_PAROBJ_INSTANCES_F02 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 FPP_UI_PAROBJ_INSTANCES_F02 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!
FPP_DISPLAY_TEXT CALL FUNCTION 'FPP_DISPLAY_TEXT' EXPORTING iv_title = text-013 iv_string = lv_string.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-022 txt1 = text-023 txt2 = space.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-007 TABLES fields = lt_values.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-024 txt1 = text-025 txt2 = lv_instance txt3 = text-026.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-020 txt1 = text-021 txt2 = space.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = lv_text default_button = '2' * userdefined_f1_help = 'FPP_DELETE_RUNS' IMPORTING answer = lv_answer.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-005 txt1 = lv_string txt2 = space.
FPP_DISPLAY_TEXT CALL FUNCTION 'FPP_DISPLAY_TEXT' EXPORTING iv_title = text-008 iv_string = lv_string.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-031 txt1 = text-021 txt2 = space.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-031 text_question = text-030 display_cancel_button = ' ' IMPORTING answer = lv_answer.
FPP_DISPLAY_TEXT CALL FUNCTION 'FPP_DISPLAY_TEXT' EXPORTING iv_string = lv_string.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-016 TABLES fields = lt_values.
FPP_DISPLAY_TEXT CALL FUNCTION 'FPP_DISPLAY_TEXT' EXPORTING iv_string = lv_string.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FPP_UI_PAROBJ_INSTANCES_F02 - FPPUIPAROBJINSTANCESF02 FPP_UI_PAROBJ_INSTANCES_F01 - FPPUIPAROBJINSTANCESF01 FPP_UI_PAROBJ_INSTANCES_DOCF01 - FPPUIPAROBJINSTANCESDOCF01 FPP_UI_PAROBJ_INSTANCES - Maintenance of Interval Distribution FPP_UI_PAROBJ_INSTANCES - Maintenance of Interval Distribution FPP_TEST_FRAMEWORK_PROCESS_F01 - FPPTESTFRAMEWORKPROCESSF01