Skip to Content
0
Former Member
May 05, 2009 at 02:25 PM

GET_INFO_FOR_FOLDER method of the class CL_CRM_DOCUMENTS is not working

52 Views

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