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: 

Get qualifications from an operation?

Former Member
0 Kudos

How do I retrieve the qualification(s) for a particular operation?

3 REPLIES 3

Former Member
0 Kudos

Hi Tim,

Please check if table field AFVC-QUALF helps.

Regards

Shrikant

0 Kudos

Hi Shrikant,

I'm sorry, I should clarify and include more info. That value is not what I am looking for, since it is a CHAR(2).

I'm looking for more of a description field. For example:

QUALGROUP: Mechanical Skills

QUALIFICATION: Drilling

I believe using the function module HRMSS_RFC_ORG_QUALIFICATION has something to do with it.

Thanks!

Former Member
0 Kudos

So, I can retrieve Qualifications on the Work Center level with the function: HRMSS_RFC_ORG_QUALIFICATION.

However, I need to get the Qualifications on an operation of a work order, under the Qualifications header under the Internal tab of an operation.

Is there a table or function I can call?