Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

attached files location?

Former Member
0 Kudos
512

hello

where are the files stored if i use fm?

i am using the FM where is the file? where is the path?

  CALL FUNCTION 'GOS_EXECUTE_SERVICE'
         EXPORTING
              ip_service       = 'CREATE_ATTA'
              is_object        = object
              ip_no_commit     = 'E'
              ip_popup         = 'X'
         EXCEPTIONS
              execution_failed = 1
              OTHERS           = 2.
    IF sy-subrc <> 0.
    ENDIF.

1 ACCEPTED SOLUTION

Lakshmant1
Active Contributor
0 Kudos
186

Hi Heng,

Check tables

SGOSATTR SGOS: Attribute of Generic Services

SGOSCUST Client Dependent Maintenance of Generic Object Services

SGOSH System table INDX

SGOSHIST Generic Object Services: Object History

SGOSSTXT SGOS: Texts for Generic Services

SGOSSUB Settings for Subscribe/Unsubscribe

SGOSSUBT Text Table for SGOSSUB

SGOSTOJTTR Remote BOR: Basic Data Texts

SRGBTBREL Relationships in GOS Environment

Hope this provides some inputs.

Thanks

Lakshman

4 REPLIES 4

Lakshmant1
Active Contributor
0 Kudos
187

Hi Heng,

Check tables

SGOSATTR SGOS: Attribute of Generic Services

SGOSCUST Client Dependent Maintenance of Generic Object Services

SGOSH System table INDX

SGOSHIST Generic Object Services: Object History

SGOSSTXT SGOS: Texts for Generic Services

SGOSSUB Settings for Subscribe/Unsubscribe

SGOSSUBT Text Table for SGOSSUB

SGOSTOJTTR Remote BOR: Basic Data Texts

SRGBTBREL Relationships in GOS Environment

Hope this provides some inputs.

Thanks

Lakshman

former_member188685
Active Contributor
0 Kudos
186

Hi,

Check this Blog

Regards

vijay

0 Kudos
186

hello thankyou

i have seen this article but nothing is mentioned about where the attachment is stored. pls help

yes_sapteam
Participant
0 Kudos
186

Why do you need to know where are they stored?

You can use this FM with "VIEW_ATTA" to get the attachments.