cancel
Showing results for 
Search instead for 
Did you mean: 

FM or tables which includes PO related information in SNC??

Former Member
0 Kudos

Hello Expert,

I am struggling to find a FM which can fetch PO detail posted in SNC. is ther any PO get detail FM exisist in SNC?

which all table contains PO reated information.

We managed to pull on below tables however it doesn't contain the realtionship header GUID & a PO No.

/1OT/ORDROEHD700

/1OT/ORDROEIT700

Appreciate if anyone respond on this.

Best regards

Bharat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bharat,

Hope this would help you,

Try the below table in se11

/1OM/ORDR7MP3100 - Get the order ID by entering order number

Go back to se11 again and fetch the below table

/1OM/ORDROEHD100 - Now enter the order id which you got from the 1st table for Header information

Regards

Vinoth

Former Member
0 Kudos

Hello ,

Table /1OM/ORDR7MP3700 gives the relationship between ECC Po no. & ORDID in SNC.

Hope this might help..

Best Regard,

Bharat M

Former Member
0 Kudos

hi Bharath,

PO related info is stored in the ODM data area tables.

As far i know, there is no FM which can do this job. It is recommended to use ODM classes and methods to access this info.

you can use /scmb/cl_odm~get3_by_id to get info from ODM.

also, the GUID are stored in the mapping(MP3) table. so, you need to check that table to get the GUID for a PO number.

Hope this helps.

--Harsha Gatt

Former Member
0 Kudos

Hello Harsha,

Thanks for the response. Can you exactly pinpoint which t code i should execute & what class i should put to get the detail..

Aprreciate your detail response.

BR,

Bharat M