Can anyone explain with senairio for textvariables with replacement  path?

can anyone explain with senairio for textvariables with replacement  path?

Hi
your query contains 3 columns...
column1(year executed by user) column2(year-1) column3(year-2).
when user enter 2006 key figures headings should appear like this
2006 2005 2004...
How can you solve this??
so create a text variable of replacement path..replace with object year..
so you will get the above out put..
you can concatenate like
actuals 2006 actuals 2005 actuals 2004...
Hope it clears...
please assign points if useful
Thanks
Teja

Similar Messages

  • Can anyone provide a pdf for starting with webdynpro

    can anyone provide a pdf for starting with webdynpro

    Hello,
    I would suggest to consult the web dynpro area here at SDN (<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">link</a>). Here you can find tons of information. (links to general information, example programs, pdf's, etc.). Once you got yourself familiar with web dynpro, another resource is help.sap for more detailed information.
    Regards,
    Christophe

  • Can anyone explain data usage for streaming music like Pandora

    Can anyone explain data usage for streaming music like Pandora

    According to Pandora when you're using it on your phone it uses 64 kbps or roughly 28 MB per hour roughly 36 hours of use to use 1 GB. I'm not sure if the Premium version is the same bitrate.

  • Can anyone explain what's going on with this dual 2.0 G5???

    I've been trouble shooting my PowerMac G5 dual 2.0 recently. I've gotten to the point where I think it's the processors. I was getting random freezing and Kernel Panics so I bought a set of used 2.0 CPUs (U1 and U2)in unknown working condition. Well, I took out the original CPU (O1) that I though was causing the trouble and replaced it with one of the untested ones (U1).Everything worked great except that the computer only recognized one CPU (don't know which one). Swapped out U1 for U2 and again it powered right up but froze after a few minutes. So I replaced U2 with U1 and went about using it as a single G5.
    I later aquired a 100% tested and working 2.0 CPU (T1) and popped it in with O1. I got nothing. No chime or start up. I switched their positions and got as far as trying to calibrate the fans only to repeatedly get an error saying the processor was bad.
    After this I tried something I hadn't thought of before. I put U1 and U2 together and to my surprise, the computer started. It was working with both CPUs once again. The only thing I noticed was that CPU A's temp was about 103 degrees F and CPU B's was 118 F. There was always about a 15 degree difference. The computer ran fine for a while so I opened 6 full length movies in Quicktime to stress the CPUs. After a few minutes of running and expose work, the computer froze. I didn't see what the temps were when it froze, I just did a hard shutdown and left it off.
    My point is, I'm starting to wonder if it's the logic board and not the CPUs. Both O1 and O2 work together and are recognized as dual, but the computer will freeze. O1 and U1 work together but are recognized as a single 2.0 G5. U1 and U2 work together and are recognized as dual but, again, the computer froze. I couldn't get T1 to even register, but I've been told Rev A and Rev B CPUs cannot be mixed so maybe that's why.
    Does anyone have any ideas? Two (or more) heads are better than one and I'd love to figure this out. I hope this doesn't sound too confusing. I'll give any additional info if needed. Thanks in advance.
    Message was edited by: fiveinchwrench

    Hey DaddyPaycheck and Japamac,
    Thanks both for your replies.
    +You are a tenacious one, that's for sure! :-)+
    I don't know if that's a good thing in this case.....;)
    I do agree with the statement that it cannot handle dual processors. I swapped the the "original" working CPU with the "original" one I thought was giving me problems. It is now running (although showing as single) with the CPU I thought was bad. Both sets, original and untested, will work together and register as dual, but will be unreliable and randomly freeze.
    +The defining bit of data would be if you could determine that one socket or the other is continually working, or if one is sporadic (thus explaining the occurrence of the pair working).+
    I'm having trouble narrowing down that part. I can swap them back and forth and get the same result-so both sockets seem to be working. But like I said when both pairs are couple together, it shows as dual, and it works for a certain amount of time. So I know they are working to a certain degree. But when they're mixed, only one (don't know which one) is being seen.
    Yes, I've run thermal calibration and everything goes fine. Even with the diagnostic disc, when the CPUs are mixed, hardware specs show one CPU. But when the original pairs are coupled, it will show both.
    This is like a splinter that I can't get out. It runs great as one CPU, and I could let it go like that, but knowing that it could (and should) be dual is driving me nuts.
    Is there anything either of you can think of that I can try?
    Message was edited by: fiveinchwrench

  • Can anyone explain what "multi-tenant" means with respect to OAM and OIF?

    Hi,
    I noticed that OAM 11gR2 has several additional authentication modules and schemes out-of-the-box for "MT" or multi-tenant. I've actually tried them, but am not clear exactly what their purpose is?
    As a test, I configured the FederationMT module and FederationMTScheme to protect a test resource in OAM, and then when I access the resource, I first get a page with one field for username and a "Sign In" button. After I enter a user name, it goes to a form login page and I can log into the OIF IdP, and that's about it. I guess that I don't see what this accomplishes?
    If anyone is familiar with this, please advise.
    Thanks,
    Jim

    Hi,
    Thanks for the metalink article. I've read that, and I can understand what the article is describing, but I'm not 100% clear how that relates to the configuration parameters in the FederationMTPlugin. The article talks about a mapping file, but I don't see something like that for configuring the TenantDismbiguationPlugin?
    The first step in FederationMTScheme plugin is a TenantDisambiguationPlugin, which takes two parameters:
    KEY_IDENTITY_STORE_REF
    KEY_FEDERATED_TENANTS (a comma-separated list of "some things")
    The steps/orchestration for the FederationMTPlugin has:
    Initial Step: FedUserAuthenticationPlugin
    TenantDisambiguationPlugin OnSuccess: FedAuthenticationPlugin OnFailure: UserIdentificationPlugin
    UserIdentificationPlugin OnSuccess: UserAuthenticationPlugin OnFailure: failure
    UserAuthenticationPlugin OnSuccess: success OnFailure: failure
    FedAuthnRequestPlugin OnSuccess: success OnFailure: FedUserAuthentication
    FedUserAuthenticationPlugin OnSuccess: success OnFailure: TenantAmbiguationPlugin
    [The OnError results for all steps are failure, so I haven't shown them.]
    So, the first step is the FedUserAuthenticationPlugin (AssertionProcessing), and if that fails, the next step is the TenantDisambiguationPlugin.
    I guess all of my questions are around what that TenantAmbiguationPlugin does, and how it works?
    I'm guessing that what you enter on the 1st webpage, which asks for a Tenant, is matched against the comma-separated list that is in the plugins "KEY_FEDERATED_TENANTS" parameter.
    Is that correct?
    But:
    a) What happens if there is a match of what you entered vs. what's in the "KEY_FEDERATED_TENANTS" list?
    b) What happens if there is NOT a match of what you entered vs. what's in the "KEY_FEDERATED_TENANTS" list?
    That article you mentioned calls for a mapping file, that maps what is entered (the tenant) to a user identity store, but where is that in the TenantDisambiguationPlugin's parameters? The only other parameter for that plugin is the "KEY_IDENTITY_STORE_REF" parameter.
    Having said that, I described the steps and step orchestration in the FederationMTPlugin above. If the TenantDisambiguationPlugin is suppose to somehow map what's entered to a user identity store name, then, with respect to the FederationMTPlugin, is that mapped user identity store used for the UI and UA steps (i.e., as the "KEY_IDENTITY_STORE_REF" for the UI and UA steps)?
    Thanks for your help with this. Oracle's documentation certainly merits some improvement :(...
    Jim

  • Can anyone explain this SAP help? with example.-Annual inventory turnover ?

    Hi,
    I am trying firgure out how SAP trsaction has calculated this value in MC.B tcode.
    i tried all ways but unable to get this.I ma thinking 'n' as periods
    so if we run as example 10/01/2006 to 03/31/2007 = n is 6
    When I did F1 this is explanation.
    Annual inventory turnover (quantity-based) of total stock
    The annual inventory turnover of the total stock (sum of valuated stock and consignment stock) is calculated by dividing the total consumption by the average total stock over one year.
    Use
    In the standard system, this key figure is calculated in Inventory Controlling when a standard analysis is carried out.
    The total consumption is updated to the information structure S031.
    The average total stock is calculated by using the formula:
                 beginning stock + n stock at month´s end
                                  n + 1
    Dependencies
    Note that the inventory turnover of the valuated stock can only be displayed accurately on an aggregated level (for example, on the plant or material group level) if quantities with the same unit of measure are cumulated. Otherwise, the unit is displayed as "***" in Inventory Controlling in the standard system.

    Hi,
    You can use the SE73 Transaction and upload your TTF files.
    Please check the link here for more details:
    http://help.sap.com/saphelp_nw70/helpdata/en/36/5b3438fd263402e10000009b38f8cf/frameset.htm
    Regards,
    Siddhesh

  • Can anyone explain with senairio for formula variables with replacement  pa

    can anyone explain with senairio for formula variables with replacement  path?

    See the below link
    An Example for Replacement path
    http://www.sd-solutions.com/documents/SDS_BW_Replacement%20Path%20Variables.html
    Document Count using Replacement path
    I've explained the steps in this thread.
    Query formula-Counter???
    Example for Replacement Path: Characteristic Variable.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/78a03c1178ad2ce10000000a114084/content.htm
    Variable Replacement Example
    http://help.sap.com/saphelp_nw04/helpdata/en/af/809528939d5b4fbff7e16a5bdc0d85/content.htm
    Formula Variable.
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/5f9ac61a205a459d0e7ef313d10321/content.htm
    Regs
    Gopi
    Assign points if it helps

  • I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    If your iPhone is locked to a wireless provider, only that wireless provider
    can unlock it. Contact the wireless provider in Hong Kong to see if they
    offer unlocking and if you qualify.
    If your iPhone is locked to an AppleID that you do not know, return it for
    a refund as it is useless. Only the person whose AppleID was used for
    activation can remove the lock. There is no workaround for Activation Lock.
    If neither of the above is what you are facing, provide more detail so someone
    may offer a solution.

  • Can anyone explain the integration of sd and mm with fico

    Hi all,
    Can anyone explain with an scenario how fico integrates with sd and mm.
    thanxs
    regds
    hari

    the following organisation units are to be set up to integrate SD with FI.
    1. Sales organisation
    2. Plant
    3. Storage location (under material management)
    4. Shipping point
    5. Distribution Channel
    6. Division.
    In addition u can also create sales office, sales group but it is optional.
    In order to integrate, follow the following steps:
    1. Assign sales organisation to co code.
    2. Assign plant to company code.
    3. Assign distribution channel, division to sales organisation
    4. Determine sales area (it is a combination of sales organisation, distribution channel and division)
    5. Assign SO - Distribution channel - Plant
    6. Assign sales area to credit control area.
    7. Assign shipping point to plant (under logistics execution).
    After defining and assigning the organisation units, u can view the properly integrated structure under Tcode EC01.
    Having created the above SD organisation units, there are only a few more to create for FI-MM integration.
    1. Purchasing organisation.
    2. Valuation level ( generally plant)
    3. Location (optional and need to be created only when required by client)
    On creating the above,
    1. Assign Purchasing org to co code.
    2. Assign purchasing orgn to plant
    3. Assign business area to plant / valuation area ( in this state the business area against your plant).
    Hope this solves your query.
    Assign points if useful.

  • TS3988 I have an icloud account and I view my mail with Mail V5.2. I recieve my email but the senders get messages saying the delivery failed. Can anyone explain this or help me.

    I have an icloud account and I view my mail with Mail V5.2. I recieve my email but the senders get messages saying the delivery failed. Can anyone explain this or help me.

    Thank you for replying.    Yes I deleted the old email address..   

  • HT1665 I am trying to connect my Samsung Bluetooth device with my new Iphone 4S.  Can anyone explain how this is done?

    I am trying to connect my Samsung Bluetooth device to my new Iphone 4s. Can anyone explain how this is don?

    Which Samsung Bluetooth device?
    Please note that the iPhone will not pair with other phones, tablets, etc for purposes of file transfer.

  • Can anyone explain how to download and upload TROY ECF fonts with SAP

    Can anyone explain how to download and upload TROY ECF fonts with SAP.I have downloaded ECF font from TROY wesite as TTF format. but it is not getting upload with SAP.please kindly help me on this issue..

    Hi,
    You can use the SE73 Transaction and upload your TTF files.
    Please check the link here for more details:
    http://help.sap.com/saphelp_nw70/helpdata/en/36/5b3438fd263402e10000009b38f8cf/frameset.htm
    Regards,
    Siddhesh

  • Can anyone explain nonpredefine exception with real world example

    Can anyone explain nonpredefine exception with real world example

    Is this what you mean?
    i.e. When others catches all errors - so it is not predefined
    Predefined errors are things like no rows, too many rows etc - meant to catch specific errors
    It is the difference between tolerating one 'bad' thing specifically and tolerating all 'bad' things.
    DECLARE
       v_text  varchar2(1);
    BEGIN
       v_text:= 'THIS STRING IS TOO LONG FOR THIS VARIABLE';
    EXCEPTION
       WHEN OTHERS --this is non error specific and generally VERY BAD practise as it suppresses all errors
           dbms_output.put_line('Whatever you want to do when an unknown error manifests here');
    END;

  • Since syncing with iCloud all my photos in my photo app are much lower resolution than they were before. Can anyone explain what happened an how I might get back my high resolution photos?

    Since syncing with iCloud all my photos in my photo app are much lower resolution than they were before. Can anyone explain what happened an how I might get back my high resolution photos?

    Thanks again.
    Unfortunately I don't have iPhoto (running Windows).
    I did, however, figure out a work-around.
    I created an empty directory on my computer, and told iTunes to "Sync Photos from..." that empty directory. This deleted all the photos from the iPod (go figure).
    I then set the "Sync Photos from..." dropdown back to directory that actually contained all my photos, and sync'd again.
    And, yes, they all loaded onto the iPod at their better, higher resolution.
    Thanks for all your help. Photos (and wallpaper) are perfect, again

  • Can anyone explain A2A & B2B  AND  BPM & ccBPM  with an example..

    Hi All..
    Can anyone explain me <b>A2A & B2B</b>
    and <b>BPM & ccBPM</b> with an example....
    <b>NOTE: i dont need definitions but examples..</b>
    i am bit confused with this stuff....
    Thanks in advance....
    Cheers,
    raghavesh

    Hi ,
    <i>A2A & B2B</i>
    This thread explains you the difference between A2A and B2B.
    Re: A2A Vs B2B
    <i>BPM & ccBPM</i> both are same....
    BPM is used to implement work-flow spanning across multiple application system against embedding the parts of work-flow in application system. Apart from this it also help achive other scenarios like, bridging synch and asynch systems, alert mechanism, multi mapping etc. Check the BPM overview document in SDN download section.
    Check out the use cases discussed at http://help.sap.com/saphelp_nw04s/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    BPM is mainly used in senarios where extra functionalities are to be done with the source message which cannot be done using the normal mapping and user-defined functions, like
    -->Collecting of messages till a certain count or for a specific criteria.
    -->Merging messages
    -->Spliting messages
    -->Processing of error files and sending to specific location and sending alerts.
    -->Parallel processing of two criterias at the same time can also be done using BPM.
    some weblogs on BPM...
    /people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Sekhar

Maybe you are looking for

  • Help - iCal All Day Events Not Syncing on Exchange 2007

    When I enter an all day event in iCal it does not sync to my Touch Pro 2 through Exchange 2007. I see the event in OWA and also in Entourage through Sync Services but it simply does not come onto the TP2. All day events entered in Entourage or OWA DO

  • Getting fed up with Apple TV

    Let me just say, I love the concept of Apple TV.  When it works, it's great. I've got two Apple TVs (2nd gen), both connected wirelessly (not by choice...at the moment, that's all I can do).  They're connecting to my Airport Extreme (802.11n) to get

  • Two noob question about unstable and abs

    Hi for everyone, I'm a brand new Arch user, coming from 2 years of Gentoo (because of that long compile times - I don't have a cluster), and earlier some Suse. Got two little(?) problem: 1. I would like to give 'abs' a try, but I'm behind our corpora

  • Where is the log in 7.6.4?

    Hi there.  I need to troubleshoot my Airport Extreme.  Version 7.6.4 of Airport Utility.  It's been dropping and renegotiating about twice a day over the past week or so.  Any advice appreciated. Cheers

  • HT1660 Itunes Menu - Purchased music not showing in Library

    In the Itunes menu, purchased music is showing up in the Purchased file of the Music Store folder. When i open the music file in the library folder , it doesn't show up. How do i transfer purchased music to the Library folder ? thanks