cancel
Showing results for 
Search instead for 
Did you mean: 

PTREQ_HEADER

Former Member
0 Kudos

Hii Experts..

Greetings for the day.

Can anybody explain what are the inputs need be given and where we need to full the values.

PTREQ_HEADER table..

INITIATOR_CLS=.................??

INITIATOR_INS=........??

OWNER _CLS=...........?

OWNER_INS.........??

Please do needful.

Regards

Srinivas Reddy

Accepted Solutions (1)

Accepted Solutions (1)

former_member182426
Active Contributor
0 Kudos

If you want get the details of leave request details based on request id use the beloe class and method

CALL METHOD CL_PT_REQ_BADI=>GET_REQUEST

Plz mention little bit more clear of your requirement to get better inputs.

Former Member
0 Kudos


If we recollect PTREQ_HEADER table..

Below listed field values can be found....

1 ) REQUEST_ID......

2)VERSION_NO

3)REQUEST_TYPE

4)STATUS

I know above use of above fields .

What are the below fields and what we need to enter in them.

5)NITIATOR_CLS

6)INITIATOR_INS

7)OWNER_CLS

8)OWNER_INS

former_member182426
Active Contributor
0 Kudos

INITIATOR_CLS - is Initiator employee name

INITIATOR_INS -  is Initiator employee perner

OWNER_CLS - is owner name

OWNER_INS - is owner perner

These parameters each one will have the GUID's of initiator and owner.  Based on these parameters values it will retrieve the Emp.No and Names of initiator and owners.

For more details debug the report RPTARQDBVIEW at line PERFORM prepare_header_tab.


If you see above debug screen that fields contains the GUID's. Based on these id's it will fill the initiator and owner details in that perform statement.

Before retrieving the values

After retrieving the values

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

you could directly see in Se16? or se11 too the table details and description of the fields!

Former Member
0 Kudos


Thanks Sridher Reddy

Answers (0)