Dear All,
I am using the method GET_INFO_FOR_FOLDER of the class CL_CRM_DOCUMENTS and using the following code for getting the folder info of the product catalog where i have to attach a url.
call method CL_CRM_DOCUMENTS=>GET_INFO_FOR_FOLDER
exporting
BUSINESS_OBJECT = bus_obj
PROPERTIES_REQUEST = prop_req
PROPERTIES_QUERY = prop_query
importing
PROPERTIES_RESULT = prop_result
FOLDERS = folder.
In this i am i am passing the data of business object as
lw_bus_obj-instid = 'COM_PCAT_ITM_GUID'.
lw_bus_obj-typeid = 'BUS2300002'." this is the Bo for product catalog folder
lw_bus_obj-catid = 'BO'.
But I am not getting the desired result i.e. the fiolder info........
Please provide suggestion to get the results...........Basically I have to attach a url to the product in product catalog and for this purpose i need the folder info.
One more thing that i need to ask is that does it has to do anything with the object BUS2300002 genration.
Thanks in advance.
Mayank