cancel
Showing results for 
Search instead for 
Did you mean: 

POP-up window for contract details

Former Member
0 Kudos

In Va01, if i enter sold-to party value & press enter, popup window should display valid active contracts for that sold-to-party.pOPUP WINDOW SHOULD HAVE FIELDS vbeln, auart,kTEXT,GUEBG,GUEEN from vbak. How can i achieve this?

Please help me.........

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

In that case my soln won't work !!

Former Member
0 Kudos

Create a Search help, using SE11 transaction.

Thanks

Chida

Former Member
0 Kudos

If the popup values are not needed directly in the va01 screen - then one way could be defining a field exit on sold-to field for this screen.

In the field exit u can call a Z func module passing the soldto number.

In the FM you can put your code to get the details u want , then use FM POPUP_WITH_TABLE_DISPLAY to display the contracts in the popup window.

Though there is not much u can do in a field exit - but u can give it a try.

- Kalpana

Message was edited by: Kalpana Tyagi

Former Member
0 Kudos

What do u plan to do with the values that the popup shows ? Do they need to be passed on to va01 in some way ?

Former Member
0 Kudos

I should display 2 options in that popup screen "copy" "Close". If i choose copy then corresponding field should populate in Contract field in my custom develop POS system 's Quick order entry screen. I want to do this popup screen in Custom developed POS system screen....

Former Member
0 Kudos

help me please???????????????????