cancel
Showing results for 
Search instead for 
Did you mean: 

Budget and Target COPA Planning tables

Former Member
0 Kudos

Dear All

I started to use SAP .Net Connector 3 with VS2010.

I want to get the Budget and Target from SAP tables it all reside in COPA planning.

The TCode = “KEPM”.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197445
Contributor
0 Kudos

Almost all .NET Connector work begins with finding the right RFC-enabled BAPI to call.  In your case, this is most likely BAPI_COPAPLANNING_GETDATA.  From that point, please refer to the tutorials available for invoking this function module from your C# or VB code.

Here's a good one for non-ABAP developers -- How-To Use SAP Nco 3 Connector | .Net 4 | Visual Studio 2010

Former Member
0 Kudos

yes i found this "BAPI_COPAPLANNING_GETDATA" but can you give me an example of how to use it?

former_member197445
Contributor
0 Kudos

That would be a question for ABAPers in the ABAP forum rather than here in the .NET forum. 

raymond_giuseppi
Active Contributor
0 Kudos

There is a sample SAP report : COPA_BAPI_TEST that uses this BAPI.

Regards,
Raymond