cancel
Showing results for 
Search instead for 
Did you mean: 

Text format lost when copyed from customer material info record to oreder

Former Member
0 Kudos

Hi Buddies,

We created below text in customer material info record:

  • Text Line1

  • Text Line2

But when we create order using the customer and material, the text copyed to order was like below:

  • Line1##Line2

And when I use below format, there is no problem:

/ Text Line1

/ Text Line2

The format lost caused failed in IDoc..

Is it a SAP bug? Any solution except maitain the customer material info record?

Thank you.

Richard

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

this happens for some special charactrers, but it is not a bug in SAP.

this can be found and replaced with an ABAPER:

the FM used here is READ_TEXT,

after reading text search for '#' in that string if find then replace '#' with space or '*'.

then check the out put.

hope this helps you.

regards,

balajia.