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

FM for creating/reading the Change Number(ref tcode: CC01)

Former Member
0 Likes
2,754

Hi Group,

I was trying to create a Change Number(using tcode: CC01 ) taking a reference change number(in Template)as basis.

in this scenario, I need to create a Change Number(with a Reference) using a Function module, as I need to incorporate this logic in another Program/FM.

kindly suggest me some Function module useful in this sceanario.

Thanks for your help in advance.

Regards,

Vishnu.

Hi Group,

I was trying to create a Change Number(using tcode: CC01 ) taking a reference change number(in Template)as basis.

in this scenario, I need to create a Change Number(with a Reference) using a Function module, as I need to incorporate this logic in another Program/FM.

kindly suggest me some Function module useful in this sceanario.

Thanks for your help in advance.

Regards,

Vishnu.

3 REPLIES 3
Read only

deepak_dhamat
Active Contributor
0 Likes
1,848

Hi ,

Check this CCAP_ECN_HEADER_CREATE

regards

Deepak.

Read only

Former Member
0 Likes
1,848

Hello Vishnu,

Or try CCAP_ECN_CREATE

Thanks

Amber

Read only

0 Likes
1,848

I used both the Function modules CCAP_ECN_HEADER_CREATE and CCAP_ECN_CREATE to create the CD number, but could not create the Change Document Number.

I input the value of the CD to be created in the structure field as under:

AENR_API01-CHANGE_NO = <New CD to be created>

AENR_API01-CHANGE_LEADER = The Reference CD number(which will be given in the last place in the tcode 'CC01' in Template tab - field Change Number ).

I did all permutations and combinations to be successful, but in vain.

Could you please recommend some other Function module or the same FMs(mentioned above) if I am not giving inputs properly.

Thanks in advance for your help.

Regards,

Vishnu.