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

interfaces

Former Member
0 Likes
638

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

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
612

Go in transaction FILE, that will give you the link between logical and physical paths.

Ex: TMP --> /tmp (logical --> physical)

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
613

Go in transaction FILE, that will give you the link between logical and physical paths.

Ex: TMP --> /tmp (logical --> physical)

Read only

0 Likes
612

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.

Read only

Former Member
0 Likes
612

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.

Read only

Former Member
0 Likes
612

u can try..

method FILE_EXISTS of the class CL_GUI_FRONTEND_SERVICES