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

Batch input for MM02 - additional EANs

Former Member
0 Likes
527

Hi Gurus,

I have made a batch input program for MM02 to input additional EANs. The problem I have is that for some materials I have 14-15 additional EANs. On the screen there is only space for 12 and I can't get any code for moving the page up so that I can enter more than 12.

Usually I do this by inserting the code '=NS' and always enter the new value in row 2 but on the dynpro there are no buttons which apply this.

Any ideas?

Simon

3 REPLIES 3
Read only

Former Member
0 Likes
477

Hi,

use the code

' ' 'BDC_OKCODE' '=P+',

Regards

Read only

Former Member
0 Likes
477

wht abt FM material_save_data( i dont hv sap access, so not sure).

thanq.

Read only

0 Likes
477

As far as I can see the FM material_save_data doesn't input data from the table MARM and as for the code 'P' or 'P+', they don't work as the buttons for the dynpro are disabled.