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: 

Purchase requistion TABLE

Former Member
0 Kudos

Hi I am trying to create a purchase order through ME51N. Now i want to relase this purchse order through a bdc for the treansaction ME54N. When i tried to do a BDC, it not working. now how will i release the PR,? Can I relase the PR by forcing the values in the batabase table? if so, then what are the tables that stores all the release status for a Purchase requistion.

Plz answer its very urgent.

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello

Have a look at the BAPI explorer (transaction BAPI): select the Hierarchical view and open:

<i>Materials Management -> Purchasing -> Purchase Order -> "method" <u>Release</u></i>

If you click on this "method" you will see the implementing BAPI: <b>BAPI_PO_RELEASE</b>

Use this BAPI to release your purchase order (and never ever thing of directly updating DB tables of SAP business objects except you want to mess up everything...).

Regards

Uwe