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

Reflecting Changes using cl_salv-table

Former Member
0 Likes
414

Hi,

I have report where I am displaying my output through cl_salv_table class.

Also i have a button to update the data for a t-code. after updating the changes I want my return messages to be reflected back in the alv.

My output table have 4 fileds:

Plant, Material, Price, Messages.

After updating the price, I wanted to display the message as " Price Update" in the column Messages.

Please tell me how to refresh my output able using cl_salv_table class.

Thanks,

RS

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
373

Use method refresh ([Content and Structure Change|http://help.sap.com/saphelp_nw04/helpdata/en/37/d0ee406b657e7fe10000000a1550b0/frameset.htm]) with parameter REFRESH_MODE SOFT.

Regards,

Raymond