Application Development and Automation 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: 
Read only

attached files location?

Former Member
0 Likes
1,283

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
Read only

Lakshmant1
Active Contributor
0 Likes
957

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

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.

4 REPLIES 4
Read only

Lakshmant1
Active Contributor
0 Likes
958

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

Read only

Former Member
0 Likes
957

Hi,

Check this Blog

Regards

vijay

Read only

0 Likes
957

hello thankyou

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

Read only

yes_sapteam
Participant
0 Likes
957

Why do you need to know where are they stored?

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