‎2005 Jan 20 5:11 PM
Hi All,
I working on BDC using session method.
In my flat filei have a price field which is 'curr' type.
But my problem is when execute the session from the tcode sm35 the price field in the screen is not getting the data. I think it is due to the presance of some spaecial characters. But i don't know how t solve this problem ... help pls....
Kelly
‎2005 Jan 20 10:24 PM
Hi All,
Yes I tried that one tooo.. Moving price field to char field. But what happened is this character field is populated with the characeter '*' only. And when the session is executed error appears for the price field "Input should be in the form __.___.___,__".
What should i do now?
Kelly.
‎2005 Jan 20 6:46 PM
Hi Kelly,
try debugging the program that creates your BDC and see if the value of the field you want is been appended to the table field.
Let me know if this does not solve your problem.
‎2005 Jan 20 7:43 PM
Try defining your price field as a type 'char'. I run lots of BDCs and have never gotten the type 'curr' to work.
Becky
‎2005 Jan 20 8:19 PM
Currency fields are usually packed fields, so you need to move it to a character field. Also, BDCs only accept data in CHAR format.
‎2005 Jan 20 10:24 PM
Hi All,
Yes I tried that one tooo.. Moving price field to char field. But what happened is this character field is populated with the characeter '*' only. And when the session is executed error appears for the price field "Input should be in the form __.___.___,__".
What should i do now?
Kelly.
‎2005 Jan 20 11:13 PM
How big is your char field, is it big enough to accept the entire number.
‎2005 Jan 21 12:12 AM
Hi All,
Thanks to everybody... You all were right. I accidentally defined the char field of length 5 instead of 15... thanks for pointing that out...
Thanks you very much to all
Kelly.