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: 

Custom Report similar to CK11n

avinash_abap
Explorer
0 Kudos

Hi,

My requirement is to develop a Custom report similar to CK11n transcation.

i have checked the following FM's

BAPI_COSTESTIMATE_GETLIST

BAPI_COSTESTIMATE_GETEXPLOSION

BAPI_COSTESTIMATE_GETDETAIL

As these FM's are fetching data based on Costing date's. But for my requirement i want costing date to be current date.

with today's date along Material,Plant And Costing variant i need to develop a custom report similar to CK11N.

How to achieve this?

1 ACCEPTED SOLUTION

avinash_abap
Explorer
0 Kudos

Achieved this requirement by using  CK_F_MATERIAL_CALC FM which calls CK11N transaction and saves the costing.

To display the Product costing details i have used

1.  BAPI_COSTESTIMATE_GETLIST

2.  BAPI_COSTESTIMATE_GETEXPLOSION

1 REPLY 1

avinash_abap
Explorer
0 Kudos

Achieved this requirement by using  CK_F_MATERIAL_CALC FM which calls CK11N transaction and saves the costing.

To display the Product costing details i have used

1.  BAPI_COSTESTIMATE_GETLIST

2.  BAPI_COSTESTIMATE_GETEXPLOSION