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

How resume deleted function group?

com_2018
Participant
0 Likes
1,168

Dear experts,

I have already create one function group,and transported the request (DEV system ->QA system ->PRD system) in STMS, now I unguarded deleted the function group in DEV system and create one new request,but the request do not be transported in STMS.

How resume deleted function group?(Do not tell me by copy)

Thanks and regards,

collysun.

Message was edited by: collysun

6 REPLIES 6
Read only

Former Member
0 Likes
958

Collysun,

It is diffcult to recover function module. But you can try SCC1 transaction to recover FM. You can get history of all delated information from tcode - SUIM.

Regards,

Amey

Read only

0 Likes
958

UP

Read only

Former Member
0 Likes
958

I've never tried this, but it might work:

Re-create the function group in the development system. (Just create a new function group with the same name as the old one.) This should create a new main program with the same name as the old one.

Use version management to retrieve the version of the program that you want. Since all of the includes will have been deleted, you will have to go through the same process (version management) to retrieve the source code of the FMs.

I think that this should get all of the source code back, but you will probably have to re-create the interfaces manually.

Let me know if this works.

Rob

Read only

0 Likes
958

Rob Burbank,

The problem has been solved for your ideas.

Thank you very much.

Regards,

collysun

Read only

0 Likes
958

Next time I would also try to reimport your previous request into DEV system.

Read only

0 Likes
958

Glad to help - please close the thread.

Rob