cancel
Showing results for 
Search instead for 
Did you mean: 

Capture Other Details in Result recording

babarkhan_mujawar
Participant
0 Kudos

Hi,

For particular inspection characteristic, i want to capture the Reference( field length -18), remarks(field length - 18) and Contact (field length - 25).

How this requirement can be met. I am trying with Classification, class type(005) to avoid ztable maintained.

Above details i want to capture in Label printing.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I havent worked on class 005 and do not know how it stores the data for MIC at each inspection lot level. But, you can try the below option which i used a long back with the help of Abap.

1. At results recording screen click on Long text, change editor, maintain the required data in three different lines. For EG: Line 1  - Remark, Line 2 - Reference, Line 3 - for contact and ask ABAPer to get the data to the respective fields on the label for each MIC.

But if you print results from standard report this data will appear in the printout. you may need to go for custom report for COA too. Please check and revert.

Thanks and regards

Venkat V

babarkhan_mujawar
Participant
0 Kudos

Already thing of it, but when you click on Long text. Long Text will be display blank.

How user know which line is for what...

I was looking when User click on long text, it will display

1. Reference        :

2. Remarks          :

3. Contact person :

So user can maintained details agaisnt it... and can be capture in Label

busyaban7
Active Contributor
0 Kudos

Hi Mujawar,

Yes, it's true that by default LT against MIC will come up as blank. So you have two choices -

a) Create Inspection Method in QS31, by adding Short Text like - "1. Reference, 2. Remarks, 3. Contact Person". Now when your user will try to update LT for MIC, during Result recording, they know what all details needs to be added.

You can work with ABAP team, to pass on these three values to the LT format, as soon as user Selects "LT" in Result Recording.

b) You can update standard text in SO10. Assign this standard Text for your inspection operation in inspection plan in QP01/02. After that, work with ABAP team, to pass on the standard Text values as default values (please understand that this is just a format only) as soon as user selects LT to be added. Though user can over right these pre-selected values too.

Note that with this option, all MIC's linked to one operation could have only one specific LT format copied, whereas for the 1st case, based on number of inspection methods created and assigned to individual MIC, the text could be different, if that is what is business expectation.

In nutshell, you should work with ABAP team to realize this requirement as suggested.

Thanks,

Arijit