cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Work Status

brahmareddy_kolli
Participant
0 Kudos
194

Hi Experts,

Is it possible to change work status error messages by changing stranded program?

E.g  Owner of the parent is trying to submit for further approval ,while we will get system error that: bottom up rule has been violated .

We will like to change this error as  ************

With Regards

Brahma Kolli

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Brahma Kolli,

If you need just to change the error message and keep it's parameters same you don't need to change SAP programs. You have to find out what Message Class issues that message; for Work status it's most probably UJW_EXCEPTION.

Go to t/a SE91 and put that Class name there, find your message and change the text. &n there represent parameters of the message.

I agree with opinions listed above, but this approach doesn't involve code change - less risk.

Regards,

Gersh

former_member186338
Active Contributor
0 Kudos

Hi Brahma,

Even if you change the original ABAP code of BPC to have your custom message you will have troubles with each BPC SP upgrade... Do you really want it?

Vadim

brahmareddy_kolli
Participant
0 Kudos

Dear Vadim,

Thanks for your reply.

Yes, We really required this .Is it possible to change?

Kindly suggest us. What are all Objects,we have to change.

With Regards

Brahma Kolli

former_member186338
Active Contributor
0 Kudos

"What are all Objects,we have to change" - Is it a joke? You have to search yourself...

But to my mind it's ABSOLUTELY wrong idea...

Try to experiment with

BADI_UJW_STATE_CHANGE

Vadim

brahmareddy_kolli
Participant
0 Kudos

Its not joke. I thought some one knows about this.

We do agree, this is not an good idea, But my business badly required it.

Brahma Kolli

former_member186338
Active Contributor
0 Kudos

Sorry, but next time your business may ask you to rewrite BPC completely ... That's your job to explain business the future effects of standard code changes (always bad, no exceptions).

Vadim

gajendra_moond
Contributor
0 Kudos

"Business always needs it badly". But no product provides 100% fit to the requirements. It is better not to give-in to their requirements and project it as product's limitations rather than having a myopic vision of current situation only. Hope that business adapt after initial discomfort.

Also, any changes that you do in back-end BPC standard code can have some severe implications that could make you sweat to resolve issues in the future.