Use excel file upload to the "Flexible planning"

Hi PP Experts,
I created an info structure S902 for flexible planning, user can use this new plan type to do the Forecasting.
But due to our plant hava a lot material , user very hope to do the month forecasting in the excel ,
After review ,then upload to this LIS table,
I don't know how to do it,
Does anyone have experience ?
Thanks.

there is no standard functionality avaiable to upload a Excel data in to a infostructure.
as the characteristics and Key figures could vary .
Develop a Z progarm to acheive your functionality.
Regards
Ratan

Similar Messages

  • Upload plan values using excel file

    Hi Expert,
    I am trying to use the t-code 7KEX to upload excel spreadsheet to SAP instead of using 7KE1.
    However, the field "File descriptions", what do I need to indicate ? How do I create a excel file format for the upload ?
    I want to upload budgeted figure in version 0 for the whole year. And how to upload monthly figures in SAP ? I am referring to mass upload. Not just using 7KE1.
    Please advise.
    Thanks.
    Angel

    HI,
    in the field "file description" you have to add the file description created when you've customized an "exel-integrated planning layout". This is done in T-Code 7KEA.
    Follow the link in this thread to SAP-docu for excel-integrated planning (which is the same in CO-OM and EC-PCA):
    Cost center - primary cost element planning- by period - in CO versions
    If you want to upload month-dependent plan data define a plan layout using period/year as a key characteristic or upload your plan data on a monthly base (with  the layout from above but planning period 001.2010-001.2010, 002.2010-002.2010,... instead of 001.2010 - 012.2010).
    Best regards, Christian
    Edited by: Christian Ortner on Mar 15, 2010 1:54 PM

  • How can i convert a numbers file into an excel file, without losing the pictures that i used in the numbers file?

    Hi,
    i made a numbers file which includes pictures, which i put in by drag and drop. But when i convert the file in excel, the pictures dissappear. Does anyone have a hint for me?
    Thanks!

    Numbers supports pictures as objects added to a sheet, and as images used as background fill.
    Excel does not support "sheets" as defined in Numbers, nor does it support 'image fill' in cells.
    If your use requires excel, and requires pictures, you may need to use Excel, or one of the open source substitutes for Excel, OpenOffice.org, LibreOffice, or NeoOffice.
    Regards,
    Barry

  • Excel File Upload In Webdynpro For ABAP

    Hi All,
    I have a doubt regarding EXCEL file upload for Webdynpro for ABAP.
    I am able to get the path of file using 'FILEUPLOAD' UI element.Now I need to upload the EXCEL file into ALV.I have tried out with GUI_UPLOAD and other excel upload function module.But these Function Module throws Dump.
    Can you please suggest how to go about it.It will be a great help if u can suggest any function module or method.

    Hi Amita,
    Insetad of using GUI_UPLOAD use 'HR_KR_XSTRING_TO_STRING'
    Here is the sample code,
    TYPES :BEGIN OF str_itab,
                  name(10) TYPE c,
                  age(10) TYPE c,
                 END OF str_itab.
    DATA : t_table1 TYPE STANDARD TABLE OF str_itab,
           i_data TYPE STANDARD TABLE OF string,
                   lo_nd_sflight TYPE REF TO if_wd_context_node,
                    lo_el_sflight TYPE REF TO if_wd_context_element,
                    l_string TYPE string,
            fs_table TYPE str_itab,
                    l_xstring TYPE xstring,
    fields TYPE string_table,
    lv_field TYPE string.
    DATA : t_table TYPE if_main=>elements_data_tab,
    data_table TYPE if_main=>elements_data_tab.
      * get single attribute
    wd_context->get_attribute(EXPORTING name =  `DATASOURCE`  
                              IMPORTING value = l_xstring ).
    CALL FUNCTION 'HR_KR_XSTRING_TO_STRING'
    EXPORTING
    in_xstring = l_xstring
    IMPORTING
    out_string = l_string.
    SPLIT l_string  AT
    cl_abap_char_utilities=>newline INTO TABLE i_data.
      * Bind With table Element.
    LOOP AT i_data INTO l_string.
    SPLIT l_string AT cl_abap_char_utilities=>horizontal_tab INTO TABLE
    fields.
    READ TABLE fields INTO lv_field INDEX 1.
    fs_table-name = lv_field.
    READ TABLE fields INTO lv_field INDEX 2.
    fs_table-age = lv_field.
    APPEND fs_table TO t_table1.
    ENDLOOP.
    lo_nd_sflight = wd_context->get_child_node( 'DATA_TAB' ).
    lo_nd_sflight->bind_table( t_table1 ).
      ENDMETHOD.
    if correct give correct answer
    Thanks & Regards,
    Meenachi.R

  • Excel file upload in background

    Hi
    any one inform me how to Excel file will be Executed as a background job.
    The Excel file will be executed as a background job.
    This will eliminate issues related to network speed,
    time-outs,user logging off,ect;
    and the need for the user to remain logged in to the transaction till it finishes
    execution. After the background job completes the output report will be sent to the
    user via email as an attachment.
    Regards
    Gopal
    Duplicate thread.
    Edited by: kishan P on Aug 24, 2010 10:39 AM

    hi,
    function module for email attachment  -
    function module SO_DOCUMENT_SEND_API1
    function module for background schedule - u2018ALSM_EXCEL_TO_INTERNAL_TABLEu2019
    When scheduling a job in the background the appropriate statement to read in your file is OPEN DATASET, and the file must be on the file system that the SAP server can see.
    At anytime, a user can switch of the Personal Computers even though the job is still running in the background.  Therefore GUI_* and WS_* function modules are not designed to work in that way, as they need to access your personal computer  file.
    To choose the correct download method to used, you can check the value of SY-BATCH in your code,
    if it is 'X' use OPEN DATASET and if it is ' ' use WS_UPLOAD.
    link for help -
    Re: Excel file upload through BAPI in BACKGROUND
    Rgds
    Raj

  • Excel file upload failing

    hi all,
    i have a webdynpro application,
    in which i am uploading an excel 
    file, and reading the same file, it is working fine.
    But the problem is, Some times while uploading
    it is taking  time for the processing. after that it is failing to upload and the application is refreshing
    (ie the control is going to the initial screen).
    i am not able to understand the problem.
    please suggest me the solution soon.
    regards ,
    Brahmanandam Ausali

    hi armin,
    I am using SP14.
    I have not gone to OSS note.
    regards
    Brahmannadam ausali

  • Excel File Upload on ESS

    Hi All,
    I have the requirement to upload an excel file on ESS. To achieve this, I have created a module pool program, which allows me to select the path of file that is present on my desktop and read it for further processing. Using the FM GUI_UPLOAD, I am able to successfuly upload a text file (in .txt format) but not an Excel file (.xls format). If I try uploading xls file, it converts the data into junk characters ##### etc.
    Is there any function module which will allow me to read an excel file in this module pool program ; and allow me to read its contents??
    P.S. The module pool program succesfully reads and excel file in R/3, but does not work on ESS...Why so? And what may be the workaround for this???

    I think the easiest approach is to create a webdynpro for this.
    There you can use a file upload element

  • How do I create an excel file that has the volume output and the time at which it occured?

    Hello:
    I am using Labview to control a New Era Pump Systems automatic syringe pump and to record diameter measurements from a LaserMike optical comparator. My program is fully functional, the code is attached with all auxilliary files in the NE-50X folder. I mostly understand my program, I used drivers for the NE-50X pump found on the NI website to build my code and added to it as needed.
    If anyone has ideas about how to do any of these three things, your help is greatly appreciated. I have the output from the syringe pump going into a line graph while I run the test with the time on the x-axis and volume on the y-axis. How would I be able to create an excel file from this information? I would like the excel file to have the time in one column and the volume at that time in the next column. I though that I had wired it correctly, however I feel that the time seems to be a little off and very exact. Attached is the block diagram of what I have done.
    Hello:
    If anyone has ideas about how to do any of these three things, your help is greatly appreciated.
    Attachments:
    RATETEST.vi ‏202 KB

    Let me start by answering the specific question, and then I will provide some suggestions on the code.
    The function you want is the "Write to Spreadsheet File", which you're already using, albeit in a confusing means (more later). I was not able to find any place in your code where you're actually acquiring time information, so I don't understand your comment about the time not being exact. (I'm assuming you mean "not", even though that word was not in your actual sentence.)
    As for the code:
    As I mentioned, you're using the "Write to Spreadsheet File" twice, as well as the "Write to Measurement File" Express VI. All three seem to be logging the same information, though one of the "Write to Spreadsheet File" functions is logging some sort of volume and diameter information. Please pick one.
    You're looping around the path for one of the "Write to Spreadsheet File" functions, but not for the other two functions. Why are you looping the path in the first place?
    You' re continuously accruing data into an array to put onto an XY Graph. Please keep in mind that this means the program will slow down as it progresses as this array gets larger and larger, and LabVIEW needs to shuffle memory around. Depending on how fragmented your memory is, you may find the program will crash since LabVIEW cannot allocate a large enough contiguous block of memory for the array.
    Your wiring really needs to be cleaned up. Tip: Right-click on a wire and select "Clean Up Wire".
    In the middle of the diagram you have a case structure in which the True part has a single iteration loop that's adding 1 to the iteration and updating some local variable, and in the False part you're doing something else with it. I have no idea what you're trying to do, but surely there must be a better way to do it.
    You seem to have two tank indicators on top of each other on the front panel and then flipping the visibility of them based on some value. I would think that it would be easier to simply display both at the same time, no? As a user, I would find it somewhat perturbing to see the tanks appear and disappear.

  • How to export the text edit data to excel file without splitting the data in excel file?

    how to export the text edit data to excel file without splitting the data in excel file?
    I have a requirement in SAP HR where in the appraiser can add comments in the area given and can export that to excel file. Currently the file is getting exported but the comments getting split into deifferent rows.
    I want the entire comment to be fit in one row.
    Please help.
    Thank you

    Hi,
    if your text edit value is stored in 'lv_string' variable.
    then before exporting the value to excel you have to remove CL_ABAP_CHAR_UTILITIES=>NEWLINE
    that is '#' from the variable lv_string.
    for that use code some thing like this.
    REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>NEWLINE in lv_string WITH space.
    I think this will do the trick.

  • Best ways to view/display PDF/Excel files stored in the Database

    What are best ways to display/view PDF/Excel files stored in the Database? thanks L

    Thanks tom, sorry let me explain. Currently we have oracle forms screen, using webutil to store/view files into DB. client won't like the interface, they want us to make it more friendly, drag and drop if possible, load multiple files, as possible.. So I am exploring different ways to improve may be java (or jdev/any any other), different screen designs, different features for fileupload/download/view options.

  • Oracle reports to display PDF/Excel files stored in the Database

    can we use Oracle reports to view/display PDF/Excel files stored in the Database? Thanks Lalitha

    A document stored in the database can be easily retrieved in or via the browser using mod_plsql. Simplified:
    select content, mime_type
    into v_blob, v_mime_type
    from ...
    owa_util.mime_header(nvl(v_mimetype,'application/octet'),false);
    htp.p('Content-length: ' || dbms_lob.getlength(v_blob));
    owa_util.http_header_close;
    wpg_docload.download_file(v_blob);So, the link in your report should point to this database procedure.
    Edited by: InoL on Mar 1, 2011 4:17 PM

  • Indesign Files Uploaded to the Cloud dont open in the web UI

    Hi,
    When I upload an indesign file to the cloud, the thumbnail shown is a default one & if I open the file (using the web UI) I cant view the content of the file.
    I tryed to view the uploaded files using Chrome, Firefox, Safari & IE both in OSX, Windows XP, 7 & 8  (all up to date).
    * I am a designer and an adobe evangelist teaching primarily Photoshop & Indesign to graphic department in companies. Today I am in the process of finishing the certifications for selling adobe products.
    One of the key features that will help me sell (I belief) the creative cloud is the ability to share & Comment on Indesign files uploaded to the creative cloud.
    Thank You'
    Ayal Shapira
    www.pixelstudy.com

    I have renamed the one of the files and uploaded it again:
    https://creative.adobe.com/share/e97d73a5-6d70-4d84-a48a-2149622cd5a6
    Now the image preview is missing:
    and the pages sow up to page 21.
    Also I would like to see the hole spread in the preview, and not just a single page how do I accomplish that?
    I Have also uploaded it to the following dropbox link so you will be able to observe the original file:
    https://dl.dropboxusercontent.com/u/5091847/Avital%20%26%20Alon%20V1a.indd
    *there are no missing links and if you like I will send you a package of the specific wedding album.

  • How are files uploaded to the file system?

    How are files uploaded to the system? I do not see any documentation on the SAP Cloud Appliance Library regarding this.

    Hi Daniel,
    the majority of the appliances run the Linux operating system. You can use native scp (Linux) or winscp (Windows) to upload files to the file system.
    If you google for "upload data to Linux aws instance" you should find a lot of documentation on the topic.
    Best Regards,
      Hannes

  • File upload on the AS

    Hi all,
    I have an application built using the JHeadStart technology which has a feature for uploading files,
    and it's working fine on my JDEV, but once i deployed my application on the AS 10.1.3.1 the file upload gives the following error
    " java.lang.NoSuchFieldError: conn "
    so what's the difference between the JDEV embedded OC4J and AS OC4J?
    i believe i need to add some libraries to the AS??
    appreciate any help.

    You can place the code in <nowiki><code></code></nowiki> tags.
    You need to place the line that I posted above at the top of the file before the opening <nowiki><html></nowiki>
    See also http://www.w3schools.com/php/func_http_header.asp

  • How do I share files uploaded into the Creative Cloud with other creative cloud members?

    How do I share files uploaded into the Creative Cloud with other creative cloud members?

    Should be easy.  Try this...
    In Thumbnails view, click the little triangle (pointing downward) in the lower-right corner of the asset you want to share.
    In the blue icon bar that appears, click the Share icon (the third icon from the left, just right of the trash icon). The Share dialog should pop up.
    In the Share dialog, enter the email address of the person with whom you want to share the asset, then click the Send Email button - they'll receive an email with a link to your asset. OR
    You can also copy a link to the asset and then paste that into your own email client if you prefer.  To do that, click the Link icon (looks like a "chain", and is to the right of the email "envelope" icon) - then click the Copy Link button.
    Note that the Share options won't be available if your asset is set to "Private" - you can control whether an asset can be viewed (or downloaded) by others by clicking the Public/Private control (green or red "lock" icon).
    You can also access the same Share controls if you click on the file to see it one-up (you can do this from either Thumbnails view or List view); click the Share icon near the upper right corner of the browser window (to the right of the asset name).
    Hope that helps.

Maybe you are looking for