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

Text element

Former Member
0 Likes
660

Dear all.

I am trying to display a text in ALV output column.

'Produced ' is the text i am trying , but its getting like ' PRODU '.

Code - MOVE TEXT-014 TO WA_BPSTAB-EMPTY_COLUMN_C1.

Mlen of the text is 20.

How to get the complete display ?

Thanx in Advance.

Regards,

Johnn.

6 REPLIES 6
Read only

Former Member
0 Likes
625

Hello Johnn,

Check the length of field EMPTY_COLUMN_C1 (WA_BPSTAB-EMPTY_COLUMN_C1).

The length of EMPTY_COLUMN_C1 may be 5.

Regards,

bhavana

Read only

0 Likes
625

The length of EMPTY_COLUMN_C1 is 30 of data type char.

Read only

Former Member
0 Likes
625

Hi,

this is the length problem,

check the lenght of this field in the Field catalog lenght and also check the lenght of WA_BPSTAB-EMPTY_COLUMN_C1.

Regards

Sudheer

Read only

Former Member
0 Likes
625

Hi,

Check the output length of the field in field catalog.

Regards,

Krishnamurthy.SC

Read only

Former Member
0 Likes
625

hi,

when u build <b>fieldcatalog</b> u must give enough length to <b>OUTPUTLEN</b>. may be it is '5' right now.

reward if useful...

Read only

Former Member
0 Likes
625

Hi,

for the field give the OUTPUTLEN = 8. then it will show the Full text Produced.

can you show the fieldcat definition for that field.

Regards

vijay