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

BAPI

Former Member
0 Likes
743

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 .........

5 REPLIES 5
Read only

Former Member
0 Likes
710

Hi Ravi,

r u creating new customised BAPI for pogetlist or searching existing standard BAPI.

Thank's.

Patil

Read only

0 Likes
710

creating new customised BAPI .....

Read only

0 Likes
710

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.

Read only

Former Member
0 Likes
710

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.

Read only

Former Member
0 Likes
710

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