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

AUTHORITY-CHECK

Former Member
0 Likes
880

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.

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
Read only

Former Member
0 Likes
773

Hi

You should pass ' * ' to order type.

Read only

Former Member
0 Likes
773

I think it should not give any problem,

Checkout if there is any authorization object only with PLANT

Read only

Former Member
0 Likes
773

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