‎2007 Nov 11 6:52 AM
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
‎2007 Nov 11 9:37 AM
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