Single user entry for two chracteristics

Hi,
       I am using two characteristics for unit in my query ( 0UNIT and 0SKUNIT ), and I need to get user input for these units. The problem is, I am supposed to have only one user entry variable which should populate both the units.
I am not able to use the same variable for both the units. Can someone please suggest a solution to do this?

BEx : Characteristic Variable with Replacement Path
check this:
Re: Replacement Path Variable with Another Variable
Edited by: Raj Coppar on Aug 11, 2008 10:02 AM

Similar Messages

  • How do I maintain a single iTunes library for two separate iMac user accounts?

    How do I maintain a single iTunes library for two separate iMac user accounts?...without having to manually do something every download?

    Pardon me, I am brand new at using an iMac.  I understand the concept but I don't know exactly how to "move" the library.  I found a shared folder under users on the hard drive.  If I move it, won't I have to redirect each iTunes user to the new shared location?
    If I point iTunes to anything other than the music folder under that user name, it shows as a "shared library".  Preferences still shows it as that users library, regardless of where the advanced gear button says it is pointing to.
    Am I asking for too much to have each user control the exact same music files, apps and playlists?  I just want the two different itunes sessions to mirror each other without any frequent updating or copying.
    We use the same id for itunes music and apps so we could just sync all devices under one iMac user id and not use it under hers.

  • Is there a way to switch to single-user mode for screen sharing in Lion?

    Hello,
    with the new multiple user mode one screen sharing guest can not see the mouse cursor of another - even if they use the same login.
    It's a pity, because we use screensharing to discuss the content of the screens with multiple screen sharing users.
    It is necessary to point with the cursor to show the other members of this 'screen sharing meeting' things while discussing.
    This is not possible anymore with Lion and multi user screen sharing.
    Does anybody know a patch or terminal command to switch back to single user mode for screen sharing?
    Kind regards
    Carl M.

    Try using OmniDazzle to help draw attention to what you want:
    http://www.omnigroup.com/products/omnidazzle/

  • User entry for Scaling factor

    Hi All,
    We have queries in which a scaling factor of 1 Crore is applied. Query is developed in 7.0 and front end used for analysis is 3.x.
    Is there any way to make the scaling factor a user entry field..like a variable entry ?
    Please let me know if you have any pointers.
    Thanks in Advance,
    Amrita

    Hi,
    I am not sure if you can make it a User Entry Variable or not.
    Yes, the user can set the scaling factor. He needs to select the Key figure where he wants the Scaling Factor.
    For 3.x front-end
    Rt click on Key Figure --> Enhanced Menu --> Properties.
    here, he will find the scaling factor.
    For 7.0 front-end
    Rt click on Key Figure --> Properties --> Data Cell --> Number Format.
    here, he will find the scaling factor.
    Hope this solves your problem.

  • Calendar only showing entries for two months in the past on my iphone.

    Calendar only showing entries for last two months on my iphone. How do I get full history of calendar?

    Brian,
    Go to Settings>Mail, Contacts, Calendars>Calendars>Sync>"All Events"

  • Using a single user name for RADIUS

    I have a WLAN with 5 1200 Series AP (A/G) configured for Fast Roaming using the Cisco supplied documentation. Can I use one user name for all of my devices to connect to the Internal Radius Server? This would be similar to having a passphrase for WPA. Thank you for taking the time to read my post.

    Chris:
    I understood you have autonoomus/standalone APs wiht WDS (Wireless Domain Server) configured for FSR. right?
    You can use same username from multiple devices if your Radius does not prohipit more than one session per username.
    Make sure that your RADIUS server allows multiple sessions for the user you want to use and it should work.
    Note please that using same username with multuple users is not the same of using PSK (talking from security perspective). using 802.1x is usually more secure.
    HTH
    Amjad

  • How to generate a single Journal Entry for multiple Payments

    Hi All
    When creating a payment batch with 2 notes for example, would be possible in the accounting GL batch summarize only the line of Cash?
    Thanks

    Hi
    I made the settings below:
    1º Journal Line Type
    Merge Matching Lines = No
    Transfer to GL = Summary
    for all lines type of Event Class: Payments
    2º Accounting Setup Manager
    Update Accounting Options for Applications Payables
    General Ledger Journal Entry Summarization = Summarize by GL Period
    Redid the Lot Payment with two notes from two different suppliers to verify XLA_AE_LINES not summarized lines CASH accounting class code.
    Is it not possible to summarize the lines of CASH?

  • Single Check created for two Vendor invoices via RFFOUS_C

    Hi All
    We run the program RFFOUS_C to generate check printing, our requirement is to print a single check for each invoice to a vendor. So if two invoices require payment, then two checks created.
    The system generates two Check numbers which can be seen in F110. However when reviewing the file, only one check number is printed against both invoices.
    Where else should I be looking for a setting that determines the check payments?
    Regards
    Gurprit

    Hi,
    In the vendor master, company code data, payment transaction tab, there is a setting for individual payment. If this is checked, a separate payment will be made for each invoice.
    There may be other solutions but this one is very simple.
    Hope this helps.
    Alicia

  • Validation of users entries for variables in customer exit

    Hi,
    I like to validate the user's entries a queries variables popup and open the variables popup once more if there are unwanted entries. I think I have to raise an exception in the customer exit for reporting, but corresponding function exit does not provide an exception. Can someone provide me a solution? Is there a solution without modifying the function module? (EXIT_SAPLRRS0_001)
    Kind regards,
    Simon

    Hello,
    you can take help of foll code structure to call an exception in the screen.
    IF i_step = 3.
    LOOP at i_t_var_range INTO l_s_var where vnam = 'needed_variable_name'.
    if needed_variable_name-low NE 'ABC'.
    CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
    EXPORTING
    I_CLASS = 'RSBBS'
    I_TYPE = 'E'
    I_NUMBER = '000'
    I_MSGV1 = 'Please enter Correct values'.
    raise again.
    ENDIF.
    ENDLOOP.
    Hope this helps.
    Also in case of any mulitple condtions you can play around the code.
    Regards,
    Shashank

  • User Entry for BEx query

    Hi Gurus,
    When I run a standard Business Content query, I could see a dialog box popping up for the user to enter the values. This looks like a mandatory field. How do I modify this? Is there a code which I could do the modification, as to me it seems to be an SAP exit variable?
    Any help would be hugely appreciated.

    Hi,
    When we use variables in a query a pop-up appears at runtime. If we want to modify it, ie., if you want to delete this
    see for which field it's asking to enter the value, in Query -> Global definition -> go to that field, expand it, you can find a variable on that field, you can delete that variable or go to the left side panel and double click on the variable under the same field and modify it, under DETAILS change 'Variable Entery is' to optional from Mandatory.
    To create a variable right click on the field and create a 'New Variable'

  • ACE: Single SSL Cert for two domains with same VIP

    At present I have a design that will use individual SSL cert per domain and link both certs to (two or one) serverfarm.
    policy-map multi-match popvip_01
    class POP_VIP01
    loadbalance vip inservice
    loadbalance policy POP-POp3_PMT or popPMT1
    loadbalance vip icmp-reply
    ssl-proxy server GINPOP_SSLPROXY
    connection advanced-options TCP_PARAM_Y
    class POP3_VIP02
    loadbalance vip inservice
    loadbalance policy POP-POp3_PMT or POPPMT2
    loadbalance vip icmp-reply
    ssl-proxy server GINPOP3_SSLPROXY
    connection advanced-options TCP_PARAM_Y
    however,
    if I can get one single certificate to process both pop and pop3 domains, that use the same VIP/port, and if this will work with ACE, i'm inclined to design using this alternative.
    ie,
    pop.mydomain.com = 10.10.10.1 995
    pop3.mydomain.com = 10.10.10.1 995
    Any suggestions would be appriciated.

    Hello,
    In order to achieve this then you will need to order a wildcard certifictae ie
    *.mydomain.com
    These certificates are more expensive and so you will probably find it cheaper to buy two certificates than one wildcard certificate.
    Regards

  • Question about single user licence for design premium cs6

    Heya, I just purchased the student version of design premium cs6 and I am wondering what the rules are in the case that my computer hard drive fails.
    Would I be able to use it on another computer or do I have to buy a new set of software?
    Are there any things I should know about installing like backing up the software files somewhere? If so, I would appreciate if anyone could tell me how to do that.
    Also I would like to know if I can use my serial number for a mac version of the software or if I have to buy a whole new set.
    Many thanks in advance

    You have 2 activations and those can be reset when a computer no longer is accessible, otherwise one simply would use Help-->Deactivate and the like to manage activations. Serial numbers are platform specific, so you cannot use the same license on Mac and Windows.
    Mylenium

  • How to achieve restriction for a single user having multiple authorization

    Hi,
    I have a requirement that an user has 4 authorizations attached to him.
    Auth1:
    0REGION: US, INDIA,JAPAN
    0PRODUCT: SHAMPOO
    Auth2:
    0REGION: US
    0PRODUCT:SOAP
    Auth3:
    0REGION: *
    0PRODUCT: DETERGENT
    Auth4:
    0REGION: ASIA
    0PRODUCT: *
    Now, this user when execute a report, then the report should pop up which authorization to choose and display the data accordingly on the specific input. For example.... if the user enters auth1, then PRODUCT SHAMPOO for REGION US,INDIA and JAPAN will be displayed.
    Please help how to achieve this.

    Hi
    You can try out following things
    Create a Info object for Authorization and include it in infocube on which query is based. Keep authorization blank in the info cube.
    Maintain relation ship between Authorization Product and Region in DSO or Database table.
    Create characteristics variable for authorization infoobject, Product and Region. Selection screen variable for Autorization will be ready for user entry. Selection screen variable for Product and Region will be customer exits variable.
    In I_step = 2, populate variable values for Product and customer based on the user entry for authorizaton variable and clear values of authorization variable
    Kindly let me know incase further details required
    Best Regards
    Rohit

  • Can I purchase a single user snow leopard upgrade for my Macbook and iMac?

    I own a MacBook Pro and an Imac. Can I purchase just one single user upgrade for Snow Leopard?

    Single User is for a single system. Buy the Mac OS X 10.6 Snow Leopard - Family Pack to upgrade up to a total of 5 systems.

  • Can I install the Single User iLife '08 on both of my computers?

    I have an iBook G4 and a PowerMac G4 Cube (upgraded, it will run on it). With all of the previous iLife releases I've been able to install and run everything on the same network just fine. I'm the only user and I'll be using the same .Mac account on both machines. But I've been reading on messageboards that people don't think that this will work... I just want to check before I open it. Please help I'm eager to install!
    Message was edited by: djbanshee

    I have not purchesed iLife 08 yet, so I don't know for sure, one way to check if you can do this is to look at the license agreement and see what is legally permitted. Apple will explain what is allowed as far as installing a single user copy on two home computers. You can view the agreement when you run the install program.

Maybe you are looking for

  • How to fix a bug(?) in iCal/Calendar/Reminders?

    The iCal/Calendar (fox OS X 8)/Reminders (OS X 8) app has this very annoying bug It's quite minor but it's quite confusing sometimes. Whenever I try to add a new event, the window that appears that will let me set the date, time, etc. always has 2011

  • How do I edit links on a document that can't be modified?

    This is probably not the right way to put this question, because I was editing links to attached PDF files and then saved the main document to test the links.  There was a problem with one link, but when I reopened the document to work on it, I could

  • InDesign PDF Presets Bug

    Hello everyone, I have noted this problem since cs5 version came out but I am reporting it now. Well, here is the thing: if I have some multi page or single page document in InDesign and I want to export it in some of Adobe PDF Presets for printing f

  • TS2518 updated to Aperture 3.4, but program will not open, keeps telling me it needs to restore windows?

    I just updated to OS X 10.7.5 and Aperture 3.4, but program will not open, keeps telling me I to restore windows

  • Data source 0PROJECT_ATTR  enhancement....

    I have to enhance two data sources with 3 fields. 0WBS_ELEMT_ATTR 0PROJECT_ATTR When I am enhancing the extract structure , I am adding the field in the "Component"  but I dont know what component type I have to give ? Can some body let me know about