SAP Reports / Programs

RHINTEVP SAP ABAP Report - Transfer jobcode relationships from IT 0509







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 Job Code and Position in the Relationships infotype (1001)...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 RHINTEVP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M20_PBS_INTE - Transfer jobcode relations from 0509


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





Text Symbol: 005 = Infotype Name
Text Symbol: 004 = Object type text
Text Symbol: 003 = Object Type
Text Symbol: 002 = Infotype
Text Symbol: 001 = Delimited or Deleted Relationships:


INCLUDES used within this REPORT RHINTEVP

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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