2008 Mar 03 11:25 PM
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.
2008 Mar 04 3:22 AM
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.
2008 Mar 04 3:22 AM
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.
2008 Mar 05 2:19 PM
Thank you Jose, the standard program use the "skip first screen" sentence. I now will use this in my program.
Thx!
Karla.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |