SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MP50JF30 SAP ABAP INCLUDE - PM01: Generate List Screen







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


Text pool values


Title: PM01: Generate List Screen


INCLUDES used within this REPORT MP50JF30

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING START_COLUMN = 48 START_ROW = 12 TEXTLINE1 = TEXTLINE TEXTLINE2 = 'wirklich komplett löschen? '(013) TITEL = 'Sicherheitsabfrage '(000) IMPORTING ANSWER = ANSWER.

POPUP_GET_VALUES_USER_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_USER_CHECKED' EXPORTING FORMNAME = 'TEST_USER_EXIT' PROGRAMNAME = 'SAPMP50J' POPUP_TITLE = 'Testparameter '(TPR) * NO_CHECK_FOR_FIXED_VALUES = ' ' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = T_FIELDS_TESTPARAM.

POPUP_GET_VALUES * CALL FUNCTION 'POPUP_GET_VALUES' * EXPORTING ** NO_VALUE_CHECK = ' ' * POPUP_TITLE = 'Testparameter '(TPR) ** START_COLUMN = '5' ** START_ROW = '5' * IMPORTING * RETURNCODE = RETURNCODE "A=Abbrechen, space = ok * TABLES * FIELDS = T_FIELDS_TESTPARAM.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'SYST' iv_cli_dep = ' ' IMPORTING ev_task = task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.

TR_CHANGE_TRFUNCTION CALL FUNCTION 'TR_CHANGE_TRFUNCTION' EXPORTING IV_NEW_TRFUNCTION = 'R' CHANGING CS_REQUEST_HEADER = ls_request_header EXCEPTIONS ACTION_ABORTED_BY_USER = 1 CHANGE_NOT_ALLOWED = 2 DB_ACCESS_ERROR = 3 OTHERS = 4.

TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING pi_korrnum = task wi_e071 = l_e071 * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' TABLES wt_e071k = l_tab_e071k EXCEPTIONS no_authorization = 1 no_systemname = 2 no_systemtype = 3 tr_check_keysyntax_error = 4 tr_check_obj_error = 5 tr_enqueue_failed = 6 tr_ill_korrnum = 7 tr_key_without_header = 8 tr_lockmod_failed = 9 tr_lock_enqueue_failed = 10 tr_modif_only_in_modif_order = 11 tr_not_owner = 12 tr_no_append_of_corr_entry = 13 tr_no_append_of_c_member = 14 tr_no_shared_repairs = 15 tr_order_not_exist = 16 tr_order_released = 17 tr_order_update_error = 18 tr_repair_only_in_repair_order = 19 tr_wrong_order_type = 20 wrong_client = 21 OTHERS = 22.



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