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

Selection screen: no sequence check for select option

Former Member
0 Likes
462

Hello everyone,

I am an SAP starter and this will is my first question:

I am making a program that approves a stock demand over several levels. When a level approves, the demand goes to the next level.

for example:

level 1 = planning

level 2 = management

level 3 = buyer

In an overview report i want to choose for which levels i want to see stock demands. But when I make a select option for the level, I cannot choose the range between management and buyer or planning and buyer for example, because it is alphabetically not in the right order. In this case the alfabet is not important but the order of the levels is, so can I prevent this check from happening?

Thank you very much

Hello everyone,

I am an SAP starter and this will is my first question:

I am making a program that approves a stock demand over several levels. When a level approves, the demand goes to the next level.

for example:

level 1 = planning

level 2 = management

level 3 = buyer

In an overview report i want to choose for which levels i want to see stock demands. But when I make a select option for the level, I cannot choose the range between management and buyer or planning and buyer for example, because it is alphabetically not in the right order. In this case the alfabet is not important but the order of the levels is, so can I prevent this check from happening?

Thank you very much

2 REPLIES 2
Read only

Former Member
0 Likes
437

Hi vandersteen,

1. There should be some CODE

for each level.

2. Each code will have some description.

eg. planning, management, buyer

3. So, make select-option

for the FIELD of CODE

(and not the description)

regards,

amit m.

Read only

0 Likes
437

Hi Amit,

Thank you for the fast response.

I do have a code for each level:

1 -> planning

2 -> management

etc.

But they want to input the description. Can I link this to the code, so it does not check alfabetically?

Sorry if this question is too basic, but I can't find much information about it.

Kind regards