cancel
Showing results for 
Search instead for 
Did you mean: 

modify vendor block data in QI02

former_member210804
Active Participant
0 Kudos

Hi Experts,

Currently i have a requirement to modify vendor block in QI02. I have used FM QB_VB_QINF_POST which does not have the below fields to be updated.

vendor block, vendor qm system, valid until. Please let me know how i can update these values to Q-info records.

Best regards,

Narasimha.

Accepted Solutions (0)

Answers (3)

Answers (3)

anand_rao3
Active Contributor
0 Kudos

Why not use QI06 for mass change? You can very well update these fields using QI06 Change tab. It is faster, quicker than developing BDC.

The only field (Vendor Block) that you are noticing as grey is reflecting from XK05. Try XK99 transaction code for that or refer this link

Anand

former_member198406
Contributor
0 Kudos

Hi

You are using the correct function module (QB_VB_QINF_POST-QM: update QINF record).


the field in FM are as below.

FREI_DAT is valid until

QSSYSFAM is vendor QM system



Vendor Block is a display field in transaction QI02. Because, The quality info record displays a vendor block specified in the vendor master, the vendor's QM system, and the lock date.

Regards,

Dipeshkumar Bhavsar

former_member210804
Active Participant
0 Kudos

Hi Dipesh,


Thank you the reply. As you mentioned the below 2 fields.

FREI_DAT  -  Valid to

QSSYSFAM  -  Existing QM sys.


I want to update the fields QSSYSVENDOR -Vendor's QM sys, QSSYSDATVENDOR - Valid until in tcode QI02 under tab inspection control.


BLOCKVENDOR , how to update the vendor block via my RFC.

Best regards,

Narasimha.

busyaban7
Active Contributor
0 Kudos

Hi Narasimha,

Even if you have a FM/BAPI, still you have to place it inside a program to work. Bettwr will be to try creating a small BDC as already suggested by Brahmankar. I believe that will be a quick fix to your issue.

Thanks,

Arijit

former_member198406
Contributor
0 Kudos

Hi Narasimha,


I think all the fields you are asking for, belongs to vendor master.


if you Block vendor using XK05. Then you will be able to see the same in QI01/QI02/QI03 as Vendor Block. (it is display only field in QI01, QI02 and QI03)


If you define QM system in XK02 (XK02 and select Control and enter. Under Reference Data maintain Actual QM System and valid untill date). Then you will be able to see the same in QI01/QI02/QI03 as Vendor QM System and Valid until date. (Both are display only fields in QI01, QI02 and QI03).


You can use FM  VENDOR_MAINTAIN_XK02 for changing the vendor data in mass.


Hope this clarifies.


Regards,

Dipeshkumar Bhavsar


former_member210804
Active Participant
0 Kudos

Hi Arijit,

For doing BDC, three fields are in disabled mode. How do i record for them?

Thanks    

busyaban7
Active Contributor
0 Kudos

Hi Narasimha,

Which are those three fields you are talking about? Whatever you can do in QI02 (Change Info record) can be done through BDC too.

Thanks,

Arijit

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

What don't you use the BDC for it? As there is no standard BAPI/FM for it.

Best Regards,

R.Brahmankar

former_member210804
Active Participant
0 Kudos

Hi R,

We were not using BDC for updating/creating records. Could you please let me know any other alternatives we have?

Thanks & regards,

Narasimha.