I would like to get info in which folder attachment is saved. I used class CL_CRM_DOCUMENTS and method GET_INFO to get information about files attached to business object.
But I missing information in which folder attachments is placed. I checked all methods of this class and I could get the folder info. I can get Folders with method GET_INFO_FOR_FOLDER, but I'm missing linkage between folder and file.
Anyone can help?