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

Programmatically Activate or delete SAP Objects inactive versions

Former Member
0 Likes
1,143

Hi Guys,

I need to configure Fiori on IDS for demo purpose, I am applying some Fiori Patches to IDS EHP7 system using SPAM,  the patch process stops and gives errors that there are inactive objects in the system, activate them first, I tried to activate them using se80 but failed due to these are not customer objects these are SAP objects. We have been restricted by our project manager to apply license or get object access key since this is temporary system on temporary hardware (hardware selections, and vendor quotations are in process, maybe needs 2 more months, I had to give a demo to a team meanwhile).

Is there any report to activate SAP objects or delete inactive versions of SAP objects, or can I achieve it through programmatically using ABAP.

List of Inactive versions of SAP Objects


Phase CHECK_INACT_OBJECTS: inactive objects

Type    Name of the inactive object

METH   CLUR_NW7_INIT_UTIL============CM04H

METH   CLUR_NW7_INIT_UTIL============CM04Q

METH   CLUR_NW7_JSON_RENDERER========CM02R

METH   CLUR_NW7_JSON_RENDERER========CM06U

METH   CLUR_NW7_LSX_RENDERER=========CM04L

METH   CLUR_NW7_LSX_RENDERER=========CM04U

2 REPLIES 2
Read only

Former Member
0 Likes
832

Hi,

got the same issue. Did you find a solution which you can share?

Regards,

Reiner

Read only

0 Likes
832

Haven't found any solution other than registering for Object keys and than activate those objects,

In short,

1) register IDS system in SAP Launchpad portal (Which is basically on Fiori ),
2) get IDS license, apply license to IDS,
3) then first get Developer key of any user(ABAPer) from SAP, and also get Object key of those inactive objects. (from https://launchpad.support.sap.com )

1) Now login to IDS using that user whos developer key you got,
2) Goto SE80 and search for those inactive objects, activate them, system will ask for first developer key of logged in user, give it, them it ask for object key, give it

3) Viola objects activated

No other way in my knowledge to activate SAP inactive objects with object key.

Regards,

Bilal