SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

KE1_WU_FRAME SAP ABAP INCLUDE - KE1WUFRAME







KE1_WU_FRAME 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 KE1_WU_FRAME 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 KE1_WU_FRAME. "Basic submit
SUBMIT KE1_WU_FRAME AND RETURN. "Return to original report after report execution complete
SUBMIT KE1_WU_FRAME 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 KE1_WU_FRAME

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:

ENQUEUE_E_KE1_WU_RUNID CALL FUNCTION 'ENQUEUE_E_KE1_WU_RUNID' EXPORTING mode_ke1_wu_runid = 'E' mandt = sy-mandt runid = next_runid x_runid = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_grid_or-aufnr IMPORTING output = ls_grid_or-aufnr.

REMD_SHOW_MASTER_DATA CALL FUNCTION 'REMD_SHOW_MASTER_DATA' EXPORTING * I_OBJNR = * I_IMKEY = i_intreno = ls_grid_im-intreno i_change = ' ' EXCEPTIONS unknown_type = 1 object_key_inconsistent = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = runid IMPORTING output = l_runid.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = h_aufnr IMPORTING output = h_aufnr.

REMD_SHOW_MASTER_DATA CALL FUNCTION 'REMD_SHOW_MASTER_DATA' EXPORTING * I_OBJNR = * I_IMKEY = i_intreno = h_intreno i_change = ' ' EXCEPTIONS unknown_type = 1 object_key_inconsistent = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_checked info = text-141 IMPORTING result = checked_info EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_dummy info = text-142 IMPORTING result = dummy_info EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_warn info = text-143 IMPORTING result = warn_info EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_warn_k info = text-144 IMPORTING result = warn_k_info EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-145 text_button_1 = text-146 icon_button_1 = 'ICON_EXECUTE_OBJECT' text_button_2 = text-111 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = '' start_column = 25 start_row = 6 IMPORTING answer = return.

TH_USER_INFO CALL FUNCTION 'TH_USER_INFO' IMPORTING act_sessions = act_sessions max_sessions = max_sessions.

KE1_START_REPORT CALL FUNCTION 'KE1_START_REPORT' STARTING NEW TASK 'NT' EXPORTING repid = 'KE1_WU_SELOPT' runid = runid mode = 'dis'.

TH_USER_INFO CALL FUNCTION 'TH_USER_INFO' IMPORTING act_sessions = act_sessions max_sessions = max_sessions.

KE1_START_REPORT CALL FUNCTION 'KE1_START_REPORT' STARTING NEW TASK 'NT' EXPORTING repid = 'SAPMKEC4'.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = name IMPORTING output = name.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = content IMPORTING output = name.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = content IMPORTING output = name.

CONVERSION_EXIT_KONPD_OUTPUT





CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING input = content IMPORTING output = name.

CONVERSION_EXIT_KONPD_INPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_INPUT' EXPORTING input = content IMPORTING output = name.

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = content IMPORTING output = name.

CONVERSION_EXIT_ABPSP_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT' EXPORTING input = content IMPORTING output = name.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = domname value = domvalue langu = sy-langu IMPORTING dd07v_wa = wa_dd07v.



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