2008 Nov 10 4:35 PM
Hi Experts,
I moved my development from Sandbox to Development box. In sand box i saved all my objects in a Project in a package.
In Development box, package is there but the project was not created... now i can not edit my FM's. It is providing only Enhancing the code with Insert, replace, delete button on top not as regular screen...
Am i missing any other thing to do...? is project necessary to edit the FM's?
Giri
2008 Nov 10 5:05 PM
the original system on your sandbox objects is the sandbox SID. Whenyou are on Dev, you can only "modify" those as the original system is not the current SID.
what you can do is eiher - do Switch off modification assistant'
or
write a code to mass update TADIR for all Z* objects to set SRCSYSTEM as your Dev SID. then you can edit those normally
Hi Experts,
I moved my development from Sandbox to Development box. In sand box i saved all my objects in a Project in a package.
In Development box, package is there but the project was not created... now i can not edit my FM's. It is providing only Enhancing the code with Insert, replace, delete button on top not as regular screen...
Am i missing any other thing to do...? is project necessary to edit the FM's?
Giri
2008 Nov 10 4:38 PM
I think in Development system you need to create those objects again rather than transporting it from sandbox.
Since it is locked in a transport, it is not allowing you to make changes.
Cheers,
KD
2008 Nov 10 4:41 PM
But, i have other package which is transported sucessfully ... which does not have a project for development objects.
2008 Nov 10 4:57 PM
Hello
It sounds like it might help to turn off the Modification assistant for your FM
Goto the Edit menu in Se37 --> Modification operations --> Switch off assistant.
Regards
Greg Kern
2008 Nov 10 5:05 PM
the original system on your sandbox objects is the sandbox SID. Whenyou are on Dev, you can only "modify" those as the original system is not the current SID.
what you can do is eiher - do Switch off modification assistant'
or
write a code to mass update TADIR for all Z* objects to set SRCSYSTEM as your Dev SID. then you can edit those normally