‎2006 Oct 11 8:48 AM
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.
‎2006 Oct 11 8:56 AM
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
‎2006 Oct 11 9:07 AM
‎2006 Oct 11 9:23 AM
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
‎2006 Oct 11 10:31 AM
Hi,
Check the output length of the field in field catalog.
Regards,
Krishnamurthy.SC
‎2006 Oct 11 10:38 AM
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...
‎2006 Oct 11 10:56 AM
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