How do we replicate new defined characterictis from r/3

hello all,
This is my situation, On the R/3 side they are creating characteristics for all cost centers, like each cost center falls under category "public" or "private" and then under that they have like restricted and un restrcted. For these two categories they have created like drop down menu in R/3, so when they are choose a particular cost center lets say 10001 they they chosse it as Public and so on and so forth.and they want to report on these fields as to which are public and restricted. which are public and unrestricted.
How can I do in BW, like how do I replicate this data in BW.?
Thanks alot in advance

Hi
You need to add these fields to youextractor or extracors depending on which extractors u use.
this is done via Use Exir (UE).
Here is some doc's on that:
Enhancment Framework
=====================
SAP Help Enhancment Framework
http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
Enhancements in sap bw
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
User Exit Enhancments
Enhancement
User exit
BADI
http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
Reg's
Edan

Similar Messages

  • How to stop the new health application from Count the steps/ woking background?

    how to stop the new health application from Count the steps/ woking background?
    I really need your help

    I agree with Mr. Hall that using mx.controls.Alert in Flex may be a better route.
    Show the Alert like this:
    // show an alert with a question and yes and no choices
    Alert.show( "Would you like to go to the Adobe Forums?", "Question",
         Alert.YES | Alert.NO, this, closeHandler, null, Alert.YES );
    Then handle the response in the closeHandler() function:
    protected function closeHandler( closeEvent:CloseEvent ):void
    if( event.detail == Alert.YES )
         navigateToURL( new URLRequest('http://forums.adobe.com'), '_self' );
    else if( event.detail == Alert.NO )
         // they chose no
    The following documentation on Alerts may be helpful:
    http://www.flexafterdark.com/docs/ActionScript-Alert
    Let me know if that helps...
    Ben Edwards

  • How do i get new xml back from edited DOM

    i parsed XML to get the DOM and then i edited the dom now how do i get the new XML back from the edited DOM ?????????
    thanx
    sam

    It's not nearly as straight-forward as it should be, but check out the javax.xml.transform package (assuming you're using JDK 1.4).
    I think Xerces has simpler methods for doing this, but I wrote my own serializer class ages ago, and tend to use that.
    RObin

  • How to uncheck "install new versions automatically" from INTERNET EXPLORER 11 from SCCM 2012

    We have deployed "Internet Explorer 11" application  through SCCM 2012 console .the deployed application was customized using "Internet Explorer customization wizard 11" tool.
    issue:
    we are getting  "install new versions automatically" check box as checked
    when we see from help about  "about internet Explorer"
    seeking solution:
    how to uncheck "install new versions automatically" check box from SCCM 2012 console.
    please let me know if we have any solution for this instant
    thanks,
    Gc.Hanumareddy

    Hi,
    For option: "install new versions automatically", we can simply prevent it via GPO or registry (the registry entry can also be deployed via GPO)
    Computer Configuration - Administrative Templates - Windows Components - Internet Explorer - Install new versions of Internet Explorer automatically
    Or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]    
    "EnableAutoUpgrade"=dword:00000000
    Yolanda Zhu
    TechNet Community Support

  • How do you make new playlists derived from previous playlists?

    I seem to remember a time when I could open one of my playlists as a window, and could have several playlists open at once as windows, and could drag songs from one to the other to create new playlists.   Is this capability still there?  From what I see in order to create a playlist now I can only add songs from my full music database rather than from another created playlist.  This is 10 times harder to do because the full music database has so many songs its hard to find what I want.  What am I doing wrong.

    You can create a new smart playlist (File > New Smart Playlist from iTunes' menu).  You can put a rule in there such as Playlist Is [an old playlist you would like to include].  You can have several such rules.

  • How to open a new browser window from a JSP page?

    Hi,
    I am picking up records from the database and displaying each record in a seperate text area field using the JSP code. I should be able to display the content ( available in the text area) in a seperate window if the user clicks on one icon.
    Is it possible to open a new browser window using JSP? If yes, how can I write information on the new browser window?
    Thanks in advance.

    Is it possible to open a new browser window using JSP?a JSP page is also an HTML page, this is client side stuff, you can do it with JavaScript.

  • How to distinguish the User-Defined-Function from Oracle Build-In function

    Hi Friends,
    I could get the function list form all_objects table by the SQL:
    select * from all_objects where object_type = 'FUNCTION'
    but there is no column in all_objects specify the function is build-in or user-defined.
    But I found in SQL Server there is a column "is_ms_shipped" in the sys.all_objects table. This column will specify the object is build-in or user-defined. I want to get the equivalent column in Oracle but failed.
    Could anyone tell me how to solve this problem?
    Thanks,
    Ricky

    Thanks Pavan.
    But if an user connects to database using "conn /as sysdba" syntax and creates a function. This user-defined funtion goes into the "SYS" schema also. I know it is not the best practise to create objects using sys user so I think your solution is right.
    Regards,
    Ricky

  • How to generate a new predefined PDF from certain form data?

    Hi,
    I want to create a form (in either Word or PDF) with diffrerent sections for people to fill out. I then want them to easily turn some of the data from the form into a new predefined PDF template.
    For example, I have created a case study form for academics to complete. Then i'd like them to be able to generate an actual case study that they can distribute. The case study will be a predefined template that only needs to contain certain data from the form. Some of the sections on the form will be for internal purposes only.
    How can i do this? I have Abobe Pro, but not everyone does.
    Thanks
    Kellie

    This type if thing is fairly easy to do for people who have Acrobat since the form data can be readily exported from one PDF and imported into another, but this isn't an option with Reader. There are methods you can use to easily copy data from one form to another with Reader, but it relies on JavaScript programming in both of the forms. If this sounds like something you want to pursue, post again and I can provide some guidance.

  • How to create a new database instance from an existing one?

    Hi, I basically want to create a snapshot of a production
    instance (version 8.1.7) for querying purposes. Would anyone
    tell me the steps involved? What I did as follows:
    1. Copy all data files to a new location
    2. Modify init.ora accordingly. I believe there is no separate
    control file for this version.
    But when I startup the instance, got this error:
    ORA-01103: database name 'TRITON' in controlfile is not 'HERCULE'
    What is missing? Do these data files contains links to the
    previous instance name?
    Thanks for any help.

    Hi All,
    I need some help in recreating new database instance.
    Here are the steps I have done so far:
    1. Created a database with name 'LASTDB' using DBCA
    2. Connected to RMAN.
    3. RMAN>SET DBID=******; (of the source database)
    4. Connect to target. RMAN>connect target SYS/*****;
    5. Executed controlfile restore on RMAN.
         RMAN>Run{
    Allocate channel D1 Type DISK;
              Set controlfile autobackup format for device type DISK to
    ‘\\<ip_address>\Backup\Prod\%F’;
    Restore controlfile from autobackup;
    6. RMAN> ALTER DATABASE MOUNT;
    Now got an error saying ORA-01103: database name ‘PRODDB' in control file is not ‘LASTDB’
    I tried using NID to change the database name but it's throwing an error that database is not mounted.
    I have browsed a lot and found that I need to recreate a control file of the production database using ALTER DATABASE BACKUP CONTROLFILE TO TRACE and should edit the trace file. But it also says to shutdown the source database which is production database and I cannot try that.
    Also I have tried adding a line to init.ora like lock_space_name = LASTDB. Also tried replacing everything from LASTDB to PRODDB but that didn't work either.
    I have been trying to find a solution to this. Please bear with me as I'm a beginner and please let me know how I can fix the error.
    I am running oracle 10.1.0.2.0 enterprise edition on windows 2000.
    Thanks for your patience,
    KG

  • Rel 12 - How to create a new APPS connection from custom Java/Shell Script

    Hi,
    I am looking to write a custom JAVA code / Shell Script which needs to establish a connection to execute a PL/SQL API on Rel 12 db.
    The challenge is to be able to connect without specifying APPS Password anywhere (just like Oracle Apps does it).
    This Shell script / Java code is not called from within Apps hence I need to establish a brand new connection along the lines of using ....
    WebAppsContext ctx = new WebAppsContext(System.getProperty("JTFDBCFILE"));
    OracleConnection conn = (OracleConnection)ctx.getJDBCConnection();
    like in 11i world or possibly using APPLSYSPUB username
    I need help / direction in how to do this in a Rel 12 env. I understnad there are lot of architecture changes and if someone can provide a generic code snipped it will be great.
    I need to keep this as closely aligned to Rel 12 coding and security standards as possible.
    This code will reside in $XXCUSTOM_TOP/bin file or under XXCUSTOM.oracle.apps.java....... if its Java.
    Pls help.
    Cheers
    -- VK.

    Hi,
    Have you looked at Oracle produced dbc file and its contents? That might help. It is under $FND_TOP/secure. It uses GWYUID=APPLSYSPUB/PUB. I am hoping that the APPS_JDBC_URL would help too.
    Regards,

  • How do I downgrade new 160GB Classic from 1.1.2 to 1.1.1?

    Just bought a iPod Classic 160GB last November (first Apple purchase). Have been using successfully with Toshiba Sat Pro laptop with XP Pro SP1 (SP2 will not work properly on laptop). Have iTunes 7.4.3.1 and had 1.1.1 on iPod until yesterday, when I was informed there is a newer version (1.1.2), which I downloaded. Now I get an error message telling me my laptop cannot connect to iPod because 1.1.2 only works with iTunes 7.6. But I cannot run iTunes 7.6 on my laptop, because it requires SP2, which I do not want to/cannot run. How do I get the iPod back to 1.1.1?

    Hi Tattenbach,
    Thanks for the reply. I am able to get the iPod into Disk Mode, but it does not help me at the moment. I am in Chicago and went to the Apple Store today and explained my problem to one fo the Geniuses. He connected my iPod to an Apple MacBook there and "restored" it, albeit in Mac format. Supposedly I would now get a message when connecting to my laptop saying something like "An iPod has been detected" and I would then have the opportunity to install the older software (1.1.1) on it. I have deleted the 1.1.2 iPod software from my files and left the 1.1.1, so that iTunes will load 1.1.1 (the one that still works with my laptop) onto the iPod. But... when I connected it, I still get the error message that I cannot connect because the iPod software is compatible only with iTunes 7.6 and higher (which I cannot use). I checked the software version listed under "About..." and sure enough, it says 1.1.2 MAC.
    When I set the Ipod to Disk Mode, the laptop sees the iPod, but says the disk is not formatted. When I answer "Yes" to the question "Do you want to format it?", nothing happens.
    I tried to connect it to Floola, but it it says "iPod not connected". I clicked on "Repair iPod". When I get to the window "Did you read the page on Corrupted Files?" and click on "Yes", the "Next" button remains faded out and I have only the option of clicking on "Quit".
    I thought using Apple products was supposed to be much easier than Windows? My frustration with this iPod is no less than what I have had with my Windows-based laptops.
    Any further ideas in how to get my $400 paper weight working again?

  • After upgrade to ff14, how do i move "new tab" button from the left to the right?

    after i upgraded to ff 14, i found that the "open new tab" button moved to the left of the tabs. how do i move the button back to the right of tabs?
    i've tried the customize, but it won't stay on the right when i hit done.

    Try to click the "Restore Default Set" button in the Customize window if you can't move the New Tab button to its default position immediately to the right of the last tab.
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    *https://support.mozilla.org/kb/Toolbar+keeps+resetting

  • How to create a new iMovie library from existing events?

    I have had the misfortune of loosing my Mac with all of the data on it BUT fortunately I have kept a copy of all my iMovie events backed up so I've managed to save them.
    Now I have a new iMac and 500Gb+ in the "iMovie Events" folder. I've copied this folder into my Movies folder (in "home" dir) BUT since I didn't also back up the .imovielibrary file I need to create a new library for all these events. The problem I'm facing at the moment is that I'm not sure how to "import" these events in a way that will maintain all/most of the information. I've tried doing the File > Import Media and pointing it to the Movies folder BUT it looked like it was going to import all the files into a single Event, so I chickened out.
    Any suggestions/recommendations? Am I doomed to importing the events one at a time?
    Thanks!

    Looks like I may have found a solution.
    As mentioned above I've copied the "iMovie Events" folder to the place iMovie expects it to be at. And now I've selected: File > Update Projects and Events
    It has recognized that there were a bunch of events that it needed to "process" and has started reading them all.
    It looks like all the events are back, I've not done extensive checking yet, but so far it looks very promising.

  • How to open a new browser window from a link on the navigation bar

    Hi,
    I entered a URL in the 'URL Target' field for the Navigation Bar Entry. As expected when the I clicked on the link in the Navigation Bar my browser refreshed with the target URL.
    I want to be able to actually open a new window rather than refresh my current window. The help text says, and I quote ...
    "In the link generated for this icon include the following onClick javascript. Use of the onclick javascript could popup a help page in a new window (see example 1).
    Example 1:
    window.open('US/asfhhome.htm','Help','scrollbars=yes,resizable=yes,width=625,height=350,left=25,top=150');return false
    Set the Icon Target attribute to # if you are using OnClick JavaScript. Set the Image Alt Text attribute to the text the user will see to click on."
    So I created similar Javascript as to the example and placed in the 'OnClick Javascript' field, and placed a '#' in the 'URL Target' field.
    When I run it doesn't work, the '#' is picked up and the Javascript is ignored. Can somebody please tell me what I'm doing wrong.
    Thanks

    I had the same problem. I finally ended up just using the standard popupURL javascript. In the URL Target I have:
    javascript:popupURL('<link>')
    This opens a new window but since it is for popups the menus are missing. You may want to write your own javascript function to open the new window with your own settings.
    Search the forums for popupURL for more ideas.
    javascript:popupURL()
    --Jeff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to select and read #define lines from a code file

    Hi,
    I would like to read a .m file
    and select the lines which begins with '#define PL-KEY', like
    {quote}
    #define PL-KEYTAG TAG_values
    #define PL-KEYGROUP GROUP_value
    #define PL-KEYINFO "INFO_ValueTxtMax120Char" // could be max 120 char
    ..... more PL-KEY keys
    {quote}
    and put the rest of that line until a '//' or '/*' , like
    {quote}
    TAG TAG_values
    GROUP GROUP_value
    INFO "INFO_ValueTxtMax120Char"
    {quote}
    into something like a list where my code above will loop through.
    I thought using something like
    cat "path/to/code.h" | while read line
    do
    #... what do I have to with "$line" ...
    if [[ "$line" == #define PL-KEY* ]] ; then
    # yes then... then what????
    done
    any suggestions?? I noticed today, I am still no shell expert
    Thanks again

    I can't help much with PlistBuddy, as I just recently found out about it myself.
    But for the code, here are some adjustments based on your comments.
    I stuck with shell scripting because you seem to be more comfortable with shell scripting, vs awk or perl.
    #!/usr/bin/env bash
    while read lb_def rest
    do
    if [[ "$lb_def" = #define && "$rest" = PL_KEY* ]]; then
    rest=${rest#PL_KEY}
    echo "${rest%/[/]}"
    fi
    if [[ "$lb_def" = # && "$rest" = define PL_KEY* ]]; then
    rest=${rest#define }
    rest=${rest#PL_KEY}
    echo "${rest%/[/]}"
    fi
    done </path/to/code.h
    If PL_KEY has stuff in front if it, like one of your posts where it was kPL_KEY, then you could modify the uses of PL_KEY to include the 'k', or you could wildcard it. If a single character, then
    if [[ "$lb_def" = #define && "$rest" = ?PL_KEY* ]]; then
    rest=${rest#?PL_KEY}
    If multiple characters could prefix PL_KEY, then you can use the multi-character wildcard
    if [[ "$lb_def" = #define && "$rest" = PL_KEY ]]; then
    rest=${rest#*PL_KEY}
    If you are worried, that PL_KEY might exist in the comment, then you could strip the comment before doing the tests
    #!/usr/bin/env bash
    while read lb_def rest
    do
    rest=${rest%/[/]} # remove comments.
    if [[ "$lb_def" = #define && "$rest" = PL_KEY ]]; then
    rest=${rest#*PL_KEY}
    echo "${rest}"
    fi
    if [[ "$lb_def" = # && "$rest" = define PL_KEY ]]; then
    rest=${rest#define }
    rest=${rest#*PL_KEY}
    echo "${rest}"
    fi
    done </path/to/code.h
    Is that better?
    Message was edited by: BobHarris

Maybe you are looking for

  • External monitor usage with Satellite A100-PSAA9

    I have a problem when I connect a 2º external monitor, it connect but next it disconect , it's always connecting and disconecting. I made the update of display driver and bios but I still have the same problem, what can i do? My operating system is w

  • Action Link in obiee 11g for a Hierarchy Drill Down Level

    Hi Requirement is: We have a Time Dimension Hierarchy with drill down Levels(Year, Qtr, Month, Day). So now i wanted to provide an action link on detailed column(day) which will navigate to other report. I have tried doing it but unable to get the ac

  • Can a  trial version deactivate a Print to PDF utility based on previous full version

    Although I have Acrobat 8 Standard I accidentally downloaded and intalled the Acribat X pro trial  edition. Now  I cant print a doc file to PDF  anymore, even after uninstalling Acrobat X and reinstalling Acrobat 8 The original version included in my

  • Mail Attachment window defaulting to bottom file

    When attaching a document to an email, the window opens up and defaults to the bottom file, the oldest. This only happens in Mail.   Does this happen to anybody else?

  • 10.4.11 Combo Intel Update Failures

    I'm reinstalling original 10.4.6 software on my mac book and am trying to update. The 10.4.11 combo pack seems to be corrupted in some way. Getting messaages that the package has been tampered with or that the checksum is not verifiable. Any way of f