RPCSVTD0 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 RPCSVTD0 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.
INCLUDE RPUMKC00.
No SAP DATABASE tables are accessed within this REPORT code!
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING bonus_date = evp-fpbeg inper_modif = alt_rgdir-iperm inper = $abrmo pay_type = space pay_ident = space TABLES rgdir = alt_rgdir evpdir = evp EXCEPTIONS no_record_found = 1 OTHERS = 2.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = 'X' mode = 'BATCH' destination = $pdest line_count = $linct line_size = $linsz list_text = $prtxt new_list_id = $prnew immediately = $primm "WDPPH4K027069 release = $prrel "WDPPH4K027069 archive_text = $arctext data_set = $prdsn in_parameters = pri_params in_archive_parameters = arc_params IMPORTING out_parameters = pri_params out_archive_parameters = arc_params.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "WDPPH4K027069 EXPORTING no_dialog = 'X' "WDPPH4K027069 mode = 'BATCH' "WDPPH4K027069 destination = $pdest "WDPPH4K027069 line_count = $linct "WDPPH4K027069 line_size = $linsz "WDPPH4K027069 list_text = $prtxt "WDPPH4K027069 new_list_id = $prnew "WDPPH4K027069 archive_text = $arctext "WDPPH4K027069 data_set = $prdsn "WDPPH4K027069 in_parameters = pri_params "WDPPH4K027069 in_archive_parameters = arc_params "WDPPH4K027069 IMPORTING out_parameters = pri_params "WDPPH4K027069 out_archive_parameters = arc_params. "WDPPH4K027069
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = ' ' in_parameters = pri_params in_archive_parameters = arc_params IMPORTING out_parameters = pri_params out_archive_parameters = arc_params valid = valid.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING report = l_sy_repid no_dialog = 'X' IMPORTING out_parameters = pri_params out_archive_parameters = arc_params EXCEPTIONS OTHERS = 0.
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = ts_objkn_dtsd objnr = ts_dtsd empfg = 'RPCDTSD0' * OWNNR = 'X' IMPORTING tsobj = $tsobj * OBJHD = FBHANDLE_CIPO EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04 no_object = 05 no_permission = 06 fb_nr_no_object = 07 fb_nr_not_intern = 08 fb_nr_not_found = 09 fb_object_already_exist = 10 fb_nr_overflow = 11.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' * EXPORTING * FBHANDLE = FBHANDLE_CIPO TABLES datatab = psv03_output EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' * EXPORTING * FBHANDLE = FBHANDLE_CIPO EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = ts_objkn_dtsd objnr = ts_dtsd empfg = 'RPCDTSD0' * OWNNR = 'X' IMPORTING tsobj = $tsobj * OBJHD = FBHANDLE_CIPO EXCEPTIONS others = 01.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' * EXPORTING * FBHANDLE = FBHANDLE_CIPO TABLES datatab = psv03_output EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' * EXPORTING * FBHANDLE = FBHANDLE_CIPO EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = ts_objkn_dfue objnr = ts_dfue empfg = 'RPCSVGD0' * OWNNR = 'X' objin = ts_objin IMPORTING tsobj = $tsobj * OBJHD = FBHANDLE_CIPO EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04 no_object = 05 no_permission = 06 fb_nr_no_object = 07 fb_nr_not_intern = 08 fb_nr_not_found = 09 fb_object_already_exist = 10 fb_nr_overflow = 11.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' * EXPORTING * FBHANDLE = FBHANDLE_CIPO TABLES datatab = cls EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' * EXPORTING * FBHANDLE = FBHANDLE_CIPO EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = molga * TRFAR = * TRFGB = * TRFKZ = begda = $begda * ENDDA = IMPORTING waers = waers * VALID_BEGDA = * VALID_ENDDA = * RETURN = * CURRENCY_SOURCE = * TABLES * CURRENCY_TABLE = EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = pn-begda foreign_amount = betrag foreign_currency = alte_waerg local_currency = neue_waerg IMPORTING local_amount = betrag EXCEPTIONS no_rate_found = 1 overflow = 2.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING archive_index = toa_dara form = $formname language = sy-langu startpage = $page_no * PROGRAM = ' ' * IMPORTING * LANGUAGE = EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = $element function = $function type = $type window = $window IMPORTING pending_lines = $pending_lines.
CALL FUNCTION 'WRITE_FORM' EXPORTING element = $element function = $function type = $type window = $window.
END_FORM CALL FUNCTION 'END_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' archive_index = toa_dara archive_params = archive_params device = 'PRINTER' dialog = druckdialog form = $formular language = 'D' options = print_itcpo IMPORTING * LANGUAGE = result = print_itcpp EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 OTHERS = 6.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = print_itcpp EXCEPTIONS OTHERS = 1.
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING * EVENTID = EVENTID * EVENTPARM = EVENTPARM * EXTERNAL_PROGRAM_ACTIVE = EXTERNAL_PROGRAM_ACTIVE jobcount = jobcount jobname = jobname * STEPCOUNT = STEPCOUNT EXCEPTIONS no_runtime_info = 1 OTHERS = 2.
HR_EXPORT_DATA_TO_OTHER_SYS CALL FUNCTION 'HR_EXPORT_DATA_TO_OTHER_SYS' DESTINATION call_back_dest EXPORTING indxkey = call_back_id * headline1 = headline1 * headline2 = headline2 * headline3 = headline3 * headline4 = headline4 * footnote1 = footnote1 * footnote2 = footnote2 * footnote3 = footnote3 release = sy-saprl system = sy-sysid TABLES datatab = datatab fieldnames = fieldnames hr_errortab = errortab daten1 = daten1 daten2 = daten2 daten3 = daten3 EXCEPTIONS communication_failure = 1 MESSAGE mess system_failure = 2 MESSAGE mess OTHERS = 3.
HRPY_PROCESS_FIRE_EVENT CALL FUNCTION 'HRPY_PROCESS_FIRE_EVENT' EXPORTING imp_parcel = pyparaid TABLES imp_container = py_pm_container.
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 RPCSVTD0 or its description.
RPCSVTD0 - documentation and ABAP source code RPCSVSUV - HR-CH: Social insurance Switzerland AIL (Accident Insurance Law) RPCSVSUB - HR-CH: General subroutines for SI calculation RPCSVSFO - documentation and ABAP source code RPCSVSD2 - documentation and ABAP source code RPCSVSD0 - documentation and ABAP source code