Target element not appearing

hi all,
i have node is source  source_n1 occurace  0.unbouned  ,in target it is mapped to node target_n1 occurance 0.unbouned .
target node has extra fields tar_e1  mapped from another source node  which has element e1 ocurace 1.1
target elemnet occurce 0...unbouned have given
probelm is that Target node target_n1  is getting  occured times sourece node source_n1 but the element  in target is apperaing only once in  target (  it appears only in first target node only ) .
it is not appearing in other target nodes  target_n1
plz help me out .
Thanks

Hi,
As Raj has correctly said use the same. Refer the below example.
Use standard function "useOneAsMany" http://help.sap.com/saphelp_nw04/helpdata/en/ef/df564b6aa24fc9ab0d685460747de5/content.htm
Thnx
Chirag

Similar Messages

  • Target cost not appearing in process order

    Hi All,
    Please let me know the reasons for target cost not appearing in process order.
    Thanks,
    SAP PQ

    Two more scenarios:
    1. You have co-product.
    2. You reverse the variance calculation.
    It will show the target cost only after you run variance calculation.

  • The data target is not appeared in the Infopackage under datatagets tab.

    Hi thanks for your response, i  eloboreted my problem below pl see,
    In the Info Cube structure i check the Trassactinal check box, In the Infopackage level under the data targets tab i selected the 'Select data targets' radio button icon but the data target is not appeared in the  table.pl give me a suggetion in which location  can i make a change.
    Thanks & Regards
    Bhaskar

    The same question in data source is not appeared in the Infopackage.

  • WSDL Import - Elements not appearing

    Hi,
    Got WSDL from third party and imported into IR as external definition and used as target structure in mapping.
    I can see most of the fields except couple of nodes in which sub elements & attributes are not appearing.
    We are on PI 7.0 SPS 13.
    Apparantly, this WSDL is working fine with PI 7.1(tried on friend's machine).
    Please help.
    MK.

    Hi Mallik,
    As Prateek mentioned, there may be some tags in your wsdl which are not supported by 7.0 but are supported by PI 7.1.
    Check out the below document for the tags suppoprted by PI 7.0 and PI 7.1 respectively.
    For PI 7.0 : https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0abcc5a-1569-2a10-e6b7-8e5d108a995a
    For PI 7.1 : https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40c3a137-1769-2a10-bda9-ad62d508af9c
    Thanks,
    Pooja Pandey

  • Text Elements not appearing

    Hi All,
    I created a report and maintained the text elements in English and De languages. For some fields, I maintained the text elements only in English language. So when I login in DE language, the text elements which I had maintained in english language are not appearing. Those fields are blank in the selection screen. Does it needs to be maintained in DE lang? Please assist.
    Thanks in advance.
    Regards,
    VIjay

    HI
    Yes u need to maintain in DE language also.
    If u wnat the same text i.e english text in DE also then use maenu as GOTO.........>TEXT ELEMENTS---->SELECTION TEXT
    Now GOTO-------> TRANSALTION  giva langauge as DE
    and transalte one by one all athe Text element and activate.
    YOu can see all the fields in DE login.'
    Regards,
    Pravin

  • Cost elements not appearing in report

    Hi,
    We have reports done in report painter. we use cost element group to retrieve the amounts posted to that group.
    I added 2 more accounts to the cost element group and saved.
    but it is not appearing when I run the reports which shows cost element wise amounst for teh period.
    rgds
    Neha

    Hi sanjay,
    thanks.
    But GR53 gives me Library and report group.
    when i go to GRR2, gives the library I see in GR53, and search  report group in list of values ,
    I am not able to see the report group  as above.
    When I manually type in it says
    Report Y511 does not exist                                                                               
    Message no. KH 502                                                                               
    Diagnosis                                                                               
    You tried to change a row/column structure which does not exist.                                                                               
    Procedure                                                                               
    Choose an existing row/column structure or creating a new one using 
        'Row/column structure' -> 'Create'.                                 
    Pl advice.
    thanks
    neha

  • NonRecurring element not appearing through API

    Im not able to create element entry for nonrecurring elements through API. I have hardcoded the values. The procedure says that it was executed successfully. But the entry is not created. Im able to create entries for recurring elements. Only with nonrecurring element that im having an issue.
    Any help will be greatly appreciated
    SQL> declare
    2 l_effective_start_date date;
    3 l_effective_end_date date;
    4 l_element_entry_id number;
    5 l_object_version_number number;
    6 l_create_warning BOOLEAN;
    7 begin
    8 pay_element_entry_api.create_element_entry
    9 (
    10 p_validate => FALSE
    11 ,p_effective_date => '14-APR-2008'
    12 ,p_business_group_id =>361
    13 ,p_assignment_id => 69021
    14 ,p_element_link_id => 182
    15 ,p_entry_type => 'E'
    16 ,p_effective_start_date => l_effective_start_date
    17 ,p_effective_end_date => l_effective_end_date
    18 ,p_element_entry_id => l_element_entry_id
    19 ,p_object_version_number => l_object_version_number
    20 ,p_create_warning => l_create_warning
    21 );
    22
    23 commit;
    24 end;
    25 /
    PL/SQL procedure successfully completed.

    i can see that the element entry has been created. but why is it not appearing on the entries window from the assignment window and i noticed that an effective end date has been set. Why?. I want to process a payroll for july 2008
    254     Net Pay Amount     69021     55388     14-APR-08     30-APR-08          581     1
    233     Attendance     69021     5546     14-APR-08     31-DEC-12          165     5
    273     Furniture     69021     56081     14-APR-08     30-APR-08          182     1
    273     Furniture     69021     56101     14-APR-08     30-APR-08          182     1
    273     Furniture     69021     39897     14-APR-08     30-APR-08          182     1
    102     Basic     69021     8214     14-APR-08     31-DEC-12          67     1
    103     Housing     69021     12085     14-APR-08     31-DEC-12          68     1
    104     Vacation Leave     69021     15425     14-APR-08     31-DEC-12          69     1
    105     Entertainment      69021     24104     14-APR-08     31-DEC-12          70     1
    106     Transport Allowance     69021     42749     14-APR-08     31-DEC-12          78     1
    108     Passage Allowance     69021     17953     14-APR-08     31-DEC-12          96     1
    109     Utilities     69021     27755     14-APR-08     31-DEC-12          97     1
    110     Meal Allownace     69021     21608     14-APR-08     31-DEC-12          98     1
    121     Income Tax     69021     30829     14-APR-08     31-DEC-12          101     1
    141     Pension Fund     69021     33870     14-APR-08     31-DEC-12          102     1
    142     National Housing Fund     69021     37683     14-APR-08     31-DEC-12          103     1
    143     Industrial Training Fund     69021     48865     14-APR-08     31-DEC-12          104     1
    144     Union Dues     69021     51909     14-APR-08     31-DEC-12          201     1
    292     Thirteenth Month     69021     46640     14-APR-08     30-APR-08          203     1

  • Selecting Execution Target Option not appear

    I have the LabView 7.1 on PC. the Real Time is viewable to me in the "Measurement and Automation Explorer" . I can see the the devices which are present in the Chassis, but when I start the LabView 7.1 for prog. the "Execution Target " Selection Combobox is not Appearing on the window. Can any help how to configure this in my LabView so I can connect the Real Time.

    1 cd of Full Dev. System & 2 are Device Drivers .
    It's not a device driver - it won't be on the same CD.
    It's a separate product.
    This link is for the LV 8.0 version - you will have to look around or call your rep for the 7.1 version, or else upgrade your LV 7.1 to 8.0.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Status of elements not appearing in Management Cockpit

    The Problem is as follows:                                                
    when you look into the management cockpit and ask to display data from, for
    example, December 2004, the cockpit shows all the four walls with
    elements without status, when, in fact, all the elements have a status.
    You can notice they have a status (green, yellow or red) when you click
    and see the detail (for example, the financial situation is shown with
    no status, but if you go into financials and then to the general
    overview, for example, you can see that you've got maps and status
    there. So, in the financial situation you should have a status as well).
    I am using SAP_BW 3.10
    Looking forward to hearing from you.
    Regards,
    Deepak

    hi,
    Usually when I browse sourcing area the last work item should be my shopping cart line item.
    But I am not able to find the line item in sourcing area,I searched in all possible ways,do you think I missed some sort of settings regarding this.
    regards,
    IGA.

  • Target computer not appearing on host computer during Firewire Target Disk Mode

    My 2009 iMac recently started getting stuck on the white Apple loading screen and disk utility said it has an error that it can't repair. I asked a question on here about this and was told I can back up my iMac files on my Macbook Pro using a Firewire cable.
    I bought a 9-pin to 9-pin Firewire cable and have been trying to use Target Disk Mode to connect my two computers but my iMac is not showing up on my Macbook Pro anywhere (desktop, finder).
    Here is how I have been told to do this: 1. Connect the two computers with the FW cable. 2. Boot the iMac and hold down T to boot into TDM. 3. Boot up the Macbook Pro and I should see the iMac HD on my Macbook Pro
    I have also tried connecting the FW cable after I boot the iMac into TDM (I read somewhere that this works also) and my iMac HD still doesn't show up on my Macbook Pro.
    Am I doing something wrong? Please help me with this!
    (I wasn't sure which community this issue belongs to so I'm sorry if this is the wrong place for my question!)

    Try the ones at > How to use and troubleshoot FireWire target disk mode

  • Web Dynpro UI Elements not appearing in GP

    Hi everyone,
    I have been developing some Development Components using the GP guide found on SDN. The first CO works just fine but for some reason, the second one I created doesn't show any UI elements and it doesn't return any error messages. Has anyone had this happen to them before?
    The difference between this DC and the previous one is that I included a second view and a second window to use as a popup.
    Any ideas?
    Thank you very much,
    Luis

    The problem was I didn't include the main view in the WebDynproCO window which is why nothing was being shown.
    Problem solved.

  • Certain Browser elements not Appearing in firefox?

    On firefox Certain things don't appear that appear in other browsers.
    Here is what Firefox looks like
    https://www.dropbox.com/s/5r6gmdywi1wva8l/Firefox.png
    This is what other browsers look like ( The things that have a box around them)
    https://www.dropbox.com/s/srnnhsuwd38lt9w/Other%20browsers.png
    These are my addons
    https://www.dropbox.com/s/iemaom6fsw66sdn/Addons.png
    Thanks

    hello m.zakariyya.g, you have adblock plus present which - dependant on the filter lists that you have chosen - has the possibility to remove advertisements, share-buttons, etc.
    https://adblockplus.org/en/getting_started

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • Why is elements better at photomerge than CC- CC does not appear to automatically fill image based on content but elements does when merging a panorama. Also the stitching is visable in CC but almost perfect in elements- why?

    I took 6 panorama shots of a scene and used CC to Photomerge them as one. Couldn't see where to automatic blend the edges and there was 'stitch' lines when the images were merged. So i did the same in Elements 11 and it was perfect. Am i doing something wrong in CC or perhaps not doing something at all?
    Any help, please?
    Dave

    Hi - Thanks for taking the time to reply and i appreciate the remarks- if a little harsh- we all have to start somewhere and i am fully aware of the limitations of Elements which is why i decided to add CC to my software. I can only say that if an inferior quality software from Adobe does the job well then CC must also be suited to doing the same which is why i can only think, from your comments, that i have not done something simple- however- following tutorials to get to the end result should have sufficed- it didn't so perhaps i will consider posting the difference between the two applications- and, perhaps suffer a few more 'harsh' comments. The learning curve is quite steep and i am a visual learner, but i'm also not totally incompetent:)
    Kind Regards
    Dave Munn
    Original message----
    From : [email protected]
    Date : 02/02/2015 - 06:45 (GMTST)
    To : [email protected]
    Subject :  why is elements better at photomerge than CC- CC does not appear to automatically fill image based on content but elements does when merging a panorama. Also the stitching is visable in CC but almost perfect in elements- why?
        why is elements better at photomerge than CC- CC does not appear to automatically fill image based on content but elements does when merging a panorama. Also the stitching is visable in CC but almost perfect in elements- why?
        created by station_two in Photoshop General Discussion - View the full discussion
    First a clarification: you are not addressing Adobe here in these user forums.  You are requesting help from volunteers users just like you who give their time free of charge. No one has any obligation to answer your questions.
    I'll give it my best shot anyway.
    Few folks in this forum are really familiar with Elements, for which there's a dedicated, totally separate forum.
    Different engineering teams, also.
    From this perspective, it will be difficult to give you a direct answer to your "why?" question.
    Personally, I blend very large panorama shots in Photoshop proper since I can't even remember when without any issues whatsoever, up to and including in Photoshop CS6 13.0.6.
    Without being at your computer and without looking at your images, I couldn't even begin to speculate what you are doing wrong in Photoshop, which I suspect you are.  The least you could show is post examples from your panoramas that have gone wrong.
    I can tell you that panorama stitching requires significant overlap between the individual shots, besides common-sdense techniques like a very solid tripod and precision heads.
    The only version of Elements I have ever used for any significant time was Elements 6 for Windows, which I bought in 2008 to use on a PC (I've been an avid Mac user for 30 years).  I found Elements so limited and so bad that I successfully demanded a refund from Adobe.  IU mention this only to emphasize that I can truly only address your question from a Photoshop (proper) and Mac user point of view.  I couldn't care less about Elements, but if you have comparison examples of panoramas processed in both applications, by all means post those two.
    Generally speaking Photoshop is a professional level application that makes no apologies for its very long and steep learning curve, while Photoshop has many hand-holding features for amateurs and beginners.
    Perhaps the bottom line is that you should stick with Elements if you personally manage to get better results there.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7152397#7152397 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7152397#7152397
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • "Edit in Photoshop Elements" does not appear as option in Lightroom 4.3

    After viewing this artical:
    http://helpx.adobe.com/x-productkb/multi/edit-photoshop-command-missing-photoshop.html  and completing all options related to the Mac, the "Edit in Photoshop..." still does not appear as a clckable option in my Lightroom 4.3 program which has all the current updates.  Also, my Photoshop Elements 11 program also has all the current updates.
    Please note that in the interest of time, that all of the "solutions" were attempted in the above mentioned link
    Also, was on hold with Adobe Lightroom help phone support for over 1.5 hours without any agent answeing the phone.  Also Adobe automatied phone support states that Photoshop Elements is not supported free of charge and it is fee based.  How is a consumer suppose to have a problem corrected in Lightroom that stems from Elements when it is suppose to intergrate that way between the two programs but any help to try to correct the way it is suppose to work will cost you an addition fee in phone support for Elements?
    And help on fixing this issue will be apprecitated.
    Lightroom v 4.3 / Camera RAW v 7.3
    Elements v 11.0 / Camera RAW v 7.3.0.71

    Did this with Adobe support in LIVE CHAT, what a waist of time.  Although this will correct the issue, it is like a work around and not solving why EDIT IN PHOTOSHOP... is not a clickable option (greyed out) in LR.
    After the configure as suggested above, does this preclude and editing in Lighroom?
    What I want to do is:
    Edit the photo in LR except for:
    the useage the great Spot Healing Brush Tool that PSE offers, edit that part of it in PSE then SAVE the results back to LR.  Any problems or suggestions for this?
    Thanks so much

Maybe you are looking for

  • How do i get the ipod icon to come up when itunes wont recognise it?

    this has been happening repeatedly to me over the last 5 months since i first bought my ipod.. i thought it was something i was doing wrong but at this stage its taking the ****. whenever i try to put on a couple of albums onto it, itunes will freeze

  • FileConnection url to Sony Ericsson K750i

    Hi there, I want to save data to my Sony Ericsson K750i. I know the phone implements FileConnection version 1.0. The list of roots taken from FileSystemRegistry.listRoots();returns single element named "c:/". I want to save a file.txt just about anyw

  • LMS3.1/RME: inventory report

    Hi, I would like to get an information about gigaStack port on switch inventory. I have generated an Detail device Report but I didn't get this information. I can find this information by show interface status | include GigaStack on switch :Gi0/1    

  • Can't download RAW photos from EOS30d

    I have just started using a Canon EOS 30d, but am unable to download the RAW photos (.cr2) that I have taken. I have tried downloading direct from the camera, and also using a cardreader but no joy. Had no problems downloading RAW from a EOS 300d, bu

  • Missing description for FI standard values (ie posting key 40)

    Hello, I'm deploying the SAP ECC6 Financials solution in French and I'm facing a very strange issue. The standard descriptions for some very classical SAP values are missing in my language (French). For instance, the french description is blank for a