cancel
Showing results for 
Search instead for 
Did you mean: 

How Attachment point works in ME functionality?

EasonLing
Explorer
0 Kudos

Hello ME experts,

Are there any other explanations that we can find about the attachment point on ME link besides the links provided below?

Data Collection Maintenance - SAP Manufacturing Execution (SAP ME) - SAP Library

Work Instruction Maintenance - SAP Manufacturing Execution (SAP ME) - SAP Library

Data collection group for SFC is not supporting resource types, but Work instruction works fine.

Operation OP1 assigned resource type REST-OP1. Resource RES1 assigned resource type REST-OP1 and REST-DCG1. Data collection group DCG1 has an attachment point OP1 and Resource type REST-DCG1. When triggering the Data collection at OP1 and RES1, DCG1 will NOT be in the data collection group list. However, work instruction WI1 assigned an attachment point OP1 and Resource type REST-DCG1, while triggering the WI at OP1 and RES1, WI1 will show as EXPECTED.

Dont know why, is it a BUG for DCG or just a WAD? Thanks very much for your help.

Best regards,

Eason Ling


PS. Checked the CORE code of WI_LIST_DISPLAY and DC_LIST_DISPLAY.


WorkInstructionGUIService.java Line 271 (findAttachmentsWithItemGroupAndResourceTypeCheck)


DCPluginService.java Line284~296 No resource type is used.


Accepted Solutions (0)

Answers (4)

Answers (4)

EasonLing
Explorer
0 Kudos

Customer has created an incident for following up.

Will update the result soon..

andrew_hopwood
Participant
0 Kudos

HI Eason,

I don't see any reason why the behaviour should be inconsistent between DCG and WIs.

Not sure if the example you gave is real or just an example, but if you have attachment on operation, then you would not need the attachment point to include resource type too, since an operation must have exactly one resource type.

Andrew.

0 Kudos

I guess that the concern in general is about the issue that Resource Type for DC Group is not processed at all. If this is the only field specified on Attached tab, and the resource exists in the context, the DC Group should fire to collection. If not, this is definitely a bug.

EasonLing
Explorer
0 Kudos

Hello Andrew,

Thanks for your reply.

It is a real case that we meet at customer side.

Customer is rolling out their production lines, and more and more resources are set up in the system. But at the same operation, they are using different resources provided by different vendors, and resources are defined in the same resource type. ----Operation OP1 with resource type REST-OP1

Customer defined different DCGs for SFC produced by different resource at the same operation.--- DCG1 attahced MAT1 and OP1 and RES1, which means if customer has a huge number of resources. Then the maintenance work of DCGs will be unacceptable.

Then they kind of challenge us, why resource can have more then one resource type but it doesn't work for DCG attachment point?

I did a test in Work instruction and DCG with the scenario mentioned in original post, and result is different, so i get confused.

YES, I agree with you, once the operation is maintained, no need to specify resource type again. However, there are no other documents says we shouldn't maintain the resource type with operation in DCG attached tab.

If DCG for SFC supports resource type, it will be a big help for customer to maintain the attachment points. Since assigning resource to different resource type is more easy than assigning resources to work center.

Best regards,

Eason

0 Kudos

Once the field is available at Attached tab, its assignment should be processed. So, it is a bug.

The point is that for the case of DC Group, resource might not be always initialized, in particular, if DC is called at for in queue SFC. Then such assignment might be just skipped.

EasonLing
Explorer
0 Kudos

Hello Sergiy,

Thanks~

I agree with you.

Once the field is available at Attached tab, its assignment should be processed.


Otherwise, Customer will be confused by the system behavior.

I don't think so.

The point is that for the case of DC Group, resource might not be always initialized, in particular, if DC is called at for in queue SFC. Then such assignment might be just skipped.


The test result shows that even the SFC is in queue, DC list will show the DC attached SFC material, POD operation and POD resource. From the code level, system will retrieve the resource from the POD.

Best regards,

Eason

stuarta1
Active Participant
0 Kudos

Eason

there is no other publically available documentaiton on this. But as an SAP employee, you could contact ME's product management directly and seek clarification if this is a bug or WAD.

Stuart

EasonLing
Explorer
0 Kudos

Hello Stuart,

Thanks, i am trying to searching some detailed information before contacting ME PO in case i miss some important things which i can find in SCN or other website.

Best regards,

Eason