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

Me22N Amendment changes

former_member361845
Participant
0 Likes
1,088

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

former_member361845
Participant
0 Likes
978

Hi

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

Suggestion will be welcome!

5 REPLIES 5
Read only

former_member361845
Participant
0 Likes
979

Hi

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

Suggestion will be welcome!

Read only

0 Likes
978

Hi,

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

Read only

0 Likes
978

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?

Read only

0 Likes
978

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

Read only

former_member361845
Participant
0 Likes
978

Done using Implicit Enhancement..find my comments