cancel
Showing results for 
Search instead for 
Did you mean: 

Inheritance relationships could not be deleted

Former Member
0 Kudos

Dear Expert,

I am trying to delete the Inheritance relationship but getting following error.

As mentioned in the error information, i did check the 'Additional Informaton' but do not have any background job pending, Also Pused the 'Restart' inheritance button but no success.

Can anyone please guide me genrally which background job runs for inheritance? which ABAP proram attached to it? I did checked RC1R0INH but no such job is scheduled in this landscape.

Can you please guide me how to get rid of this error.

Thanking You,

Regards

Amol

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear All,

I am going through the SAP help and there it is mentioned that,

The next background job for the inheritance deletes the inheritance relationship from the header data of the source and target specifications

Which is this Background Job? Does anybody know which ABAP Program is attahced to this Background Job or which " Start at Event" or "Start at Job" must be linked?

this will help to search this back ground job in my system using SM37

Kindly do the needful.

Regards

Amol

Former Member
0 Kudos

Hi Amol,

You can check 2 things, which could go wrong in your case.

1. Authorization Issues - While the inheritance relation ship deletion, program call the function - "C14J_ADD_AUTH_CHECK", which again call the function -

   'C1F2_USAGE_ESTRH_AUTH_CHECK' at table level authorizations.

2. EA-PLM (PLM extension) switch must be active -

while deleting the line item, system call the function - GET_R3_EXTENSION_SWITCH, whihc will check the EA-PLM switch active or not.

There is no any batch job other than RC1R0INH, related to inheritance function.

Regards

kamal

christoph_bergemann
Active Contributor
0 Kudos

Dear Amol

with ECC 6.0 EnhPack 3 EH&S Business Function activated INheritance was optimized. Please check customzing set up (Set up of inheritance job); may be check :

http://www.consolut.com/en/s/sap-ides-access/d/s/doc/U-RCGRELWLIST

http://www.consolut.com/en/s/sap-ides-access/d/s/doc/U-TCGREL01

May be read cross here:

http://help.sap.com/saphelp_banking60/helpdata/en/59/6293e20f9611d494b3080009b98822/content.htm

Most important fact from that help

:

You have processed the IMG activity Set Up Job for Inheritance in Customizing for Basic Data and Tools and scheduled the inheritance report to be event-controlled as described there.

●      The data to be passed on cannot be locked by another user. Under Specify Environment Parameters in Customizing for Basic Data and Tools, you can use the environment parameter INH_JOB_DELAY to specify after how many minutes the background job for the inheritance is rescheduled if data is locked.

Check may be as well:

http://scn.sap.com/thread/1910903

http://scn.sap.com/thread/1559486

http://www.stechno.net/sap-notes.html?view=sapnote&id=650342

http://www.stechno.net/sap-notes.html?view=sapnote&id=782304

http://www.stechno.net/sap-notes.html?view=sapnote&id=842955

Therefore potentially data is still locked by somebody etc.

C.B.