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: 

PO number range

Former Member
0 Kudos

hi gurus,

i have the requirment to replace first 4 digits of generated PO with Plant no.

i have found one user-exit for that.

but after that i am unable to get PO.

if any one have idea abt this one plz help me.

3 REPLIES 3

Former Member
0 Kudos

can u check the enhancement MM06E003

EXIT_SAPMM06E_001

INCLUDE ZXM06U17.

concatenate ur plant with the number of po .

po_num = ekko-ebeln.

po_num+0(4) = v_werks.

commit work.

can i see u r code .

regards,

vijay

Former Member
0 Kudos

Hi,

Here are the exits available for number ranges. DId you use any of the below one or different one.

M06B0003 Number range and document number

M06B0004 Number range and document number

MM06E003 Number range and document number

Regards,

Ram

Pls reward points if helpful

Former Member
0 Kudos

Hi vijay

thanq for ur reply.

can u send the detailed code.