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

Issue with PNP selection

Former Member
0 Likes
1,013

Hi Experts,

I am developing a program which uses PNP screen 900. But in the o/p screen when I press "Further Selections", its not displaying the list popup. But its working fine with screen 000.

Kindly let me know whether I am missing anything.

Thanks & Regards

Manas

9 REPLIES 9
Read only

Former Member
0 Likes
972

Hi Manas,

Please check the below link it will be useful

[Pnp Selection Screen|]

Thanks

Kalyan

Read only

Former Member
0 Likes
972

Hi Kalyan,

The issue in the other thread is different than mine. Can you plz analyze it one more time?

BR/Manas

Read only

suresh_datti
Active Contributor
0 Likes
972

What version are you on? It pops up fine on my ERP6 system.

~Suresh

Read only

Former Member
0 Likes
972

Hi Suresh,

Our system is 4.6 B and I hv tested in version 5 also. Is it a version problem?

BR/Manas

Read only

0 Likes
972

NO, it doesn't look like a version issue. You can put a break point in the function module field_choice, execute your report & click on Further Selections. Single step through the debug session &you will be able to identify why the field selection isn't popping up.

~Suresh

Read only

Former Member
0 Likes
972

Hi Suresh,

In 900 screen the program is not calling the function module. But in case screen 000 it is going to the function module.

Any idea why it is happening?

BR/Manas

Read only

Former Member
0 Likes
972

Hi Experts,

Please let me know whether there is any solution to this issue.

Best Regards

Manas

Read only

0 Likes
972

Hi Manas,

Go to Include PAY_GUI, put a break point at line 12 and check SY-UCOMM... if you are clicking "Further Selections" on screen 900 it should be '$MSL'....

Thanks

Read only

Former Member
0 Likes
972

Thank You...