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: 

Selection Screen - Help required

Former Member
0 Kudos

Hi ,

I am developing a SD report in which he selection screen is executed without any inputs it shows me the customers which are maintained against my ID in a Ztable.

However customer needs for internal users he should be able to view all without any inputs.

can anyone help me..?

Varun

1 ACCEPTED SOLUTION

peter_ruiz2
Active Contributor
0 Kudos

hi Varun,

do not include the user id on the where condition on your select statement.

regards,

Peter

2 REPLIES 2

peter_ruiz2
Active Contributor
0 Kudos

hi Varun,

do not include the user id on the where condition on your select statement.

regards,

Peter

Former Member
0 Kudos

Maintain customer = * against internal user ID's in Z table. Then system will take all customers for internal users.

Regards,

Aparna Gaikwad