cancel
Showing results for 
Search instead for 
Did you mean: 

Object not found error in OB28: User exit for validation

Former Member
0 Kudos

Dear Experts,

I have created Validation for parking FI document in OB28 and added user exit U211 in the existing ZGGBR500 program.Even I have added below code.

EXITS-NAME = 'U211'.

EXITS-PARAM = C_EXIT_PARAM_NONE.

EXITS-TITLE = TEXT-211.

APPEND EXITS.

Its working fine in Development system so I transported all the dependent objects and code to Quality system from Development. In Quality, I executed RGUGBR00 and I am able to see U211 in list of User Exits and even code is present in ZGGBR500 but when I keep curson on U211 and click on ABAP routines button I am getting Object Not found error. Please help me in finding the root cause for this error: OBJECT NOT FOUND.

Thanks in Advance.

Regards,

Shreyansh

Accepted Solutions (1)

Accepted Solutions (1)

Renan_Correa
Active Contributor

Hello,

Enter SE38 and chose display mode of ZGGBR500,

go to menu Utilities -> Update Navigation Index.

Then test your process again.

REgards,

REnan COrrea

Former Member
0 Kudos

Thanks a lot..Its working now..

0 Kudos

Hi Renan,

Thank you so much for your solution...After hours of debugging, I was clueless how to overcome this issue...It really helped...

But I could not understand the reason why we have to do this (updating navigation index)??

In quality it is working fine, but in production, however, created in the same way as quality, object not found error incurred. Any reason for such behavior??

Regards,

Nitin

Former Member
0 Kudos

Hi Nitin

We have also faced the same issue. The Validation/Substitution worked fine when transported to Quality, but, we faced the same problem in Production and had to regenerate the index. We could not find any reason for such behavior. Also, it is completely random i.e. we do not face this issue with most of the validations/substitutions.

Regards

Sowmya

Former Member
0 Kudos

Thanks!

I had the same issue and now it is working fine.

Ledjo
Participant
0 Kudos

Hi Renan,

Thank you for your solution.

I had the same issue, now its working fine.

Answers (1)

Answers (1)

Former Member
0 Kudos

Whenever you transport Validations/Substitutions, after import of the transport in destination client, you must execute Program : RGUGBR00.  This will generate the necessary ABAP Code in order for Validation/Substitution to work.

Thanks

Prasad