on ‎2011 May 06 12:43 PM
Hi All,
The blocked account assignment value at backend need to be displayed as ERROR message in SRM7.0. But in current scenario the blocked Cost Centre in the backed is showing as WARNING message.
The message is stored in message class BBP_PD as &1&2&3&4 which is getting dynamically filled at run time from backend system. I want to change this warning message to Hard Stop Error message.
I tried using SPRO (Message control) but i wont works.
So kindly let me know if it can be done in some other way.
Thanks,
Chirag Shah
Request clarification before answering.
Hey Chirag
Can you check this Badi ZCL_IM_SRM_ACCT_MESSAGES_A and the method here ..
IF_EX_BBP_MESSAGES_BADI~FILTER_MESSAGES
LOG_MSG_NO in structure <FS_RETURN> will give you the exact message number you will find for which you could then add the code as per your requirement .
Do let me know if you are able to understand .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I was wondering if you might have a list of the common errors in SRM 7 and waht they mean.
Please let me know.
Adine Miller
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I have created the entries in the table mentioned above and then i was able to cutomize the message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Message control would only influence if message is available in table BBPV_PDMSG.
If it is not there, so message is not customizable.
Regards
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chirag Shah
You may have to code the BBP_DOC_CHECK_BADI and in this code a check on any return messages from the RFC Call. If this message is sent back then change to Error.
I hope this helps,
Kind Regards,
Lisa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.