SAP Reports / Programs | Cross-Application Components | General Application Functions | Generating, Monitoring for Mass Data Archiving Solutions(CA-GTF-TS-GMA) SAP CA

AFX_WORKBENCHF03 SAP ABAP INCLUDE - FORMS: Auxiliary Routines







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


Text pool values


Title: FORMS: Auxiliary Routines


INCLUDES used within this REPORT AFX_WORKBENCHF03

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:

AFX_DB_OBJECT_GET CALL FUNCTION 'AFX_DB_OBJECT_GET' EXPORTING i_afx_object = l_object EXCEPTIONS not_found = 1 OTHERS = 2.

AFX_DB_OBJECT_GET CALL FUNCTION 'AFX_DB_OBJECT_GET' EXPORTING i_afx_object = l_object EXCEPTIONS not_found = 1 OTHERS = 2.

ENQUEUE_EAFX_OBJECT CALL FUNCTION 'ENQUEUE_EAFX_OBJECT' EXPORTING object = i_afx_object EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'AFX_DTE_NODESTATUS' langu = sy-langu all_types = con_true TABLES fixed_values = l_tab_fixed_values EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.

MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING x_log = con_true x_next_msg = con_true IMPORTING y_msg_handle = c_msg_handle CHANGING xy_parm = l_str_msg_param EXCEPTIONS failed = 1 subs_invalid = 2 log_invalid = 3 OTHERS = 4.

MSG_STATUS_HANDLE CALL FUNCTION 'MSG_STATUS_HANDLE' EXPORTING x_msg_handle = i_msg_handle IMPORTING y_empty = l_flg_no_messages.

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = i_msg_handle x_action = co_msg_save IMPORTING yt_lognumbers = l_tab_lognumber_emsg EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.

AFX_DB_OBJECT_LOG_INSERT CALL FUNCTION 'AFX_DB_OBJECT_LOG_INSERT' EXPORTING i_tab_object_log = l_tab_object_log EXCEPTIONS insert_failed = 1 OTHERS = 2.

MSG_CLOSE CALL FUNCTION 'MSG_CLOSE' EXPORTING x_msg_handle = i_msg_handle EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_str_display_profile EXCEPTIONS OTHERS = 0.

APPL_LOG_DISPLAY_WITH_LOGNO CALL FUNCTION 'APPL_LOG_DISPLAY_WITH_LOGNO' EXPORTING title_list_screen = i_header i_s_display_profile = l_str_display_profile TABLES lognumbers = i_tab_lognumber EXCEPTIONS no_authority = 1 OTHERS = 2.

WB_NEW_WORKBENCH_START CALL FUNCTION 'WB_NEW_WORKBENCH_START' EXPORTING p_object_type = 'K' p_object_name = l_seuobj.



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 AFX_WORKBENCHF03 or its description.