cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Data in create supplier application in MDG

12-21-2025 5:11 PM
VISHAL_JHA Explorer
437 views 1 comments
SAP Managed Tags
Labels
MDG Development
Subscribe

Hi Experts,

I have a requirement to enhance standard SAP MDG application by calling a custom FPM on click of a button on Create supplier page to populate some data on a custom FPM. User will select a record from the custom popup and I need to pass data into Name and address field to standard one by overwriting programmatically the one which manually entered.

I need to know how to pass data from custom FPM to standard create customer screen/application. 

Steps

VISHAL_JHA_3-1766333449623.png

 

VISHAL_JHA_0-1766332949859.png

 

 On click of supplier button I am calling a custom FPM

VISHAL_JHA_1-1766333150459.png

Custom FPM screen populated

VISHAL_JHA_2-1766333236657.png


Now I have to select a record from this popup and pass it to standard fields alike name, address, city

 

Accepted Solutions (0)

Answers (1)

Answers (1)

ThomasLu
Product and Topic Expert
Product and Topic Expert
0 Likes

You can catch the event when your custom dialog windows closed.  All field values from selected line can be passed as event parameters.  The last step is to write values into MDG BP Feeder Class Genil Layer with BOL statement.