2011 Aug 24 6:53 AM
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.
2011 Aug 24 7:01 AM
2011 Aug 24 4:18 PM
2011 Aug 25 4:52 PM
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.