RPIGVIA0PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Import of data for joint taxation from the TemSe file During data media exchange for joint taxation, the data in this report is imported...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 RPIGVIA0PBS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M03_IGVI - Monthly Import for Joint Taxation
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: TSOBJ = TemSe Object ID
Selection Text: TEST = Test Run (No Batch Input)
Selection Text: PRI_STAT = Output of Statistics
Selection Text: PRI_REC = Output of Data Records
Selection Text: PRI_PROT = Log Output
Selection Text: PRI_ERR = Error Message Output
Selection Text: MAPNAME = Folder Name
Selection Text: G_RRVJ = RA for Previous Year
Selection Text: G_RRDAT = End Date Retroact.Acc.PrvYear
Selection Text: BTCI_PER = No. of Pers.Nos per Session
Title: Joint Taxation: Monthly Import
Text Symbol: 029 = Report End
Text Symbol: 030 = No data processed for pers. no. & with IInst. & and benefit & (no gross pension exists in IT0014)
Text Symbol: 031 = Text
Text Symbol: 032 = Mess. Text
Text Symbol: 033 = Message Text
Text Symbol: 036 = Data Processing
Text Symbol: 037 = Insurance Number & &
Text Symbol: 038 = Personnel number & (&/&) was processed
Text Symbol: G01 = Conversion
Text Symbol: L01 = Log
Text Symbol: L02 = Error List
Text Symbol: L04 = Stats.
Text Symbol: S01 = TemSe Object
Text Symbol: S02 = Batch Input
Text Symbol: S03 = Log
Text Symbol: S04 = Additional Data
Text Symbol: 028 = Batch Input Session Closed
Text Symbol: 001 = Type of taxation in IT0484 (&) does not match data carrier (&)
Text Symbol: 002 = Benefit in IT0484 (&) does not match data carrier (&)
Text Symbol: 003 = Hand-over agency in IT0484 (&) does not match data carrier (&)
Text Symbol: 004 = Target insurance institution in IT0484 (&) does not match data carrier (&)
Text Symbol: 005 = For personnel no. & only one IT0484 with subtype 1 exists
Text Symbol: 006 = Start of Data Record Processing
Text Symbol: 007 = Selection of Relevant Personnel Nos
Text Symbol: 008 = Fld BAS678 = &, Fld SONSTKV = &
Text Symbol: 009 = Insurance Institution & is Type & (BU-Fed. Agency, AV-Other)
Text Symbol: 010 = Assign field & with value & to wage type & with date &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'APMAS' STRUC_CONTENT = LS_MASSN * KIND_OF_ERROR = IMPORTING BACK = L_BACK CHANGING STATUS = L_STATUS EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.