cancel
Showing results for 
Search instead for 
Did you mean: 

Function Modules for creating production version.

Former Member
0 Kudos

Hi,

Is there any function module available in SAP to create Production version?

I'm aware of CM_FV_PROD_VERS_MAINTAIN function module but this one works on dialog mode.

Please let me know if there are any other function module/class available to create production version.

Many Thanks!

James....

Accepted Solutions (0)

Answers (2)

Answers (2)

jorge_leal
Member
0 Kudos

Hi,

try with this fm CM_FV_PROD_VERS_DB_UPDATE.

use table  IT_MKAL_I to insert.

use table  IT_MKAL_U to modify

use  table  IT_MKAL_D to delete.

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

For C223 production version,

CM_FV_PROD_VERS_MAINTAIN

CM_FV_PROD_VERS_SAVE

Please refer this thread,

Regards,

R.Brahmankar

Former Member
0 Kudos

Dear Brahmankar,

I have already looked on the above mentioned function modules. I want to create production version on background( no User interaction). Do you have any other function module to create production version.

Thanks!

James....