cancel
Showing results for 
Search instead for 
Did you mean: 

Table name for Order in sap apo

former_member691361
Participant
0 Kudos

Hi,

We have to do an enhancement for which one selection criteria is ORDER Number.

Could you please provide the APO table name for the ORDER Number.

Thanks,

Prash

Accepted Solutions (0)

Answers (2)

Answers (2)

babu_kilari4
Active Contributor
0 Kudos

Hello Prasanth,

If you're looking for Sales order, delivery or Purchase order; you can very well refer to /SAPAPO/POSMAPN.

If you're looking for some other type of document use the function module /SAPAPO/OM_ORDER_GET_DATA to get the data as it retrieves the data from LiveCache.

Hope this helps.

Thanks & Best Regards,

Babu Kilari

former_member691361
Participant
0 Kudos

Hi Babu,

I want to get the planned orders and process orders.

How to get these data using function module /SAPAPO/OM_ORDER_GET_DATA

I am confused. Could you please guide me?

Moreover how to get the value for SIMSESSION field?

Thanks,

Prash

babu_kilari4
Active Contributor
0 Kudos

Hello Prasanth,

You can pass 000 as Simsession field and see if it works as per your system architecture. If you want to know how to use the FM /SAPAPO/OM_ORDER_GET_DATA, I suggest you to take where-used-list for this FM in the system and you will see many programs in standard SAP where this FM is widely being used. You can take them as reference and build your solution accordingly.


Thanks & Best Regards,

Babu Kilari

SCM APO Consultant

mwallace
Participant
0 Kudos

Hi Prash

Planned orders are not held in tables in APO, they are held in LiveCache. Some order types however are held in tables.  Which order type are you looking for? (Sales, Production, Purchase....)?

Mike