Application Development 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: 

how to record pop up(f4) values in bdc recording

Former Member
0 Kudos

Hi all,

My requirement is as follows, while doing recording for f-04 transaction. I have field, if i press f4 on the field on that. a popup will be displayed and i have to provide some values in that. Based on the values entered the system will given other value which i have to populate in the field on which i have pressed f4.

Thanks in advance

1 REPLY 1

Former Member
0 Kudos

Hi,

I dont thing you require a popup for F4 while doing BDC.The reason is you do F4 when you are not sure of the value and select the value from the possible values but in BDC you have already the data that is to be passed to the transaction. So here you are required to validate the value rather then going for popup. validation part you can do by putting a select statement to corresponding master data.

Hope this helps.