Skip to Content
0
Former Member
Dec 21, 2007 at 07:25 AM

create a change control no using CCAP_ECN_CREATE

997 Views

Hi All,

I am trying to create a new change control no for a material using the FM CCAP_ECN_CREATE.I am giving the following parameters but am getting an error(due to an exception) 'Processing of change number cancelled' message no 569 id CC.please let me know am i missing any other parameters.

object_bom-active = 'X'.

object_bom-obj_requ = 'X'.

APPEND object_bom.

object_bom_mat-active = 'X'.

object_bom_mat-obj_requ = 'X'.

APPEND object_bom_mat.

object_mat-active = 'X'.

object_mat-obj_requ = 'X'.

APPEND object_mat.

objmgrec-chg_objtyp = '1'.

objmgrec-bom_cat = 'M'.

objmgrec-material = Parent Material.

objmgrec-plant = Plant .

Thanks,

Rakesh.