cancel
Showing results for 
Search instead for 
Did you mean: 

how to call MSC2N in QA11 transacion before saving the data of QA11

former_member193357
Participant
0 Kudos

I need to call MSC2N in the QA11 transaction because i want the Next inspection date for the particular material, plant, and batch. but while iam in QA11 the batch is locked so it will not allow me to go to MSC2N. So to see Next inspection date i have to come out of QA11 and then go to MSC2N to get corresponding Next inspection date.

<b>To avoid this i want that in QA11 i should call MSC2N. or how to unlock batch so that i can go to MSC2N while iam in QA11.......is it possible</b>

Pls provide me suggestion.

<u><i> (URGENT rewards for any given needul suggestion..............)</i></u><b></b>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Hemant

Please use Function Module

VB_CHANGE_BATCH

and pass BYPASS_LOCK = 'X' and fill in all the other fields.

Please reward if found helpful

Thanks

Prasad

Former Member
0 Kudos

Hi Hemant

Another way of doing is using a FM VB_UPDATE_BATCH

Fill either MCH1 or MCHA depending upon your requirement. If your batch is cross-plant managed then fill MCH1 otherwise fill MCHA with Next Inspection date (QNDAT) and this will update MSC2N whether it is locked or not locked.

Please reward if helpful.

Thanks

Prasad

Former Member
0 Kudos

Check user exit available for it

Transaction Code - QA11 Record usage decision

Exit Name Description

QSS10001 Possibility of calling a different print report

QEVA0004 Exit for changing information line in usage decision header

QEVA0005 User subscreen for displaying add. data for usage decision

QEVA0006 Entry to usage decision transactions

QEVA0007 UD: Control of compulsory comment or long text presetting

QEVA0008 Usage decision: Customer function key (e.g. to cancel UD)

QEVA0009 UD: Predefinition of quantity to be posted to sample stock

QEVA0010 UD: Usage decision check

QLCO0001 QM: Call alternative costs report from UD

No of Exits: 9

Rewards if useful...................

Minal