cancel
Showing results for 
Search instead for 
Did you mean: 

search attatchments GOS

Former Member
0 Kudos

Hi Gurus,

I would like to know if there are any tcode to find documents created with GOS attachments.

I see tcode oaad but this tcode is for search documents of Archive link.

I see tcode cv04n but this tcode is for search document of dms, but not attachments uploads with GOS.

Can you help me??

Many Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi,

You can use FM 'BDS_GOS_CONNECTIONS_GET' to get list of attachments for an GOS Object.

For example.

export parameters for 'BDS_GOS_CONNECTIONS_GET' to get attachments list for PO documents.

LOGICAL_SYSTEM <your logical system name>

CLASSNAME BUS2012

OBJKEY 0000000410 - po number

CLIENT 001

To get the logical system name you canuse FM OWN_LOGICAL_SYSTEM_GET

Regards,

Deepak Kori

amit_maheshwari2
Contributor
0 Kudos

Hi,

You can use transaction OAOR. Class name is object type, class type as BO and object key.

You can get GOS attachment assigned to the object selected.

Cheers

Amit

Former Member
0 Kudos

I solved my problem.

Many Thanks.

Regards.

Madjid
Participant
0 Kudos

How to find class name for fi document ?

Answers (1)

Answers (1)

salil_sonam22
Explorer
0 Kudos

Please use T-code OAOR