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

Modification Comparison for SAP object

Former Member
0 Likes
380

When we try to modify the program /DBM/MT_TILL_FUNC_D2063, reports the following message

u201CCarry out modification comparison for REPS /DBM/MT_TILL_FUNC_D2063 first. No changes possibleu201D

We just update our DSAP BM 6.00 system to service pack SAPK-60007INDBM from SAPK-60005INDBM.

Before this update was made, we were able to modify the programs, and there was not necessary for a registration key, know on it is necessary to input this key, we input the key from the marketplace, but still we canu2019t modify it.

We already try to do the recommendation mentioned, but the object doesn't show in the browser panel.

What can I do to resolve this issue?

Alvaro Corpeno

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
0 Likes
339

Hello Alvaro

This message is caused because there is/are some object locking the object DBM/MT_TILL_FUNC_D2063 . So to check what action is necessary to take to do so you need to check if the objects are notes or just reuqests:

- Transaction SE16

- Table SMODILOG

- List all entries for object DBM/MT_TILL_FUNC_D2063

- There you will see for each record field OPERATION

- Check all entries that contains OPERATION = 'NOTE'

- On field MOD_NAME you can check the note number - last 4 digits are note version

- Upload this note via SNOTE transaction.

- This action will update system entries and unlock the object

Kind regards

Carlos Machado

2 REPLIES 2
Read only

former_member214857
Contributor
0 Likes
340

Hello Alvaro

This message is caused because there is/are some object locking the object DBM/MT_TILL_FUNC_D2063 . So to check what action is necessary to take to do so you need to check if the objects are notes or just reuqests:

- Transaction SE16

- Table SMODILOG

- List all entries for object DBM/MT_TILL_FUNC_D2063

- There you will see for each record field OPERATION

- Check all entries that contains OPERATION = 'NOTE'

- On field MOD_NAME you can check the note number - last 4 digits are note version

- Upload this note via SNOTE transaction.

- This action will update system entries and unlock the object

Kind regards

Carlos Machado

Read only

0 Likes
339

Carlos: thank you for your quick response, I finally could modify the program. I just add one thing, I have to change the upgrade field in the SMODILOG table, the field had an "X", I just removed it.

Best, regards

Alvaro