Skip to Content
0
Former Member
Feb 20, 2009 at 05:17 AM

Authorization object

33 Views

Hi all,

As i have created an Authorization object

AUTHORITY-CHECK OBJECT 'YINF_BYTE'

ID 'Y_BYTE_CON' FIELD lv_byte_count.

While creating the authorization field ('Y_BYTE_CON' ), the data type I defined is ABAP_MSIZE.Similarly the type of the variable(lv_byte_count) i am passing to the authorization object

is of the same type (i.e.,ABAP_MSIZE).

I am getting an syntax error 'LV_BYTE_COUNT must be a Character type field',Please help me out in resolving this.

Thanks in advance,

Ram