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: 

Screen input into POV event?

naveen_inuganti2
Active Contributor
0 Kudos

Hi....Friends....

In one of my module pool screen....

Iam having two screen fields....

VKORG

VBELN

And one display button in that screen.

Now If i enter 1000 as input for VKORG and click on DISPLAY button..... what happens??

In run time VKORG = 1000. Is n't it?

Not only DISPLAY, we can press ENTER, SAVE or any other push button if our screen.

What ever it may be All the coding part of this buttons can contains PAI module. So no issues.

Then what is the matter of POV event?

How can get the value as 1000 in POV event??

Here my requirement is....

Iam having search help for VBELN...i.e. with following code.

process before output.
module status_1000.

process after input.
module user_command_1000.

process on value-request.
field VBELN module f4_vbeln.   <------This wl triggers when clicks on serch help, and it contains select query with where condition of 5 VKORGs

So my search help fetching records for 5 sales organizations.

Now I want to fetch for one sales organization, Which i enters in first field VKORG.

Yes we can chage where conditon as...

> where vkorg = VKORG.

But how can i get value into VKORG, As iam not doing any action with screen which is related to PAI event???

Once again...my task is...

1. Enter into screen.

2. Enter the VKORG as 1000

3. Press the search help of VBELN to give input for VBELN.

...here this search help should be fetch the data of VKORG 1000 only!

Thanks,

Naveen.I

1 ACCEPTED SOLUTION

narin_nandivada3
Active Contributor
0 Kudos

Hi,

Please check this thread for reference

Hope this would help you.

Good luck

Narin

3 REPLIES 3

narin_nandivada3
Active Contributor
0 Kudos

Hi,

Please check this thread for reference

Hope this would help you.

Good luck

Narin

0 Kudos

Hi....Narin...

Thanks.

My problem solved with that function module.

DYNP_VALUES_READ

I called this in my POV event.

And that was very good documentaion on this function module.

Thanks,

Naveen.I

0 Kudos

Hi,

You are welcome..

Good luck

Narin