Hi,
Recently I am involve with a project that use solution manager .
We have a need for "mass download" .
In the forum there was a mention of this screen:
So I debug the code and found class cl_sa_doc_factory .
The cl_sa_doc_factory=>get_read_url returned URL string, this string can be used in cl_http_client .
Program R_EITAN_TEST_60_02 (attached) demonstrate the process:
The program received as SELECT-OPTIONS a list of "Logical document" .
for each "Logical document"
- Verify the value .
- Use cl_sa_doc_factory .
- Use cl_http_client .
- Use OPEN DATASET dataset_name FOR OUTPUT IN BINARY MODE .
The result shown using function module BAL_DSP_PROFILE_POPUP_GET
And the files:
Regards .