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

Where does the Services for Object (GOS) store data?

Former Member
0 Likes
16,217

I have a requirement that I need to upload a Blocking Reason document for any blocked vendor.

The normal process we follow for blocking is XK02->Extras-> Blocked Data or XK05.

We want to check before the Vendor is saved with blocked data whether he/she (who is blocking the vendor) has uploaded the Blocking Reason Document .

I found out that we have an option in Vendor screen for uploading a document under 'Services for Object' in XK02 as shown in the below (in the red box).

After uploading the attachment it will show the uploaded document in the Attachment List as shown below.

I don't know where this entry is stored. I checked in the table SOOD (SAPoffice: Object definition), but there is no entry in there.

I would like to know on how to check whether the file has been uploaded at the time of saving the vendor.

If anyone knows the table in which this data is stored, kindly point it out.

Thank You,

Sreejith Babu.

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
4,138

Hi,

that depends of your customizing, most of the time the object are stored in the SOFFCONT1 table

have a look to this doc

regards

Fred

Read only

VijayaKrishnaG
Active Contributor
0 Likes
4,138

Hi Sreehith,

Please refer the following document: http://wiki.scn.sap.com/wiki/x/yIEEBQ

These attachments can be downloaded using FM BDS_GOS_CONNECTIONS_GET

Refer the following document:

Regards,

Vijay

Read only

Former Member
0 Likes
4,138

Thank you everyone for the quick reply.

I got the details of the uploaded Document when I passed the Class Name 'LFA1' and the Object Key '0010108056' (Vendor in full form) to the FM 'BDS_GOS_CONNECTIONS_GET'.

Regards,

Sreejith Babu