SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

MPU30F01 SAP ABAP INCLUDE - Form routines for wage type maintenance transaction







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


Text pool values


Title: Form routines for wage type maintenance transaction


INCLUDES used within this REPORT MPU30F01

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:

RP_POPUP_TO_GET_MOLGA CALL FUNCTION 'RP_POPUP_TO_GET_MOLGA' IMPORTING molga = molga ANSWER = ANSWER.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_TO = MAXLINES LOOPS = LOOPLINE OK_CODE = SY-UCOMM ENTRY_ACT = FIRSTLINE LAST_PAGE_FULL = 'X' OVERLAPPING = 'X' IMPORTING ENTRY_NEW = NEXTLINE EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 1 * NO_ENTRY_TO = 2 * NO_OK_CODE_OR_PAGE_GO = 3 OTHERS = 0.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_TO = MAXLINES LOOPS = LOOPLINE OK_CODE = SY-UCOMM ENTRY_ACT = FIRSTLINE LAST_PAGE_FULL = 'X' OVERLAPPING = 'X' IMPORTING ENTRY_NEW = NEXTLINE EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.

RP_POPUP_TO_GET_MOLGA CALL FUNCTION 'RP_POPUP_TO_GET_MOLGA' IMPORTING ANSWER = ANSWER MOLGA = NEW_MOLGA.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = 'LGART' * TITEL = ' ' * NO_PERS_HELP_SELECT = ' ' IMPORTING IND = TABIX TABLES FIELDS = FIELDS FULL_TABLE = HELP_LGART EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5 OTHERS = 6.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' RETFIELD = 'SPRSL' * PVALKEY = ' ' DYNPPROG = MY_PROG DYNPNR = '2010' DYNPROFIELD = 'SCREEN_LANGU_TEXT-LANGU' * STEPL = 0 WINDOW_TITLE = TEXT-WT1 * VALUE = ' ' VALUE_ORG = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES VALUE_TAB = ALL_LANGU * FIELD_TAB = RETURN_TAB = RETURN_TAB EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2.

RH_CHECK_SYSTEM_TYPE CALL FUNCTION 'RH_CHECK_SYSTEM_TYPE' EXCEPTIONS SAP_SYSTEM = 1 OTHERS = 2.

CHECK_CUSTOMER_NAMES CALL FUNCTION 'CHECK_CUSTOMER_NAMES' EXPORTING TABLEKEY = LOCAL_TABKEY TABLENAME = 'T512W' IMPORTING KEY_ALLOWED = LOCAL_ANSWER EXCEPTIONS OTHERS = 3.



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