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

alv report

Former Member
0 Likes
523

Hi! everyone,

Kindly need your help,

there is a field named Distribution_Channel which is represent with

10

20

21

just now, the alv report just print the Distribution code,

how i can modify my program so that it will print together the description/name of Distribution channel

for example:

Distribution Channel
10- Local
20 - export
21 - export Singapore

Thanks, regards,

Liyana.

Hi! everyone,

Kindly need your help,

there is a field named Distribution_Channel which is represent with

10

20

21

just now, the alv report just print the Distribution code,

how i can modify my program so that it will print together the description/name of Distribution channel

for example:

Distribution Channel
10- Local
20 - export
21 - export Singapore

Thanks, regards,

Liyana.

2 REPLIES 2
Read only

Former Member
0 Likes
492

fetch the texts from TVTWT table

Read only

Former Member
0 Likes
492

I agree with Kartik in fetching the texts. But as to your output, you may try to concatenate both the distribution code and the text separate it with '-' and put it to a new field.

Best Regards,

Charlie