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

abap

Former Member
0 Likes
518

1) what happens when i append an Sorted table

2) How can i have more than one values for select-options it seems select-option is an internal table

so how to appnd and retrive values.

3) In selection screen i have kunnr sales_org dist_channel so_number so wheni select

so number in my screen remaining fields of my sel screen should be filled automatically.

4) my smartformhas LOGO i will transport it to Quality server, does logo gets transported automatically.

5) can i create pooled and cluster tables ? give example of POOLE Tables !

6) how to find non moving material in a plant

1 REPLY 1
Read only

Former Member
0 Likes
462

Hello, rambabu.

1. It inserted in a sorted order.

2. s_opt-sign = 'I'.

s_opt-options = 'EQ'.

s_opt-low = '100'.

append s_opt.

s_opt-low = '200'.

append s_opt. and so on .........

3. make the selection at the event atselection_screen.

4. No, you have to add it to transfering manually.

5. No, you cannot. example: table BSEG, (pool / cluster RFBLG).

6. MM03.

Good luck. Rebeka