SAP Reports / Programs | Payroll | USA | Tax Reporter(PY-US-RP-TR) SAP PY

MPU19F01 SAP ABAP INCLUDE - Form routines -> tax reporter







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


INCLUDES used within this REPORT MPU19F01

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:

TREEV_CREATE_COLUMN_TREE call function 'TREEV_CREATE_COLUMN_TREE' exporting owner_repid = cur_rep dynnr = cur_dyn left = 0 top = 0 width = 0 height = 0 *Web-enabling alignment = align parentid = parentid container = container register_event_item_dbl_click = 'X' register_event_link_click = 'X' reg_event_expand_no_children = 'X' register_event_node_dbl_click = 'X' register_event_header_click = 'X' register_event_node_context_m = 'X' register_event_item_context_m = 'X' register_event_button_click = 'X' register_event_checkbox_change = 'X' register_event_sel_change = 'X' item_selection = ' ' node_selection_mode = treev_node_sel_mode_single hierarchy_header = hierarchy_header item_table_structure_name = 'MTREEITM' tables columns = columns headers = headers node_table = node_tab item_table = item_tab changing handle = tree exceptions create_error = 1 tree_control_not_existing = 2 cntl_system_error = 3 failed = 4 illegal_node_selection_mode = 5 illegal_column_name = 6 illegal_column_alignment = 7 illegal_header_alignment = 8 illegal_header_type = 9 illegal_header_name = 10 duplicated_column_name = 11 duplicated_header_name = 12 illegal_end_col = 13 end_col_not_found = 14 missing_item_structure_name = 15 empty_node_table = 16 error_in_tables = 17 dp_error = 18 illegal_owner_repid = 19 too_many_columns = 20 table_structure_name_not_found = 21 others = 22.

CONTROL_SET_PROPERTY call function 'CONTROL_SET_PROPERTY' exporting h_control = tree property = 'Has3DFrame' value = 0.

TREEV_EVENT_CB_EXPAND_NC call function 'TREEV_EVENT_CB_EXPAND_NC' exporting callback_form = 'HANDLE_TREE_EXPAND_NC' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_ITEM_DBL_CLK call function 'TREEV_EVENT_CB_ITEM_DBL_CLK' exporting callback_form = 'HANDLE_TREE_ITEM_DBL_CLK' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_NODE_DBL_CLK call function 'TREEV_EVENT_CB_NODE_DBL_CLK' exporting callback_form = 'HANDLE_TREE_NODE_DBL_CLK' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_BUTTON_CLICK call function 'TREEV_EVENT_CB_BUTTON_CLICK' exporting callback_form = 'HANDLE_TREE_BUTTON_CLICK' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_LINK_CLICK call function 'TREEV_EVENT_CB_LINK_CLICK' exporting callback_form = 'HANDLE_TREE_LINK_CLICK' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_NODE_CONTEXT_M call function 'TREEV_EVENT_CB_NODE_CONTEXT_M' exporting callback_form = 'HANDLE_TREE_NODE_CONTEXT_MENU' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_ITEM_CONTEXT_M call function 'TREEV_EVENT_CB_ITEM_CONTEXT_M' exporting callback_form = 'HANDLE_TREE_ITEM_CONTEXT_MENU' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_CHECKBOX_CHANGE call function 'TREEV_EVENT_CB_CHECKBOX_CHANGE' exporting callback_form = 'HANDLE_TREE_CHECKBOX_CHANGE' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_HEADER_CLICK call function 'TREEV_EVENT_CB_HEADER_CLICK' exporting callback_form = 'HANDLE_TREE_HEADER_CLICK' changing handle = tree exceptions cb_not_found = 1 failed = 2 inv_callback_definition = 3 others = 4.

TREEV_EVENT_CB_SEL_CHANGE call function 'TREEV_EVENT_CB_SEL_CHANGE' exporting callback_form = 'HANDLE_TREE_SEL_CHANGE' changing handle = tree exceptions cb_not_found = 1 failed = 2 instance_not_found = 3 inv_callback_definition = 4 item_selection_not_allowed = 5 single_node_selection_only = 6 others = 7.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting max_chosen_number = 1 delimiter_sign = '/' text_title = text_title_tmp text_left = text_left_tmp text_right = text_right_tmp status = 'ORDER' text_object = 'TXF_SORT_INFO' importing return_code = retcode tables text_symbol_relation_tab = sel_tab changing string_value = opt_eecop exceptions table_string_inconsistency = 01 unknown_status = 02 others = 03.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting max_chosen_number = 1 delimiter_sign = '/' text_title = text_title_tmp text_left = text_left_tmp text_right = text_right_tmp status = 'ORDER' text_object = 'TXF_SORT_INFO' importing return_code = retcode tables text_symbol_relation_tab = sel_tab changing string_value = opt_ercop exceptions table_string_inconsistency = 01 unknown_status = 02 others = 03.

RP_TAXREP_DETERMINE_SETS call function 'RP_TAXREP_DETERMINE_SETS' exporting abkrs = ' ' endda = sub-udate molga = molga taxau = ' ' taxty = ' ' timun = prd_type txcmp = sub-taxcp tables i51t6 = i51t6.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = $ans textline1 = text-p60 textline2 = 'Do you want to recreate form?'(032) titel = text-p70 importing answer = $ans.

POPUP_TO_DECIDE_WITH_MESSAGE call function 'POPUP_TO_DECIDE_WITH_MESSAGE' exporting titel = text-p70 " textline1 = text-r05 " textline2 = text-r06 diagnosetext1 = text-r02 " diagnosetext2 = text-r03 " text_option1 = text-801 " Overwrite text_option2 = text-802 " Print defaultoption = '1' importing answer = $ans.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-p60 textline2 = 'Do you want to recreate form?'(032) titel = text-p70 importing answer = $ans.

POPUP_TO_DECIDE_WITH_MESSAGE





call function 'POPUP_TO_DECIDE_WITH_MESSAGE' exporting titel = text-r01 "Bookkeeping_Table_Status textline1 = text-r04 textline2 = text-r08"OVERWRITE previous run textline3 = 'RECREATE selection using orig date'(r09) diagnosetext1 = text-r02 "Report_has_already_been_run diagnosetext2 = text-r03 "for_the_selected_criteria.

F4_DATE call function 'F4_DATE' exporting date_for_first_month = sy-datum importing select_date = sub-udate exceptions calendar_buffer_not_loadable = 1 date_after_range = 2 date_before_range = 3 date_invalid = 4 factory_calendar_not_found = 5 holiday_calendar_not_found = 6 parameter_conflict = 7 others = 8.

RP_TAXREP_MANU_FILL call function 'RP_TAXREP_MANU_FILL' exporting date = dat txcmp = sub-taxcp txfrm = $txfrm tables i5ut1 = ipu24 exceptions no_fields = 01.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting delimiter_sign = '/' text_title = text_title_tmp text_left = text_left_tmp text_right = text_right_tmp status = 'ORDER' text_object = 'TXF_SORT_INFO' importing return_code = retcode tables text_symbol_relation_tab = sel_tab changing string_value = option exceptions table_string_inconsistency = 01 unknown_status = 02 others = 03.

TREEV_GET_EXPANDED_NODES call function 'TREEV_GET_EXPANDED_NODES' exporting handle = $tree tables node_key_table = exp_tab.

TREEV_COLLAPSE_SUBTREE call function 'TREEV_COLLAPSE_SUBTREE' exporting handle = $tree node_key = $node_key.

TREEV_EXPAND_NODE call function 'TREEV_EXPAND_NODE' exporting handle = $tree node_key = $node_key level_count = 1 expand_all_children = 'X'.

SUSR_USER_DEFAULTS_GET call function 'SUSR_USER_DEFAULTS_GET' exporting user_name = sy-uname importing user_defaults = user_def.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting list_name = pri-plist report = $rep mode = 'BATCH' no_dialog = nodialog immediately = ' ' release = ' ' new_list_id = 'X' importing out_parameters = pri valid = $valid.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting * MAX_CHOSEN_NUMBER = delimiter_sign = '/' text_title = text_title_tmp text_left = text_left_tmp text_right = text_right_tmp status = 'ORDER' text_object = 'TXF_SORT_INFO' importing return_code = retcode tables text_symbol_relation_tab = sel_tab changing string_value = opt_dlod.

POPUP_TO_GET_VALUE call function 'POPUP_TO_GET_VALUE' exporting fieldname = 'VARIN' tabname = 'T5UT9' titel = 'Save selection set'(o02) valuein = var_name2 importing answer = $ansv valueout = var_name1 exceptions fieldname_not_found = 1 others = 2.

SPLITTERCONTROL_CREATE call function 'SPLITTERCONTROL_CREATE' exporting owner_repid = 'SAPMPU19' owner_dynnr = k_2000 dock_at = dock_at_left width = dock_cntl-width height = dock_cntl-height changing h_control = dock_cntl-hwnd.

CONTROL_FLUSH call function 'CONTROL_FLUSH'.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = $prct text = $txt.

TREEV_EXPAND_NODE call function 'TREEV_EXPAND_NODE' exporting handle = tree node_key = nkey level_count = 0 expand_all_children = ' '.

TREEV_SET_SELECTED_NODE call function 'TREEV_SET_SELECTED_NODE' exporting handle = tree node_key = up_defa_frcl exceptions failed = 1 instance_not_found = 2 single_node_selection_only = 3 cntl_system_error = 4 node_not_found = 5 others = 6.

TREEV_EXPAND_ROOT_NODES call function 'TREEV_EXPAND_ROOT_NODES' exporting handle = tree level_count = 1 expand_all_children = 'X'.

LIST_FROM_MEMORY call function 'LIST_FROM_MEMORY' tables listobject = $list_tab exceptions not_found = 1 others = 2.

LIST_FREE_MEMORY call function 'LIST_FREE_MEMORY' tables listobject = $list_tab.

BP_START_DATE_EDITOR call function 'BP_START_DATE_EDITOR' exporting stdt_dialog = btc_yes stdt_opcode = btc_edit_startdate stdt_input = jobtime importing stdt_output = jobtime.




JOB_CLOSE call function 'JOB_CLOSE' exporting event_id = jobtime-eventid event_param = jobtime-eventparm event_periodic = jobtime-periodic laststrtdt = jobtime-laststrtdt laststrttm = jobtime-laststrttm prddays = jobtime-prddays prdhours = jobtime-prdhours prdmins = jobtime-prdmins prdmonths = jobtime-prdmonths prdweeks = jobtime-prdweeks predjob_checkstat = jobtime-checkstat pred_jobcount = jobtime-predjobcnt pred_jobname = jobtime-predjob sdlstrtdt = jobtime-sdlstrtdt sdlstrttm = jobtime-sdlstrttm strtimmed = btc_immed jobcount = jobnumber jobname = jobname exceptions job_nosteps = 1 cant_start_immediate = 2.

JOB_OPEN call function 'JOB_OPEN' exporting jobname = jobname importing jobcount = jobnum exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3.

RP_OPTIONS_INTO_STRING call function 'RP_OPTIONS_INTO_STRING' exporting delimiter_sign = '/' text_title = l_text_title_tmp text_left = l_text_left_tmp text_right = l_text_right_tmp status = 'ORDER' text_object = 'TXF_SORT_INFO' importing return_code = l_retcode tables text_symbol_relation_tab = sel_tab changing string_value = $option exceptions table_string_inconsistency = 01 unknown_status = 02 others = 03.

RSTS_OPEN_RLC call function 'RSTS_OPEN_RLC' exporting name = ist01-dname exceptions no_object = 2 no_permission = 3 fb_rsts_noconv = 4 others = 1.

RSTS_READ call function 'RSTS_READ' tables datatab = logd.

RSTS_CLOSE call function 'RSTS_CLOSE'.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = work_date IMPORTING last_day_of_month = work_endda.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = sub-udate IMPORTING last_day_of_month = sub-udate.

DOCU_GET_FOR_F1HELP call function 'DOCU_GET_FOR_F1HELP' exporting id = 'NA' langu = 'E' object = 'U1120' tables line = hlines exceptions ret_code = 1 others = 2.

HELP_DOCULINES_SHOW call function 'HELP_DOCULINES_SHOW' exporting cucol = 10 curow = 3 help_infos = help_info linenr = 1 tables excludefun = etab helplines = hlines exceptions others = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = text-f02 diagnosetext2 = i5uyy-suser "nt.414496

POPUP_TO_DECIDE_WITH_MESSAGE call function 'POPUP_TO_DECIDE_WITH_MESSAGE' "nt.414496

POPUP_TO_DECIDE_WITH_MESSAGE * call function 'POPUP_TO_DECIDE_WITH_MESSAGE' "nt.317589

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' "nt.317589

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = work_date IMPORTING last_day_of_month = work_endda.

RP_TAXREP_LOGM_MAGM CALL FUNCTION 'RP_TAXREP_LOGM_MAGM' EXPORTING TAXCP = sub-taxcp TFDES = t5ut4-tfdes TFRCL = g_hdr_21-TFRCL APPLICATION = 'C' GP_ABAP_LIST = GP_ABAP_LIST CALLBACK_PROGRAM = sy-cprog CALLBACK_USER_COMMAND = 'LOG_MAN' TABLES LOGMAN = logman * OBJCOL = NODETAB = lt_nodetab G_LOG_LED = G_LOG_LED EXCEPTIONS NO_LOGMAN_PROVIDED = 1 NO_OBJCOL_PROVIDED = 2 OTHERS = 3 .

RP_TAXREP_LOGM_MAGM CALL FUNCTION 'RP_TAXREP_LOGM_MAGM' "ADUL6DK000367 EXPORTING TAXCP = sub-taxcp TFDES = t5ut4-tfdes TFRCL = g_hdr_21-TFRCL APPLICATION = 'L' "Log Manager GP_ABAP_LIST = GP_ABAP_LIST CALLBACK_PROGRAM = sy-cprog CALLBACK_USER_COMMAND = 'LOG_MAN' TABLES LOGMAN = logman * OBJCOL = NODETAB = nodetab G_LOG_LED = G_LOG_LED EXCEPTIONS NO_LOGMAN_PROVIDED = 1 NO_OBJCOL_PROVIDED = 2 OTHERS = 3 .

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = nodetab exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = sy-cprog callback_user_command = 'LOG_MAN' exceptions others = 1.

RSTS_OPEN_RLC call function 'RSTS_OPEN_RLC' exporting name = tst01-dname exceptions no_object = 2 no_permission = 3 fb_rsts_noconv = 4 others = 1.

RSTS_READ call function 'RSTS_READ' exporting maxix = 1 tables datatab = logd exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4.

RSTS_CLOSE call function 'RSTS_CLOSE'.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-pr1 text_question = msg_text text_button_1 = text-pr5 icon_button_1 = 'ICON_PRINT' text_button_2 = text-pr6 default_button = '1' start_column = 25 start_row = 6 importing answer = answer.

RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = t_file empfg = 'RPUTSVUM' IMPORTING objin = objlst-objin.

RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES datatab = tape.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-MN1 TEXTLINE2 = TEXT-MP8 TITEL = TEXT-MN3 CANCEL_DISPLAY = '' IMPORTING ANSWER = DECIDE.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-MP9 TEXTLINE2 = TEXT-MP8 TITEL = TEXT-MN3 CANCEL_DISPLAY = '' IMPORTING ANSWER = DECIDE.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-MP9 TEXTLINE2 = TEXT-MP8 TITEL = TEXT-MN3 CANCEL_DISPLAY = '' IMPORTING ANSWER = DECIDE.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = '10' OBJECT = 'RP_TAXDATE' IMPORTING NUMBER = I_T5UT1-PAYDT * RETURNCODE = RETURNCODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = '10' OBJECT = 'RP_TAXDATE' IMPORTING NUMBER = I_T5UT2-PAYDT * RETURNCODE = RETURNCODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXT_LINE TEXTLINE2 = TEXT_LINE_2 TITEL = TEXT-MO1 IMPORTING ANSWER = P_ANS.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXT-MP7 TEXTLINE2 = TEXT-MP8 TITEL = TEXT-MO1 CANCEL_DISPLAY = '' IMPORTING ANSWER = P_ANS.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXT-MO2 TEXTLINE2 = TEXT-MN2 TITEL = TEXT-MO1 IMPORTING ANSWER = P_ANS.

GUI_UPLOAD call function 'GUI_UPLOAD' exporting FILENAME = FILENAME FILETYPE = 'ASC' HAS_FIELD_SEPARATOR = 'X' tables DATA_TAB = I_UPLOAD exceptions FILE_OPEN_ERROR = 1 FILE_READ_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 NO_AUTHORITY = 6 UNKNOWN_ERROR = 7 BAD_DATA_FORMAT = 8 HEADER_NOT_ALLOWED = 9 SEPARATOR_NOT_ALLOWED = 10 HEADER_TOO_LONG = 11 UNKNOWN_DP_ERROR = 12 ACCESS_DENIED = 13 DP_OUT_OF_MEMORY = 14 DISK_FULL = 15 DP_TIMEOUT = 16 others = 17.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = p_cdate IMPORTING last_day_of_month = p_mend_date.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-MO3 TEXTLINE2 = TEXT-MP8 TITEL = TEXT-MN3 CANCEL_DISPLAY = '' IMPORTING ANSWER = DECIDE.

RPTRA_POPUP_TO_INFORM CALL FUNCTION 'RPTRA_POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect Selection' "#EC NOTEXT TXT1 = 'This activity is only valid for alternative' "#EC NOTEXT TXT2 = 'PDF forms defined under "Issue of tax forms"' "#EC NOTEXT * TXT3 = '' "#EC NOTEXT
* TXT4 = ' ' .

RPTRA_POPUP_FOR_INTERACTION CALL FUNCTION 'RPTRA_POPUP_FOR_INTERACTION' EXPORTING HEADLINE = 'Save Changes?' "#EC NOTEXT TEXT1 = 'Do you want to save the changes before ' "#EC NOTEXT TEXT2 = 'navigating to the Form Layout Editor? ' "#EC NOTEXT TEXT3 = ' ' "#EC NOTEXT TEXT4 = ' ' "#EC NOTEXT
* TEXT5 = ' ' * TEXT6 = ' ' TICON = 'I' BUTTON_1 = 'Save and Continue' "#EC NOTEXT BUTTON_2 = 'Continue (No Save)' "#EC NOTEXT BUTTON_3 = 'Cancel' "#EC NOTEXT
IMPORTING BUTTON_PRESSED = answer .

HR_US_POPUP_ENQUEUED_EE_3228 CALL FUNCTION 'HR_US_POPUP_ENQUEUED_EE_3228' EXPORTING it_units = pt_units IMPORTING ev_return_code = lv_retcode CHANGING ct_enqueued_ee = lt_enqueued_ee[].



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