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

Populate data for Invoice tab in UDM_SUPERVISOR transaction code.

Former Member
0 Likes
818

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 ?

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 ?

1 REPLY 1
Read only

Former Member
0 Likes
588

My Query has been resolved using below option :-

I have used an implicit enhancement at the end of the FM FDM_COLL_INVOICES_READ to populate the additional fields added to structure FDM_COLL_INVOICE .