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

create a change control no using CCAP_ECN_CREATE

Former Member
0 Likes
2,206

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.

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.

1 REPLY 1
Read only

Former Member
0 Likes
1,209

put 'X' to export parameter - REVLV

REVLV = 'X'.