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

read_text functional module

Former Member
0 Likes
590

Hi Friends,

Can any body tell how can i get previous text of any particular itam in PO.

Means: I am able to get present text of PO Item.

But if any body changed present text that time i need previous saved text.

Regards,

Kumar.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
562

There is no change history for this data in SAP standard, I'm afraid.

4 REPLIES 4
Read only

Former Member
0 Likes
562

where from which Tcode would u want to capture the prev PO no.

Abhilasha

Read only

ThomasZloch
Active Contributor
0 Likes
563

There is no change history for this data in SAP standard, I'm afraid.

Read only

Former Member
0 Likes
562

Hello,

As already said above, there is no change history. But i guess it can be done by writing a abap routine in a user exit, fired when PO is saved, which tracks the changes to the texts and store them in a customer table.

Regards,

Shehryar Dahar

Read only

Former Member
0 Likes
562

thanks..