SAP Reports / Programs

RPUDBSE0 SAP ABAP Report - Maintenance of tables T5E43/T5E44/T511P







RPUDBSE0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Maintenance of tables T5E43/T5E44/T5E50 This program facilitates the system maintenance of tables carrying the minimum/maximum Social Insurance contribution bases, following the annually-published changes concerning the General Budgets Law RPUDBSE0 is a model program that maintains data in the database, but without being connected to the transportation system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUDBSE0 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 RPUDBSE0. "Basic submit
SUBMIT RPUDBSE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUDBSE0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: UPDATE = Update database
Selection Text: TRANSP = Transport
Selection Text: SMINT = Min. interprof. monthly wage
Selection Text: SMINH = Minimum interprof. daily wage
Selection Text: SIPRM = Monthly IPREM
Selection Text: SIPREM = Daily IPREM
Selection Text: R_T5E50 = Minimum part-time contract
Selection Text: R_MINIM = Minimum grp 4 - 11 and IAID
Selection Text: R_MIN13 = Minimum grp 1 - 3
Selection Text: R_INSMIN = Percentage inc. minimum wage
Selection Text: GMAX_1_4 = Maximum limit
Selection Text: FP_TRAB = Occupational training Employee
Selection Text: FP_EMPR = Occupational training Company
Selection Text: FGARSAL = Standard wage maintenance fund
Selection Text: DATE = Valid from date
Selection Text: CPROFES = Industrial risks Company
Selection Text: CC_F_TRA = Training ratio CA employee
Selection Text: CC_F_EMP = Training ration CA company
Selection Text: CC_D_TRA = Training ratio unemplymt EE
Selection Text: CC_D_EMP = Training ratio unemplymt co.
Selection Text: CC_A_TRA = Apprenticeship ratio CA EE
Selection Text: CC_A_EMP = Apprenticeship ratio CA co.
Title: Maintenance of tables T5E43/T5E44/T511P
Text Symbol: T05 = Public income ind.mult.purpose
Text Symbol: T04 = Constants (T511p)
Text Symbol: T03 = Minimum bases for part-time contracts (T5E50)
Text Symbol: T02 = Contribution bases for industrial risks (T5E44)
Text Symbol: T01 = Contribution bases for non-industrial risks (T5E43)
Text Symbol: S08 = Update category
Text Symbol: S07 = Training/apprenticeship common ratios
Text Symbol: S06 = Contribution bases
Text Symbol: S05 = Valid from date
Text Symbol: S04 = Maintain database
Text Symbol: S03 = Apprendiceship contracts ratio
Text Symbol: S02 = Training contracts ratio
Text Symbol: S01 = Minimum interprofessional wage
Text Symbol: ERR = Error on inserting objects in transport request


INCLUDES used within this REPORT RPUDBSE0

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:

DB_COMMIT call function 'DB_COMMIT'.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' * EXPORTING * P_LIST_CAT = tables p_field_cat = l_field_cat p_data_tab = i5e43 .

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' * EXPORTING * P_LIST_CAT = tables p_field_cat = l_field_cat p_data_tab = i5e44 .

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' * EXPORTING * P_LIST_CAT = tables p_field_cat = l_field_cat p_data_tab = i5e50 .

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' * EXPORTING * P_LIST_CAT = tables p_field_cat = l_field_cat p_data_tab = tab_disp_11p.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '04' begda = p_date importing waers = p_waers.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = p_structure_name tables dfies_tab = table_info_tab exceptions not_found = 1 internal_error = 2 others = 3.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = l_category iv_cli_dep = 'X' IMPORTING ev_order = l_orden ev_task = l_tarea EXCEPTIONS no_correction_selected = 1.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING wi_trkorr = l_tarea TABLES wt_e071 = lt_e071 wt_e071k = lt_e071k EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_tabname IMPORTING x030l_wa = l_x030l EXCEPTIONS OTHERS = 1.



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