SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPULADN0 SAP ABAP Report - Delete Wage Return and Work Cost Regulation







RPULADN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the aid of this report, you can delete one or more wage tax returns within a legal person in NON-productive systems...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 RPULADN0 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 RPULADN0. "Basic submit
SUBMIT RPULADN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPULADN0 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: SO_JUP = D .
Selection Text: S_CUR = D .
Selection Text: S_WCR = D .
Title: Delete Wage Return and Work Cost Regulation
Text Symbol: REP = LP
Text Symbol: SEL = Selection
Text Symbol: V01 = Delete Wage Return?
Text Symbol: V02 = Are You Sure You Want to Delete All Wage Returns?
Text Symbol: V03 = Yes
Text Symbol: V04 = Cancel
Text Symbol: V05 = Do You Want to Delete the Next Return Period?


INCLUDES used within this REPORT RPULADN0

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:

HR_NL_LA_EXPAND_JUPER_SEL_OPT CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' EXPORTING i_seltab = so_jup[] i_actvt = '01' IMPORTING e_seltab = sel_jup[].

HR_NL_LA_EXPAND_JUPER_SEL_OPT CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' EXPORTING i_seltab = so_jup[] i_actvt = '01' IMPORTING e_seltab = sel_jup[].

HR_NL_LA_GET_GLBID_FROM_JUPER CALL FUNCTION 'HR_NL_LA_GET_GLBID_FROM_JUPER' EXPORTING i_juper = sel_jup-low i_inprj = l_inprj i_inprm = l_inprm i_anprj = l_anprj "STHL7DK050125 i_x_coj = l_coj "STHL7DK050125 IMPORTING e_glbid = l_glbid EXCEPTIONS OTHERS = 1.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = p_subrc i_fm_name = p_fm_name i_sy_msgid = p_msgid i_sy_msgty = p_msgty i_sy_msgno = p_msgno i_sy_msgv1 = p_msgv1 i_sy_msgv2 = p_msgv2 i_sy_msgv3 = p_msgv3 i_sy_msgv4 = p_msgv4.

HR_NL_LA_JUPER_F4_HELP CALL FUNCTION 'HR_NL_LA_JUPER_F4_HELP' EXPORTING i_retfield = 'REPER' i_dynpprog = l_syrepid i_dynpnr = l_sydynnr i_dynprofield = 'SO_JUP' EXCEPTIONS OTHERS = 0.

HR_NL_LA_GET_GLBID_FROM_JUPER CALL FUNCTION 'HR_NL_LA_GET_GLBID_FROM_JUPER' EXPORTING i_juper = sel_jup-low i_inprj = l_inprj i_inprm = l_inprm i_anprj = l_anprj i_x_coj = l_coj IMPORTING e_glbid = l_glbid EXCEPTIONS OTHERS = 1.

HR_NL_LA_GET_GLBID_FROM_JUPER CALL FUNCTION 'HR_NL_LA_GET_GLBID_FROM_JUPER' EXPORTING i_juper = sel_jup-low i_inprj = l_inprj i_inprm = l_inprm IMPORTING e_glbid = l_glbid EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Loonaangifte verwijderen?'(v01) text_question = l_string text_button_1 = 'Ja'(v03) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Afbreken'(v04) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = '' start_column = 25 start_row = 6 IMPORTING answer = p_answer EXCEPTIONS text_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 RPULADN0 or its description.