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

paste data to table more than one screen

Former Member
0 Likes
1,137

We have some list of materials need to be pasted from Excel to many transactions like MIGO or VA01 - the item overview table.

It appears that the number of rows that can be pasted in these transactions are restricted by the rows shown on the screen.

Can I paste data more than the number of rows appear on the screen ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
994

Try to use simple bdc program to update these data ,since sap shows max 10 line items in one screen ,if you have more than 10 items for one order then it would be difficult ,so please use bdc program to update this data.

We have some list of materials need to be pasted from Excel to many transactions like MIGO or VA01 - the item overview table.

It appears that the number of rows that can be pasted in these transactions are restricted by the rows shown on the screen.

Can I paste data more than the number of rows appear on the screen ?

3 REPLIES 3
Read only

Former Member
0 Likes
995

Try to use simple bdc program to update these data ,since sap shows max 10 line items in one screen ,if you have more than 10 items for one order then it would be difficult ,so please use bdc program to update this data.

Read only

0 Likes
994

Thanks Seshu for your prompt reply.

I am new to SAP, what is meant by bdc ?

Read only

994

BDC means Batch Data Communication.

You will get to know about BDC if you go thru this link.

http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html

Reward points if helpful.

Thanks

Aneesh.