SAP Reports / Programs

RPCSVBHE SAP ABAP Report - Contribution accounting record '96 (save in file)







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


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 RPCSVBHE. "Basic submit
SUBMIT RPCSVBHE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSVBHE 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: $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 = | |


INCLUDES used within this REPORT RPCSVBHE

INCLUDE RPC2CD00.




INCLUDE RPC2RX01.
INCLUDE RPC2RHH0.
INCLUDE RPC2RX02.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.
INCLUDE RPCLST00.
INCLUDE RPCLPC00.
INCLUDE RPCFPCH0.


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:

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.



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