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

Module pool display data with out hitting Enter key

Former Member
0 Likes
436

Hi

frends doing a type m program in which i had field f4 help attached to it

user doesnt want to hit the enter key .he wants the data to be displayed as soon as i select the kunnr from f4 help .

first i gave enter code.now he dont want that .

can anybody tell me how should i go for it .

answers will be rewarded points.

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
413

Hi

You have writen the code in the PAI module, so the entire code you need to write in the PBO module, write like this

If NOT KUNNR is intial.

Write the entire code

Endif.

Regards

Sudheer

3 REPLIES 3
Read only

Former Member
0 Likes
414

Hi

You have writen the code in the PAI module, so the entire code you need to write in the PBO module, write like this

If NOT KUNNR is intial.

Write the entire code

Endif.

Regards

Sudheer

Read only

Former Member
0 Likes
413

Farukh,

AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_KUNNR.

Write your total code under this event which displays the output here.

Don't forget to reward if useful

Read only

Former Member
0 Likes
413

This is answered