‎2011 Jan 07 2:29 AM
Hello Every one ,
I have a problem when executing the function module in RF Tranasaction , I have a requirement to create a handling units through COPAWA transaction, i am using few function modules which is using by transactions , in that the function module it is giving an information message from FM COHU_EXBEREIT_LINE_CHECK, i need to use this function module becuase it will validate the entries . that is the reason i am using it
but I want to suppress the message .,
Any suggestions , please.
Thanks in Advance.
Nags
‎2011 Jan 07 3:24 AM
Add an Exception error_message while calling your function module in the program. It will suppress S, I, W messages
EXCEPTIONS
CHECK_ERROR = 1
OTHERS = 2
ERROR_MESSAGE = 3. " Add this line also
‎2011 Jan 07 3:24 AM
Add an Exception error_message while calling your function module in the program. It will suppress S, I, W messages
EXCEPTIONS
CHECK_ERROR = 1
OTHERS = 2
ERROR_MESSAGE = 3. " Add this line also
‎2011 Jan 07 4:57 AM
I tried the above one in the program via editor, but i am getting the below error .
Erro message : " Formal argument 'OTHERS' must be at the end of the exception "
please let me know further.
Thanks
Nags
‎2011 Jan 07 5:02 AM
Its clearly says what to do?
Add OTHERS at the end of EXCEPTION
EXCEPTIONS
CHECK_ERROR = 1
ERROR_MESSAGE = 2.
OTHERS = 3.
‎2011 Jan 07 5:57 AM
‎2011 Jan 07 6:19 AM
‎2011 May 30 10:45 AM
Hi !,
I am unable to find right FMs to execute COPAWA can you please help on the same? I need to interface SAP and MII.
Regards,
Anoop