Application Development 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: 

Is there any Enhancement of a standard message(Message ID:BP603 )

Former Member
0 Kudos

When we run MIGO or F-02 or any time the WBS budget exceeded, SAP will show us a Error message

BP603, User wanna SAP send a Mail remaind after this Error message.

So , Is there any Enhancement or Exit for this message or for the WBS budget exceeded check !?

Thanks Thanks Thanks

6 REPLIES 6

former_member15255
Active Participant
0 Kudos

Hello,

I think you need to make use of "Implicit exit" before the actual perform / function module works and copy the the code and covert the Error to Information / Warning Message and exit from the function module hence you can avoid the Error Message for further clarification give me the message id and no

regards

Suresh Nair

0 Kudos

But , there are many Tcode can show that error message , I can't change all the standard code.

0 Kudos

sorry, i did not understand ur query completely, if u r trying to change the type of message from E to either W or I..........then, i guess, its CONFIGurator task-functional folks will set it.

thanq

former_member15255
Active Participant
0 Kudos

Hello fred,

You can make use of the Implicit exit and you can make your exit work on tcode specific by putting the code as shown below

if sy-tcode = 'MIGO' or sy-tcode = 'F-02'.

YOUR CODE

endif.

for rest all tcode the other code would work

regards

Suresh nair

0 Kudos

Now my problem is I can't find a Enhancement or a BADI for this Budget Check(Message BP603/604).

I find a Badi named bbp_budget_check, but it's just avilible in SRM ,I can't find this BADI with SE18 in our system.

So, Is there anybody know the Enhancement or BADI for the budget check !?!?

0 Kudos

Is there any BADI or Enhancement for WBS budget exceeded check(Message BP603/604) !?!?

Edited by: Fred Wang on Apr 1, 2009 1:43 AM