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

BDC

Former Member
0 Likes
642

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
614

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.

6 REPLIES 6
Read only

Former Member
0 Likes
614

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.

Read only

Former Member
0 Likes
614

Try defining your price field as a type 'char'. I run lots of BDCs and have never gotten the type 'curr' to work.

Becky

Read only

Former Member
0 Likes
614

Currency fields are usually packed fields, so you need to move it to a character field. Also, BDCs only accept data in CHAR format.

Read only

Former Member
0 Likes
615

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.

Read only

0 Likes
614

How big is your char field, is it big enough to accept the entire number.

Read only

0 Likes
614

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.