2006 Sep 12 4:13 PM
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.
2006 Sep 12 4:22 PM
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
2006 Sep 12 4:22 PM
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
2006 Sep 12 5:05 PM
2006 Sep 13 12:52 AM
hello thankyou
i have seen this article but nothing is mentioned about where the attachment is stored. pls help
2012 Jan 05 12:37 PM
Why do you need to know where are they stored?
You can use this FM with "VIEW_ATTA" to get the attachments.