In very early releases of SAP APO the tables /SAPAPO/ORDKEY and /SAPAPO/ORDMAP were moved from database to liveCache.
From the perspective of an ABAP developer this step was undone in very new SAP releases on HANA.
In those Releases you can browse the contents of /SAPAPO/ORDKEY and /SAPAPO/ORDMAP again in SE16 - like in APO 2.0.
The following code works:
select * from /sapapo/ordkey
" connection (om_lc_name)
into table lt_ordkey where ordno = p_ordno and simid = '000'.
" connection (om_lc_name)
into table lt_ordkey where ordno = p_ordno and simid = '000'.
even without the connection to LCA.
Back to the roots with HANA
No comments:
Post a Comment