‎2016 Sep 15 11:47 AM
Hi all,
My customer asked mer to implement this note oss 1718613.
The note guide says:
Reason and Prerequisites
Function module DD_DB_IMIG_CALL_INSTTOOL does not contain authorization checks for checking an
authenticated user's authorization to access some of its functions.
This may result in undesired system behavior.
Solution
Check whether the module DD_DB_IMIG_CALL_INSTTOOL is in the system. If this should be the case,
import the attached transport request BIOK018090. This will delete the module from the system. Please note
that transaction IMIG will not work correctly anymore after the import.
The function group SDBM will show syntax errors after the import. These can be ignored. If necessary, they
can be resolved by finalizing the deletion of the module within the group.
The transport can be added to the import queues of Quality and Production systems as welll. Alternatively,
after the import to a development system, you can add the function group SDBM to a workbench request
there and release it to your transport landscape.
The problem is that the attached request BIOK018090 delete the function module from the function group SDBM.
the SAP NOTE guide says :
If necessary, they
can be resolved by finalizing the deletion of the module within the group.
But how to delete this because it's not enable by SAP :
N° message EU522
Vous voulez modifier une source ABAP/4. Cette source a été bloquée par son auteur pour que d'autres utilisateurs ne puissent pas la modifier : l'attribut "Blocage de l'éditeur" est activé pour cette source.
Le système refuse vos modifications dans cette source ABAP/4 et vous la montre en mode d'affichage.
Seul celui qui a activé le blocage de l'éditeur peut le reprendre. Ce n'est qu'alors que vous pourrez modifier la source ABAP/4.
Somebody can answer it ?
Thx all.
‎2016 Sep 19 10:32 AM
‎2016 Sep 15 2:02 PM
Hi.
You need to remove the "edit lock" on the main function group's program LSDBMUXX.
You should use a report like this:
Editor Lock and Unlock in SAP ABAP Program - ABAP Development - SCN Wiki
But this operation should be proposed by the note so you better inform yourself with SAP support.
Hope to help
Bye
‎2016 Sep 19 10:06 AM
Hi,
I've tried a zprogram by myself wich is doing the same. But I can't activate it, I've got an error message saying I can't update TRDIR.
‎2016 Sep 19 10:32 AM
‎2016 Sep 19 1:01 PM
Thx a lot Raymond, I can repair my function Group by this way.
Now I've a new error in function group, but I'm gonna try repair the same way.
‎2016 Sep 19 1:29 PM
Raymond, maybe you canhelp me again.
I repaired my function group SDBM by this way.
But the repair has changed the list of includes in the LSDBMXX include, and now I have some error of type declaration cause the order of include changed.
For exemple:
before repair :include LSDBM04 is after LSDBM11
Now LSDBM04 is before LSDBM11 and have syntaxe error cause it's using a type defined in LSDBM11.
How I can repair it ?
‎2016 Sep 19 1:53 PM
Hi.
Do you have this type of syntax error?
Try to activate it anyway. It's a DD_DB_IMIG_DDIF_TABL_XXX dependent activation.
Hope to help
Bye
‎2016 Sep 19 1:56 PM
It seems curious to me that Include LSDBMU11 was before LSDBMU04, check if somebody did something strange with SPAU or installing OSS notes in an incorrect sequence, try analyzing version history.
If you can't solve raise an incident to SAP or try to restore the function group transporting it back from some other system?
Regards,
Raymond
‎2016 Sep 19 3:30 PM
What do you mean by : It's a DD_DB_IMIG_DDIF_TABL_XXX dependent activation ?
‎2016 Sep 21 9:36 AM
Hi.
I mean that must be activated together.
Release 750 doesn't have DD_DB_IMIG_DDIF_TABL_XXX function module and changed a lot
The old system such ecc6 contains a code that compile correctly when is running, so you need to activate it anyway.
Hope to help