RPCSVSD0 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 RPCSVSD0 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = $$format langu = sy-langu molga = molga pp0002 = p0002 importing edit_name = hname retcode = ret_code.
HR_GET_OFFICIAL_SVKEY call function 'HR_GET_OFFICIAL_SVKEY' exporting detdt = sv-begda svdat = svdat tables svkeytab = svkeytab exceptions others = 1.
OCS_GET_COMPONENT_STATE CALL FUNCTION 'OCS_GET_COMPONENT_STATE' "QFLPL0K006092 EXPORTING IV_COMPONENT = comp_sap_hr IMPORTING EV_COMP_REL = rel_sap_hr EXCEPTIONS OTHERS = 1.
PYDE_GET_STEUERNUMMER call function 'PYDE_GET_STEUERNUMMER' " exporting " werks = rpcsvbd0-werks " btrtl = rpcsvbd0-btrtl " importing " stnag = rpcsvbd0-stnrag " exceptions " others = 1. "
CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'NEW-PAGE' .
CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'NEW-PAGE' .
PYDE_GET_STEUERNUMMER call function 'PYDE_GET_STEUERNUMMER' " exporting " werks = rpcsvbd2-werks " btrtl = rpcsvbd2-btrtl " importing " stnag = rpcsvbd2-stnrag " exceptions " others = 1. "
HR_DE_SV_GET_ANNAHMESTELLE CALL FUNCTION 'HR_DE_SV_GET_ANNAHMESTELLE' EXPORTING P_BTRNR = t5d11-btrnr P_DATE = t549q_endda "QFLN909630 * P_DATE = t549q-endda "QFLN909630 IMPORTING PS_BNR_WTL = l_wtl EXCEPTIONS OTHERS = 1.
HR_GET_OFFICIAL_SVKEY call function 'HR_GET_OFFICIAL_SVKEY' exporting detdt = $$isv_v0-begda svdat = svdat tables svkeytab = svkeytab exceptions others = 1.
READ_FORM_ELEMENTS CALL FUNCTION 'READ_FORM_ELEMENTS' EXPORTING FORM = formname LANGUAGE = 'D' TABLES elements = elements EXCEPTIONS FORM = 1 UNOPENED = 2 OTHERS = 3.
READ_FORM_ELEMENTS CALL FUNCTION 'READ_FORM_ELEMENTS' EXPORTING FORM = formsum LANGUAGE = 'D' TABLES elements = elements EXCEPTIONS FORM = 1 UNOPENED = 2 OTHERS = 3.
HR_PAYROLL CALL FUNCTION 'HR_PAYROLL' EXPORTING PAYROLL_AREA = g_abkrs PAYROLL_PERIOD = periodem PAYROLL_YEAR = periodej selection_variant = varia program_name = l_calcname tables employee_numbers = lt_pernr buffer = tbuff buffer_directory = buffer_dir delete_pclx = del_pclx_tab EXCEPTIONS PROGRAM_NOT_EXIST = 1 VARIANT_NOT_EXIST = 2 MISSING_PARAMETER = 3 WRONG_PARAMETER = 4 WRONG_COUNTRY_GROUP = 5 OTHERS = 6.
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING inper_modif = pn-permo inper = g_abrmo_v TABLES rgdir = rgdir evpdir = evp EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING inper_modif = pn-permo inper = g_abrmo_v TABLES rgdir = rgdir evpdir = evp EXCEPTIONS no_record_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.