‎2007 Aug 23 12:16 PM
Hi all,
I have a few questions on interfaces...can any one provide the solutions for these please..
- What are physical and logical file paths and names.
- how do we recognize whether the files are stored in Application server or presentation server
- What are external system id's and where are they used.
- How to access application server.
And can any provide the detailed flow of a interface with the ABAP terminology.
Thanks
‎2007 Aug 23 12:18 PM
Go in transaction FILE, that will give you the link between logical and physical paths.
Ex: TMP --> /tmp (logical --> physical)
‎2007 Aug 23 12:18 PM
Go in transaction FILE, that will give you the link between logical and physical paths.
Ex: TMP --> /tmp (logical --> physical)
‎2007 Aug 23 12:20 PM
By default, the system uses the logical file name ARCHIVE_DATA_FILE and the logical path name ARCHIVE GLOBAL PATH as defaults. Consequently, the names only need to be changed if they have to be adjusted to meet special requirements.
‎2007 Aug 23 12:22 PM
Hi,
Physical file name means which u enter the path of the file.
Logical file means unix path which displayed in AL11 t-code.
Relation is defined in the FILE t-code.
Hope this helps you. Reply for queries, shall post the updates.
‎2007 Aug 23 12:23 PM
u can try..
method FILE_EXISTS of the class CL_GUI_FRONTEND_SERVICES