Application Development 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: 

BAPI to simulate functionality of t-code KE21N

Former Member
0 Kudos

Hi Forums,

I need to sales order information into COPA, anyone had experience with this and what BAPI would be used to accomplish this?

thanks

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try this for CO PA Planning data..

BAPI_COPAPLANNING_GETDATA Read CO-PA Planning Data

BAPI_COPAPLANNING_POSTDATA

Write CO-PA Planning data

Also try,

BAPI_COPAQUERY_GETACC_ACTDATA

BAPI COPAQuery.GetAccountBasedActualData

BAPI_COPAQUERY_GETACC_PLANDATA

BAPI COPAQuery.GetAccountBasedPlannningData

BAPI_COPAQUERY_GETCOST_ACTDATA

BAPI COPAQuery.GetCostingBasedActualData

BAPI_COPAQUERY_GETCOST_PLANDAT

BAPI COPAQuery.GetCostingBasedPlanningData

Regards,

ShreeMohan

Please mark helpful answers

former_member194669
Active Contributor
0 Kudos

Have you checked function modules under function group KEBAPI1169 ?

0 Kudos

I have noticed that BAPI_COPAACTUALS_POSTCOSTDATA does not return the SAP document number, this is a requirement of mine.

anyone know how to accomplish this?

0 Kudos

Hi,

Please Refer this link,

please let me know if any issue

Regards

ShreeMohan

Edited by: ShreeMohan Pugalia on Jul 21, 2009 4:54 PM

0 Kudos

Yes you are right.

May be copy this fm into Z_ and change accordingly as per your needs, will it do ?