Application Development and Automation 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: 
Read only

File conversion problem

Former Member
0 Likes
344

Hi GUys,

Iam suffering a major problem.

i have a file i.e in .alf format.

is there any file conversion technics to translate into .txt format or others.

ant html related conversions.

i want this .alf format can be converted into html format or .txt format.

<< Removed >>

Thanks

Satya

Edited by: Rob Burbank on Nov 16, 2009 9:23 AM

1 REPLY 1
Read only

Former Member
0 Likes
299

Hello,

You can use this function module

CALL FUNCTION 'ARCHIVOBJECT_GET_CLIENT'
          EXPORTING
            ARCHIV_DOC_ID               =   V_ARCDOCID
            ARCHIV_ID                        =   V_ARCHIVID
            PATH                                 =   V_PATH
*            DOC_TYPE                       =   'TXT '
*         IMPORTING
*            REPATH                           =
*            COUNT                             =
*            FILE_NAMES                    =
         EXCEPTIONS
           ERROR_ARCHIV                = 1
           ERROR_COMMUNICATIONTABLE       = 2
           ERROR_KERNEL                = 3
           ERROR_HTTP                     = 4
           OTHERS                             = 5.        

I think it will help to you,

Anil.