‎2011 Dec 05 8:25 PM
hi experts
the comments of trip is store in cluster cluster table PCL1 (p-imp-c1-te).
i need modify this text, with this read the comments p-imp-c1-te, but how modify de comments ?.
‎2011 Dec 06 4:56 AM
Hi Trosky,
We may be able to help you better, if you can provide some details about the transcations used and process that you are doing for the trip. It is not recommended to directly modify the database tables as there are functions availabe to modify transaction data.
So, rather than modifying cluster table directly, we can update comments in the transaction which in turn will automatically do the needful.
Regards,
Pranav.
‎2011 Dec 06 1:43 PM
The client wants to modify trips comments througth WF, So I did a program which reads the comments and show them on a Dynpro. I also created a button for saving the comment. But I don't know how to save comments in the standard.
Please, do you know any FM for doing this ??
‎2011 Dec 07 4:37 AM
Hi,
The standard FM to update comments is 'SAVE_TEXT'.
Regards,
Pranav.