‎2007 Feb 23 3:54 PM
Hello, All:
I have a strange issues here. when I use Tcode SCDO to create Change Document object. after It automatically generate FM Z_XYZ_WRITE_DOCUMENT.
then I change some parameters to Optional Parameters. It's ok in Developement environment.
But after migrate to Production Environment. It's changed Optional Parameter back to Mandatory Parameter.
my question:
Can we change Mandatory Parameter to Optional Parameter in FM Z*_WRITE_DOCUMENT?
Or do we need to transport something else to Production environment?
Thanks a lot in advance!
‎2007 Feb 23 4:02 PM
Hi
I believe the system re-generates the abap objects in the destination system, so u shouldn't change them.
Anyway u can try to transport the change document object in the production.
After transporting it change the fm module and transport it separately.
Max
‎2007 Feb 23 4:02 PM
Hi
I believe the system re-generates the abap objects in the destination system, so u shouldn't change them.
Anyway u can try to transport the change document object in the production.
After transporting it change the fm module and transport it separately.
Max
‎2007 Feb 23 4:19 PM
Thanks a lot. Max. Can you tell me how to transport Change Document Object.
Because when I use SCDO to create it. It didn't create any transport for me.
Regards,
‎2007 Feb 23 4:57 PM
Hi
It's strange, when you create it the system should ask a development class and so create a transport request.
Max