Skip to Content
0
Former Member
Mar 01, 2009 at 07:36 AM

How to program BAPI_AP_ACC_GETOPENITEMS

543 Views

Hi,

I am a newbie in creating SAP BAPI using C# programming. I downloaded a third-party add-in tools (softwise proxy generator) for C#, then when I run the tools then called BAPI_AP_ACC_GETOPENITEMS. It generated me 4 classes. Please find my classes below.

Now my question is, how to program this classes? I try to create a program but it doesn't give me output values.

My input parameter are;

CompanyCode = "CSA1"

Vendor = "0040000001"

KeyDate = "20081102"

NotedItems = ""

Please find my program in my second post.

Thanks,

Glenn