2013 May 03 10:01 AM
Hi,
I would like to add an custom error message in a SAP standard Pop-up screen based on the input given. Could anyone please suggest me the idea? The T-code is BCA_CN_ACCT_01
2013 May 07 7:49 AM
Hi Raja,
Please provide some more details.
1) Is this error message required only for the GUI channel?
2) Are you intending to replace the text of a existing SAP standard error message?
Regards,
Joshy.
2013 May 14 7:40 AM
Hi Joshy,
Yes, error message required only in GUI and I am not replacing any existing error message. Need to include additional error message based on the validation check on the input field.
Which BDT event i should use for this?
Thanks
Raja
2013 Jun 14 2:49 AM
If the error is on the verification of the account use BDT event DCHCK, is the error is on the subscreen use PAI module of the subscreen or use the function module customized in the BDT customizing.
Always use class CL_BCA_MESSAGE_SRV method ADD_MESSAGE.
Regards
Patricio