Regarding logical path

Dear guys,
Support Pls..I am working In 640Basis system.
I have created Logical path ZDIRLOGGING and ZLOGICFILE
using FILE transaction.
I have set my logical path as below in WINDOWS NT environment.
ZDIRLOGGING :C:\usr\sap\RX1\DVEBMGS90\log\<FILENAME>
and
ZLOGICFILE : ZDIRLOGGING.
I used FILE_GET_NAME FM to Access the physical path using Logic file ZLOGICFILE.
My input to FM is
Logical file name :ZLOGICFILE
OS : WINDOWS NT or NT
Parameter_1 : ZTEST
ELEMINATE_BLANKS :X
Export parameter always gives different path
FILE_NAME <i>C:\usr\sap\RX1\SYS\GLobal\ZTEST.</i>
instead of below original path
<b>C:\usr\sap\RX1\DVEBMGS90\log\<FILENAME>.</b>
why it is..where i am wrong here..
could somebody help me..
Message was edited by: ambi chan

Hey guys,
To my confirmation i think i have done correctly.
I have followed all steps what you people told.
prblem i found often is, while creating Logical file
when i try to select Logical path(using f4) i get shortdump like this below.
So what i am doing still now is just entering the logical path name straight way in Input textbox and save.
DO you think below shortdump relates with this problem.
Also FYI, i tried giving SAP logical path in FM and tried..but still the DEFAULT DIR_GLOBAL path is taking by fm.
Any other solutions would be more great.
Runtime Errors         LOAD_PROGRAM_NOT_FOUND
Exceptn                CX_SY_PROGRAM_NOT_FOUND
Date and Time          29.06.2005 15:48:46
ShrtText
Program "/1BCF41/FILEPATH " not found.
What happened?
There are several possible reasons for the error:
Error in ABAP application program.
The current ABAP program "SAPLSDSD" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
or
The current ABAP program had to be terminated because the
ABAP processor detected an internal system error.
The current ABAP program "SAPLSDSD" had to be terminated because the ABAP
processor discovered an invalid system state.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_PROGRAM_NOT_FOUND', was
neither
caught nor passed along using a RAISING clause, in the procedure
"GENERATED_PROG_SELECT" "(FORM)"
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
On account of a branch in the program
(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
or a transaction call, another ABAP/4 program
is to be loaded, namely "/1BCF41/FILEPATH ".
However, program "/1BCF41/FILEPATH " does not exist in the library.
Possible reasons:
a) Wrong program name specified in an external PERFORM or
SUBMIT or, when defining a new transaction, a new
dialog module or a new function module.
b) Transport error
b) Transport error
Missing RAISING Clause in Interface
Program                                 SAPLSDSD
Include                                 LSDSDF15
Row                                     11
Module type                             (FORM)
Module Name                             GENERATED_PROG_SELECT
Trigger Location of Exception
Program                                 SAPLSDSD
Include                                 LSDSDF15
Row                                     78
Module type                             (FORM)
Module Name                             GENERATED_PROG_SELECT
Source Code Extract
Line
SourceCde
48
MSG DH805: Anzeige nicht möglich (Inkonsistenz der Eingabehilfe)
49
MESSAGE i805(dh).
50
EXIT.
51
ENDIF.
52
ENDIF.
53
Die Ausgabe auf die in der Record_tab verwalteten Felder
54
beschränken.
55
select_fields[] = shlp-fielddescr[].
56
delete select_Fields where mask+4(1) = 'X'.
57
In den Selektionsoptionen könnten die Suchhilfe statt des
58
Tabellennamens angegeben sein. Deshalb muß nochmals umgemappt
59
werden.
60
sort shlp-fielddescr by fieldname.
61
selopt_tab[] = shlp-selopt[].
62
LOOP AT selopt_tab ASSIGNING <so>.
63
READ TABLE shlp-fielddescr INTO dfies_wa WITH KEY
64
fieldname = <so>-shlpfield BINARY SEARCH
65
TRANSPORTING tabname.
66
IF sy-subrc <> 0 OR dfies_wa-tabname IS INITIAL.
67
DELETE selopt_tab.
68
ELSE.
69
<so>-shlpname = dfies_wa-tabname.
70
ENDIF.
71
ENDLOOP.
72
PERFORM select_table IN PROGRAM (repid)
73
TABLES value_tab
74
select_Fields
75
selopt_tab
76
USING maxrows sort cursor-with_cursor
77
changing cursor-c.
>>>>>
ENDFORM.
79
80
81
      FORM generated_program_validity_check                         *
82
83
84
85
-->  repid                                                         *
86
-->  valid                                                         *
87
88
FORM generated_prog_validity_check
89
USING repid TYPE sy-repid
90
checktable type tabname
91
texttable type tabname
92
CHANGING valid TYPE c.
93
DATA: timestamp TYPE timestamp.
94
data: trdir_wa type trdir.
95
data: rhead_tab type table of rhead.
96
data: rhead_wa type rhead.
97

Similar Messages

  • Regarding logical path....LSMW

    dear all..
    i m working on LSMW for BOM creation.. i have created two flat files for header and the child windown (component). but when i m creating session, its asking for a logical path.. i have tried it with the t code FILE.. but its not working.
    can anybody tell me how to assign logical file and logical path during creation of sesion.. is there anything with the authorization issue or something else..
    pls help
    jigar t patel

    > dear all..
    > i m working on LSMW for BOM creation.. i have created
    > two flat files for header and the child windown
    > (component). but when i m creating session, its
    > asking for a logical path.. i have tried it with the
    > t code FILE.. but its not working.
    What "is not working"?
    Markus

  • Regarding the Logical Path and file name

    Hi all ,
    I am using LSMW for creating  the BOM of a material .
    I am getting problem at step 7 , saying the logical path is pointing to physical directory .
    Then i did some R & D . I created the logical path and logical file name using transaction FILE . Then i got the physical path using FM file_get_name.
    But when i give those logical path and logical file names , still i am getting prob.... at step 7 of lsmw.
    Pls let me know . I did my best unti l now ....
    Regards

    Hi Raj,
    Can you send the Error which you got at Step 7??
    It would be of great help if you can send the File Path and the file names you have used.
    Regards,
    -Syed.

  • Logical filename and logical path in lsmw

    Hi all,
           I am doing a lsmw for purchasing info record . i created a logicalpath and assigned a physical path to that . i created a logical filename and assigned the logical path .but when i assign that to the lsmw it is throwing error as 'LOGICAL PATH DOES NOT POINT TO PHYSICAL DIRECTORY' .
    can anybody provide a solution for that .
    Thanks & regards
      Magesh anandan

    hi ,
      goto the tcode file then u find the relation between the logical and physical paths ...and their assignment..
    hope it will helps u..
    regards,
    venkat.

  • Logical path in lsmw

    hi friends,
    i have been uploading using the direct input method in lsmw.it is requiring the logical path and the logical file to be given.i tried to create them using the transaction FILE.but while using that in LSMW it is giving error stating that logical path doesn't point to the physical directory.can any how let me know how to create a logical file and logical path.
    thanks in advance.
    -senthilkumar

    hi ,
      goto the tcode file then u find the relation between the logical and physical paths ...and their assignment..
    hope it will helps u..
    regards,
    venkat.

  • Finding the logical path

    How to find the logical filename for the given ARCHIVE object.
    I want to know the logical file name of FI_FICA object.
    Can any one guide me.
    Thanks,
    Shree

    Hi Sree,
    I don't have SAP system right now to check it.
    I think if you know the physical path, logical path can be found.
    Please check this thread for further reference.
    https://forums.sdn.sap.com/post!reply.jspa?messageID=5726662
    Thanks and Regards,
    Guru

  • Unable to see the logical path and file created in FILE tcode from AL11 and unable to upload the file to this path from front end

    Hi Experts,
    I have created the logical path and filename in FILE tcode.I am trying to upload the pdf file to application server by using this path.But
    I am getting message like "Unable to open the file".Even I cannot find the this path in AL11 tcode.Kindly anyone advise how to upload pdf file using
    custom path and file created from FILE tcode.
    Thanks & Regards,
    Anusha.

    Hi Anusha,
    Please give as below.
    I forget to say you cannot open the PDF in AL11 and for that you need some configuration, i think it can be done using content server,not sure completely please wait for some more suggestions.
    Regards,
    Pavan

  • Logical path creation for an InfoSpoke

    Hi,
    I have an InfoSpoke for which I need to create a Logical Path. All I know is it involves some commands in MSDOS may be. Could anyone please let me know the procedure for the same?
    Thanks.

    Hi Bobs,
             Go to File trnx -> drill down the Logical File Path Definition -> Clcik on  "Create a logical file path" in middle of the screen  ->
    Then it will prompt for details of logical path you want to create
    EX: you can specify in the same lines as give below
    Logical path        ZXXXXXXXXXX                  
    Name                 Description of ZXXXXXXXXX
    Syntax group      UNIX     Unix compatible
    Physical path     /ABC/XYZ/<FILENAME>
    ZXXXXXXXXX is the logical path you want to create
    /ABC/XYZ/<FILENAME> -> /ABC/XYZ/ is the physical path in your server where your files will stored. dont forget to give filename within <> as shown above.
    Just save after that
    Regards
    Sunil

  • Logical path for getting a Flat file from application server

    Hi All,
    We have loaded some .csv files to application server, what is the logical path we have to mention in the infopackage scheduler screen? please guide me how to give the path for getting a flat file from application server.
    Thanks,
    Sairam.

    Hi Sairam,
    I hope you know which location you have saved in the Application server.
    Now if you go to the Infopackage and click on the "External Data" tab, there you will see Radio Buttons for
    1) Client Workstation
    2) Application Server
    Choose the second radio button, then in the Field "Name of the File" you will be able to use the F4 help and browse AL11 transaction through this option. You can then choose the File.
    Hope this helps
    Regards,
    Praveen.

  • Logical path

    Hi All,
    How to create logical path in SAP.
    thanks in ADV.

    Hi,
    Use the FILE transaction to create the logical file path.
    The table PATH stores this logical file path.
    You can retrieve the physical file path by supplying logical file path to FM FILE_GET_NAME_USING_PATH.
    Hope this helps.
    <b>Please reward points to all helpful answers and close the thread.</b>
    Regards,
    Amit Mishra

  • LSMW - No logical path specified

    Hi Experts,
    Am developing a Project to upload the data, so, am using spread sheet from my C drive..........but, am getting the following error,
    No logical path specified
    Message no. /SAPDMC/LSMW_OBJ_060046
    So, pls, let me know that,
    1 - How to fix it?
    2 - Why its throwing?
    thanq

    In the "Specify files" step, you see following 3 nodes: Legacy Data, Read Data & Concerted data.
    Double click on Converted data where you get a popup & you need to mention the logical path & Logical file name. ( Normally LSMW will be the logical path & specify the same path as presentation server path / File.
    If you do not have a logical path - LSMW, create one with tx: FILE.
    Regards.

  • LSMW No logical path has been specified

    Dear All,
    I am trying to create characteristic through LSMW. in the Specify file step i am geeing this error"No logical path has been specified".
    Any body can have idea about the error?
    Regards
    Dhiren

    Hi Dhiren,
    I have the same problem. I am trying to change a batch characteristics and I am getting the same error.
    Could you please share how you resolved your issue?
    Regards,
    R.S
    This is a old and answered thread - please open a thread for your specific query.
    -Paul
    Moderator
    Edited by: Paul Meehan on Aug 25, 2011 11:39 AM

  • Logical File creation in Logical path

    Hi all,
    I am after an info, how to create different logical file name in the same physical path.
    Suppose I have physical path: X/claims/interface/outbound which is assigned to logical path LP
    Now under this path I want to store some logical file say 1, 2, and 3
    What would be the naming convention? & how to do it?
    Any help would be highly appreciated.
    Regards,
    Kironmoy Banerjee.

    Hi,
    Use FM u2018FILE_GET_NAMEu2019 to assign the physical file name using a logical file name.
    Remember you need to create u2018logical file nameu2019 using transaction u2013 FILE.
    R/3 applications run on various platforms with various file systems. Hence we use platform-independent logical file names in our application programs.
    Function module u2018FILE_GET_NAMEu2019 converts a logical file name to the corresponding physical file name and path for the hardware platform concerned.
    For this conversion to work for different platforms, the definition of a logical file name must include a logical file path, which in turn is converted to different physical file paths, depending on the particular platform. The platform-specific file name returned by the function module is composed of the physical file path for the current platform and the physical file name associated with the logical file name. Placeholders in physical file and path names are substituted at runtime by the corresponding current values.
    Example
    logical file name: MONTHLY_SALES_FILE
    physical file name: VALUES<PARAM_1>
    logical path: SALES_DATA_PATH
    physical path (UNIX): /usr/<SYSID>/<FILENAME>
    physical path (Windows): C:\SALES\<FILENAME>.
    Santosh
    Edited by: Santhosh Nagaraj on Sep 30, 2009 2:45 PM

  • LSMW-logical path not specified

    Hi experts,
    I am doing an LSMW object for purchasing info records conversion.
    In the step "specify files" i am not able to save wat i have done cos i am getting an error 'No logical path has been specified' .I have choosed the file from PC-Frontend. Due to this problem am not able to go ahead with further steps.
    please help.
    Thanks,
    Neela

    Hi
    Have u followed all the steps perfectly while creating a lsmw ???
    There are 14 steps that are normally used and these are :
    1)   Maintain Object Attributes.
    2)   Maintain Source Structures.
    3)   Maintain Source Fields.
    4)   Maintain Structure Relations
    5)   Maintain Field Mapping and conversion rules .
    6)   Maintain Fixed Values,translations ,user defined routines.
    7)   Specify Files .
    8)   Assign Files .
    9)   Read DATA.
    10) Display Read Data.
    11) Convert Data.
    12) Display Converted Data.
    13) Create Batch Input Session.
    14) Run Batch Input Sesion.
    Check this link
    http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm
    www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc -
    Regards
    Pavan

  • LSMW - Logical Path for PIR

    I am working on creating LSMW - sample conversion for PIR. I struck up in the u201CSpecify filesu201D step by creating Logical Path.
    Step  1 : I have done it thru T.Code : FILE  in  that first by creating Logical File path.
    Step 2 : Assignment of Physical Paths to Logical Path
    I have maintained Syntax Group as WINDOWS NT and given the Physical path as C:\TEMP\<FILENAME>
    Step 3 : Logical File Name Definition , Cross Client
    I have maintained Logical File, Name, Physical File , Data Format ,App Area , Logical Path.
    After maintaining I am getting the error message u201C LOGICAL PATH PUR_INFO_RECORD DOES NOT EXISTu201D.
    Please help me out to solve this issue.
    Thanks & Regards,
    Mani

    specific to LSMW there is OSS note 753511 that describes what to do.
    If you have authority for x-client customizing then you can directly type a name for logical path and file name
    e.g. LSMWLOGPATH and LSMWLOGFILE, hit enter and LSMW will create the logical path and file name for you.and you dont need to do it with transaction FILE.
    Go into the step "Specify files".
    place cursor onto line "converted data"
    click change button.
    you get a pop-up with the logical path.
    Just hit enter and LSMW will create the path itself.

Maybe you are looking for

  • Not able to start Coherence Server on Unix environment

    Hi, I am trying to configure Coherence-Web on Weblogic server on Unix. But when i try to start the server getting the below error. I am tried with Coherence 3.7.1 but say Bad class version so then tried with Coherence 3.6.1 And i used the below commo

  • Action Box

    Hi We are trying to create a sales order from ECC through CRM-CIC Action Box 1.For this we created RFC Destinations. 2.we created Logical systems. 3.we link the RFC Destination with the Logical Systems (BD97). 4.Mapped the logical systems in CRM_CIC_

  • Can't open some applications

    Some of my applications have quit unexpectedly and won't reopen. One of the things it says in the Problem Report is "Exception: EXCBADACCESS". This doesn't sound good...HELP!

  • Configurator 1.6 Erasing device before restoring backup?

    Can someone explain this to me? How are we to set up shared iPad carts now? We have to pull every iPad out and go through the setup? Very confused

  • Two 1242ag bridge with 5gz at 800'

    I need to bridge from our office to our shop that is around 800 feet away.  Here are the Details I need the 2.4 ghz antenna for client access (Iphones are not compatiable with 802.11a) The locations are 800 feet away but are line of sight. I need to