‎2010 Feb 28 11:01 PM
Hi guys,
Can anyone tell me what function module can i use to provide F4 for logical file path,
u can suggest any class/ method except zcl_nba_utilities as that class is not available.
Thanks in advance,
‎2010 Mar 01 1:59 AM
Hi,
<li>Try the below one.
Thanks
Venkat.O
call function '/SAPDMC/LSM_F4_SERVER_FILE'
exporting
directory = ' '
* DIRECTORY = ' '
* FILEMASK = ' '
importing
serverfile = ld_selected_fullpath
exceptions
canceled_by_user = 1
others = 2.
‎2010 Feb 28 11:35 PM
If you want F4 help for selecting logical filepath, declare your parameter tables : path.
parameters : p1 like path-pathintern.
also check ,FM F4_DXFILENAME_TOPRECURSION
‎2010 Mar 01 1:59 AM
Hi,
<li>Try the below one.
Thanks
Venkat.O
call function '/SAPDMC/LSM_F4_SERVER_FILE'
exporting
directory = ' '
* DIRECTORY = ' '
* FILEMASK = ' '
importing
serverfile = ld_selected_fullpath
exceptions
canceled_by_user = 1
others = 2.