SAP Reports / Programs | Financials | Financial Supply Chain Management | Analyzer(FIN-FSCM-TRM-AN) SAP FIN

MAFWBM_PHI01 SAP ABAP INCLUDE - Include PAI-Module AFWBMPH







MAFWBM_PHI01 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 MAFWBM_PHI01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MAFWBM_PHI01. "Basic submit
SUBMIT MAFWBM_PHI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MAFWBM_PHI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PAI-Module AFWBMPH


INCLUDES used within this REPORT MAFWBM_PHI01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BM_TRANSLATE * CALL FUNCTION 'BM_TRANSLATE'.

BM_PHASSIGN_GET CALL FUNCTION 'BM_PHASSIGN_GET' EXPORTING i_sichtid = afwbmph_str-sichtid i_phid = afwbmph_str-phid i_ass_vari = afwbmph_str-ass_vari i_valdate = afwbmph_str-valdate i_bypass_buffer = con_xon * I_VERSION = i_valdate_back = con_xon IMPORTING e_str_afwbmph = afwbmph_str e_tab_node_bmid = g_tab_node_bmid * E_TAB_AFWBM_REASON = g_tab_ass_reason e_tab_bm = g_tab_bm_ass EXCEPTIONS wrong_param = 1 not_found = 2 hist_not_found = 3 version_not_found = 4 OTHERS = 5.

BM_PHASSIGN_GET CALL FUNCTION 'BM_PHASSIGN_GET' EXPORTING i_sichtid = afwbmph_str-sichtid i_phid = afwbmph_str-phid i_ass_vari = afwbmph_str-ass_vari i_keydate = sy-datum i_bypass_buffer = con_xon IMPORTING e_str_afwbmph = afwbmph_str e_tab_node_bmid = g_tab_node_bmid e_tab_afwbm_reason = g_tab_ass_reason e_tab_bm = g_tab_bm_ass EXCEPTIONS wrong_param = 1 not_found = 2 hist_not_found = 3 version_not_found = 4 OTHERS = 5.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-au4 text_question = l_string text_button_1 = 'Ja'(010) icon_button_1 = 'ICON_DELETE' text_button_2 = 'Abbrechen'(011) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = space "no cancel button IMPORTING answer = afwbmph_str-flag_auth * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-au4 text_question = l_string text_button_1 = 'Ja'(010) icon_button_1 = 'ICON_DELETE' text_button_2 = 'Abbrechen'(011) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = space "no cancel button IMPORTING answer = afwbmph_str-flag_auth * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

BM_F4_ASS_VARI CALL FUNCTION 'BM_F4_ASS_VARI' EXPORTING * I_PROGNAME = sy-repid * I_DYNPRO_NUMBER = SY-DYNNR i_fieldname_view = 'AFWBMPH_STR-SICHTID' i_fieldname_ph = 'AFWBMPH_STR-PHID' IMPORTING e_ass_vari = afwbmph_str-ass_vari.

BM_PHASSIGN_GET CALL FUNCTION 'BM_PHASSIGN_GET' EXPORTING i_sichtid = afwbmph_str-sichtid i_phid = afwbmph_str-phid i_ass_vari = afwbmph_str-ass_vari i_valdate = afwbmph_str-valdate i_bypass_buffer = con_xon * I_VERSION = * I_VALDATE_BACK = IMPORTING e_str_afwbmph = afwbmph_str e_tab_node_bmid = g_tab_node_bmid e_tab_afwbm_reason = g_tab_ass_reason e_tab_bm = g_tab_bm_ass EXCEPTIONS wrong_param = 1 not_found = 2 hist_not_found = 3 version_not_found = 4 OTHERS = 5.

BM_PHASSIGN_GET CALL FUNCTION 'BM_PHASSIGN_GET' EXPORTING i_sichtid = afwbmph_str-sichtid i_phid = afwbmph_str-phid i_ass_vari = afwbmph_str-ass_vari i_valdate = afwbmph_str-valdate i_bypass_buffer = con_xon EXCEPTIONS not_found = 1 hist_not_found = 2 OTHERS = 5.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MAFWBM_PHI01 or its description.