‎2007 Jul 25 2:58 PM
Hi All,
I need BDC code for BOM (cs01), i don't know how to handle "Table Control" in BDC.
Flat file is also required. Because, i think flat file arrangement will be differ from regular flat file format.
It is very urgent.
Thanks & Regards,
Srinivas
‎2007 Jul 25 11:15 PM
Hi Satya,
To handle table control you need to do the recording of cs01 accordingly.
Record the transaction entring the header data and when you come to the table control, enter one or two rows and press new entries, which gives you new rows for value entry. Finally once you are done with the recording, get the program from the recording.
At the point where you entered value for table control you can see the row/colum indexes. The "New Entry" okcode will give you an initialized index for the new rows.
you need to dynamically increment the indexes for the table control while you loop throught the table control data (item data).
after you pass say 5 to 10 records to the table control, you have to call the OKCODE for the "New Entry" button which gives you fresh rows for value entry and you need to initialize the indexes for the table control rows. This cycle continues until you complete the entried for table control and then proceed with further processing.
Reward Points if this helps.
-Thank you-
‎2007 Jul 25 3:57 PM
Try lsmw batch input method using program RCSBI010.
Hope that helps.
‎2007 Jul 25 11:15 PM
Hi Satya,
To handle table control you need to do the recording of cs01 accordingly.
Record the transaction entring the header data and when you come to the table control, enter one or two rows and press new entries, which gives you new rows for value entry. Finally once you are done with the recording, get the program from the recording.
At the point where you entered value for table control you can see the row/colum indexes. The "New Entry" okcode will give you an initialized index for the new rows.
you need to dynamically increment the indexes for the table control while you loop throught the table control data (item data).
after you pass say 5 to 10 records to the table control, you have to call the OKCODE for the "New Entry" button which gives you fresh rows for value entry and you need to initialize the indexes for the table control rows. This cycle continues until you complete the entried for table control and then proceed with further processing.
Reward Points if this helps.
-Thank you-