Application Development and Automation 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: 
Read only

BDC program for ME29N.

Former Member
0 Likes
684

i have created a BDC program for ME29N, it is working in process level but it is not working while executing it.

how can i solve that? pls give me a sample code.....

3 REPLIES 3
Read only

Former Member
0 Likes
542

Hi

BDC is not recommended for Enjoy Transactions. Check if there is any BAPI/ FM available for the same. You can search in SCN in the Advanced Search on the Right hand side top.

Vishwa.

Read only

Former Member
0 Likes
542

Hi,

You can use this BAPI's instead of BDC's for your ME29N Transaction.

1) BAPI_PO_RELEASE -- This method is to release Purchase Order.

2) BAPI_PO_GETRELINFO -- Detailed Release Information on Purchase Order

3) BAPI_PO_GETITEMSREL -- List Purchase Orders for Release

Regards,

Sudhakar Reddy.A

Read only

Former Member
0 Likes
542

try with BAPI_PO_RELEASE