Skip to Content
0
Former Member
May 31, 2011 at 06:05 PM

How to update/modify the ALV internal table once it is displayed

72 Views

Hi All,

I have a alv grid report using fm reuse_alv_grid_dispaly. My requirement is to create sales order using bapi (up to here it is working fine) and once the SO is created update the function module tables field with the created sales order.

Example:

My alv grid display before creating SO:

Customer Material SalesOrder

1000001 material1

My alv grid display after creating SO:

Customer Material SalesOrder

1000001 material1 3025642

How can I achieve this functionality. Because the field catalog is already displayed, how can I modify/update it by adding the sales order number to it. Experts, suggest me.

Thanks.