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: 

I NEED TO FIND THE PURCHASE ORDER NO.

Former Member
0 Kudos

HAI ALL,

I NEED TO FIND THE PURCHASE ORDER NO.

I have MATNR (material no.), LIFNR (vendor no.), RDOC OR MBLNR (material doc.no). values of these in my internal table. Using this i need to find purchase order no. I HAVE TRIED WITH MSEG TABLE ,but purchase order no. is not stored there.

PL. tell me TABLE NAME OR HOW TO JOIN THA TABLES OR ANY VIEWS to find purchase order no.

If u need any clarification regarding my req. pl send mail to below address.

senthilkumar.titan@gmail.com

THANKS IN ADVANCE,

SENTHIL KUMAR

5 REPLIES 5

former_member208856
Active Contributor
0 Kudos

Hi,

Please goto --> SE11 --> Table EKBE --> Put the value of Mblnr in belnr field

Here you can get the value of Purchase order from EBELN field.

Reward points, if Helpful,

Regards,

Sandeep Kaushik

Former Member
0 Kudos

go to se11-mseg table and the field EBELN is for purchase order number

Reward points if useful

Clemenss
Active Contributor
0 Kudos

Hi senthil.

it depends on the posting process: You may have the PO number in MKPF-XBLNR or MKPF-XABLN.

Regards,

Clemens

Former Member
0 Kudos

HAI,

THANKS FOR UR REPLY.

I am using 541 movement type, (which is used for subcontracting)

my req. is for 541 movement type in which table purchse order no. and mblnr(material doc. no.) are stored.

Thanks in advance

senthil kumar

0 Kudos

Hi,

Check table MSEG

EBELN (Purchase order Number)

BWART (Movement TYPE)

MATNR (Material Number)

MBLNR (Number of Material Document)

Reward, if helpful,

Sandeep Kaushik