‎2009 Jun 19 7:39 AM
Hi,
I am new to this table control using bdc section.
So any of you plz provide me the required answeres:
why & when we should go for table control in bdc and if itz possible plz send me the screen shots.
But dont say search in sdn.sap. I was confussion while reading multiple threads. so with an example if any one have the all documents with screen shots plz respond.
Regards
Krishna
Moderator message - Welcome to SCN. But this question has been asked and answered many times before. Please search the forum and read the rules of engagement before posting a question. Please do not offer rewards Thread locked
Edited by: Rob Burbank on Jun 19, 2009 9:39 AM
‎2009 Jun 19 7:46 AM
hi
This is i got it from google
BDC table control is an area on the screen in which you can display data in tabular form. You process it using a loop. Table controls are comparable to step loop tables. While a table control consists of a single definition row, step loop blocks may extend over more than one row. Table controls are more flexible than step loops, and are intended to replace them
When you need to handle a scenario like in sales order,it may contain more than one material,if you have more than one material We have to use table control,it will have number of columns and number of rows.
Table controls allow you to enter, display, and modify tabular data easily on the screen
Check this code,
for coding Please check this link
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
In wiki you can get ssample codes for table control
Thanks
Edited by: dharma raj on Jun 19, 2009 12:18 PM
‎2009 Jun 19 2:07 PM
hi,
BDC table control is an area on the screen in which you can display data in tabular form. You process it using a loop. Table controls are comparable to step loop tables. While a table control consists of a single definition row, step loop blocks may extend over more than one row. Table controls are more flexible than step loops, and are intended to replace them
This is the diff betn Table controls and step loops .
In Table Controls
Data is displayed in the form of table.
Table control gives user the feeling of an actual table.
You can scroll through the table vertically as well as horizontally.
You can select rows and columns.
You can resize the with of columns.
You can have separator lines between rows and columns.
Automatic resizing of the table when the user resizes the window.
You can update information in the table control and it can be updated inthe database table by writing code for it.
In Step Loops ,
Step loops are type of screen tables.
Step loops are nothing but repeated blocks of fields in a screen.
Each block contains one or more fields.
Step loops don't give you feeling of actual table.
You can scroll vertically but not horizontally.
why & when we should go for table control in bdc
we use the table control in bdc when we have a multiple record in a single transaction.
like : In pp module we have multiple line items(SFG, RW etc.) to upload a BOM of FG Item.
if u need some bdc for table control, pls revert back...i will send u bdc for bom uploading..
which will be helpful to understand u better..