Application Development 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: 

cv01n bdc page down problem

Former Member
0 Kudos

Hi all,

i am trying to use cv01n through batch input, bdc.

But what im facing is that it is not possible to do page down in cv01n.

I tried many ways to do it, like P+, P,PL+1 all etc... while entering material master data(object links-material master tabs).

Any way please?

Thanks in advance.

3 REPLIES 3

Former Member
0 Kudos

Hi,

try to populate the fields as


MARA-MATNR(01)
MARA-MATNR(02)
...
MARA-MATNR(30)
MARA-MATNR(31)
MARA-MATNR(32)
...

I hope it helps. Kind regards,

Alvaro

Former Member
0 Kudos

BDCs are a VERY old technique.

Look to newer techniques like BAPIs.

Former Member
0 Kudos

A couple of points:

CV01N appears to be an EnjoySAP transaction. These are not suitable for batch input in the first place. If you must use BDC, use transaction CV01 instead.

But John is right - use a BAPI instead. See if BAPI_DOCUMENT_CREATE is what you want.

Rob