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: 

at selection screen on value request for ' ' in OO.

Former Member
0 Kudos

It does not work this sentence in OO (in a method of a BADI). I need to it of something like this to print a matchcode when F4 is pressed.

How can I do it? Thank you.

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Hi,

<b>you have to use POV(process on value Request)</b> not the at selection screen on value request.(this is only for reports).

Regards

vijay

Former Member
0 Kudos

It tells me something that "process" is not defined.

Where I should put it?

0 Kudos

You cannot code anything inside the badi method to trigger the match code.

If you have a customer screen, then, in its flow logic section you can write your code for diplaying the match code for a particluar field unde Process on value-request .

Regards,

ravi

0 Kudos

hi,

is it module pool program, or report program.

if it is module pool program..

then you should have to place the logic in the flow logic.

PROCESS ON VALUE-REQUEST.
  FIELD <field> MODULE <module_name>.

Regards

vijay