Skip to Content
0
Former Member
Jul 06, 2009 at 05:44 AM

How to convert a workarea to a field?

87 Views

Dear All,

Please give me some help about the following issue:

I used FM C147_WORKAREA_TO_CHARFIELD convert a workarea to a field and wirte out the field, the content is right but the format is not right.

the workarea details:

Field-Name Type Value Length

A1 C abcd ( 8)

A2 C wq ( 6)

A3 C 123 (3)

the result is:

abcd wq 123

but I need the right format(need blank)

abcdXXXX wqXXXX 123

Thanks

Edited by: Zhiqiang Liu on Jul 6, 2009 7:46 AM