Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

hr report program

Former Member
0 Kudos

hi all

based on job key i need to get the data but for this job i have to get guidepost from t710 table. how can i provide the link.

lakshmi.

1 REPLY 1

Former Member
0 Kudos

Hello,

Try the below Sql

select single * from t513s

where sprsl = sy-langu

and stell = p0001-stell

and endda >= sy-datum.

The above query is for getting the text for the job key.

To set the guide post please check the grade and level from the table t710

Reward if helps

Best Regards,

Krishna

Message was edited by: Krishnakumar