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

Any BAPI/FM for ME22N T.code.

Former Member
0 Likes
1,261

hai all,

can u help me with any BAPI's or FM to update data insted of using a BDC for t.code me22n ?

Thanks n regards.

Balaji.

Message was edited by: Balaji

balaji gidijala

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
943

Welcome to SDN.

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.

Regards,

Amit

Reward all helpful replies.

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
944

Welcome to SDN.

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.

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
943

Thanks for your answer! I was looking for a BAPI to replace de BDC on ME22, and I've found your reply. Best regards!

Read only

Former Member
0 Likes
943

Hi,

BAPI_PO_CHANGE

Check out the documentation of the bapi on how to use it.

Regards

Read only

0 Likes
943

Hi,

the above points are corret.Better way is to use BAPI as this can be used witht he enjoy transaction ME22N.For BDC its better to use ME22.

it depends on ur requirment.

but most recommended is BAPI.

Regards,

sasi

Read only

Former Member
0 Likes
943

thank u all. it works.