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

BAPI_QUALNOT_CHANGEUSRSTAT

Former Member
0 Likes
569

Hi experts,

Iam using BAPI_QUALNOT_CHANGEUSRSTAT to change its staus from N/A to EDI. but its seems not to be working.

Here is my code:

CALL FUNCTION 'BAPI_QUALNOT_CHANGEUSRSTAT'

EXPORTING

number = '55000757'

usr_status = 'EDI'

TABLES

return = i_return.

i_return is initial after the BAPI call. I also used BAPI_QUALNOT_SAVE & BAPI_TRANSACTION_COMMIT after BAPI_QUALNOT_CHANGEUSRSTAT but still its status is N/A.

1 REPLY 1
Read only

Former Member
0 Likes
395

Hi Marc,

Even i am facing the same issue. Did you find any solution this?

Regards,

Manish