Application Development 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: 

problem refarding bdc program

Former Member
0 Kudos

hi,

i have encountered a problem regarding updating updating a

transaction ME47 using a flatfile.

i have given a RFQ no and NETPRICE in flat file.

the program is accepting RFQ no,but it is not taking

NETPRICE value.i have tried my level best, but iam not

able to update the value.

pl giv me any suggestion regarding this as soon as possible.

regards

swamy.

4 REPLIES 4

Former Member
0 Kudos

hi Check the declarations of the netprice in ur table and also see the value:

if the value is like 123.35, then declare the field in the program as char.

Regards,

Vishwa.

0 Kudos

hi viswa,

the data is being taken by internal table,but the

table BDCDATA is not getting updated.pl suggest

any solution.

regards

swamy.

Former Member
0 Kudos

Hi,

If the value is getting to your internal table...

Try

write internal table-value to bdcdata-fval left-justified

Regards

Stu.

Former Member
0 Kudos

Hello,

While updating the Currency and Quantity fields during BDC, we should always use the TYPE C value.

Move the Values of Currency / Quantity Fields into a String and then pass it to BDC_DATA-FVAL. It will update correctly.

Thanks and Regards,

Venkat Phani Prasad Konduri