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: 

PAI process on value-request.

Former Member
0 Kudos

Hi

In PAI of one of the screens I have module that has to be triggered on value request and show table with possible entries for that screen field (lbl_printer) .

When transaction is executed the module is not called when i hit icon close to input field (lbl_printer)so I cannot get entry help. I set up break point in the module but I didn't get in to module " request printer". It looks like program do not recognize this module at all.

Please advice .

Krsto

process after input.

module user_command_0105.

process on value-request.

field lbl_printer module request_printer.

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos

I think there is screen attribute to be set for this for the field.

Former Member
0 Kudos

FIELD dynp_field MODULE mod [ {ON INPUT}

| {ON REQUEST}

| {ON *-INPUT}

| {ON {CHAIN-INPUT|CHAIN-REQUEST}}

| {AT CURSOR-SELECTION}.

[http://help.sap.com/saphelp_nw73/helpdata/en/4a/3bb5668c412baee10000000a421937/frameset.htm]

BR,

Robert