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

cv01n bdc page down problem

Former Member
0 Likes
729

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.

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
Read only

Former Member
0 Likes
673

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

Read only

Former Member
0 Likes
673

BDCs are a VERY old technique.

Look to newer techniques like BAPIs.

Read only

Former Member
0 Likes
673

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