‎2007 May 28 11:58 AM
Plz tell me about MB1B transaction. when uploading data in to table control it takes only 3 records(items).if more than 3 items then how to do it.?
‎2007 May 28 12:08 PM
Hi,
New line in table control can be triggered by various methods for different transactions. In some cases, pressing enter creates new line, some have page up/ down or else add or delete lines push button for doing the same.
While recording MB1B transaction check which one of these best suits your requirement. You may also check if any thing fr new line is given in the menu options.
‎2007 May 28 12:04 PM
In your BDC you can loop on the internal table & first input the first 3 rows. Then press the ADD NEW ROWs(+) button then enter 2 more rows and repeat this after every 2 rows.
Regards,
Vishal
‎2007 May 28 12:08 PM
Hi,
New line in table control can be triggered by various methods for different transactions. In some cases, pressing enter creates new line, some have page up/ down or else add or delete lines push button for doing the same.
While recording MB1B transaction check which one of these best suits your requirement. You may also check if any thing fr new line is given in the menu options.