2007 Jul 03 3:04 PM
Hi all,
What are Table controls in BDCs?
Can anyone explain those elaborately?
thanks
points will be awarded
Hi all,
What are Table controls in BDCs?
Can anyone explain those elaborately?
thanks
points will be awarded
2007 Jul 03 3:07 PM
Hi Revanth,
Check this link.
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Reward if useful.
Thanks
Aneesh.
2007 Jul 03 3:10 PM
The above link is an example for the code for Table Control.
Check this also as found in forum -
For table control :
1. main thing is index number of the row.
()
2. for 1st row use,
itab-field(01)
itab-field2(01)
itab-field3(01)
3. for 2nd row use,
itab-field(02)
itab-field2(02)
itab-field3(02)
4. Also take care of ENTER
if scrolling is required.
5. Most important, record bdc using sm35
to know exactly what is happening behind the scenes.
In that also, u will see the code is
using ()
Regards,
Amit
Reward all helpful replies.
2007 Jul 03 4:02 PM
HI all,
Thanks for the responses.
I awarded the points to the responses.
If you could send the theory about Table controls in BDCs, it will be more helpfull.
thanks
points will be awarded
2007 Jul 03 4:06 PM
Hi,
Check the followin links you will get more information on BDC
http://myweb.dal.ca/hchinni/sap/bdc_home.htm
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&;
http://www.sap-img.com/abap/learning-bdc-programming.htm
http://www.sapdevelopment.co.uk/bdc/bdchome.htm
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://www.sap-img.com/abap/question-about-bdc-program.htm
http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
http://www.planetsap.com/bdc_main_page.htm
Reward if helpful.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |