cancel
Showing results for 
Search instead for 
Did you mean: 

Status not getting updated after creating quality info record

eldho_kurianjacob
Participant
0 Kudos

I am using function module 'QB_VB_QINF_POST' to create quality info record in the program. Quality info record gets created successfully. Status profile gets saved in the table. But, the status texts don't get updated in the screen. Also, when i click on status button in QI03 T-code, it does not popup the user status screen.

Kindly advise on this topic.

Thanks and Regards,

Eldho

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member691417
Discoverer
0 Kudos

Hi, eldho.kurianjacob

You have already solved your problem, I hope 🙂

For further questioner:

If we have status schema (QINF-STSMA), then after (or before) using Function module 'QB_VB_QINF_POST' we should use Function module 'STATUS_OBJECT_CREATE' to have object created in table JSTO and then, if necessary, FM 'STATUS_CHANGE_EXTERN' to set user status (different from default) in table JEST. In order to use this FM's we need object number from FM 'OBJECT_NUMBER_GET_QI'