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

Adding new modules to Selection-screen

Former Member
0 Likes
519

Hi everyone,

I created 3 selection-screens for my report, but I needed to control better their jump between screens, so I added PAI modules on each screen.

The thing is that when I make a change on one of the screens the calling of the module disapears, so I just kept on placing the calls and avoided the change in the screens.

No the problem is, when I transported my report to the quality system, everything was fine, with my modules in my code. Now I transported a change and in the quality system, the calls where lost.

Any ideas how to transport everything?!

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

You must not modify the screen (add PAI or PBO) with a program type 1 (report).

If you want to modify screen, you change your program type module pool and create the screens.

Salu2.

1 REPLY 1
Read only

Former Member
0 Likes
450

You must not modify the screen (add PAI or PBO) with a program type 1 (report).

If you want to modify screen, you change your program type module pool and create the screens.

Salu2.