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

Change Document Object

Former Member
0 Likes
618

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
561

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

3 REPLIES 3
Read only

Former Member
0 Likes
562

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

Read only

0 Likes
561

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,

Read only

0 Likes
561

Hi

It's strange, when you create it the system should ask a development class and so create a transport request.

Max