‎2009 Nov 16 2:09 PM
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
‎2009 Nov 16 4:25 PM
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.