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: 

Me22N Amendment changes

former_member361845
Participant
0 Kudos

Hi Experts,

My requirement is to write code in PO amendment process. Everytime for PO changes Version (erev-revno)gets generated.

I have to find enhancement/badi for placing my code for the new version which does not get saved in table untill PO is saved.

However i check the Badi check method which does not suit.

Give me valuable suggestion how can i get this done.

1 ACCEPTED SOLUTION

former_member361845
Participant
0 Kudos

Hi

Are we having any exists or BADI's getting the version details for PO while Save?

Suggestion will be welcome!

5 REPLIES 5

former_member361845
Participant
0 Kudos

Hi

Are we having any exists or BADI's getting the version details for PO while Save?

Suggestion will be welcome!

0 Kudos

Hi,

why Don't you try it by using Enhancement spot.

0 Kudos

I tried putting implicit enhancement ; but the version checkbox = 'X' is not getting updated.

At that iteration sy-subrc shows 4 .(I think i need to debug the logic further)

Hence i am not sure what to do?

0 Kudos

Hi Gurus,

I have used implcit enhancement for the amendment process for PO.

My observation is even i keep the 'Verision tick' checkbox for the new version gereated at run time,

it is not getting updated for the field REVOK.

Can anybody add comments on the significance on the verison in PO Amendement process!

Thanks!

Done the changes!

Completed using implicit enhancment at MM06EFDCM method Process.

Edited by: shahin11 on May 26, 2011 1:40 PM

former_member361845
Participant
0 Kudos

Done using Implicit Enhancement..find my comments