Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspection Error

Former Member
0 Likes
632

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

1 REPLY 1
Read only

Former Member
0 Likes
306

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