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

Quantity

Former Member
0 Likes
592

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

Former Member
0 Likes
557

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

Former Member
0 Likes
557

No care is required.

Read only

Former Member
0 Likes
558

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.

Read only

Former Member
0 Likes
557

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

Read only

bpawanchand
Active Contributor
0 Likes
557

Hi

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

Regards

Pavan