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

Update dynpro values in PAI

Former Member
0 Likes
894

Dear fellow ABAPers

I need to display values in 3 fields (input not possible ) of a mod pool screen in PAI ,ie.after user gives a input in the field before that and presses enter, and shouldld continue checking the other fields (all input possible fields were given in CHAIN...ENDCHAIN).

user will enter PO number and when return key is pressed , vendor number,name,address to be displayed and should continue checking other fields for given conditions.

How can i do this..

Regards

Prabumanoharan

Dear fellow ABAPers

I need to display values in 3 fields (input not possible ) of a mod pool screen in PAI ,ie.after user gives a input in the field before that and presses enter, and shouldld continue checking the other fields (all input possible fields were given in CHAIN...ENDCHAIN).

user will enter PO number and when return key is pressed , vendor number,name,address to be displayed and should continue checking other fields for given conditions.

How can i do this..

Regards

Prabumanoharan

2 REPLIES 2
Read only

Former Member
0 Likes
489

i am not getting your question but if you want to code something in for button press can do so in the

MODULE USERCOMMAND_XXX._

You can validate also there

Read only

Former Member
0 Likes
489

Hi all

Solved.

used as below

CHAIN

field 1 module A

field 2

field 3

field 4

module B

field 5

field 6

module C

ENDCHAIN

Regards

Prabumanoharan