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

comments trip

Former Member
0 Likes
560

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 ?.

3 REPLIES 3
Read only

former_member222709
Contributor
0 Likes
524

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.

Read only

0 Likes
524

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 ??

Read only

0 Likes
524

Hi,

The standard FM to update comments is 'SAVE_TEXT'.

Regards,

Pranav.