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

GETLIST BAPI Wrapper for Purchase Requisiton

Former Member
0 Likes
663

HI All,

I want to know the GETLIST BAPI Wrapper for Purchase Requisition in ECC 6.0 . I am able to find GETDETAIL but not GETLIST.

It would be nice if anyone could help me out in this.

Regards,

Madhu.

Edited by: madhu kv on Jul 8, 2008 10:53 AM

4 REPLIES 4
Read only

Former Member
0 Likes
617

Hi,

Try looking in transaction BAPI to see if you can find what yuo want, or search in SE37 using wildcards.

If one doesn't exist you may just have to write one yourself.

Read only

0 Likes
617

I searched in BAPI and in SE37 , but could not find any GETLIST BAPI Wrapper.

Thanks,

Madhu.

Read only

0 Likes
617

In that case you could just write your own custom function module to do it. All you need to do is write a simple select statement to return a table of document numbers. It shouldn't take more than an hour to have it all up and running. You could add a parameter to the interface so that it either returns just a list of document numbers or if the parameter is set, it calls GET_DETAIL for each document and returns the full data.

Good luck

Read only

0 Likes
617

This message was moderated.