‎2007 Oct 03 6:27 AM
i want to create a new BAPI with the same function module of purchasing order getlist ... can any one help and tell the steps ....
THANKS IN ADVANCE .........
‎2007 Oct 03 7:04 AM
Hi Ravi,
r u creating new customised BAPI for pogetlist or searching existing standard BAPI.
Thank's.
Patil
‎2007 Oct 03 7:39 AM
‎2007 Oct 03 12:10 PM
Hi ravi,
r u creating Function module for BAPI .
thaen goto t code SE37
enter u r ZBAPI name press f4 it will dispalyed.
reward is use full.
thanks.
patil.
‎2007 Oct 03 7:32 AM
Hi..Ravi
Function module name is : BAPI_PO_GET_LIST
Functionality
You can use this method to list all purchase orders that have to be released (approved) with a certain release code and group (collective release).
As of SAP Release 4.0A, use the method GetItemsForRelease of the business object PurchaseOrder.
Notes
Authorization object M_EINK_FRG is checked.
The release code (RelCode) and the release group (RelGroup) have to be passed on.
The parameter ItemsForRelease determine whether:
purchase orders awaiting release, or
already-released purchase orders
are selected.
This is useful, for example, if a list is to be generated for the cancellation (revokation) of previously effected releases.
The results are returned in the table parameters Headers, Addresses and Items.
‎2007 Oct 03 8:08 AM
Hi Ravi,
You have the step by step process in this link
http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
All you have to do is follow it. This is an example to view data from SAP to JAVA application. I tried it sometime back its working fine.
Regards
Gokul
Reward Points if Useful