Quantcast
Channel: SCN : Unanswered Discussions - SAP ERP Operations - Quality Management (SAP QM)
Viewing all 2508 articles
Browse latest View live

Exit to capture when System Status changes to REL in QA02 (Type 89)

$
0
0

Hello Experts,


I have requirement where I need to capture the system status for inspection type 89 (which will be in status CRTD) when I open a lot number in QA02. Click on Insp.Specifications tab and make the usage as 5 (Goods Receipt) then click on button 'Task list/spec'. Then I go to sample tab and click on the button 'sample'.


I will click on 'Save' button and my custom form will get triggered whose output is found in SP01 which should contain the system status as REL. After de-bugging the standard T-code, I have found out that the standard include LQPL1F0E gets triggered and FM: QEEV_INSPECTION_INSTRUCT_PRINT will contain my custom form but I am unable to fetch the updated system status entries i.e., REL.

 

Is there any Exit to achieve this functionality ?

Any inputs will be helpful. Thanks in advance.

 

-

Thanks and Best Regards,

Naresh

 

P.S.: I was able to achieve similar functionality for CO02 for Inspection Type 03 and CO11n for Inspection Type 04 release order but QA02 is pending. 


How to exclude storage location for Quality Inspection ?

$
0
0

Hello Everyone,

 

I am new to QA module and need help.

 

For particular storage location when I receive the goods, I do not want the stock to go for Quality inspection.

 

Is there any configuration possible ?

 

I checked one SCN thread and they say it requires ABAP development for user exit.

 

Thanks,

Khushbu.

QA via Source Inspection and QC via Inspection at GR for same batch, possible?

$
0
0

My client is looking for setting up the system in such a way that the Quality Assurance Inspection takes place at the Vendor's/Manufacturer's place and once the Batch is approved, at the time of Goods Receipt, system trigger's another Inspection Lot for Quality Control Inspection. So, technically this means:

 

For same Vendor or Manufacturer's Batch:

 

New Inspection Lot via Source Inspection Lot functionality

 

if approved,

 

New Inspection Lot via GR based Inspection.

 

 

In case, if the Source Inspection Lot is rejected then can we create a new Inspection Lot via Source Inspection functionality?

Steps to implement an Exit

$
0
0

Hello,

 

I am relatively new into SAP and utmost of my experience is utilized in using standard SAP. Now couple of requirements are forcing me to go for customization and I need your valuable assistance for that.  I have got following two requirements,

 

1. Control creation of inspection lots based on production work centre & during good receipt against purchase order- Exit suggested is QAAT0001

2. UD check. If any of the inspection characteristic is rejected, then UD with 'Accept' valuation must be prevented- Exit suggested is QEVA0010.

 

I know I got to work with ABAP team to implement the solution but frankly speaking, I really don't know what to say to technical team except the exit names and my requirement.

 

Please share the steps/ method/ or any information which is required for applying an exit. I have never used an exit before.

 

I will be grateful to you experts.  This is really important for me.

 

 

Thanks,

Raj

Auto notification from system

$
0
0

Dear all,

 

i woule like to ask a question,

as we issue a SNCR ticket to our supplier,

how to set the system to make it could automatically notify system user?

 

Because it is time-consuming to search each supplier and check status one by one.

could anyone help me ,thanks!

 

Refards,

outputs in quality notification

$
0
0

Hi Experts,

 

I have one of my client's requirement.

 

Client wants to improve his business process. with providing the inputs as product no. product group, Reason code and description , machine no and description and the outputs will be defect per reason code machine and product group. .

 

Can i get this in QMEL table or could you please suggest me the relevant tables where can i get these requirements.

 

With Regards

Akash

How to check ABAP message e155 in SE91

$
0
0

Hi Friends,

I have created breakpoint on Message in debugging mode of QC21 where I am getting error. Can anyone let me know , how to check message (e.g Message e155) in SE91?

 

 

Thanks in advance.

 

NKB

Defining Quarantine Stock

$
0
0

HELLO

 

We are a pharmaceutical manufacturing company. when we receive the material it goes through Receiving Stage and then it move to quarantine stage. After that it goes to Quality inspection in order to be released.

 

Our problem is that we want to define the quarantine stock before it take a unrestricted release.

 

how can i define them ? what transactions should be used?

 

Best Regards


Different inspection lots are getting created for combination(material,batch and storage location)

$
0
0

Hi All,

 

Its a bit Urgent. Please see if you can help.

 

We are procuring one material across our depots ( defined as plants ), we need to skip inspection lots for same BATCH  across the depots.

 

 

 

As per control inspection lot setting in material master system should create only one inspection lot for each material, batch & storage location until the combination change.

 

image.PNG

 

But while doing goods receipt system is creating different inspection lots for each combination.

 

 

Please tell me if i am missing something..

 

 

Or if it is a standard behavior then is there any enhancement through which we can control the creation of inspection lot for the combination?

 

 

Please help.

 

 

Regards,

Blessedgirl

QIRF_NOTIFY_FUNCTION- Any good information/examples/help?

$
0
0

Hello,


Does anybody have any good information/examples on how the QIRF_NOTIFY_FUNCTION function of the QM-IDI system/interface is used? The documentation I found wasn't that clear to me. Is it called by the external system --> SAP or by SAP --> external system?

 

Regards,
Christian

Quality Notification // Visible longtext after completing a task // BAPI_QUALNOT_CHANGETSKSTAT

$
0
0

Hey guys,

 

The programming environment for this question is set around quality notifications.

I have used ' BAPI_QUALNOT_MODIFY_DATA ', to set a long text for a task.

 

Now, I had to complete the task.

With ' BAPI_QUALNOT_CHANGETSKSTAT', I've been able to do the completing but the longtext dissapeared.

 

If I do an Update on QMSM( datatable for tasks of quality notifications),
I can reactivate the long text access. But I would rather avoid a direct database access.

 

Does anyone of you have an idea how to do this?

 

 

Greetings

Maurice

Stock related issue

$
0
0

Hi,


 

I have an issue related to QM.


 

I created an Inspection lot manually using QA01 for a semi-finished material with a customized inspection type with inspection lot origin 05.Qty-3000.

 

But i am not able to see the stock in MMBE.How can i see the stock?


Thanks in advance.

Exit to capture when System Status changes to REL in QA02 (Type 89)

$
0
0

Hello Experts,


I have requirement where I need to capture the system status for inspection type 89 (which will be in status CRTD) when I open a lot number in QA02. Click on Insp.Specifications tab and make the usage as 5 (Goods Receipt) then click on button 'Task list/spec'. Then I go to sample tab and click on the button 'sample'.


I will click on 'Save' button and my custom form will get triggered whose output is found in SP01 which should contain the system status as REL. After de-bugging the standard T-code, I have found out that the standard include LQPL1F0E gets triggered and FM: QEEV_INSPECTION_INSTRUCT_PRINT will contain my custom form but I am unable to fetch the updated system status entries i.e., REL.

 

Is there any Exit to achieve this functionality ?

Any inputs will be helpful. Thanks in advance.

 

-

Thanks and Best Regards,

Naresh

 

P.S.: I was able to achieve similar functionality for CO02 for Inspection Type 03 and CO11n for Inspection Type 04 release order but QA02 is pending. 

Copy results from inspection lot 03 to 04

$
0
0

Dear experts,

 

Do you know if SAP QM standard functionnality for inspection results copying can fulfill next business need :

 

- Copy an inspection result from Inspection lot 03 to inspection lot 04

- These to inspection lots are related to the same process order

 

If yes, how to configure the system ?

 

Thanks

System is not calculating ,SAMPLE SIZE

$
0
0

Dear Friends,

 

I have done configuration and check all steps but system is not calculating sample size manually neither auto

kindly Guide me

 

i am attaching snaps please view


Inspection plan integration with control plan, 3D viewer and HSE

$
0
0

Hi,

      Has anyone ever worked on or seen how an inspection plan can be built in an industry ? Right now SAP has atleast 3 (could be more I dont know of) where the specs can be defined outside of SAP QM and then integrated with the QM inspection plans. Has anyone ever seen specs being defined for a single mtl at the same time in the FMEA/Control plan AND 3D viewer AND HSE module and what kind of specs were defined where and why ?

 

Thanks

Using Certificate setup on 08 inspection lot for UB STO

$
0
0

hi All.

 

We are trying to get certificates working between two different plants that are on same company code. The parts are setup with QM Proc Active, Have cert configured control key and certificate type configured. If i receive using NB inter company the 01 type inspection lot gets CTCM status and cert receipt changes status to CROK.

 

However for part with same setup but configured for 08 inspection type (usage 9) received on UB stock transfer order the inspection lot gets created but it does not pick up the certificate status of CTCM or CROK when cert receipt is done.

 

Anybody out there doing this already? Through configuration or enhancement....

 

 

Any ideas or more questions on this?

Cannot see the Copy Result settings in SPRO

$
0
0

Hi Gurus,

 

I am using S/4 HANA, I am unable to find the setting of Copying results while doing the Recording of Results in inspetion lot.

 

I cannot see the Setting "Make settings for Copy of Inspection Results " in SPRO.

 

Where can I find this setting? or is there any workaround?

 

Thanks.

 

Regards,

Max

Inspection plan LSMW issue

$
0
0

Hi All,

 

I am trying to create LSMW for inspection plan using standard batch input object: 0240 method: 0000

 

i have created 3 structure and assigned fields accordingly:

 

Capture11.PNG

 

i have taken MATNR as a common field in first two structure but at the time of field mapping, in BIPPO i am not getting any field for MATNR. So what could be a connection between all three structure, because i can not use group counter a common field since this is internal number assignment.

 

Please provide your suggestions on the same.

Usage decision stock posting issue

$
0
0

Dear All,

 

             In QA32, i did the results recording for the lot, saved it, then i made UD. So here after doing stock posting and when i click save,i get message UD saved.But when i refresh the same lot exists still. The status of lot is still INSP RREC SPRQ. I also checked in MMBE,the stock is still under Quality.

     For your notice:

Earlier i did force completion of results and when i make UD and save,i got the "Change long text message" and i couldn't save. So inorder to avoid it,i made complete result recording. So now i don't get that long text.But stock is not getting posted.

          Am a PP consultant and i have limited knowledge in QM,kindly get me through this.Thanks in advance.

Viewing all 2508 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>