Skip to Content
0
Dec 28, 2007 at 06:23 AM

Can we give more than one value for an Authorization field in Auth-Check.

157 Views

Hi all,

Can we give more than one value for an Authorization field in Auth-Check.

Ex: AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'

ID 'ACTVT' FIELD '02'

ID 'CUSTTYPE' FIELD <Value 1> <Value 2> <Value 3>.

IF SY-SUBRC 0.

MESSAGE E...

ENDIF.

If yes, please help me with exact syntax.

Think it will be like

ID 'CUSTTYPE' FIELD: <Value 1>, <Value 2>, <Value 3>.