cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Update in ALV

Former Member
0 Kudos

Hi All,

We have a requirement to incorporate ALV in webdynpro.

In ALV report we will be retrieving fields from SAP CRM BP Master data and D&B Field from R/3. Out of 30 fields only 5 fields are editable so after business edits those values will be update in BP Master data.

Our business wants to mass update 5 fields at the same time by selecting several rows .

Please let me know if we can mass update in ALV how it is possible.

Can we have pops in ALV where we can enter new values during mass update if not how to enter values new values for the 5 fields.

Do we store the new values in Ztable and replicate it to BP Master Data?

Please provide your inputs,

Thanks,

Kitcha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is no reason for creating a z-table. You can just update the data within an internal table. You add a custom button to the ALV toolbar. When pressed you can display your own dialog popup. You can use the Context APIs to get the selected rows and then update those attributes in the context.