Skip to Content
0
Former Member
Dec 03, 2009 at 01:19 PM

Populate data for Invoice tab in UDM_SUPERVISOR transaction code.

230 Views

Hi All,

I need to add new fields to invoice tab of tcode UDM_SUPERVISOR .

For this i am appending new fileds to structure FDM_COLL_INVOICE.

I need to calculate the new added fields and display it .

The suggested solution was using BADI FDM_COLL_SEND_ITEMS, but this BADI can only update table UDM_COLL_ITEM and not passing any data to the structure FDM_COLL_INVOICE.

can anyone help me me how to achieve this. Any BADI or exit available ?

Is that the structure would get the values automatically in the suggested BADI ?