‎2007 Jun 21 9:46 AM
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.
‎2014 Jan 27 6:02 AM
Hi Marc,
Even i am facing the same issue. Did you find any solution this?
Regards,
Manish