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

Solution need in ALV

Former Member
0 Likes
571

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

Hi

Suppose your Sales Org contains SL12.

before using the FM to Call ALV display

VKORG = VKORG+2(2).  " since its lenght is 4 only

Cheeerz

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 only

Cheeerz

Ram

3 REPLIES 3
Read only

Former Member
0 Likes
545

Hi

Suppose your Sales Org contains SL12.

before using the FM to Call ALV display

VKORG = VKORG+2(2).  " since its lenght is 4 only

Cheeerz

Ram

Read only

Former Member
0 Likes
544

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
544

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