‎2014 May 07 8:09 AM
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.
‎2014 May 07 8:12 AM
‎2014 May 07 8:21 AM
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
Regards,
Vijay
‎2014 May 07 12:24 PM
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