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

Q-Info record updaload

Former Member
0 Likes
1,445

I need to upload (Create Q-Info Record)data to QI12 transaction code.

Is there any BAPI or Function module for this data upload.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
970

Ramya,

Check the function module QB_VB_QINF_POST to update quality info records

Pass all the details to QINF_IMP,

Pass the info record number to QINF_OLD_IMP only,

Set VBKZ_IMP to 'H'.

Regards

Sujay

I need to upload (Create Q-Info Record)data to QI12 transaction code.

Is there any BAPI or Function module for this data upload.

1 REPLY 1
Read only

Former Member
0 Likes
971

Ramya,

Check the function module QB_VB_QINF_POST to update quality info records

Pass all the details to QINF_IMP,

Pass the info record number to QINF_OLD_IMP only,

Set VBKZ_IMP to 'H'.

Regards

Sujay