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

How to launch PAI without user input.

Former Member
0 Likes
641

Hi, i have to debug a standard program of SAP ('SAPLFTR_IRATE') to extend the functions of the transaction: ftr_edit.

Well, i got to a point, where automatically, after call screen 1000 in the standard program, the PBO and the PAI are executed.

My question is: how the PAI can be executed automatically, without a user input (or event), because when i try to do the same in my own program, after the execution of the PBO, the screen 1000 is showed, and the program wait for an action to launch the PAI.

Thank you in advance,

Karla.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Hi,

Call screen has an addition and skip first screen....this triggers the PAI of the called screen without user action......

anyway this is possible if all the mandatory fields of that called screen is filled by the calling program(using SET parameter command)

and also the next screen of the called screen must not be that screen itself.........

Cheers,

jose.

Hi,

Call screen has an addition and skip first screen....this triggers the PAI of the called screen without user action......

anyway this is possible if all the mandatory fields of that called screen is filled by the calling program(using SET parameter command)

and also the next screen of the called screen must not be that screen itself.........

Cheers,

jose.

2 REPLIES 2
Read only

Former Member
0 Likes
573

Hi,

Call screen has an addition and skip first screen....this triggers the PAI of the called screen without user action......

anyway this is possible if all the mandatory fields of that called screen is filled by the calling program(using SET parameter command)

and also the next screen of the called screen must not be that screen itself.........

Cheers,

jose.

Read only

0 Likes
572

Thank you Jose, the standard program use the "skip first screen" sentence. I now will use this in my program.

Thx!

Karla.