cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Q Info record in background

appasaheb_nagargoje
Active Participant
0 Kudos

Hello Expert ,

we do not want create Q info record manually in T.Code QI01.

but we want to create Q info record in background after creation of first Purchase order.

Please gui.de

Ajay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please refer the following link.

http://scn.sap.com/thread/2041505

It will explain the method to create QI info records once the purchase info records are created.

appasaheb_nagargoje
Active Participant
0 Kudos

thank you sir,

this another process of mass maintainace proces of Q info record.

please my question is after creation of first purchase order, Q info record must be create automaically.

we do not want to use QI06.

Ajay

Answers (1)

Answers (1)

Former Member
0 Kudos

Check  the function module QB_VB_QINF_POST.

You can trigger this function module after creation of purchase order ( user user exit in creation of PO)

appasaheb_nagargoje
Active Participant
0 Kudos

thank you sir,

please tell me in detail how i can achieve this.

Ajay    

former_member184536
Active Contributor
0 Kudos

Dear ajay

We all know that as soon as the Purchaing order is created,and info record is automatically generated in background.

So make a variant of QI06 with check box "Only for pruchasing info record". and so do the background job scheduling .

Manish

Former Member
0 Kudos

Use user exit  : MM06E005 wherin you can cheeck whether QInfo record exists or not .

If not exits then use said function module to create quality info record.