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 with currency filed in BDC with VK11 .

Former Member
0 Kudos

Hi All,

I need to upload the scaled prices for the material using bdc method using vk11.

I could enter all the values except the table control for the scaled prices.

Quantity and Rate are the 2 fields in the table control.

If I pass directly the value of the currency field , it is not populating into the bdcdata structure.

So I have done the conversion.

After the conversion also , I am not able to pass the currency values (Rate) to the screen 0303 in VK11 transaction.

Kindly help me to solve the above issue.

Regards

Abhilash.

7 REPLIES 7

Former Member
0 Kudos

Hi,

Are you including the row number in the field name such as 'KONP-KBETR(1)' ?

Regards,

Darren

0 Kudos

Hi,

Ya, I am doing that KONM-KBETR(1) and increasing the counter.

I could see the values for the quantity field upto 5 records which I have passed using the call transaction.

But the same 5 records for the Rate (Currency )field I am unable to do it.

Any suggestions are helpful.

Regards

Abhilash.

Former Member
0 Kudos

Hi,

Use WRITE <currencyfield> TO <bdcfield> statement.

Regards,

Raju.

Former Member
0 Kudos

solved my self

0 Kudos

Hi Abilash,

Can you let me know, how you solved this problem.

because i am also facing similar kind of issue for other tcode.

Regards,

Senthil.

0 Kudos

Hi,

PLease check the amount and rate filed lengths on the SAP screen and in ur declarations.

if they are nnot sam eu will get this type of problem.

Regards

Abhilash.

Former Member
0 Kudos

hi Abhilash,

Maybe your fields have a duplicate. So when you call a bdc update for vk11, it will get an error.

Check all your fields again: duplicated, length, and currency format for bdc.

Regards,

Thien