2009 Nov 17 12:13 PM
Hi ,
In my ALV output, all the sales org field contain SL at the beginng .
While showing output , i need to remove SL from the Final display of Sales org.
Syntax please .
Thanks
2009 Nov 17 12:16 PM
Hi
Suppose your Sales Org contains SL12.
before using the FM to Call ALV display
VKORG = VKORG+2(2). " since its lenght is 4 onlyCheeerz
Ram
Hi
Suppose your Sales Org contains SL12.
before using the FM to Call ALV display
VKORG = VKORG+2(2). " since its lenght is 4 onlyCheeerz
Ram
2009 Nov 17 12:16 PM
Hi
Suppose your Sales Org contains SL12.
before using the FM to Call ALV display
VKORG = VKORG+2(2). " since its lenght is 4 onlyCheeerz
Ram
2009 Nov 17 12:20 PM
Hi,
While populating the final internal table say your sales org field is wa_vkorg.
Say your filling wa_vkorg from v_vkorg.
then wa_vkorg = v_vkorg+2(2).
Regards,
Subhashini
2009 Nov 17 1:13 PM
Hello,
You can filter the data before displaying the ALV using the parameter IT_FILTER.
No need to delete the entries from the output table. (Please remember this depends completely on your requirement)
Further details on how to implement the filter on SDN.
BR,
Suhas
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |