cancel
Showing results for 
Search instead for 
Did you mean: 

Order Numbers relationship with Object number

Former Member
0 Kudos

Hello,

I would like to know how is Order number related to Object number.What i was told was that the Order Number is the last 6 of order number plus one number.

EX Order Number - 005000789111 whereas the Object number would 111111789112 (last 6 of Order Numb + 1).

If its true then can you direct me to any forums on SDN addressing this issue.Or if there are any codes out there that can show me how to extract Order # from Object# using a program or user exit.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member201206
Active Contributor
0 Kudos

Hi Krrish,

The most simple way is do a select of the AUFK (or View CAUFV) using Objnr to get the Aufnr, and Vice Versa. The typical realtionship between Objnr and Aufnr is

Objnr = XX + Aufnr

And the XX (two characters) depends on the Order type. For example, in case of network, it is NP, for production oder is OR.

Kind regards,

Zhenbo

Former Member
0 Kudos

Thankyou for the reply.Point assigned.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

you can take AUFK table ,whichwill give one to one relation.

Order=AUFNR

Object=OBJNR

PL. try this

Regards

YMREDDY