MKPU1F99 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 MKPU1F99 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!
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = p_kpu1k_long IMPORTING * SETCLASS = shortname = p_kpu1k_short.
G_TABLE_FIELD_GET_SETCLASS CALL FUNCTION 'G_TABLE_FIELD_GET_SETCLASS' EXPORTING tabname = 'CCSS' fieldname = p_fieldname IMPORTING setclass = p_setclass.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = p_setclass shortname = p_setid kokrs = tka01-kokrs ktopl = tka01-ktopl IMPORTING setid = ld_setid EXCEPTIONS OTHERS = 1.
G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING setname = ld_setid EXCEPTIONS OTHERS = 1.
K_TRANS_AUTOMATIC_CHECK CALL FUNCTION 'K_TRANS_AUTOMATIC_CHECK' EXPORTING e_sobj_name = gc_trans_obj e_sobj_type = gc_trans_type * E_OBJ_IN_TASK = ' ' IMPORTING no_automatic_recording = cd_no_recording EXCEPTIONS transport_object_error = 1 show_data_only = 2 error_cancel_transaction = 3 OTHERS = 4.
K_TRANS_AUTOMATIC_INSERT CALL FUNCTION 'K_TRANS_AUTOMATIC_INSERT' EXPORTING e_sobj_name = gc_trans_obj e_sobj_type = gc_trans_type * E_OBJ_IN_TASK = ' ' TABLES t_e071k = lt_e071k EXCEPTIONS transport_object_error = 1 error_during_insert = 2 OTHERS = 3.
HELP_VALUES_GET_WITH_MACO CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' EXPORTING * CUCOL = 1 * CUROW = 1 * mc_id = ld_mcid mc_object = ld_mcobject * SELSTR = ' ' IMPORTING selectvalue = ld_selectvalue * COMPLETE_STRING = * TABLES * USER_FUNCTION_VALUES = EXCEPTIONS no_selection = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = ld_dynpfields.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-051 textline2 = text-052 titel = text-050 IMPORTING answer = ld_answer.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = rkpu1-versn IMPORTING output = rkpu1-versn.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'CCSS' fieldname = 'VERSN' searchhelp = 'CO_VERSN_GJAHR' shlpparam = 'VERSN' value = ld_versn_value callback_program = 'SAPMKPU1' callback_form = 'CALLBACK_F4_VERSN' TABLES return_tab = lt_return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.