cancel
Showing results for 
Search instead for 
Did you mean: 

Documents attachment in Inspection Lot

Former Member
0 Kudos

Hi

My requirement is to attach the documents (WORD or PDF or .Tiff or Excel file) in Inspection lot Usage decision Screen. Also Any user should be able to see all Documents attached in that Inspection Lot.

I have attached the document from "Services For Objects" tab which is available in Usage Decision Screen. But after attaching the Docs I am unable to see what docs I have attached in Inspection Lot.Even I have done the Usage Decision & Save My entries.

"Services For Objects" tab is available in almost all transaction & it is at left hand corner top most tab below enter green tab.

Plz help me How to attach the Docs in Inspection Lot & How to Display it in Same Inspection lot screen?

Waiting for your reply

Thanks

Pavi

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

I know this is coming in too late but might be helpful for someone who is looking for, now;

http://zevolving.com/2009/02/generic-object-services-gos-toolbar-part-4-get-attachements/

1. Pass Business Object : BUS2045

2. Pass the inspection lot number and 'ATTA' instead of 'NOTE', in the code suggested in the above link to get all the attachments for the object.

Class/Method: cl_binary_relation=>read_links

Also, please refer to the below link for more information on GOS:

https://blogs.sap.com/2010/06/21/gos-attachments-custom-services-for-attachments-into-content-server...

former_member188883
Active Contributor
0 Kudos

Hi,

"Services For Objects" tab is available in almost all transaction & it is at left hand corner top most tab below enter green tab.

Plz help me How to attach the Docs in Inspection Lot & How to Display it in Same Inspection lot screen?

Attaching documents from Services fro Objects tab uses doc type A2 : ArchiveLink. Default setting is to stored it into SAP database. In order you want to stored these attachments into content server, you need to define respository for the same accordingly.

In addition to these you need to maintain link tables for the objects pertaining to inspection.

For example:

=========

Tcode OAC2

QMICERT -> PDF

QMILETTER2 -> PDF

SM30 - TOAOM_C

BUS2078 QMILETTER1 X A2

BUS2078 QMILETTER2 X A2

BUS2078 QMILETTER3 X A2

BUS2078 QMOLETTER1 X A2

BUS2078 QMOLETTER2 X A2

BUS2078 QMOLETTER3 X A2

Tcode: OAC3

BUS2117 QMICERT X A2 TOA01

BUS2117 QMICERTPDF X A2 TOA01

Above is an example for Quality notification.

Also check that following tables entries are appropriately maintained.

TOAOM

TOADV

TOAAR

Hope this is useful.

Regards,

Deepak Kori

MangeshP
Active Contributor
0 Kudos

Dear PAVI

Please chaeck this link. Follow the logic as specified in the link. The example may be different but relate to your scenorio.

[http://help.sap.com/erp2005_ehp_04/helpdata/EN/93/51b7659e0811d1a55e0000e82deaaa/content.htm]

With Warm Regards

Mangesh Pande