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: 

regarding xk03

0 Kudos
69

suppose during display of the vendor record if we give only the vendor number the data also comes for the other fields that are also present in the selection screen.

What is the logic behind that and how to make it implement in our Z program.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
46

in ur zprogram when u specify vendor number and press enter...u need to write code at selection-screen on field vendor.....

Use select statements to fetch corresponding data and then pass the data to the selection screen fields...

1 REPLY 1

Former Member
0 Kudos
47

in ur zprogram when u specify vendor number and press enter...u need to write code at selection-screen on field vendor.....

Use select statements to fetch corresponding data and then pass the data to the selection screen fields...