SAP Reports / Programs | Payroll | Germany | Tax(PY-DE-NT-TX) SAP PY

RPUE2AD0 SAP ABAP Report - ELStAM Procedure: Simulate Inbound Notifications







RPUE2AD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RPUE2AD0 is used during the pilot phase/test phase to generate responses from the clearing houses...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 RPUE2AD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_UE2AD0 - ELStAM: Simulate Inbound Notificatns


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 RPUE2AD0. "Basic submit
SUBMIT RPUE2AD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUE2AD0 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: PA_UP = Database Update
Selection Text: PA_UM = Respond to Changes of Data P.
Selection Text: PA_STRKL = Tax Class
Selection Text: PA_KISTE = Church Tax Deduction Spouse
Selection Text: PA_KISTA = Church Tax Deduction Employee
Selection Text: PA_KDFBT = No. Tax Exemption for Children
Selection Text: PA_HINZM = Monthly Additional Amount
Selection Text: PA_HINZJ = Annual Additional Amount
Selection Text: PA_GAB = Valid From
Selection Text: PA_F_TXT = Note Text
Selection Text: PA_F_NR = Confirmation (No.)
Selection Text: PA_FREIM = Monthly Exemption
Selection Text: PA_FREIJ = Annual Exemption
Selection Text: PA_FAKT = Factor
Selection Text: PA_BRU = Create Gross List
Selection Text: PA_AN = Respond to Registration
Selection Text: PA_ALL = Respond to All (Reg/Dereg/DP)
Selection Text: PA_AEN = Create Month List
Selection Text: PA_ABFTX = Note Text
Selection Text: PA_ABFNR = Confirmation (No.)
Selection Text: PA_AB = Respond to Deregistration
Title: ELStAM Procedure: Simulate Inbound Notifications
Text Symbol: S12 = Gross Lists with Errors
Text Symbol: S11 = Gross Lists Responded To
Text Symbol: S10 = Change Lists Incorrect
Text Symbol: S09 = Change Lists Responded To
Text Symbol: S08 = Change of DP with Errors
Text Symbol: S07 = Changes of DP Responded To
Text Symbol: S06 = Deregistrations Incorrect
Text Symbol: S05 = Deregistrations Responded To
Text Symbol: S04 = Registrations Incorrect
Text Symbol: S03 = Registrations Responded To
Text Symbol: S02 = Selected Notifications
Text Symbol: S01 = Pers. Nos. with Notifications
Text Symbol: OPT = Selection
Text Symbol: ANM = ELStAM - Response Registration or Monthly Change List
Text Symbol: ABM = Response Dereg.


INCLUDES used within this REPORT RPUE2AD0

INCLUDE RPUE2AD0_DATA.




INCLUDE RPUE2AD0_SELECTION_SCREEN.


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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'CODE' * PVALKEY = ' ' dynpprog = l_dynpprog dynpnr = l_dynpnr dynprofield = 'PA_ABFNR' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = gt_hinweis_ab * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'CODE' * PVALKEY = ' ' dynpprog = l_dynpprog dynpnr = l_dynpnr dynprofield = 'PA_F_NR' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = gt_hinweis * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = l_dynpprog * dynumb = l_dynpnr * TABLES * dynpfields = dynpfields * EXCEPTIONS * OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING ** DDIC_STRUCTURE = ' ' * RETFIELD = 'GUID' ** PVALKEY = ' ' * DYNPPROG = l_dynpprog * DYNPNR = l_dynpnr * DYNPROFIELD = 'PA_GUID' ** STEPL = 0 ** WINDOW_TITLE = ** VALUE = ' ' * VALUE_ORG = 'S' ** MULTIPLE_CHOICE = ' ' ** DISPLAY = ' ' ** CALLBACK_PROGRAM = ' ' ** CALLBACK_FORM = ' ' ** MARK_TAB = ** IMPORTING ** USER_RESET = * TABLES * VALUE_TAB = lt_guid ** FIELD_TAB = ** RETURN_TAB = ** DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 * .

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = '01' p_appl = 'LSTD' p_werks = l_werks_sum p_btrtl = l_btrtl_sum p_struc = l_pme01 p_date = l_p0001-begda IMPORTING werks_sum = l_werks_dl btrtl_sum = l_btrtl_dl EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = '01' p_appl = 'LSTD' p_werks = l_werks_sum p_btrtl = l_btrtl_sum p_struc = l_pme01 p_date = l_p0001-begda IMPORTING werks_sum = l_werks_dl btrtl_sum = l_btrtl_dl EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.



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