‎2006 Dec 22 4:51 PM
1) What should be done to date fields while uploading data through BDC.
2) What should be done to Packed fields while uploading data through BDC
Any Links about good BDC learning Sites ..Or can any one send me sample BDC programs .
‎2006 Dec 22 4:58 PM
Table control in BDC
<a href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm">http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm</a>
<a href="https://forums.sdn.sap.com/click.jspa?searchID=516412&messageID=2823152">https://forums.sdn.sap.com/click.jspa?searchID=516412&messageID=2823152</a>
<a href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html">http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html</a>
Message was edited by:
Kalpanashri Rajendran
‎2006 Dec 22 5:00 PM
Hi,
For all the data type fields while uploading data through BDC it should be converted to character...
Thanks,
Naren
‎2006 Dec 23 12:33 AM
Hi Vijay,
1) What should be done to date fields while uploading data through BDC.
Convert date fields to character fields.
2) What should be done to Packed fields while uploading data through BDC
Convert packed fields to character fields.
BDC LEARNING:
In brief - BDC process:
1.record the corresponding transaction using shdb
2.generate the program from the recording
3.replace the recorded value with the actual value in the batch input program.
4.process your batch input program using either session / call transaction.
Here lots of examples on BDC:
http://www.sap-img.com/bdc.htm
Table control in BDC
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Kumar
‎2006 Dec 27 9:08 AM
Dear Vijay,
This is a common problem, when carrying out BDC.
For example, while recording you met with the field --> MSEG-VFDAT (DATS)
<b>*</b> Go to SE11 --> MSEG --> Search for VFDAT --> Double click on the Data Element i.e. VFDAT --> Double Click on the domain DATUM --> You can see under the block Output Characteristics : Output Length = 10.
While declaring the TYPES Structure, make it CHAR(10).
<b>*</b> Similarly do the same packet fields.
Consider this technique as the Rule-of-Thumb while doing BDC.
Regards,
Abir
***********************************
Don't forget to award points *