Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Funtion 'ALINK_DOWNLOAD_DOCUMENTS'

yang_aiolos
Active Participant
0 Kudos

Dear All

I use the 'ALINK_DOWNLOAD_DOCUMENTS' to download the Archive Data,

the Function is working , then give a message file is download.

But in the directory,i can not find any thing.

Anybody can tell me the detail about this function, Thank.


    CALL FUNCTION 'ALINK_DOWNLOAD_DOCUMENTS'
      EXPORTING
        dtpath     = w_path
      TABLES
        archivdocs = is_connections.

same question about 'ALINK_PRINT_FRONTEND'.


  CALL FUNCTION 'ALINK_PRINT_FRONTEND'
    EXPORTING
      deletion    = c_x
      linkinfo    = space
    TABLES
      connections = is_connections
      stext       = is_stext.

Edited by: yang Aiolos on Apr 8, 2010 10:43 AM

1 REPLY 1

Former Member
0 Kudos

Hi,

I did a detailed search of the Function Module in ECC System and CRM System. But didn't find a lot of places the module has been implemented. The only instance that I found was LOPTLF01 Include. Have a look at it if you can figure it out.

Also, there aren't any documentation for the function module, neither the SAP Help returned any more details. And the Function Module hasn't been released.

Looks like that module not been used very widely.

Hope this helps.

Thanks,

Samantak.