cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment :- Program logic to fetch Internal note and attachment from Equipment

ayazkhanin
Participant
0 Kudos

Dear Experts

I am working to create a workflow for the equipment creation. The workflow is required to fetch the internal note and attachment from the equipment.

Requesting to be provided with the program logic for the same .

Thanks and regards

Ayaz

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

The GOS attachments are a little more complicated..

Table SRGBTBREL holds the relationship between the equipment and the GOS document, then the documents are stored on the SAP Office document tables in binary format (SOOD, SOFM, SOC3, SOFFCONT1, etc). So you will need to extract the data from there.Search Google and you should be able to find more data.

PeteA

Answers (2)

Answers (2)

ayazkhanin
Participant
0 Kudos

Hi PeteA

Thanks for the valued response.

I am referring to the attachment for assigned through Services of object.

and regards

Ayaz

peter_atkin
Active Contributor
0 Kudos

Ayaz,

The internal notes for equipment are stored in table STXH and STXL and can be read via function module READ_TEXT. Here is an example:

Which attachments are you referring to (DMS and/or GOS)?

PeteA