Question:
Hi,
Guys i need some help from you all.
Iam writing an User Exit for HR.In this User exit i have to fetch some data from Tabble T552A based on the date.
For example: 1)If the date input is 20050223 then i need to pick the value of the field T552A-TPR23 -->see the 23 here is the date in input
2)If the date input is 20050225 then i need to pick the value of the field T552A-TPR25 -->25 is the date as input.
I can very easily get the date..ie date = sy-datum+6(2).
but how can i specify this field name.
Please help...would be very thankful.
James.
Answer:
You must use Field-symbols, search on this forum, I saw that they were explained many many times.
Don't panic.. it's all possible
Answer:
You must use Field-symbols.No.Don't panic.. it's all possible
Yes. Press F1 on SELECT.
Answer:
Hey James The Solution your asking is below your posts!!!
Find My Posts!
Answer:
Hey Moritimer,
Yes,it did work...thanx..for you efforts...