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: 

NUmber Range enhancement for ME51 Transaction

Former Member
0 Kudos

I am trying to find enhancement point for Number Range using transaction ME51 and Not ME51N.

All the Badi/exits available are for ME51N.

Can anybody please help in finding the enhancement point for ME51 Transaction

1 ACCEPTED SOLUTION

Venkat_Sesha
Advisor
Advisor
0 Kudos

Use the FM SXV_GET_CLIF_BY_NAME. Put a Break Point at End-Function and Execute ME51 Transaction and in the Name and Clif Parameters you will find what you need. Hope this helps..

Check the below Document.

http://scn.sap.com/docs/DOC-33611

4 REPLIES 4

Venkat_Sesha
Advisor
Advisor
0 Kudos

Use the FM SXV_GET_CLIF_BY_NAME. Put a Break Point at End-Function and Execute ME51 Transaction and in the Name and Clif Parameters you will find what you need. Hope this helps..

Check the below Document.

http://scn.sap.com/docs/DOC-33611

0 Kudos

HI,

I have done that and the only useful badi i could get is ME_REQ_POSTED. but sadly when I check in the badi, the number range for the po is already generated.

0 Kudos

This BADI is Posted, Purchase Requisition Posted. So you need to find a BADI before you click on SAVE button. Put a breakpoint as I said. At the time you click on SAVE Button you will see the BADI Name and Cliff. Use that. Hope this helps

0 Kudos

Issue Resolved.

Include LEBNEU01

ENHANCEMENT-SECTION     ME_REQUISITION_EXT_01 SPOTS ES_SAPLEBNE.

Found out using /H debug mode.