Which field assign to which object?

hi friends,
wher can i get information which field will be assign to which info object?
example like
KTOPL (chart of account)
0CHRT_ACCTS
now i can assign KTOPL to 0CHRT_ACCTS
is there any tcode is there to assign fields and objects.
regards
ss

You can try the table RSOSFIELDMAP in BW.
FYI, this table will display relationships between R/3 fields and BW infoobjects only if active transfer rules mapping already exist in the system.
For example, the field VBELN is mapped to 0DOC_NUMBER in 2LIS_11_VAHDR and is mapped to 0BILL_NUM in 2LIS_13_VDHDR. You can find these entries in this table if the transfer structures are active for these infosources with above mentioned mappings.
Good luck!

Similar Messages

  • User-defined field assignment  in Contact object

    Good Day
    Experts:
    I guess this might apply to all SAP Business Objects.  Specifically, I am working with the oContact object.  A User-defined field has been added to the OCLG table.  I need to populate the field with the current logged on User.  I see that I can do the following with the intellisense but I am not sure where to go from here.
    vContact.UserFields.Fields.Item
    I tried but I get a message "Expression is a value and therefor cannot be the target of an assigment:
    vContact.UserFields.Fields.Item("U_Creator") = (GetUserCodeSess(g_B1Connection.Company.UserName))
    It feels like I should be able to set the User-defined variable through the object but I don't think I am doing it correctly.
    Any helpful hints?
    Thanks,
    Ed

    Hi Robert,
    I think the only supported way is to give full rights to the users and block changing field in the Item Master Data form through your addon.
    A non supported way is to use a query to update the item master fields
    Regards
    Ad

  • Which objects are recorded in a TBOM?

    Hello all,
    In a dynamic recording of the TBOM for the BPCA, what level of objects is recorded?  For example, does it capture every field on the screen?  Does it capture a field even if the user recording it does not click onto that field?  Does it record fields in tabs that the user did not view?
    We are trying to figure out how detailed we have to be in recording these TBOMs to catch the information we want.
    Thanks,
    Michele

    Hi Michele,
    Please have in mind that during the dynamic TBOM creation all objects
    that are executed/touched during the execution of the transaction are
    recorded. You can look at which objects are in the TBOM by cklicking on
    the 'Display TBOM content' icon on the TBOM screen in the project.
    You can also check whether TBOMS for your project have
    been recorded.
    You can do this in transaction SOLAR_EVAL by executing the report
    'Test -> Business Process Change Analyzer - TBOM Analyzer' for
    your project.
    The following document explains all necessary steps for BPCA in detail:
    https://websmp107.sap-ag.de/~sapidb/011000358700000932192009E
    Kind regards,
    Fabricius

  • Detect which object is clicked out of several objects.

    I want to make a game where it randomly generates a map, and players can click objects of the map. I want something to happen to that object, and I want the game to detect which object has been clicked, and temporarily assign that object a name so that I can do things to that object, I want the name to overwrite when I click a new object, and want to be able to retreive what I have done to the other objects. Any help would be appreciated.

    Thanks, you pointed me in the right direction, here was my result:
    public var target
            public function DirtBlock() { //dirt block spawned
                trace("SPAWNED")
                this.addEventListener(MouseEvent.CLICK,fl_click)
             function fl_click(event:MouseEvent):void { //dirt block clicked
                var dirtblock:DirtBlock = new DirtBlock();
                trace("CLICKED")
                trace(event.currentTarget) //traces which object was clicked(Object, dirtblock)
                target = event.currentTarget// sets the object to "target" so it can be manipulated
                target.visible = false

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • How to find out which object has a specific attribute value

    Hi all,
    which is the easiest way to check in a collection of objects which object has an attribute with a specific value?
    i.e. I have n objects of classA and they all have an attribute "String value;".
    How can I check which object has that attribute set to "myvalue"?
    Thanks,
    A.

    hi,
    i don't know if this would be the best way to do it, but i would add all the instances of the objects to a hashtable with the key as the attribute with which you want to search them. You would then retrieve the object using the value.
    Cath

  • Which Objects should I target for integrating Eloqua REST API 2.0?

    Which Objects should I target for integration? and What are the possible use cases for the additional objects other than core objects?

    I am still trying to find a good REST API 2,0 document like the Bulk 2.0 document.  Book List: Oracle Marketing Cloud
    I did find this but is also not in depth:
    REST API - Documentation for Core Objects

  • Impact Analysis: How to trace which objects and tables used in a report?

    Impact Analysis: How to trace which Webi objects and tables used in a report?
    Currently, our company have been using BO Webi as our ad-hoc and reporting tool for over a year now.  Past several months, we've been pushing our power users to develop their own report, and started to notice that we loss track off which data (tables, columns, ... , BO objects) being used where and by whom.   The BI team now spend more time tracing through reports manually, instead of designing Universe.
    After consulted with our local  SAP  technical sale, they said the only solution is to buy BO's ETL (Data Integration) and
    Metadata Management tool, which price starting from $300K per CPU.  I suppose that is NOT the right solution; however, we have not found one yet.  Some executives believe Cognos (now by IBM) would provide a better BI solution as we scale.
    If anyone know, please provide (1) Impact Analysis method: How to trace which Webi objects and tables used in a report? and (2) Does Cognos provide better impact analysis method without a heavy spending?
    Thank you very much,
    Ed
    Edited by: EdPC-SCB on Sep 8, 2009 3:56 PM

    EdPC-SCB,
    have you tried enabling auditing?
    - Yes, audit log only shows user's activities which isn't useful for us. Please let us know any audit log that might be helpful .
    For most of the servers listed in the CMC there is an "Audit" tab.  I'd say if you have the disk space in your database for Auditor available, then if in doubt turn it on (at least for a while) to see if it exposes what you are seeking to find out --that'd be the quickest way.  The documentation (xir2_bip_auditor_en.pdf) doesn't offer much in helping you to see a correlation between ticking on an Audit option in a Server and how it will populate in the Auditor DB -- most of us just hunt and peck until we get what we want.  Once you have the good stuff in each of the Servers ticked on you'll be able to track down which report recieves which object.  To help youself out initially, you should run every report that you can find so Auditor will get seeded.
    thanks,
    John

  • How can I tell which object is causing my error

    How can I determine which object has the lock, and for brownie points, release it?
    The SP is using a view, are view read only by default in Oracle, so I can rule that out as the 'locker'?
    If not, I'd like to modify with the equivalent of WITH(NO_LOCK). How can I do this in Oracle?
    Error report:
    SQL Error: ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "PVNG_RPT.RPT_POP_COMMON_ORDER_PATRON", line 5
    ORA-06512: at "PVNG_RPT.RPT_SP_ORDER_DETAIL", line 402
    04021. 00000 - "timeout occurred while waiting to lock object %s%s%s%s%s"
    *Cause:    While waiting to lock a library object, a timeout is occurred.
    *Action:   Retry the operation later.
    Many thanks
    DC

    That's the insert statement.....
    INSERT INTO
    Ahaaaaaaa,
    I have investigated moere and it looks like one of my American colleagues has been tinkering.
    I see RPT_POP_COMMON_ORDER_PATRON_1 and RPT_POP_COMMON_ORDER_PATRON_2 in the object tree.
    I've dropped _2 - Fine
    I'm trying to drop _1, but that's having a really good think about it......>= 3 mins so far.
    So, I guess that that points to RPT_POP_COMMON_ORDER_PATRON_1 being the culprit iof the lock, hence why it is struggling to be dropped.
    How can I drop a proc that has locks, essentially saying, "I don't care what you're doing - I want you out of my database and take your locks with you!". :)
    Thanks all
    DC

  • Authorization Scheme - Getting handle on which object is calling the scheme

    Hi
    I'm currently trying to write a custom authorization scheme using a plsql returning boolean. What I'm wondering is whether there is a way to reference the application object (e.g. page, region, page item, button etc) that has triggered the authorization plsql to run.
    What I'm ultimately wanting to do is to create a generic authorization scheme that can be applied to any object, and that auth scheme will look up a database table containing what users can access what object. I can only do this if I know at run-time which object the plsql is currently checking authorization for. (I can get the user from :APP_USER.
    For example I have an authorization scheme "test_scheme". I have applied test_scheme to the button "CREATE" on page 1. This button has a button_id which I can find from APEX_APPLICATION_PAGE_BUTTONS view.
    During page rendering the buttons authorization scheme will be checked (and so the plsql returning boolean will be triggered). When the plsql is triggered I want to reference the fact that the CREATE button on page 1 (or better the button_id) has triggered the plsql, from within the plsql itself.
    I hope this makes sense.
    Many thanks in advance.

    Hi Scott,
    Looks like there are a few others out there encountering the limiatations of authorization schemes.
    Hopefully there will be an enhancement at some point to enable referencing the component id which has triggered the authorization scheme to run.
    Until then I will go down the route of creating an authorization scheme for each component that needs one.
    Many thanks for pointing me to that discussion.
    Jimbo

  • Which object will I get from a pageflowscope?

    Dear All,
    I have a question to ask although I haven't tested this one.
    Suppose I have three taskflows. TF1, TF2 and TF3.
    In both TF2 and TF3, I declared an object in pageFlowScope with the same name in their BTF managed bean configurations.
    Now, supposed in TF1 BTF page and in an action listener of a button, I do something like this.
    ADFContext adfCtx = ADFContext.getCurrent();
    Map<String, Object> pageFlowParams = adfCtx.getPageFlowScope();
    AnObject anObject = (AnObject)pageFlowParams.get("anObject");     Which object will I get? Is it from TF2 or TF3?
    All of these Taskflows(TF1,TF2,TF3) will be dropped into a webcenter page as a region.
    Thoughts?
    Webcenter 11 PS5

    Hi Neliel.
    If you have TF1, TF2, TF3 then you have next scopes: PF1,PF2,PF3.
    Accesing to PageFlowScope depends of where is your code. If you are invoking your code into your ADF JAR Library of TF1 you are accesing to PF1 etc...
    If your code is as the Portal level then you are accesing to Portal PageFlowScope.
    However, to be sure that this is true you can do a little sample (it no takes more than 10 minutes).
    Regards.

  • Which objects are in buffer cache? How much space is each taking up?

    Hi All,
    I am on Oracle v 11.2.0.2 (64 bit) RedHat.
    I want to find out which objects have presence in buffer cache? and how much space each object is taking up in buffer cache?
    I googled around and found few queries based on view x$bh. But when tried to run those on my database, I cannot find x$bh (the user has SELECT_CATALOG_ROLE privilege). Is there any other view holding same information as x$bh?
    Thanks in advance.

    Be careful, there is quite a bit of misinformation floating about the net about querying v$bh. What exactly do you want to know, that is, what do you want a user to do with the information?
    Edit: Oh, you said x... Why the x$bh view does not exist?
    Edited by: jgarry on May 16, 2012 2:58 PM

  • How to know which object is in which transport requeset

    hi frnds
    how to know which object is in which transport request

    hi Preethi
    try with transaction se01 then clic on the tools icon under the menu you will get a list of function.
    then select search for object in transport request (maybe the text is a bit different) then enter information like for example R3TR  OSOA and the name of a datasource. if you don't know the meaning of R3TR use the match code and use it also for objects you want to find infosource infoobject etc... don't forget to mark the flag select if your transport request is released or not and then execute you will get the list of all transport requests containing your search object.
    hope this could help you
    best regards
    Boujema

  • [svn:fx-trunk] 7073: When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.

    Revision: 7073
    Author:   [email protected]
    Date:     2009-05-19 08:27:59 -0700 (Tue, 19 May 2009)
    Log Message:
    When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.
    QA Notes:
    Doc Notes:
    Bugs: SDK-19717
    Reviewers: Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19717
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

    Revision: 7073
    Author:   [email protected]
    Date:     2009-05-19 08:27:59 -0700 (Tue, 19 May 2009)
    Log Message:
    When looking around a tab group to determine which object to focus on, not only should the object be selected, but it should also be enabled and visible.
    QA Notes:
    Doc Notes:
    Bugs: SDK-19717
    Reviewers: Alex
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19717
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

  • WHICH object failed to display?

    I'm experiencing a tough, frustrating problem. I've used a SVG turbulence filter to create nice-looking Gullies on a boardgame map. There are dozens of them, and Illustrator reported no problems when they were being drawn. After drawing, I verified that they looked good at 300dpi, then changed my resolution back to 18dpi so that Illustrator wouldn't slow down displaying them while I was working on other things.
    However, when I open the document, Illustrator gives me an error message to the effect of "An object failed to display". (Sorry, I don't have it in front of me - will get the exact error message later). All I can do is click OK. And immediately, the same error message pops up. Click OK. Same error message pops up. Dozens of times - I stopped counting when I hit 100.
    I want to find out what objects are causing the problem. I suspect it's one of those Gullies that use SVG filters, but that's all I have - suspicions.
    If anyone has tips on working with SVG turbulence filters, great, but what I really want to know is more basic - what do you people do when Illustrator reports a problem displaying an object, but it doesn't tell you which object? Particularly when there was no problem creating the object - it's not like I can say, "OK, that didn't work, try something else." Instead I'm saying, "Hmm. Something I did in my last drawing session is causing a problem. Now what?"
    I'm not complaining (although yeah, this is a ridiculous situation). I'll give you the particulars of my system (Latest Illustrator CC, Win 7 Pro, 8 GB RAM, nice fast new machine with an i5 processor, document is roughly 70K in size and has maybe 30 layers and hundreds of objects), although that's not relevant to the question - what do you experienced people do when you need to know what object Illustrator is complaining about?
    If I can't figure out which object (or set of objects) is causing the problem, I need to delete everything "suspicious" and start over. With no guarantee that it won't happen again. That's kinda... dumb.
    Thanks,
    Tom

    Hi rene,
    the error message is on the last screenshot.
    while trying to execute the process in runtime, i got the message:
    bsp callable object could not be executed
    it's quite a simple gp process with only one action item, and all the roles
    has been set to myself
    anything wrong here?
    jun

  • Which object-relational mapping tool is the best for Oracle Coherence?

    Which object-relational mapping tool is the best for Oracle Coherence?
    My application is read-and-write-intensive. Which tool is most suitable for this application?
    TopLink essentials, TopLink, Eclipse or Hibernate?
    Thank you

    I would pick Hibernate mainly because of its popularity and wide knowledge base.
    Coherence has provided some documentation for the integration.
    http://download.oracle.com/docs/cd/E14526_01/coh.350/e14537/usehibernateascoh.htm#CEGFEFJH
    If you have the schema in database, myEclipse can provide you hibernate bindings by reverse engineering.

Maybe you are looking for

  • Search and Address bar not working.

    Hello, I have this problem were whenever I try to type in something into the search or addresys bars, nothing happens. It's like the enter key isn't working. There is not usual picture next to the search bar (the one that shows you what search engine

  • Logical Standby table not supported 11.2.0.1

    I have a table with CLOB in primary and runs the SQL to determine which tables are unsupported. They, nor I, can see why this table is unsupported. Please let me know what I am missing. Are there additional steps to see why? Please also see the DDL f

  • After resetting ipod touch 1st gen, it will not register to itunes anymore. How do I fix this?

    I reset my ipod 1st gen and all settings after it started getting finiky when trying to open apps and it wouldnt let me download apps from the store. But when I tried to connect my ipod to the computer again it would only register to my PC but not to

  • Want to buy sleeve for my Qosmio X500-02M

    Can't find anything on this on the forum so thought I would ask. I am looking for a sleeve that will fit my X500 02M laptop when I get it. I am currently looking at this one: http://www.newegg.com/Product/Product.aspx?Item=N82E16834995754 But I can't

  • [Win Server 2008 R2]This Operation Has Been Cancelled Due to Restrictions in Effect on This Computer

    Environment: Windows Server 2008 R2 x64 as DC 2 Domain administrator accounts: the built-in Administrator and a manually created which belongs to the Administrator group Problem Description: When I logged into the server using the Administrator accou