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

Characteristics for function location - whch table????

Former Member
0 Likes
2,848

Hi All,

My requirement is to fetch characteristics with respect to the function location. In AUSP table in OBJEK field when i give equipment number it shows me entries corresponding to that equipment, but when I give Func Loc number, there are no entries in the table.

Does anybody knows the table to fetch characteristics of Func Location.

Thanks,

Navita

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
1,453

Try this FM

CLAF_CLASSIFICATION_OF_OBJECTS

7 REPLIES 7
Read only

former_member585060
Active Contributor
1,454

Try this FM

CLAF_CLASSIFICATION_OF_OBJECTS

Read only

0 Likes
1,453

Thanks for your reply.

I tried this. In the parameters I gave :

Object as func loc

Class, Class type

I do not know the objecttable as the func loc (ausp-objek) is not there in AUSP.

Please help.

Thanks,

Navita

Read only

0 Likes
1,453

Hi,

Its there in AUSP. Use OBJEK for the selection criteria.

You can get OBJEK from INOB. Check with that table.

Regards,

Kunjal

Read only

0 Likes
1,453

Hi,

pass the objecttable value asMARA. to the FM "claf_classification_of_objects".

I have used the same Function module for getting the characterstics of material.

Revert back if any issues,

Regards,

Naveen

Read only

0 Likes
1,453

Hey Naveen,

As you were using it for Material you used MARA....

For Functional Location. it would be different.... I think he can try with IFLO for Functional Location

Regards,

Kunjal

Read only

0 Likes
1,453

Kunjal,

Yup , you are correct .

regards

Naveen

Read only

0 Likes
1,453

Thanks guys!

The FM resolved my problem.