Value mapping to excel sheet

Hi experts,
we want to download the details of value mapping in excel sheet .
Can you give us this solution.
regards
durai

Hi Durai,
Go through the following links to get an overview:
Transports value mapping tables
http://help.sap.com/saphelp_nw04/helpdata/en/13/ba20dd7beb14438bc7b04b5b6ca300/frameset.htm
https://www.sdn.sap.com/irj/sdn/elearn?rid=/webcontent/uuid/a680445e-0501-0010-1c94-a8c4a60619f8 [original link is broken]
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/190eb190-0201-0010-0ab3-e69f70b6c257
I think they may help you.
Regards,
Jyothi.

Similar Messages

  • ExcelXML mapping---problem with XML maps in Excel sheet

    Hi Friends,
    I have one issue with ExcelXML mapping in Xcelsius.
    The problem is I have designed one dashboard using ExcelXML mapping and everything is working fine but I was afraid that  I could not able to find the mappings which were embedded in Excel.It happened many times.What I was doing is everytime Im re-mapping.I could be a big problem for me to do this procedire for everytime.How to recover my XML maps into excel sheet.Can anyone please provide the solution to achieve this.

    Shouldnt it be equivalent ? I mean, as far as I know the ns0: shouldnt be a problem
    when you have a namespace in the message then you need to associate it with some prefix....since ns0 (or any other prefix) is not present you are getting the error....having the namespace but not ns0 is the problem.
    XMLAnonymizer bean may help you to add the namespace prefix...

  • How do I search for a value in an Excel sheet using ActixeX

    I am already accessing my excel sheets however I need to be able to search the sheet for a certain value and return the row/cell location. Is there an activeX control that can do this?

    You will need a reference to the range to search. This can be the entire sheet if you wish. Just wire that to the method node Find. Here you can specify all of the typical search options. Wire your string or number into the What input. For the what to LOOKAT value, use -4163 for Value and -4123 for formulas.
    The reference returned is the range of the found value. You can wire it into the property node Row and Column to get the location.
    Michael Munroe
    www.abcdef.biz
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • Downloading Block details record values onto an Excel sheet.

    Dear All,
    I am working on a forms in which there is a requirement to download all the record values populated on a block onto an excel sheet.
    The block is based on a database table.
    Please let me know if you have ever worked on such a requirement.
    Please reply ASAP.
    Thanks in advance.
    Regards,
    Sanu.

    Hello,
    Unfortunately u did not mention the forms version. Anyway,
    how to copy data from excel to oracle forms
    Transfer Data from excel to oracle forms
    http://searchoracle.techtarget.com/answer/Moving-data-from-Oracle-report-to-MS-Excel
    -Ammad

  • Change an Object property based on a value coming from the Excel sheet

    hi all
    i've been able to bind a value from the excel sheet to my my component
    but i want to change a property of an object in my component based on this value at the run time.
    during the design time, it works fine
    for example, if my value called "_xvisible"
    and i use to it to hide some object.
    if i set _xvisible during the design time in excel, it works fine in the run mode.
    but during the run mode, if the value got changed, there is no affect.
    thank you
    Amr

    Hi
    See the xcelsius samples present inside xcelsius SDK. there are examples describing how to bind data which will work at runtime also.
    Hope this helps
    Rush-me

  • How to export  the value  t.code me2s  to an excel sheet ?

    HI ,
           THIS IS  sandipan.  I am very  new in this field .  My requirement is when i am  going me2s . then i am giving   purchasing group ,  plant ,  Service  Number as input.  then it showing purchase doc . ,  item , porg , matl... ,  plant , crcy . It's ok. but after that when i am click  purchase order  it displays  Purchase order  for external  services  : overview  screen .  I need to export  this  screen value  to an excel sheet.    There is a option  system  .....>list .......> save ..........>local file.   but it is  in inactive mode. 
      how Is it possible ?  please answer me...
    Edited by: sandipan.sap on Feb 10, 2012 3:29 PM

    Hi
    U have to use Jxl  jar files(As suggested by previous reply ) in External DC Project, then only   u will able to work with data and property of excel files.
    Further ,take the help from following threads
    1.[Download Data to an excel sheet, with colours|Re: Download Data to an excel sheet, with colours;
    2.[Color cells in excel file|Re: Color cells in excel file;
    3.[Changing properties of only few selected cells in MS excel..??|Re: Changing properties of only few selected cells in MS excel..??;
    Best Regards
    Satish Kumar

  • Excel sheet values are displayed in Chinese while reading from server in WD

    Hi,
    I am reading an excel file values, from the excel sheet which is in the server. I am able to the read the values from webdynpro, but the values which i'm getting are in Chinese language. But the excel sheet there in server has the values in English.
    Please help on this.
    Thanks,
    Suresh
    Edited by: SureshKumar Arumugam on May 10, 2009 4:01 PM

    Hi,
    On the Microsoft Side: Ensure that the Excel Sheet - indeed has values in English. It may be that you may be reading the wrong excel sheet in the wrong folder. If not and the characters are in English and you are still reading in other languages - go to [Microsoft Help on Multiple Languages|http://office.microsoft.com/en-us/excel/HP052558391033.aspx]. Follow the procedure and change the languages for only English.
    On the SAP Side: If the above still does not work - check if you are using any .xlf files for Chinese. For more information on .xlf files and internationalization, please go to : [Internationalization of WDJ Projects|http://help.sap.com/saphelp_nw04s/helpdata/en/8e/7ce87a2aede645ae3cdc857b791590/frameset.htm]
    Thanks.
    p256960

  • How to export the data as integer into excel sheet?

    Hi All,
         I am working on export to excel functionality and using JEXCEL API to create it.  When I export the data to excel sheet, the data are stored in text format in the excel sheet.  If I click on summation button on excel sheet,  it is not summing up the column values since it is stored as the text format. 
    I am writing the following code:
    for(Iterator iter = columnInfos.keySet().iterator(); iter.hasNext();){
    String attributeName = (String)iter.next();
    for(int index = 0; index < dataNode.size(); index++){
    try{
    IWDNodeElement nodeElement = dataNode.getElementAt(index);
    String colVal = nodeElement.getAttributeAsTex(attributeName);
    Label value = new Label(j, index + 1, colVal);
    sheet.addCell(value);
    j++;
    Here colVal is the variable which holds the data in string format.  So I was just trying to convert it into integer format and used Integer.parseInt(colVal).
    But Label keyword accepts only the int,int,string arguments. 
    Is there any other option to change it as integer value while exporting to excel sheet.
    Pls suggest.
    This is very urgent.
    Regards,
    Subashini.

    Hi Gopal,
    Pls refer the following link.
    /people/subramanian.venkateswaran2/blog/2006/08/16/exporting-table-data-to-ms-excel-sheetenhanced-web-dynpro-binary-cache
    I have used the same coding which is mentioned in this link. 
    And also I cannot use integer.parseInt(colval)  because new Label()  will accept only the int,int,string as parameters. 
    Here goes my to excel method code which exports the data to excel sheet .
    private FileInputStream toExcel(IWDNode dataNode, Map columnInfos) {
    String fileName = "output.xls";
    IWDCachedWebResource cachedExcelResource = null;
    int i = 0;
    try{
    File f = new File("output.xls");
    WritableWorkbook workbook = Workbook.createWorkbook(f);
    WritableSheet sheet = workbook.createSheet("First Sheet", 0);
    for(Iterator coluinfoitr = columnInfos.keySet().iterator(); coluinfoitr.hasNext();){
    Label label = new Label(i, 0, (String)columnInfos.get(coluinfoitr.next()));
    sheet.addCell(label);
    i++;
    int j = 0;
    for(Iterator iter = columnInfos.keySet().iterator(); iter.hasNext();){
    String attributeName = (String)iter.next();
    for(int index = 0; index < dataNode.size(); index++){
    try{
    IWDNodeElement nodeElement = dataNode.getElementAt(index);
    String colVal = nodeElement.getAttributeAsText(attributeName);
    Label value = new Label(j, index + 1, colVal);
    sheet.addCell(value);
    catch (Exception e){
    wdComponentAPI.getMessageManager().reportException(" Data Retrive Err :" + e.getLocalizedMessage(),false);
    j++;
    workbook.write();
    FileInputStream excelCSVFile = new FileInputStream(f);
    cachedExcelResource = getCachedWebResource(excelCSVFile, fileName, WDWebResourceType.getWebResourceType("xls", "application/ms-excel"));
    wdContext.currentContextElement().setExcelDownload(cachedExcelResource.getURL());
    workbook.close();
    It is exporting the data in text format.  So I am unable to sum up the column values in the excel sheet.
    I need an alternate solution wherein I can export the data in integer format to excel sheet and then sum up the column values by clicking on summation button.
    Hope I am clear now.
    Pls suggest.
    Regards,
    Subashini.

  • Excel sheet in jdeveloper

    Dear forums
    i am a user of jdevloper
    and working on Jclient\swing.
    i want to connect an excel sheet to my Jdeveloper form and after that the values are in excel sheet stored into oracle by using jdeveloper.
    but i have no idea about it.
    thanks

    If the excel spreadsheet is on the database server then you can create an oracle table that is actaully mapped directly to the excel file (I'm assuming you can save the excel file as a csv file)
    create table xxxxx
    ( column1 datatype,
    etc
    organization external
    (type oracle_loader
    default directory your_data_dir
    access parameters
    (fields terminated by ',')
    location ('your_file.csv')
    Then you create your usual entity and view objects on this.

  • Pass data from excel sheet to pl/sql Procedure as parameter.

    Hello,
    I am using ORACLE Database 11g and RHEL 5.
    I have a procedure in my database which will update the required table for one value, which users passes from the front end (Java). Now i want to modify it to update multiple records in "BULK".
    I have studied the SQL Loader and know about it. But this time i don't want to insert excel data into an oracle table , though i want to pass the excel data to a procedure as a parameter. Also want to do this process in a BULK mode.
    Below is a sample code which take input for one value from front end and updated the table ...
    PROCEDURE TAB_UPDATE (SYMBOL     IN SYMBOL_INDEX.SYMBOL%TYPE,
    END_DATE IN SYMBOL_INDEX.END_DATE%TYPE)
    IS
    BEGIN
         V_QRY1 := '';
         V_QRY2 := '';
         V_QRY1 := 'UPDATE SYMBOL_INDEX';
         V_QRY2 := 'SET END_DATE = '''||END_DATE||''' WHERE SYMBOL_IDENTIFIER = '''||SYMBOL||''' AND END_DATE IS NULL';
         PRO_EXEC(V_QRY1,V_QRY2);
    EXCEPTION
    END TAB_UPDATE ;Now this simple plsql procedure code updates one record at a time ,each time the user has to insert a new value from front end to update its value.
    Please suggest me how can i make this procedure to take parameter value from an excel sheet and also update all the records in BULK.
    Should i use varrays ? if possible please provide some useful links or sample code ...
    Thanks in advance !!!

    more latest log , are correcting few fileds ...
    LOG file opened at 01/18/11 15:59:41
    Field Definitions for table TIMEDATA_SYMBOL_INDEX_EXTERNAL
      Record format DELIMITED BY NEWLINE
      Data in file has same endianness as the platform
      Rows with all null fields are accepted
      Fields in Data Source:
        STAGE_ID                        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        DATATYPE_ID                     CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        IS_ENABLED                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        END_DATE                        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        START_DATE                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        COMMENTS                        CHAR (256)
          Terminated by ","
          Trim whitespace same as SQL Loader
        DSS_SPEED                       CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_IDENTIFIER               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        ENGINEERING_UNIT                CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        ENGINEERING_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MIN_ENGG_VALUE                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MAX_ENGG_VALUE                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MIN_COUNTER_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MAX_COUNTER_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        BIT_NUMBER                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        START_WORD                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_DESC_ID                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        BLOCK_LOC_ID                    CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        STATION_ID                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_NAME                     CHAR (256)
          Terminated by ","
          Trim whitespace same as SQL Loader
        TIMEDATA_SYMBOL_INDEX_ID        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
    error processing column DATATYPE_ID in row 1 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column DATATYPE_ID in row 2 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column DATATYPE_ID in row 3 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column DATATYPE_ID in row 4 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column DATATYPE_ID in row 5 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    LOG file opened at 01/18/11 16:03:49
    Field Definitions for table TIMEDATA_SYMBOL_INDEX_EXTERNAL
      Record format DELIMITED BY NEWLINE
      Data in file has same endianness as the platform
      Rows with all null fields are accepted
      Fields in Data Source:
        TIMEDATA_SYMBOL_INDEX_ID        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_NAME                     CHAR (256)
          Terminated by ","
          Trim whitespace same as SQL Loader
        STATION_ID                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        BLOCK_LOC_ID                    CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_DESC_ID                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        START_WORD                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        BIT_NUMBER                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MAX_COUNTER_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MIN_COUNTER_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MAX_ENGG_VALUE                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MIN_ENGG_VALUE                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        ENGINEERING_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        ENGINEERING_UNIT                CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_IDENTIFIER               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        DSS_SPEED                       CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        COMMENTS                        CHAR (256)
          Terminated by ","
          Trim whitespace same as SQL Loader
        START_DATE                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        END_DATE                        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        IS_ENABLED                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        DATATYPE_ID                     CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        STAGE_ID                        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
    error processing column STAGE_ID in row 1 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 2 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 3 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 4 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 5 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    Date Cache Statistics for table TIMEDATA_SYMBOL_INDEX_EXTERNAL
      Max Size:      1000
      Entries :         5
      Hits    :         4
      Misses  :         0
    LOG file opened at 01/18/11 16:08:11
    Field Definitions for table TIMEDATA_SYMBOL_INDEX_EXTERNAL
      Record format DELIMITED BY NEWLINE
      Data in file has same endianness as the platform
      Rows with all null fields are accepted
      Fields in Data Source:
        TIMEDATA_SYMBOL_INDEX_ID        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_NAME                     CHAR (256)
          Terminated by ","
          Trim whitespace same as SQL Loader
        STATION_ID                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        BLOCK_LOC_ID                    CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_DESC_ID                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        START_WORD                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        BIT_NUMBER                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MAX_COUNTER_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MIN_COUNTER_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MAX_ENGG_VALUE                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        MIN_ENGG_VALUE                  CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        ENGINEERING_VALUE               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        ENGINEERING_UNIT                CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        SYMBOL_IDENTIFIER               CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        DSS_SPEED                       CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        COMMENTS                        CHAR (256)
          Terminated by ","
          Trim whitespace same as SQL Loader
        START_DATE                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        END_DATE                        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        IS_ENABLED                      CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        DATATYPE_ID                     CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
        STAGE_ID                        CHAR (255)
          Terminated by ","
          Trim whitespace same as SQL Loader
    error processing column STAGE_ID in row 1 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 2 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 3 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 4 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    error processing column STAGE_ID in row 5 for datafile /home/oracle/symbol_update_file/SYMBOL_ADDITION_UPDATION.csv
    ORA-01722: invalid number
    Date Cache Statistics for table TIMEDATA_SYMBOL_INDEX_EXTERNAL
      Max Size:      1000
      Entries :         5
      Hits    :         4
      Misses  :         0Please let me know what can be done .. ???
    thanks

  • Customer and Vendor Checktables Mappings Excel sheet

    Hi All,
    I found buisiness partner and vendor mapping sap excel sheets from service market place.
    but,not able to find similar document for vendor and customer repositories.
    If anyone prepared,please mail me at [email protected]
    Regards,
    Rama

    Hi Subbu,
    can you pls send the customer and vendor mapping id to my email id also...
    [email protected]
    thanks a lot!
    Jyotika

  • Is it possible to populate a PDF from an excel sheet?

    I have been asked to create a dynamic PDF which will take values from an excel sheet & grow accordingly... Is it possible to link cells(which may not yet have values) in an excel sheet to fields in a dynamic PDF?
    Thanks in advance

    If using Acrobat prior to 9 to create forms, you can use Acrobat's JavaScript ADBC, Adobe Data Base Connection, to connect to an SQL database. A named range in Excel will meet this requirement. If you have created your form in LiveCycle Designer to create your forms you can use the data connection.

  • Excel sheet generation

    Hi
         I want to generate Serial number and Frequency values in an Excel sheet.But I am getting the serial no and Frequency names at the bottom and the values at the top. I've attached the vi here.Please find it.I want the S.NO and Frequency at the top and values underrespective headers.
    Regards
    RobinHood
    Solved!
    Go to Solution.
    Attachments:
    hi.vi ‏20 KB

    hi vipul,
    the code is been edditted its working as u wanted as u were using the set order in the loop it was rearranging the data and header as well so u were getting the header at last,
    now the start value is getting incremented each time and so there is no need to set the order in the loop,so for ur reference without deleting the set order.vi i have used a false case and made it as a dead vi u can remove the set order.vi once u go through the code. i am attaching the modified code its working as u wanted.  
    Attachments:
    hi.vi ‏40 KB

  • Upload the excel sheet in table maintenance

    Hi,
    I have a requirement to add a button in the application toolbar of the table maintenance screen of a custom table. This button should upload the excel sheet data into the maintenance screen online.
    I have created the button in the table maintenance generator. Also, uploaded the data into the internal table from the excel sheet.
    The problem is I am unable to populate the data from the internal table to the maintenance screen online.
    Any pointers in this regards will be appreciated.
    Thanks,
    Best regards,
    Ajith

    Hi Mukul,
      I created a custom table ZHEDGERES. Then in the table maintenance -> environment -> modification -> user interface I selected Individual interface.
      Then, in the Menu painter for the program SAPLZHEDGERES, modified the PF status EULG and added the additional button in the Application toolbar. This application toolbar needs to be used to trigger the upload of excel into the custom table.
      Below is the standard code which is generated in the screen painter of the custom table.
    PROCESS BEFORE OUTPUT.
    MODULE LISTE_INITIALISIEREN.
    LOOP AT EXTRACT WITH CONTROL
      TCTRL_ZHEDGERES CURSOR NEXTLINE.
       MODULE LISTE_SHOW_LISTE.
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE LISTE_EXIT_COMMAND AT EXIT-COMMAND.
    MODULE LISTE_BEFORE_LOOP.
    LOOP AT EXTRACT.
       MODULE LISTE_INIT_WORKAREA.
       CHAIN.
        FIELD ZHEDGERES-HDATE .
        FIELD ZHEDGERES-CHAIN .
        FIELD ZHEDGERES-HEDGE_VALUE .
        FIELD ZHEDGERES-CURRENCY .
        MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.
       ENDCHAIN.
       FIELD VIM_MARKED MODULE LISTE_MARK_CHECKBOX.
       CHAIN.
        FIELD ZHEDGERES-HDATE .
        MODULE LISTE_UPDATE_LISTE.
       ENDCHAIN.
    ENDLOOP.
    MODULE LISTE_AFTER_LOOP. 
      Need to add logic to extract the values from the excel sheet to an internal table and append the values from the internal table to the table control of the table maintenance.
    Thanks,
    Best regards,
    Ajith

  • Unable to display double values in Excel sheet using JExcel API

    Hi
    I am writing code to generate report in the form of Excel Sheet using JExcel API.
    Everything is going fine but whenever I want to put some double values in a cell it is only showing 2 decimal places. My problem is "I want to show upto five decimal places".
    Any kind of reply might help me lot.
    Thank U.

    If you enable the submit zero option, it still happens? This is a new feature on the display tabl
    #NumericZero Enhancements
    To display a numeric zero in place of an error message, you can enter #NumericZero in any of the three Replacement text fields. When you use the #NumericZero option:
    · Excel formatting for the cell is retained.
    · All calculations with dependency on the cell will compute correctly and will take the value of this cell as zero.
    · This numeric zero is for display only. When you submit, the zero value is NOT submitted back to the data source.
    You cannot set display strings for cells that contain an invalid member or dimension name (metadata error). Metadata errors produce standard descriptive error messages.
    Errors are prioritized in the following order from highest to lowest. The error message for a higher-priority error takes precedence over that for a lower-priority error.
    1. (Highest) Metadata errors
    2. #No access
    3. #Invalid/Meaningless
    4. #No data\Missing

Maybe you are looking for