RHINTEVP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a batch input for updating the relationship between a
If you would like to execute this report or see the full code listing simply enter RHINTEVP 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_M20_PBS_INTE - Transfer jobcode relations from 0509
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: TEST = Test
Selection Text: STATUS = Structure status
Selection Text: NEWPLVAR = Target plan version
Selection Text: LEAVE = Transfer leavings only
Selection Text: KEEP = Keep session
Selection Text: HOLDDATE = Lock session until
Selection Text: GROUP = Session name
Title: Transfer jobcode relationships from IT 0509
Text Symbol: UPD = Will Be Noted
Text Symbol: SAT = Record(s)
Text Symbol: REL = Relationship
Text Symbol: REJ = Colored records are already available in Personnel Planning
Text Symbol: PER = Person
Text Symbol: OBJ = Objects
Text Symbol: NRC = Found no relationships in Personnel Planning to be delimited
Text Symbol: MIT = Persons without positions
Text Symbol: INB = Infotype
Text Symbol: GUE = Validity
Text Symbol: ERR = * Table error *
Text Symbol: DEL = All relationships delimited to
Text Symbol: BTC = Batch input session created
Text Symbol: BEZ = Name
Text Symbol: ARG = for the key
Text Symbol: ALR = Exists in Personnel Planning
Text Symbol: ALL = Integration tables are maintained.
Text Symbol: AL2 = Exists
Text Symbol: AL1 = Report-Specific Settings
Text Symbol: 100 = No entry in table
Text Symbol: 016 = Object Type
Text Symbol: 015 = EXISTS
Text Symbol: 014 = Relationship
Text Symbol: 013 = End Date
Text Symbol: 012 = Start Date
Text Symbol: 011 = Information
Text Symbol: 010 = Object Name
Text Symbol: 009 = Object ID
Text Symbol: 008 = Object Type
Text Symbol: 006 = Number
INCLUDE RHINTEVP_DATA.
INCLUDE RHINTEVPDATA.
INCLUDE RHINTEVP_ALV_DATA.
INCLUDE RHINTEVP_ALV_SUBR.
INCLUDE RHINTEVP_SCREEN.
INCLUDE RHINTEVP_PGM_DATA.
INCLUDE RHINTEVP_MAIN.
INCLUDE RHINTEVP_SUBR.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHINTEVP - Transfer jobcode relationships from IT 0509 RHINTEVP - Transfer jobcode relationships from IT 0509 RHINTECHECK - RHINTECHECK RHINTECHECK - RHINTECHECK RHINTE30 - Transfer org. assignment in batch input folder for infotype 0001 RHINTE30 - Transfer org. assignment in batch input folder for infotype 0001