‎2011 Apr 25 12:35 PM
Dear friends,
While checking code inspector in mhy program i m getting following information msg. how to avoid it.
Message code 0002
Program YFIIN_POST_INCOM_PAYMENTS Include YFIIN_POST_INCOM_PAYMENTS Row 333 Column 8
Call Transaction 'F-28'
Regards
Balamurugan N
‎2011 Apr 25 12:42 PM
Hi,
You need to either provide an authorization object for the transaction OR you can hide the message by putting "#EC CI_CALLTA statement against the "CALL TRANSACTION F-28" statement.
Code Inspector
Critical Statements
Call of Transaction &1
&1 = Name of Transaction
For CALL TRANSACTION there must already be a suitable transaction
authorization with the calling transaction.
Message can be hidden using pseudo-comment "#EC CI_CALLTA
Thanks & Regards,
Harish