SAP Reports / Programs | Financials | Financial Supply Chain Management | Treasury and Risk Management(FIN-FSCM-TRM) SAP FIN

DKWGFLAG_F01 SAP ABAP INCLUDE - DKWGFLAGF01







DKWGFLAG_F01 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 DKWGFLAG_F01 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 DKWGFLAG_F01. "Basic submit
SUBMIT DKWGFLAG_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT DKWGFLAG_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT DKWGFLAG_F01

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_equal text = text-006 info = text-006 IMPORTING RESULT = l_wrk_out-icon_disp EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_not_equal text = text-007 info = text-007 IMPORTING RESULT = l_wrk_out-icon_disp EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-tit * DIAGNOSE_OBJECT = ' ' text_question = text-001 text_button_1 = 'Ja'(002) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(003) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TITLEBAR = text-tit * DIAGNOSE_OBJECT = ' ' * TEXT_QUESTION = text-ERP * TEXT_BUTTON_1 = 'Ja'(002) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(003) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IMPORTING * ANSWER = l_answer.

BUPA_DEQUEUE CALL FUNCTION 'BUPA_DEQUEUE' EXPORTING iv_partner = l_wrk_dat-partner * IV_PARTNER_GUID = * IV_CHECK_NOT_NUMBER = TABLES et_return = l_tab_rcd.

FS_API_BP1030_GET

FSBP_DBREAD_BP1030 * CALL FUNCTION 'FS_API_BP1030_GET' * EXPORTING * IV_PARTNER = * IV_PARTNER_GUID = * IS_GENERAL = * IV_TESTRUN = * TABLES * ET_RETURN = * ET_BP1030 =


CALL FUNCTION 'FSBP_DBREAD_BP1030' EXPORTING i_partnr = l_wrk_dat-partner * I_DB = * I_COMP_RE = * I_VALDT = SY-DATLO IMPORTING e_bp1030 = l_wrk_bp1030_old * TABLES * T_BP1030 = EXCEPTIONS not_found = 1 wrong_parameters = 2 OTHERS = 3.

FS_API_BP1030_CHANGE CALL FUNCTION 'FS_API_BP1030_CHANGE' EXPORTING iv_partner = l_wrk_dat-partner * IV_PARTNER_GUID = is_general = l_general * IV_TESTRUN = TABLES et_return = l_tab_rcd it_bp1030 = l_tab_bp1030 it_bp1030_x = l_tab_bp1030_x.

FS_API_BP1030_REMOVE CALL FUNCTION 'FS_API_BP1030_REMOVE' EXPORTING iv_partner = l_wrk_dat-partner * IV_PARTNER_GUID = is_general = l_general * IV_TESTRUN = TABLES et_return = l_tab_rcd it_bp1030 = l_tab_bp1030.

FS_API_BP1030_ADD CALL FUNCTION 'FS_API_BP1030_ADD' EXPORTING iv_partner = l_wrk_dat-partner * IV_PARTNER_GUID = is_general = l_general * IV_TESTRUN = TABLES et_return = l_tab_rcd it_bp1030 = l_tab_bp1030.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-tit * DIAGNOSE_OBJECT = ' ' text_question = text-005 text_button_1 = 'Ja'(002) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(003) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = i_s_msg = l_s_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 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 DKWGFLAG_F01 or its description.