Hi,
good day guys
we dev the interface for stock information for mmi interface. For build output file. we coded as below as. but i need to build the out put file with Alias. how to do it?plz let me know
FORM build_output_filename .
CLEAR outfile.
*This directory must be changed to make use of ALIAS FTP_DIR, as *
*the directory name is different between Dev, QA and Prod *
CONCATENATE 'D:/FTP/MMI/MMISTOCK/BABZAPART' "here out put file
sy-datum sy-timlo
'.txt'
INTO outfile.
ENDFORM.
Edited by: balaji kiran on Apr 12, 2010 2:33 PM