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: 

Not able to get the Qualification data from BAPI

Former Member
0 Kudos

Hi all,

I am using a BAPI (BAPI_JOBREQUIRE_GETLIST) to get the qualifiaction data for requirement profile. It's working fine earlier but I did not get the qualification data from this BAPI, although the data is there in DB against this requirement profile.

Can someone suggest me why I am getting this issue. I have looked into SDN and in BAPI documentation and found as below:

"You require authorization (structural authorization) to read the Requirements subprofile."

I am having the same User ID as I had before (when I getting back the correct data), so I don't think it should be authorization issue.

Can someone help me out in this issue please.

Thanks,

Sanket Sethi

3 REPLIES 3

Former Member
0 Kudos

Any ideas on the same.

Former Member
0 Kudos

Hi

I think you are not authorization to for profiles now.

Use the message class PQ and message no 000, then place a break point on LRHPPE01,LRHPPE02 and check the return.

Or you can set break point using statement message

You will get the idea about the message.

Shiva

0 Kudos

Hi Shiva,

It does not going to these includes at all. Message comes out with successfully done. The BApi is calling RHPP_COMMON_QUALI_READ inside, but this will not return any data. But if will call any qualification object ID, this BAPI will come up with data.

So the QP type LO profile will not come up with any kind of data, but if we pass the OTYPE as Q and pass any Qualification object ID then the data will be returned.

Is there any relationship or some other thing is missing? Any idea.

Thanks,

Sanket Sethi