‎2005 Oct 28 7:16 AM
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
‎2005 Oct 28 7:45 AM
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
‎2005 Oct 28 8:56 AM
‎2005 Oct 28 2:56 PM
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
‎2005 Oct 29 1:46 AM
Rob Burbank,
The problem has been solved for your ideas.
Thank you very much.
Regards,
collysun
‎2005 Oct 30 6:39 AM
Next time I would also try to reimport your previous request into DEV system.
‎2005 Nov 01 3:40 AM