Data in 3 container should be merged in a single excel while downloading.

Hi Experts,
I created ALV report using OO ABAP where i splitted the container into 3 parts . Each container contains seperate internal table with data. Now the requirement is when i download to excel all the data contained in 3 seperate container should be merged in a single excel sheet. Can any one of you help me out in this.

Hi,
What exactly is the issue you are facing?
I would suggest you to create a gui status and handle the user command for downloading in your PAI, where you can easily merge your 3 tables onto one before downloading it with gui_download method...
Kr,
Manu.

Similar Messages

  • I'm trying to export a slideshow and I keep getting this message: The movie contains an invalid data reference. What should I do?

    I'm trying to export a slideshow and I keep getting this message: The movie contains an invalid data reference. What should I do?

    That usually means that iPhoto can't find a clip or a shot that you're using in the Slideshow.
    Regards
    TD

  • I have recently transferred data from my old Mac to my new one. The result was good, but I have 2 users now, whose data I want to merge into 1 single user, so to avoid having to switch from one user to the other to view and use certain files. How to do it

    I have recently transferred data from my old Mac to my new one. The result was good, but I have 2 users now, whose data I want to merge into 1 single user, so to avoid having to switch from one user to the other to view and use certain files. How to do it?

    Here's an easy way:
    Pick the user that you want to eliminate (making sure that the remaining user has administrator privileges) and move all of the data that you want to keep into the Shared folder. Reboot or log out and login to the user you want to keep. Copy all the data from the Shared folder into your account - placing it neatly in folders (Documents, Music, Movies, etc.).
    Once the data is moved, log into the account you want to delete just once more to make certain that you've grabbed all the data you want to keep. Log out and log back into your admin account and go to System Preferences>Users & Groups and delete the 'old' user.
    That should do it.
    Clinton

  • SM58 - IDoc adapter inbound: IDoc data record table contains no entries

    Trying to send Idocs from SAP ECC6.0 via PI 7.0 up until 2 days ago there was no problem.
    Since yesterday, only one specific type of Idoc does not make it into XI (PI). In the Idoc monitor (WE02) the idocs that were created gives status 3 which is good. But all Idocs of that specific type (ZRESCR01) does not go to XI. I can only find them bakc in SM58 where it gives the following message:
    IDoc adapter inbound: IDoc data record table contains no entries
    I have checked SAP notes 1157385 and also 940313, none of them gives me any more insight into this error. I have also checked all the configuration in WE20, SM59, and in XI (repository and directory) and in XI IDX1, IDX2 but could not find anything that would cause this. I can also not think of anything that changed since 2 days ago.
    Please point me in the right direction.

    hi,
    i think in sm 58 u can find entries only when there is some failure in login credential .
    if there is change in IDoc structure than you have to reimport the idoc metadata defination at IDX2.otherwise not requird.
    please check the logical system name pointing to the your requird target system....
    please also verify thet your port should not be blocked.
    pls find the link it may help
    Monitoring the IDOC Adapter in XI/PI using IDX5
    regards,
    navneet

  • How to load data from file contains rows with different number of columns

    hi all,
    a data file contains assets data ordered like this(location_id
    serial_number , quantity
    serial_number , quantity
    single column rows represents location, and two columns rows represents asset details for that location
    123
    12345 ,1
    32145 ,1
    124
    12348 ,12
    41239 ,22
    54189 ,2
    254
    22419 ,1
    I want to use sql loader to load these data after merging locations with thieir assets,like this order(location_id,serial number,quantity)
    123 ,12345 ,1
    123 ,25413 ,1
    123 ,32145 ,1
    124 ,12348 ,12
    124 ,41239 ,22
    124 ,54189 ,2
    254 ,22419 ,1
    Can one help me in that?
    thank you,

    Create external table and code sql query to do it.
    :p

  • Passing data to workflow container declared as sturcture

    Hi all,
    I am working on SAP workflow(4.6C version) and has decalred a container element (Invoiceheaderdata) as IMPORT with datatype reference as ABAP Dictionary and Referance table as <zstructure>.
    Now when i run the workflow for tesing from workflow definition itself i get selection screen for input data with the container element.
    But when i try to enter my data for the structure it gives an error message "PLEASE ENTER THE VALUE FOR ELEMENT USING INPUT HELP".
    Please some one let me know how to pass values to a container element <sturcture type>
    I had successfully run this workflow in 4.7 so please answer only for 4.6C verison but not keeping in mind the 4.7
    any inputs in this regard are appriciated
    Thanks in advance
    Lakshmi Narayana.S

    hi nayak,
    i tried even that option when i try to use F4 help it raises a message saying "input not supported for structured elements of data type structure".
    So in this case what should i do?
    even if you know somebody who worked on 4.6C version pls let me know. I'll give full points
    Thanks
    Lakshmi

  • Why do I have two CSS sheets? Should I merge them? How?

    As I've been working on this site, I simply copied pages by 'saving as' to make the next page, since they are very similar and use the same text sizing (except for one which has become the 'black sheep.')
    Now, after the fact, when the site is basically done, I see there are two CSS files associated with this site, I only made one to start with 'base.css'. Now there is also a file called 'base_sample_pgs.css' which I did not, knowingly, make.
    I want to clean up the site and resolve type font sizing issues on one of the pages, and while I've heard of designers using separate CSS files for fonts, colors, etc., which is a great idea for very large sites, I'm thinking it would be best if I had only one CSS file for a small site like mine with only a dozen or so pages. I'm thinking two CSS files are the cause of some conflict already with font sizing on one of the pages.
    What do you think? Should I merge the CSS into one file? Would it help diagnosing problems? If so, what is the best way to do this?
    TIA,
    Ken
    The site:
    http://www.kgngroup.net

    OK, I'm looking at your capabilities.html page and there is a reference to only one CSS style sheet:
    <link href="base.css" rel="stylesheet" type="text/css" />
    Then you have some page-specific CSS that follows.
    If what you are asking is whether or not you ought to pull the page-specific stuff into your base.css file, that only matters if you are using exactly the same styles in all pages. You can define different types of pages in 1 CSS style sheet, like a three-colum and a two-column layout and that works just fine. But you can also choose to have one stylesheet for the three-column pages and another for the two-column pages. Additionally, you may have a completely separate style sheet for just your menu (I have that on lots of my work).
    The question for your question is, which is easier for you to manage?
    In the case of many of my menu stylesheets, it is much more sensible to keep those style sheets separate from the main page. I think in terms of navigation when I am in them, I think in terms of general styles when I am in the other style sheets.
    I have also seen some professionals use one style sheet to define text styles, another to define page layouts and a third to define menus. All that is completely dependent on thought process.
    So this is "answering a question with a question," but what I am trying to do is get you to realize the answer in your own thought process.

  • Passing data from a container to another

    Hi,
    Let's say I have two containers (Container1=application , Container2).  Container1 gets some data from user, perform some database lookup and displays Container2 with the results from database lookup.
    Container1 --(call and display)--> Container2
    Below shows  how I am using a bindable variable in Container1 to pass the data from Container1 to Container2.  Also shows how I display Container2 from Container1.
    <!-- Container1 -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
       [Bindable] public var foo:String = "bar";
       private function loginHandler(event:LoginEvent):void
          mycontainer2 = new Container2();
          mycontainer2.name = "mycontainer2";
          this.addChild(mycontainer2);
    </mx:Application>
    I am accessing the data in Container2 as follow:
    <!-- Container2 -->
    {mx.core.Application.application.foo}
    Q1) Is there a better way to pass data from one container to another and access the data?
    Q2) Is this the only way to call and display Container2 from Container1?
    Q3) How can I move back to Container1 from Container2, i.e. Container2 call and display Container1
           Container2 --(back to)--> Container1

    Best practices call for using custom events to share data between components. Here is my Flex 3 Cookbook post on the topic:
    http://cookbooks.adobe.com/index.cfm?event=showdetails&postId=15466
    To switch easily between containers 1 & 2 use a ViewStack, the gold standard for such interaction, and manipulate the selectedIndex or selectedChild property:
    http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_3.html
    If this post answered your question or helped, please mark it as such.

  • Data storage in container

    Hi,
    I have to store one particular data value in container while sending the message to soap and the same needs to be retrieved while receiving the message from soap.
    To put it in nut shell
    Store EMPID in container , send other fields to soap as request
    Along with the response from SOAP, i need to reapply this EMPId and send it to JMS.
    I knew it has to be done using BPM, but how?

    Hi,
    Try to use JMS correlation ID, XIConversationID.See the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be70c0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8060448a-e56e-2910-f588-9af459e7ce21
    How to Correlate MQ JMS Messages on SP14
    JMS message id as JMS correlation ?
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii
    Correlating message id between async messages
    Regards
    Chilla

  • HT1338 I have a Mac OS X Version 10.5.8. Just updated my iphone 5 & can not back anything up from itunes because my software on my mac is not up to date. What software should I now have to be up to date? Im so confused by all that is offered! PLEASE HELP

    I have a Mac OS X Version 10.5.8. Just updated my iphone 5 & can not back anything up from itunes because my software on my mac is not up to date. What software should I now have to be up to date? Im so confused by all that is offered! PLEASE HELP ME.

    Hi
    You need to upgrade to the next OS 10.6 Snow Leopard by purchasing the DVD online.
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    and once installed, use Software Update
    - to update to 10.6.8
    - and update your iTunes.

  • Date loading - Member containing comma in Point-of-View

    Hi,
    I tried loading date into essbase via planning. My point-of-View contains a member which has comma in it.
    When loading it is considering that member as two different members.
    Has anyone tried loading data into planning with members having comma.
    Eg. Item No.,Start Date,Point-of-View,Data load Cube Name
    30103,11-02-2011,"Actual,Version1,Dazzing Infotech, Inc,230"Capex
    I have 6 dimensions say.
    Dazzing Infotech, Inc is a member in dimension. It has comma which is seperating it as two members.
    Error when loading is "Dazzing Infotech" doesn't exist or you do not have access to it.
    Has anyone worked on this issue previously.
    Thanks

    Cross post :- Data loading - Member containing comma taken in point-of-view
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Increment the number with date/time string. when ever the next date come's it should reset again with initial number

     i want to store the number of records in a file. Every time when ever i run the program the record will be incremented well i using forloop with count value 1 as a constant .in the for loop i am using autoincrement with the  feedback node . to view the number i have attached the indicatator .the number will be increment every time . i am using number to time time stamp  that is connected to get date/time string. from that we can view the date string and time string . so , my issue is when ever i close the code again it is coming with intial value . i should get from that number only where ever i close the code . after the date completed again it should come from intial value . i am attaching the code so that u guys can solve my problem.
    Attachments:
    record.doc ‏34 KB

    here you can see.......the file path in case structure in that i have included my requirement of increment the number 
    -> if the case is true then it goes in ok file path and the no of records string will pass in the file by seeing these code u will get the clarity
    my requirement is the number of records should increase ........ whnever the program runs...that i made it. by the next day again it should begain with the intial value.........that is my requirement. i hope u understand .
    suggest me how can i use the  intial  value .......
    Attachments:
    code.vi ‏35 KB

  • How can I find a data base table containing a GUID, which is result of the macro's execution?

    Hello,
    please help me to understand how the macros work. I am facing database inconsistency. The CRM-system retrieves a GUID of an opportunity’s item and checks its existence. However, this GUID (here it is es_info-ref_object) does not exist. As result, an exception is triggered.
    I am trying to figure out which data base table is responsible for the inconsistent data. Instead of SELECT statement, I see in the debugger that a macro retrieves the “guilty” entry .
    macro_execute macro_msg_data_read_rea.
    My Question: How can I find a data base table containing a GUID, which is result of the macro’s execution?
    Thanks a lot
    Andrej

    When you save a PDF out of Distiller it doesn't just have different options, it's an entirely different program. It doesn't do things the same way, so it can't have the same options. Saving from Distiller is in many ways better, expecially in that transparency isn't flattened.
    What specific options are you looking for?

  • On mozilla's OWN WEBSITE I get the message 'Your Firefox is out of date and may contain a security risk!" but I just download and installed the latest version?

    I have the latest version of firefox to date (10/15/2014 v32) and I still get messages while on various websites (Youtube, Google, Gmail) telling me that Your Firefox is out of date and may contain a security risk.
    I even get that message on the support pages of mozilla.org??
    I've tried the about:config reset the useragent(s) fix but that doesn't work.
    I've tried browsing in safe mode and still get the error.
    Why is this False/Positive happening?
    Thanks

    hello your useragent (the information the browser sends to websites to identify its version) - apparently mistakenly - shows this:
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20140923 '''Firefox/4.0.0; xs-A30GTmfXR3o;CkHZPf;'''
    probably some sort of unwanted software has overwritten it. please refer to this article in order to reset the user-agent settings in firefox:
    [[Websites say that Firefox is outdated or incompatible even though it's the latest version]]
    in case this does not help, please try to reset the whole browser:
    [[Reset Firefox – easily fix most problems]]

  • Plugin-container should close when Firefox is closed otherwise cookies and active logins survive Firefox closing

    plugin-container should close when Firefox is closed otherwise cookies and active logins survive Firefox closing
    == This happened ==
    Every time Firefox opened
    == plugin-container has shipped

    forget it, another Firefox process was stuck
    not an issue
    sorry
    alb.m

Maybe you are looking for

  • Using a Second Zone with AppleTV

    I have my AppleTV connected to a receiver that powers my home entertainment center.  This receiver has a second zone which is connected to a second receiver.  This second receiver/zone powers speakers throughout the rest of my house.  I can get it to

  • Multi currencies in oracle hrms

    Hi , I have one employee and he is from India and he is working in USA. and We have pay him 50% in India Rupees and 50% in Dollars and his total salary is 1,00,000 Per Month. Can any one send me the setup for the Multi currencies to my mail id : [ema

  • Unable to install Xcom after download from MAS

    Since yesterday i try to install the game Xcom: Enemy unknown - Elite Edition from the Mac App Store (MAS). The game downloads fine - wich takes close to 2h for the 13,5gb - and then the button switches to "installing" wich suddenly ends with "unknow

  • Computer clock

    When I turn on my Mac I get the message, computer clock is set to a date prior to 01/01/2008 and some apps may act erratically, but my clock is set to the present date.

  • Itunes can't process a new apple id account

    I have created a new apple id for my son's iphone. First , i tried to process the apple id on the itunes via the phone, but it gives me the message ' itunes cannot process the request now'. And money was deducted off my credit card because of the ver