2009 Apr 14 1:54 PM
Hi,
The requirement is to make the Earmarked Funds mandatory conditionally i.e. for a particular Commitment Item. I am using the following BADI ME_PROCESS_PO_CUST. In that method PROCESS_ACCOUNT is used.
I am able to generate the error to make the user enter the Earmarked Funds.
It is also displayed as error in red in the CHECK functionality also.
But the issue is that, the user is able to save the document in spite of the error( not enforcing the HOLD functionality as in the normal error message).
Am I missing something?
Gowri
2009 Apr 14 4:32 PM
Hi have tried the normal way of error display
>MESSAGE 'Enter Earmarked funds' TYPE 'E'.
and also with macros
>INCLUDE mm_messages_mac.
>mmpur_message_forced 'E' 'YMESSAGES' '201' space space space space.
still no luck
Gowri
2009 Apr 15 7:50 AM