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: 

Quantity

Former Member
0 Kudos

Hi abapers,

When i want to upload Quantity fields in BDC ,

what care i should be taken ?

or directly can i declare with reference to the direct data type.

Edited by: rajesh k on Sep 4, 2008 4:58 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

while uploading data you can use direct reference to data element...

while posting to SAP, you need to take care or else will give error.

data: l_menge(declare requried value) type c.

move data to l_menge.

use l_menge in your BDC posting.

4 REPLIES 4

Former Member
0 Kudos

No care is required.

Former Member
0 Kudos

while uploading data you can use direct reference to data element...

while posting to SAP, you need to take care or else will give error.

data: l_menge(declare requried value) type c.

move data to l_menge.

use l_menge in your BDC posting.

Former Member
0 Kudos

Make sure you have done the recording by SHDB and you can just pass the vaule to the currency field.

bpawanchand
Active Contributor
0 Kudos

Hi

Check this [Sample Code|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sample%2bbdc%2bprogram%2bfor%2bmm02]

Regards

Pavan