FPB_EXP_CUSTOM_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 FPB_EXP_CUSTOM_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!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Die Daten wurden geändert'(001) text_question = 'Möchten Sie die Eingaben sichern ?'(002) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Die Daten wurden geändert'(001) text_question = 'Möchten Sie die Eingaben sichern ?'(002) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '2' display_cancel_button = '' titlebar = 'Ihre Eingaben werden verloren gehen'(049) text_question = 'Möchten Sie wirklich abbrechen?'(050) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Die Daten wurden geändert'(001) text_question = 'Möchten Sie die Eingaben sichern ?'(002) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Die Daten wurden geändert'(001) text_question = 'Möchten Sie die Eingaben sichern ?'(002) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Löschen?'(004) text_question = 'Möchten Sie den Eintrag wirklich löschen?'(005) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = c_do_delete_instance default_button = '1' display_cancel_button = 'X' titlebar = 'Eine Planungsrunde wird gelöscht'(062) text_question = 'Möchten Sie den Eintrag wirklich löschen?'(005) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM *** CALL FUNCTION 'POPUP_TO_CONFIRM' *** EXPORTING *** default_button = '1' *** display_cancel_button = 'X' *** titlebar = 'Identische Bezeichnung'(006) *** text_question = 'Möchten Sie im Kopierziel die gleiche Bezeichnung'(007) *** popup_type = 'ICON_MESSAGE_WARNING' *** IMPORTING *** answer = ld_answer *** EXCEPTIONS *** text_not_found = 1 *** OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Identische Bezeichnung'(006) text_question = 'Möchten Sie für Ihr Kopierziel eine identische Bezeichnung verwenden?'(007) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '1' display_cancel_button = 'X' titlebar = 'Identische Bezeichnung'(006) text_question = 'Möchten Sie im Kopierziel die gleiche Bezeichnung'(007) popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM_STEP **** CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' **** EXPORTING **** textline1 = 'step/substep already exists'(016) **** textline2 = 'do you want to reuse the step/substep?'(017) **** titel = 'confirmation'(015) **** cancel_display = ' ' **** IMPORTING **** answer = ld_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.