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: 

writing data in dialog programming

Former Member
0 Kudos

hello guyz,

I've designed a screen layout in which I have two fields. The first field accepts user input..for eg group ID . Based on this group ID I have to display the corresponding sales order numbers in the other field.

Please tell me how to do that.

thanks,

karthikeyan

1 REPLY 1

0 Kudos

Hi,

What you can do is in the flow logic write the code to execute a PAI module with the additon ON INPUT for the field GroupID.

Then in the PAI module using the GroupID get the value of the second screen field. Then assign this value to the DATA corresponds to the second screen fields.

So when you enter some INPUT in GroupID and press enter this PAI module will be executed and then it will be followed by PBO which will get the value of the second field onto the screen.

Regards,

Sesh