File Location Characteristic Type

Hi all,
I have a scenario to use the File Location Characteristic Typein my module.I created one Characteric Type of File Location value and applied to Account Entity.
I gave the char value as "http://download.oracle.com/docs/cd/E18733_01/pdf/E18365_01.pdf" and it opens when click on the "Lanch the file" button.
Also i gave the folder file reference also like "C:\SPL\CCBDEV\Test.doc" but it's giving "Access is denied" error.
Is there any extra configuration/rights is needed to access the files from the folders?
Regards,
-Jinesh JJ
Edited by: JJ999 on Oct 3, 2011 6:03 AM

Whoops. Somehow I forgot about Go->Go To Folder, and overlooked it when trying to find it, when I wanted to do this for the first time in a while. How embarassing...
This interface is of course also available in the file selector via the normal shortcut (ShiftOptionG)
Even "more direct" access to folder location would sometimes be nice, though...

Similar Messages

  • File location and name

    If I use iPhoto to import files from my camera where are the files actually stored and how do I change the actual file name? I have figured out how to change the picture title but it does not change the file name.
    If I use iPhoto to import pictures from the hard drive do they get copied to the iPhoto file location or just linked? When I moved to the mac I created a folder named "old laptop stuff" and moved everything to that folder. I am now trying to organize all of this stuff on the mac. Can I delete the picture files from the old laptop stuff folder after using iphoto to import and organize them?

    Hi Dispatcher,
    Where are the files stored? Take a look at the screenshot.
    iPhoto 6 Library folder in the Finder
    As you can see the structure is now related to rolls. Rolls are created for each folder you import and each import session from a camera.
    It is very easy to change the names of film rolls within iPhoto to make them easier to find images within. Open the info panel in iPhoto by clicking on the "i" icon. Once it is opened, click on the roll title in the viewing window.
    Click on the word "title" in the info pane and type in your new title. I like to use a date and text format such as 12/25/05 Christmas at Mom's, 1/05/06 my birthday, etc. Once the roll names are changed within iPhoto, they are also changed within the Finder, making it easy to locate an image.
    When importing from a camera, make sure you name the roll with a date and text before the import.
    You can add titles in iPhoto, but as you found out only iPhoto sees these new titles. To do what you want you have to name the photos before importing into iPhoto. Either download to the computer with your camera software or use Image Capture (found in your Applications folder) to download the photos.
    Launch Image Capture (keep the little window open that says no camera is connected or IC will quit if you close the window)
    Go to Image Captures preferences and choose what you want to happen when a camera is connected.
    Next time a camera is connected, if you chose Image Capture to open, then IC will open and download the photos.
    Rename your photos then import them into the library
    You can choose to do it either way when you first use iPhoto (this is new in version 6)
    If you choose to copy into the library when importing, then the photos are copied into the library (iPhoto Library folder in the Finder)
    After you have imported all those folders of images, you can then delete the folder.

  • Windows 7 ultimate task manager can not open file location

    hi, I just re-installed the Windows 7 Ultimate on my laptop several weeks ago, everything goes well until I find this error. When I open Task Manger and right click one process, then an error occurs when I click "Open File Location". It shows as
    "taskmgr.exe
    This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel."
    There is no any information in the windows event log about this error and I try to search online but without any solution. Could anyone help me figure this out? TIA!

    Hi,
    Since it prompts that it is related with file association, you can try fixing it.
    Fix Default Windows 7 File Extension Types
    http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html
    NOTE This response contains a reference to a third
    party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.
    Andy Altmann
    TechNet Community Support

  • OTC ssl.conf file does not have ssl wallet file location details

    Hi B2B Gurus,
    While doing the HTTPS configuration in OTC we observed that some of lines were missing in ssl.conf file located at <Oracle_Home>\Apache\Apache\conf. The below mentioned lines are missing in OTC’s ssl.conf but present in OracleB2B’s ssl.conf
    Even ssl wallet file location is also missing in OTC ssl.conf file as mentioned below.
    Can u please let us know as why these lines are missing or should we manually add these lines when we do HTTPS on OTC ?
    Listen 4444
    <VirtualHost default:4444>
    # General setup for the virtual host
    DocumentRoot "E:\Oracle_b2b\cachehome\Apache\Apache\htdocs"
    ServerName DSCP17506.TechMahindra.com
    ServerAdmin [email protected]
    ErrorLog "|E:\Oracle_b2b\cachehome\Apache\Apache\bin\rotatelogs logs/error_log 43200"
    TransferLog "|E:\Oracle_b2b\cachehome\Apache\Apache\bin\rotatelogs logs/access_log 43200"
    Port 443
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # SSL Cipher Suite:
    # List the ciphers that the client is permitted to negotiate.
    SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
    # Server Wallet:
    # The server wallet contains the server's certificate, private key
    # and trusted certificates. Set SSLWallet at the wallet directory
    # using the syntax: file:<path-to-wallet-directory>
    SSLWallet file:E:\Oracle_b2b\cachehome\Apache\Apache\conf\ssl.wlt\default
    # Certificate Revocation Lists (CRL):
    # Set the CA revocation path where to find CA CRLs for client
    # authentication or alternatively one huge file containing all
    # of them (file must be PEM encoded)
    # Note: Inside SSLCARevocationPath you need hash symlinks
    # to point to the certificate files. Use the provided
    # Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath conf\ssl.crl
    #SSLCARevocationFile conf\ssl.crl\ca-bundle.crl
    # Client Authentication (Type):
    # Client certificate verification type and depth. Types are
    # none, optional and require
    #SSLVerifyClient require
    # Access Control:
    # With SSLRequire you can do per-directory access control based
    # on arbitrary complex boolean expressions containing server
    # variable checks and other lookup directives. The syntax is a
    # mixture between C and Perl. See the mod_ssl documentation
    # for more details.
    #<Location />
    #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
    # and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    # and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    # and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    # and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
    # or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #</Location>
    # SSL Engine Options:
    # Set various options for the SSL engine.
    # o FakeBasicAuth:
    # Translate the client X.509 into a Basic Authorisation. This means that
    # the standard Auth/DBMAuth methods can be used for access control. The
    # user name is the `one line' version of the client's X.509 certificate.
    # Note that no password is obtained from the user. Every entry in the user
    # file needs this password: `xxj31ZMTZzkVA'.
    # o ExportCertData:
    # This exports two additional environment variables: SSL_CLIENT_CERT and
    # SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    # server (always existing) and the client (only existing when client
    # authentication is used). This can be used to import the certificates
    # into CGI scripts.
    # o StdEnvVars:
    # This exports the standard SSL/TLS related `SSL_*' environment variables.
    # Per default this exportation is switched off for performance reasons,
    # because the extraction step is an expensive operation and is usually
    # useless for serving static content. So one usually enables the
    # exportation for CGI and SSI requests only.
    # o CompatEnvVars:
    # This exports obsolete environment variables for backward compatibility
    # to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    # to provide compatibility to existing CGI scripts.
    # o StrictRequire:
    # This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    # under a "Satisfy any" situation, i.e. when it applies access is denied
    # and no other module can change it.
    # o OptRenegotiate:
    # This enables optimized SSL connection renegotiation handling when SSL
    # directives are used in per-directory context.
    #SSLOptions FakeBasicAuth ExportCertData CompatEnvVars StrictRequire
    <Files ~ "\.(cgi|shtml)$">
    SSLOptions +StdEnvVars
    </Files>
    <Directory "E:\Oracle_b2b\cachehome\Apache\Apache\cgi-bin">
    SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    # Per-Server Logging:
    # The home of a custom SSL log file. Use this when you want a
    # compact non-error SSL logfile on a virtual host basis.
    CustomLog E:\Oracle_b2b\cachehome\Apache\Apache\logs\ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    Thanks for your help in Advance.
    Regards,
    Priyanka

    Hi Ramesh,
    We added the missing entries in ssl.conf file and tested it out. It is working fine. When we did slient install we are facing this error, we found that this is a bug in 10.1.2.3 AS patch (5983622) silent install. Raised an SR on this and Support is working to get this fixed.
    Regards,
    Priyanka

  • Changing swap file location on tray-loader iMacs

    This is not a question, but something I discovered that makes my old tray-loader iMac (the oldest iMac models) run Mac OS X much better.
    As you may know, these oldest iMacs have an 8GB size limit on the boot volume. The largest stock drive on these iMacs was 6GB. That means if your upgraded hard drive is larger than 8GB, it must be partition so that the first partition is under 8GB (7.78GB on my iMac), and it must be the boot partition where the OS is installed (whether it's Mac OS X or 9).
    In my case, I have a roomy 120GB hard drive (I believe the useable limit on these iMacs is 128GB). The first partition is just under 8GB, the second partition is the rest of the space, about 104GB. I have used every trick out there to move files (such as the iTunes music folder and most of my user/documents files) off to the second partition, to make free space on the boot partition as large as possible. So I have 3.5GB free on my 8GB boot partition. This is about 40% of the volume's total space so it seems pretty good, until you realize that most recent Macs have much more than the TOTAL 8GB I have, as free space on the boot volume. Mac OS X was just not designed to work well with small boot volumes...
    Mac OS X uses the free space on the boot volume for its virtual memory "swap file." Considering these old iMacs max out at 512MB of RAM, virtual memory is being used quite a bit. But since space on the boot volume is very limited, low RAM and lack of free space can lead to performance issues. Here's what I observed. When I initially started up my iMac, I had about 3.5GB of free space. Over time, as I used more and more apps, that free space would diminish until I had only about 600MB remaining (as reported by a Finder window). At the same time, I noticed performance getting bogged down and more "chugging" sounds coming from the hard-working hard drive.
    I've known about changing location of the swap file, but never tried it until recently. During the Mac OS X boot process, the Mac sets the location of the swap file. By default, the swap file resides on the boot volume (I believe most other Unix-based systems use a dedicated "swap partition" for the swap file). Since most recent Macs have large drives set up as one partition (and there is plenty of free space), and since many users have upgraded their RAM (and virtual memory is not as critical), swap file location is usually not an issue, and there is certainly no need to change the swap file location. However, on my iMac with an 8GB limit on the boot volume and 512MB of RAM, it made a noticeable difference.
    I found one set of procedures on the web that was much better than the others I found for changing the location of the swap file.
    http://www.math.columbia.edu/~bayer/OSX/swapfile/
    On this page, there are two choices for Panther users. I used the one that works for both Panther and Tiger, because it appeared to me to be more straightforward. The author intentionally keeps the instructions somewhat technical to discourage users who are not technically inclined. I don't consider myself to be too "geeky," but I can follow instructions and type a few commands in Terminal.
    After I changed the swap file location to a large mostly empty volume, I noticed much better performance when I have many large apps open at the same time. Performance no longer degrades over time, and the free space on my boot volume remains a constant 3.6GB.
    The reason for this post is to share this information. Some users of these old iMacs may be noticing the same issues I had. This is a possible solution. However, if everything is OK with your set up, there is no reason to change the swap file location. If you try it, be sure to take the usual data backup precautions.
    If anyone else has experience with changing swap file location, please post your comments here.

    Problem has been solved:
    background.setCapability(Background.ALLOW_IMAGE_WRITE);Thanks everybody for reading this :)

  • Get Current File Location in ADOBE form

    Hi All
    I need to get the location and file name of current file upon http submit in the form.
    How can we get current file location in abobe form.
    I am trying to use JavaScript var path = window.location.pathname;
    Also tried app.activeDocument.path property. But this does not work either.
    Any inputs will be really helpful
    Thanks
    Kaushal

    Hi Suhail,
    You can query the runtime on this, and these are some examples on how to get this:
    You will need to find the correct location:
    select location_name
    from all_rt_locations
    where location_type = 'File System'
    You will also need the path:
    select PARAMETER_VALUE from ALL_RT_LOCATION_PARAMETERS
    where location_name = 'SRC_FILES_LOC'
    and PARAMETER_NAME = 'RootPath'
    Do NOTE that the location type and RootPath things are case sensitive.
    For the file name..., I think you will have to dig around in the mapping. I don't have an exact example but this is in the direction you will need to be looking if you want to select this from the repository:
    -- This script selects all mappings, its operators and the binding to the repository objects
    -- You can use this to assess the impact of a change to a repository object to your mappings
    -- The script will ask for a parameter specifying the project name. Note that this is case sensitive
    set pages 999
    col PROJECT format a20
    col MODULE format a20
    col MAPPING format a25
    col OPERATOR format a20
    col OP_TYPE format a15
    col REP_OBJECT format a30
    select mod.project_name PROJECT
    , map.information_system_name MODULE
    , map.map_name MAPPING
    , cmp.map_component_name OPERATOR
    , cmp.operator_type OP_TYPE
    , nvl(cmp.data_entity_name
    , '-- No Value --'
    ) REP_OBJECT
    from all_iv_xform_maps map
    , all_iv_modules mod
    , all_iv_xform_map_components cmp
    where mod.information_system_id = map.information_system_id
    and map.map_id = cmp.map_id
    and mod.project_name = '&Project'
    order by 1,2,3,4
    Hope that this is something that you can take and solve your problem with...
    JP

  • I Lost Power to my PC while in Acrobat Reader and lost data, where is temp file located?

    I lost power to my pc while typing a new acrobat reader file but never saved it, where is the default temp file located, if this exists? Thanks.

    The answer to your question depends upon your version of Reader and your OS. Especially since the last version of Acrobat Reader was version 5 which is four majors versions ago. The last four versions have been called Adobe Reader, not Acrobat Reader. This the forum for the Acrobat commericial product, not the free reader product.  
    PDF files cannot be edited in Reader and fields filled in with Reader cannot be saved (unless especially enabled) canot be re-opened from the temp files. To make a long story short. You will need to re-type the information. 
    Sorry to be the bearer of the sad news.

  • Photo Booth Pictures File Location?

    Upgraded to Mavericks and I can't find any of the picture files from Photo Booth. Previously they were in User/Pictures/PhotoBooth
    But now that folder is empty.
    If I open up "Photo Booth Library" I can see the pictures within photobooth. But not the file location. Also, some of my photos

    If you'd like to be able to access the photos in any way other than just in FINDER, ie: to upload them on webforms, and other apps, then you can do this
    open Terminal
    type:
    cd Pictures
    ln -s Photo\ Booth\ Library/Pictures/ PhotoBoothPics
    this will create a folder called PhotoBoothPics  that is a link to the photobooth library, and is accessible to attach to email, etc, and will always have all your pics

  • N70 Music Files - Default File Location

    When I transfer music to my N70 using PC Suite, the default file location is \Sounds\Digital. Should I just change the default to \Music, or is there some reason why this location is the default?

    No AFAIK it does not matter where you put it, Music manager scans for your tracks and plays them.
    If you would like to keep it tidy and have your music in one place I can not see any harm it pointing it at another folder.
    N96-1 + 8G SD~Software Version 30.033~Software Version Date 18-06-09~Type RM-247~P/C 0543713~T Mobile UK

  • Where can i find .trn file location when i successfully take the back up of the database?

    Where can i find .trn file location when i successfully take the back up of the database?
    I accidentally deleted some records in my table, then i followed the procedure based up on this blog:
    "http://sqlbak.com/blog/recover-deleted-data-in-sql-server/"
    here it saying to find the .trn file, So here i am unable to find the .trn file where the location file i can found.
    Can some one help to find out of this issue.
    Ramesh S

    Hi,
    Try this select to check backup history:
    Select 
    r1.database_name, 
    r1.name, 
    (case r1.[type] when 'D' then 'Full database backup' when 'I' then 'Differential database' when 'L' then 'Transaction Log Backup' else r1.[type] end) as BackupType, 
    r3.physical_device_name, 
    r1.backup_start_date, 
    r1.backup_finish_date, 
    r1.backup_size, 
    r1.compressed_backup_size, 
    r2.is_compressed,
    r1.server_name, 
    r1.first_lsn, 
    r1.last_lsn 
    from msdb.dbo.backupset r1 
    inner join [msdb].[dbo].[backupmediaset] r2
    on r1.media_set_id = r2.media_set_id
    inner join [msdb].[dbo].[backupmediafamily] r3
    on r1.media_set_id = r3.media_set_id

  • After connecting the Hard Drive to the airport extreme, where can I find the file location in Windows 7

    After connecting the Hard Drive to the airport extreme, where can I find the File Location (to access my files from my Hard drive)

    Hi,
    Try this select to check backup history:
    Select 
    r1.database_name, 
    r1.name, 
    (case r1.[type] when 'D' then 'Full database backup' when 'I' then 'Differential database' when 'L' then 'Transaction Log Backup' else r1.[type] end) as BackupType, 
    r3.physical_device_name, 
    r1.backup_start_date, 
    r1.backup_finish_date, 
    r1.backup_size, 
    r1.compressed_backup_size, 
    r2.is_compressed,
    r1.server_name, 
    r1.first_lsn, 
    r1.last_lsn 
    from msdb.dbo.backupset r1 
    inner join [msdb].[dbo].[backupmediaset] r2
    on r1.media_set_id = r2.media_set_id
    inner join [msdb].[dbo].[backupmediafamily] r3
    on r1.media_set_id = r3.media_set_id

  • Problem: '\' character of file location disappears

    Hi
    I am trying to pass the location of a file on local disk as parameter to a java function... the function accepts 'String' type... but when I do this... the '\' characters in the location disappear.
    For Example: If C:\Documents and Settings\Hllo\Desktop\trials is passed then it appears as C:Documents and SettingsHlloDesktop       rialsI dont understand what is happening... any pointers....?
    How do I overcome this? Please help..

    Ok,
    This is what I am trying to do:
    1. From a web page a user selects a file
    2. On a button click, JavaScript function gets invoked and the file location is stored in a local variable and passed as parameter.
    3. I am using DWR (AJAX), where the server side code 'FileOpener' will accept this string as parameter and tries to open the file.
    So therefore I need something in this server side code to escape the backslash characters from the received argument.... How do I do it?
    At present this is what I am doing and it shows me error:
    BufferedReader read = new BufferedReader(new FileReader(fileLocation));
    while((line = read.readLine()) != null) {
                       str = str + " " + line ;
    read.close();

  • File Error: Wrong Type with MPEG-4 Audio File

    Help! I am trying to import an MPEG-4 Audio File into Final Cut Express2 but I keep getting a 'File Error: Wrong Type' message. Is there anything I can do to solve this problem. I really need this song for my video. PQu

    iTunes - check your iTunes preferences:
    Preferences > Importing -
    - select Import Using AIFF encoding
    - select Custom
    - select Sample Rate 48.000 kHz
    - select Sample Size 16 bit
    - select Channels stereo
    Then import your MP4 into iTunes
    Then control-click on the track name in iTunes, select Show Song File, which will open a Finder window from which you can copy your AIFF file to any location you want it.

  • PHP settings  - for file locations

    how do i include file locations so i dont have to copy my .php files to each sub folder so it displays the contents?
    a
    right now, it will only display my .php files if i have them in the folders.  i know i am missing a key something here:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr">
    <head profile="http://gmpg.org/xfn/11">
    <title>Kira America | Products</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="imagetoolbar" content="no" />
    <link rel="stylesheet" href="/ajxmenu_lathes.css" type="text/css" />
    <link rel="stylesheet" href="/styles/layout.css" type="text/css" />
    <!-- 3 Column Stylesheet Added To The Page And Not To The Layout.css -->
    <link rel="stylesheet" href="/styles/3_column2.css" type="text/css" />
    <link rel="stylesheet" href="/menus/ajxmenu.css" type="text/css" />
    <div class="headnav1">
        <div align="left">
          <?php include ("/headnav.php");?>
      </div>
    </div>
    </div>
    </div id="topnav2">
    <div align="center">
      <?php include ("/topnav.php");?>
      </div>
    </div>

    it calls a headnav.php and then calls topnav.php
    and now i get this - it's just not working out for me  with any of my sections any of my sections:
    div class="wrapper row4">
      <div align="left">
        <blockquote>
          <p>
            <?php include '../../../footer.php';?>
          </p>
        </blockquote>
      </div>
    ( ! ) SCREAM: Error suppression ignored for
    ( ! ) Warning: include() [<a href='function.include'>function.include</a>]: Unable to access footer.php in C:\wamp\www\products\VTL\KTC9-12f_files\sheet001.php on line 4656
    Call Stack
    Time
    Memory
    Function
    Location
    1
    0.0022
    1022360
    {main}( )
    ..\sheet001.php:0
    ( ! ) SCREAM: Error suppression ignored for
    ( ! ) Warning: include(footer.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in C:\wamp\www\products\VTL\KTC9-12f_files\sheet001.php on line 4656
    Call Stack
    Time
    Memory
    Function
    Location
    1
    0.0022
    1022360
    {main}( )
    ..\sheet001.php:0

  • Excel file located in application server to be uploaded

    Hello friends,
                 Please tell me what are the steps to be followed while uploading the data from a file in EXCEL format located in application server in to SAP data base using BDC.
    Thanks in advance,
    Ram.

    declarations:
    DATA:IT_EXCEL LIKE TABLE OF ALSMEX_TABLINE WITH HEADER LINE.
    I guess u r familiar with notepad upload.....just use your declaration as it is. Below is a basic demonstration of uploading data from excel...reward if useful.
    Excel file Locating.
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-002.
    PARAMETERS: P_FILE TYPE LOCALFILE OBLIGATORY .
    SELECTION-SCREEN END OF BLOCK B1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          STATIC    = 'X'
        CHANGING
          FILE_NAME = P_FILE.
    Check whether the uploaded fiel is excel or not
    AT SELECTION-SCREEN ON P_FILE.
      WK_LEN = P_FILE.
      CONDENSE WK_LEN NO-GAPS.
      LENT = STRLEN( WK_LEN ).
      WK_ALP = LENT - 4.
      B = WK_LEN+WK_ALP(LENT).
      IF ( B NE '.xls' AND B NE '.XLS' ).
        MESSAGE E939.
        CLEAR P_FILE.
        STOP.
      ENDIF.
    START-OF-SELECTION.
    do all the othre process here
    PERFORM FETCH_FROM_FLAT_FILE.
    store the values to your normal itab and the process.
    LOOP AT IT_EXCEL.
        CASE IT_EXCEL-COL.
          WHEN '0001'.
            MOVE: IT_EXCEL-VALUE TO RECORD1-MATNR_005.
          WHEN '0002'.
            MOVE: IT_EXCEL-VALUE TO WK_WERKS.
          WHEN '0003'.
            MOVE: IT_EXCEL-VALUE TO RECORD1-BUDAT_002.
          WHEN '0004'.
            MOVE: IT_EXCEL-VALUE TO RECORD1-BKTXT_004.
          WHEN '0005'.
            MOVE: IT_EXCEL-VALUE TO RECORD1-ERFMG_007.
          WHEN '0006'.
            MOVE: IT_EXCEL-VALUE TO RECORD1-ERFMG_008.
        ENDCASE.
        AT END OF ROW.
          APPEND RECORD1.
          CLEAR RECORD1.
        ENDAT.
      ENDLOOP.
    **Here record1 is the internal table holding the data fetched from excel
    end-of-selection.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          FILENAME                = P_FILE
          I_BEGIN_COL             = 1 "From 1st Column
          I_BEGIN_ROW             = 2 "From 2nd row
          I_END_COL               = 6 "Till 6th Column
          I_END_ROW               = 65536 "Till Row
        TABLES
          INTERN                  = IT_EXCEL
        EXCEPTIONS
          INCONSISTENT_PARAMETERS = 1
          UPLOAD_OLE              = 2
          OTHERS                  = 3.
      CLEAR IT_EXCEL.
      DESCRIBE TABLE IT_EXCEL.
      IF SY-TFILL = 0.
        MESSAGE I937.
        STOP.
      ENDIF.

Maybe you are looking for

  • How Can I go Back to Leopad and sill keep all my data, e-mails etc.

    Hi I installed SL on Sept 3,2009. I'm a new Mac user so all I had was TM Backups which I still have. After SL install I have had lots of problems and a couple of days ago My system already failed and would not start. Called Apple, they said I had to

  • J2ee Adapter engine installation error

    Hi All, I am installing XI with NW07. I had an ERP2005 server here with ABAP only. I installed Java Add In to it with usage type PI. Now I tried to install J2ee adapter engine. It showed if i want to run a new installation or continue the old one. I

  • T code for service contract pending balance

    Hi , I want to see the amount balance in a service contract . what t code or report to use to see the actual cost remianing in the service order

  • How to add results to report from sequence call disabled in report options ?

    Hello, I need to add text to report from a sequence called by a sequence call. The record results option for the sequence call is disabled because the sequence call is normally done thousands of times. Therefore, I don't want to fill in useless text

  • Lightroom 4 - keywords lists

    It should be able to create keyword lists in two languages at least in Lightroom 4, in English and local language. It's because not everyone speaks English, but English is required to exhibit the photo on the stock. It will make work easier. I need t