Hi,
I would like to know if anyone can give me some sample program that allow me to retrieve or access the 'Infotype Texts' (i.e the text entered for the HR infotype using 'Edit Text'). My user always ask me if there is a way to retrieve those text without going through the infotype one by one for each employee.
Thanks,
Francis
Hello,
Maybe if you give us the infotype number or the transaction name, we could help you more.
Your text must be store in a cluster table like the STXH/STXL tables. But with HR there are a lot of macros to read the clustered informations.
Maybe try to make an ST05 on your transaction, and have a look at the PCL1 (or PCL) table. With ST05 you could display the code used by SAP to read the informations of the PCL tables.
Have fun.
Frédéric.
Hi Francis,
For any text related with any objects you can get from Cluster table STXH.
First retrieve object no. from the respective infotype, and then pass this object number to FM READ_TEXT which gives you the text for that Infotype.
Regards,
Bhavik
Many thanks to all you guys for offering me your help and suggestions.
Best Regards,
Francis
Add a comment