Application Development and Automation 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: 
Read only

BAPI or Function Module for Mass Costing ( T.Code: CK55 )

Former Member
0 Likes
1,589

Hi Experts,

I need to do a mass costing for the sales order. Is there any supported FM/BAPI for the T.Code CK55 which will provide the such funtionality and the output log/ ALV List is also required. The BDC is getting major performance issue.

Is there an FM/BAPI where I am having Sales Order and Item as input.

thanks...

Regards,

Amarnadh Reddy K

3 REPLIES 3
Read only

Former Member
0 Likes
1,005

Any update on this...!

Read only

Former Member
0 Likes
1,005

Hi Amarnadh,

Am not sure but i think this bapi may be of help 'BAPI_PREPARE_COSTING'.

or

pass it to report program 'SAPRCK_MCSO' which they used in ck55 t-code instead of BDC recording.


Regards,

K.Srikanth Reddy.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,005

Did you try a single "SUBMIT SAPRCK_MCSO WITH s_vbeln IN s_vbenln EXPORTING LIST TO MEMORY AND RETURN" syntax or a call of FM "K_BATCH_REQUEST"  (mapping from report selection fields in form  EXEC_IN_BG of include RCK_MCSO_F01) ?

Regards,

Raymond