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

Field Exit with DYNP_VALUES_UPDATE

Former Member
0 Likes
452

Hello, I am trying to develop a validation in a SAP transaction (XD01) to check some field values and if them are right then fill automatically the rest of the field in the screen, using a Function Modulo and the FM DYNP_VALUES_READ I am able to retrieve the field values correctly, my problem is when a try to fill the rest of the screen's fields with FM DYNP_VALUES_UPDATE it doesn't work. Does anybody have used this FM? is possible what I am trying to do?

Thanks in advice for your help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Hi Fernando,

Using Field exit we can't populate multiple fileds, One filed exit is applicable for only one input filed.If you want to implement the

filed exit for multiple fileds you have to implement the one exit for one filed.

Regards,

Mahender Reddy

Hello, I am trying to develop a validation in a SAP transaction (XD01) to check some field values and if them are right then fill automatically the rest of the field in the screen, using a Function Modulo and the FM DYNP_VALUES_READ I am able to retrieve the field values correctly, my problem is when a try to fill the rest of the screen's fields with FM DYNP_VALUES_UPDATE it doesn't work. Does anybody have used this FM? is possible what I am trying to do?

Thanks in advice for your help.

1 REPLY 1
Read only

Former Member
0 Likes
404

Hi Fernando,

Using Field exit we can't populate multiple fileds, One filed exit is applicable for only one input filed.If you want to implement the

filed exit for multiple fileds you have to implement the one exit for one filed.

Regards,

Mahender Reddy