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 Editing issue

Former Member
0 Likes
776

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

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

4 REPLIES 4
Read only

Former Member
0 Likes
747

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

Read only

0 Likes
747

But, i have other package which is transported sucessfully ... which does not have a project for development objects.

Read only

Former Member
0 Likes
747

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

Read only

Former Member
0 Likes
748

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