cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for getting all the PO in SAP

Former Member
0 Kudos

Hi,

I have a .net windows application to get all the PO details from SAP. What functional module I can use to get the same?

.netframework : 4.0

Language: C#

Visual Studio: vs 2010

Regards,

Manosh Jacob

Accepted Solutions (1)

Accepted Solutions (1)

hynek_petrak
Active Participant
0 Kudos

BAPI_PO_GETITEMS

Former Member
0 Kudos

Hi,

Thank you for the quick response Hynek. What I meant was  to get all the PO Numbers in SAP

Regards,

Manosh Jacob

hynek_petrak
Active Participant
0 Kudos

Hi Manosh,

well, you asked for PO details initially. To use BAPI_PO_GETITEMS, you need to supply at least one parameter. In order to get all the PO in system, you may iterate through all the plants - import parameter "PLANT".

If you need just the numbers, query on the table EKKO, field EBLN. Whatever filter you require ... status, year ...

Hynek

Answers (1)

Answers (1)

0 Kudos

if ur not happy with the standard

existing bapis try to create ur own bapi which suits ur requirements