Application Development 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: 

AUTHORITY-CHECK

Former Member
0 Kudos

Hi,

I am using authorization object 'C_AFRU_AWK'to check the program on plant level. But this object

contains three inputs, one is activity, one is plant, one is order type. but in my program i am using

only activity, and plant like below.

authority-check object 'c_afru_awk'

id 'actvt' field '01'

id 'werks' field aufk-werks.

Is there any problem if i am not use order type.

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Hi

You should pass ' * ' to order type.

Former Member
0 Kudos

I think it should not give any problem,

Checkout if there is any authorization object only with PLANT

Former Member
0 Kudos

Hi Ramesh,

That will not create any problem.

A good programming practice will be to specify DUMMY. (it's a keyword and indicate order_type field is not used)

authority-check object 'c_afru_awk'

id 'actvt' field '01'

id 'werks' field aufk-werks id 'order_type' field DUMMY

Regards,

Mohaiyuddin