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

update Ztable using ME_PURCHDOC_POSTED

Former Member
0 Likes
667

Dear All,

I 've to update a Ztable based on some conditions when a PO is created or changed using ME_PURCHDOC_POSTED.

I've already implemented the BADI z_ME_PURCHDOC_POSTED by creating it using definition ME_PURCHDOC_POSTED.

I've written some dummy code inside the method but it's not getting triggered.

can someone tell what could be the problem.

Regards

Message was edited by:

Mahesh Sahu

I found the problem and it is working now.

4 REPLIES 4
Read only

Former Member
0 Likes
624

I found the problem and it is working now.

Read only

Former Member
0 Likes
624

I found the problem and it's working now.

Read only

Former Member
0 Likes
624

Hi Mahesh,

can u pls tell me how did u do it...i am having the same requirement..

Populated Purchase Order & Purchase Requisition Document number in a custom Z table each time created through ME21N & ME51N by using

ME_PURCHDOC_POSTED & ME_REQ_POSTED.

Pls help its urgent...

Thanks ,

Ankita

Read only

0 Likes
624

Why creating new BAPI??? Just use User-Exits.

Jeffrey Satriadi