2008 Sep 04 12:28 PM
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
2008 Sep 04 12:30 PM
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.
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.
2008 Sep 04 12:30 PM
2008 Sep 04 12:30 PM
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.
2008 Sep 04 12:31 PM
Make sure you have done the recording by SHDB and you can just pass the vaule to the currency field.
2008 Sep 04 12:41 PM
Hi
Check this [Sample Code|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sample%2bbdc%2bprogram%2bfor%2bmm02]
Regards
Pavan
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |