RPCSVBHE is a standard Executable ABAP Report 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 RPCSVBHE 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.
Selection Text: $FORML = Form code (to table T512P):
Selection Text: FILE = Output file name and path:
Selection Text: FILENEV = Export in file?
Selection Text: HIBAL = List of employees with errors?
Selection Text: KISER = Produce cover list?
Selection Text: LISTA = Display NYENYI on screen?
Selection Text: TBKIF = Select SI paying office:
Title: Contribution accounting record '96 (save in file)
Text Symbol: Z31 = Cumulated : |
Text Symbol: Z40 = | |Year-end pr.share: |
Text Symbol: Z30 = | |Gratification: |
Text Symbol: Z21 = |
Text Symbol: Z20 = | |Wage : |
Text Symbol: Z11 = CONTRIBUTIONS TO BE PAID|Sick leave Ave.Paid: FROM TO
Text Symbol: Z10 = |WITHOUT WAGE FROM TO |SERVICES BUILDING BASIS |
Text Symbol: T08 = Insurance starts: ends :
Text Symbol: T07 = Place of birth :
Text Symbol: E02 = Missing infotype field
Text Symbol: E06 = Relationship change mid-month without re-entry!
Text Symbol: ET1 = Missing table entry:
Text Symbol: T01 = CONTRIBUTION ACCOUNTING RECORD
Text Symbol: T02 = Pers.number : (SAP pers.no. : )
Text Symbol: T03 = PERS.NO. NAME, SITE OF EMPLOYER
Text Symbol: T04 = Name :
Text Symbol: T05 = Maiden name :
Text Symbol: T06 = Mother's name :
Text Symbol: Z41 = --------------------------|
Text Symbol: Z91 = |
Text Symbol: Z50 = | | |
Text Symbol: Z51 = |
Text Symbol: Z60 = | | |
Text Symbol: Z61 = Contribution max.: |
Text Symbol: Z70 = | |------------------------|
Text Symbol: Z71 = --------------------------|---------------------------------------
Text Symbol: Z80 = | |
Text Symbol: Z81 = |Paym.exempt.fr.inc.t. Amount: Date:
Text Symbol: Z90 = | |
INCLUDE RPC2CD00.
No SAP DATABASE tables are accessed within this REPORT code!
STRING_CONCATENATE_3 CALL FUNCTION 'STRING_CONCATENATE_3' EXPORTING STRING1 = P0002-NACHN STRING2 = 'XSPACE' STRING3 = P0002-VORNA IMPORTING STRING = P0001-ENAME.
STRING_CONCATENATE_3 CALL FUNCTION 'STRING_CONCATENATE_3' EXPORTING STRING1 = P0175-SZULV STRING2 = 'XSPACE' STRING3 = P0175-SZULU IMPORTING STRING = P0175-SZULV.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING BIN_FILESIZE = OSSZES FILENAME = FILE_str FILETYPE = BINTYPE CODEPAGE = $CODEPAGE * FILETYPE_NO_SHOW = 'X' TABLES DATA_TAB = ATDARAB EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 FILE_NOT_FOUND = 19 DATAPROVIDER_EXCEPTION = 20 CONTROL_FLUSH_ERROR = 21.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCSVBHE - Contribution accounting record '96 (save in file) RPCSVBHE - Contribution accounting record '96 (save in file) RPCSVBHD - Járuléklap bejegyzések (T5H1L->fájl) Nem használt RPCSVBHC - Personal Pension Insurance Record (NYENYI) RPCSVBHC - Personal Pension Insurance Record (NYENYI) RPCSVBHB - HR-H NYENYI (RPCSVBH8) includja