Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc

Former Member
0 Likes
379

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.?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
359

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.

2 REPLIES 2
Read only

Former Member
0 Likes
359

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

Read only

Former Member
0 Likes
360

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.