Application Development and Automation 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: 
Read only

Header Text from VF03 tcode

Former Member
0 Likes
770

Hi experts,

I have a requirement of getting the Header note from VF03 for a specific document and extract it to our BI System. What is the best function module to use to get that Header text and what database table to where i can see those header text that the user input for a document?

Please help......

Thanks,

nips

1 REPLY 1
Read only

Former Member
0 Likes
504

Hi,

fetch the texts using the fm READ_TEXT, they header details are stored in the d/b table STXH,

the parameters that are to be passed to the function module can be obtained by double clicking

on the text then follow the menu path Goto VF03>, header> texts click on the text

and use Call log icon, which willl show u the Object , ID details of text

Regards

Kiran Sure