cancel
Showing results for 
Search instead for 
Did you mean: 

SO only text changes capture

Former Member
0 Kudos

Hi,

How can I track if Bill of Lading Text and Pick List Text has been changed or deleted.

In changes I can find all the changes except text changes.Is there any way to capture text changes?

Accepted Solutions (1)

Accepted Solutions (1)

former_member383560
Active Participant
0 Kudos

hi

same requirement also faced by me for this i done the following, that is

add the text in the customer master, by adding the bill of laden and license no as well as docket no, by text config we capture the text datas in so and delivery, to control the changes we can set in the incompletion log and give the warning message.

hope this will help you to resolve.

regards

baalakrushnan.da

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Every one,

Its an requirement for my client to save the changes made to text.in delivery document.

Pls advice as soon as possibel how to over come this.is that anay abap code should be added....appreciate your helps

Former Member
0 Kudos

Hello,

The changes to the text are not captured in standard sap as they are in defination itself "text " elements

for you to capture the tetx changes , you could use the functional module READ TEXT , to get the values

and based on some of the return parametrs, you can track the changes

the tables for storing the text are STXH- header and STXL.

hope this helps a little

Thanks

akasha