cancel
Showing results for 
Search instead for 
Did you mean: 

Using class to download documents !

Former Member
0 Kudos

Hi,

I have a fairly simple requirement.

I need to download specifc documents based on LOIO or PHIO id from SOLAR01 into an internal table.

I found some FM which I believe will work.

CL_CRM_DOCUMENTS ->GET_WITH_TABLE

In the Get method, it is asking object id and document class.

I have the object id with me, but where will i retrieve the document class.

Let me know if there is any other way apart from this.

The method is using structure SKWF_IO for input parameters.

Regards

Krish

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member45419
Active Contributor
0 Kudos

Hi Anandh,

Have you check this links for similar scenario,

Regards

NAyeem

Former Member
0 Kudos

Hi

try with class cl_solar_documents, similar discussions here How to upload document to Solar01 "background" ... | SCN

have you tried.

Thanks

Jansi