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

problem refarding bdc program

Former Member
0 Likes
561

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
Read only

Former Member
0 Likes
524

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.

Read only

0 Likes
524

hi viswa,

the data is being taken by internal table,but the

table BDCDATA is not getting updated.pl suggest

any solution.

regards

swamy.

Read only

Former Member
0 Likes
524

Hi,

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

Try

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

Regards

Stu.

Read only

Former Member
0 Likes
524

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