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 for Transaction ME22n

Former Member
0 Likes
1,857

Hi,

I did BDC recording for the transaction ME22n in the version 4.7, but the code for page down in table control is not recording. could any one please help me in this regard?

Thanks in Advance

Best Regards

Venkatesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,161

Hi Venkatesh,

ME22N is an EnjoySAP transaction and not well suited for batch input. It is better to use the old transaction (ME22).

use BAPI_PO_CHANGE instead.

Regards

Kiran Sure

2 REPLIES 2
Read only

Former Member
0 Likes
1,162

Hi Venkatesh,

ME22N is an EnjoySAP transaction and not well suited for batch input. It is better to use the old transaction (ME22).

use BAPI_PO_CHANGE instead.

Regards

Kiran Sure

Read only

Former Member
0 Likes
1,161

Use BAPI_PO_CHANGE.

Refer the link -

Also you cannot write BDC for ME22N as its an ENJOY tcode.

Instead if you have to write BDC use ME22.

OR

BAPI_PO_CHANGE

Reward all helpful replies.