‎2008 Jul 08 6:57 AM
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
‎2008 Jul 08 9:55 AM
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.
‎2008 Jul 08 9:58 AM
I searched in BAPI and in SE37 , but could not find any GETLIST BAPI Wrapper.
Thanks,
Madhu.
‎2008 Jul 08 10:01 AM
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
‎2013 Jun 05 3:07 PM