cancel
Showing results for 
Search instead for 
Did you mean: 

QM COA with BOM explosion and multiple batches in BWUL

Sara_Br
Active Participant

Hello,

I am trying to print COA with BOM explosion for multiple batches.

Essentially, I want the test result from an intermediate / raw material to print on the Quality certificate for the Finished Good. However, if multiple batches of the raw material were used, I want to include all the test results for all batches found in the BWUL to print on the COA.

From reading a previous post, it sounds like the funciton module only takes the first value it finds.

https://archive.sap.com/discussions/thread/3406676

I know it is possible to print all batches, because I have seen it done before, but am not sure if that was achieved with a customization, or is there just a trick I am missing with the data setup?

johnm16
Participant
0 Kudos

Hi Sara,

did you have any luck with this one? I'm trying to do something similar, which is to output a list of inspection lots/batches (1 to 1) from the production chain, each with a block of characteristic results, on a single CoA. As per your original question, I can't see how to add extra lines to the embedded Inspection Lot table in program RQCAAP00. At least, not without an enhancement or two.

For sure I can influence the characteristic results, but I need multiple lots!

KR

John M.

Abhishek_Parab
Active Participant
0 Kudos

Hi John,

Please check G_CERT structure In the Program, you can get the list of the component batches from here for your printing. For this you will need a enhancement in the program at include AAPPPF07. to export the G_cert TO YOUR adobe program . hope this helps you.

This is Deep structure in that batch_tab will contain data of the multiple batches, but before doing all this activities please check whether the functional person has maintained the required material in the " material List" and also in the inspection characteristics the results origin has been set to "batch/ inspection from prod chain" and inspection origin

" Specification from production chain "

Thanks and Regards,

Abhishek Parab.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184574
Active Contributor
0 Kudos
former_member42743
Active Contributor
0 Kudos

There is a FM specified in configuration when you select 03 - results from production chain.

The 03 choice calls FM

QC02_CHAR_MVALUE_BEFORE.

This FM then calls either

QC02_INSP_CHAR_MVALUE_BEFORE or QC02_BATCH_CHAR_MVALUE_BEFORE

Typically, we use this config to add in your own FM to select results which can be based on any logic you wish. You may be able to configure in a new selection FM for your purposes which is then specified in the config.

Craig

.

lgonzalezc
Employee
Employee
0 Kudos

Hi Craig!

I have to feed Quality Certificate but not only analyzing the last inspection lot of the batch, but every of them (like the historical). Do you think it is a good approach to go for Z function modules of QC02_INSP_CHAR_MVALUE_BEFORE and QC02_BATCH_CHAR_MVALUE_BEFORE?


Thanks!

Luciano

former_member42743
Active Contributor
0 Kudos

It would be my first approach to try. (it doesn't mean it will work!)

I would suspect you would use one or the other for the starting point of your new Z FM. Than go from there.