Assign one Componet to another Componet

Hi
we have "payment form" view in sales order item details page. But if we open "Credit Memo" item details page, this "Payment Form" is not available. So our Requirement we need "Payment Form" view in "Credit Memo item Details Page" same like "Sales order Item Detail page".
In the analysis "payment form " view is separate componet. So i need to use this componet into another componet
Payment Form Compont : ICCMP_PAYMENT
View : simplePayment
Kindly suggest how to assign one componet to another componet and how we can bind both componet attibutes.
Thank you,
Cha

Hi Raman,
Thank you. This development testing is going on, still now there is no issue and object is working fine.
One more Development and one question,
This one also same kind of work such that we need to make use of one comonent view into another component. Here required view belongs  componet has so many views as well it's one of the main component and view has five fields which has from different context nodes.
Kindly suggest For this development can we do same kind of configuration like previouse work of "payment Form"?
if we use large componet view in another component Will it not be any performence issue or not?
Else we need to go for any other approch. Please sugest.
Source
Component : ICCMP_BT_SLO
View          : Slo1Istatus
Target
Componet  : ICCMP_BT_COM
View         : ItemExtViewSet
Thank you,
Cha

Similar Messages

  • On Every five assemlies one componet is required

    Dear Guru,
    On Every five assemlies one componet is required.
    I can not maintain the component in the bom and maintain BOM base Qty. as 5. This create problem for serial number trasability for the other components.
    I can not fix the component in the BOM .
    Please suggest solution.
    Regards,
    Sanjay Sahoo

    Sanjay,
    as i replied earlier , either you can use quantity in fraction 0.20 in BOM so every production order have 0.20 of your component and for every 5 products exact 1 quantity ll be consumed. only problem is if physicaly you cant divide the component in 5 equal parts , issue it physicaly to first production order and it will last at the shop floor for next 4 production order.
    another possibility is remove the component from BOM and at the end of day or week or any decided period check the number of product produced and issue the propoirtional quantity to production order or cost centre manually.
    check and revert back.
    regards
    Ritesh

  • How to assign one JSP request object to another JSP

    Hi,
    I want to assign one JSP request object (i.e., previous JSP Page request object) to another JSP (i.e., current JSP page request object).
    I don't want to use "<jsp:forward>" tag or "RequestDispatcher" obect here.
    Because i want to display one message in the current JSP page, before sending both JSP pages' request to a servlet. How to do this ?
    please help
    Thanks in advance
    Vishnu

    You cannot assign a request and response object of one jsp/servlet to another, every jsp or a servlet get is own fresh copy of request and response object with the request parameter data from the previous page.
    Unless u use request dispatcher or jsp:forward action, this solution that u r looking for by re-assigning the request and response object doesn't work

  • Assign one filed symbol to another and changing with out impact on other

    Hi,
    i'm assigning one field symbol to another.
    assign <fs1> to <fs2>.
    if i change <fs2> that will impact <fs1> too. How to copy the value in <fs2> to <fs1> and at the same time if i change one of those fields, it should not impact another.
    Thanks,
    KK.

    Thanks for the quick response robert.
    if i want to copy a dynamic structure with out modifying the original, how to ...
    hope my question is clear.
    thanks,
    KK.

  • How to assign One Dimension Property value to another Dimension ID

    Business senario:
    There are two dimensions Entity and Plant. Plant also has a property Entity.
    In my Input Form, I need to derive Entity Property based on PLANT selection and should map it to ENTITY Dimension.
    I have selected PLANT Dimension and ENTITY Dimension in Page Axis. I have updated EPMOLAPMember() formula with EPMMemberProperty() for deriving Entity values. When I tried to save data an error message appears saying TOT_Code is not a base level member. So I checked Edit Report window and found that ENTITY Dimension is automatically moved to default left panel from Row Axis and Entity Dimension Context Menu is mapped to TOT_Code which is the top node of the total hierarchy.
    I tried EPMMemberOverride() function to overwrite ENTITY Dimension values with Entity Property of PLANT Dimension but unable to overwrite it.
    In Simple Words:
    ENTITY Dimension = PLANT Dimension (Entity Property)
    Is there any way to map/assign property value to another dimension??? Please help me.
    Thanks in advance.

    Hi,
    see please this thread for a possible solution http://scn.sap.com/thread/3230754
    Regards
         Roberto

  • How to assign value of one filed to another  field in reports

    Hi..
    How we can copy the One field value to another field nd how to use group by in query to generate reports.
    Reply...
    Thanks
    Neetu
    Edited by: Philip Eller on Jun 27, 2008 9:49 AM
    Edited by: Rui Pereira on Jul 8, 2008 5:26 PM

    Dear Neetu,
    If you would like to assignt he value of one field to another in PLD, you can try the following.
    1. You can link the two fields by using the property Link
    2. In the fomula field for one of the fields, just mention the name of the other field.
    For example
    You have two fields F_118 and F_180
    Scenario 1 :
    In the "Link" property of the field F_180,  choose F_118
    Scenario 2:
    In the "Formula" for the field F_180, write "F_118"
    For using group by in query, Once you have created a query with the "Query Generator" you can create the reports based on query through the "query manager".
    REgards
    Arshdeep

  • How do I move contacts from one group to another?

    I entered several contacts in address book.  How do I control which group they are assigned to at the time of entry?  The ones I added showed up in my office contacts in Outlook instead of in Hotmail/iCloud.
    Is it possible to move them from one group to another once entered?

    Do the contacts that are not in iCloud belong to an external account such as Gmail, Yahoo or an Exchange account?  Or, do they belong to On My iPhone?

  • How to transfer file from one client to another client?

    hello,
    i have some questions and hope you all can help me..thanks a lot first..
    Here are the questions:
    i) How can i send a file from one client to another client using RMI?
    ii) Does the client(sender) need to send the file to server, then server save it and then send it to another client(receiver)?
    iii) If using RMI, a client can receive two files from same client(sender) or different client(sender) at a same time? how to do it? when both of the files come in from same port, how to differenciate them?
    iv) For your information, i am doing the File Transfer Server-client application which sender can send any file to other client. Can you give me any ideas? thanks..
    Last, thanks again..

    Your questions reflect some ambiguity in terms.
    "Client" and "server" are commonly used in two different senses:
    1. Technical sense: A client process makes requests, and a server process fulfills the request (provides a service).
    2. IT sense: A client computer (process) makes requests of a server (computer) process, and the server (computer) processes the request.
    In the first case, any computer might be a client, or a server, or both, depending on the processes being executed. In the second case, the computers are assigned some role.
    So: If you wanted to, you could implement client/server processes communicating between two peer computers, using RMI.
    This may not be what you wanted; if you really want to distinguish client and server computers, then the answer is that yes, you will probably put files into intermediate storage on the server computer.
    Finally, you probably do not have to worry about port conflicts if you use RMI; while the initial client server contact is established through a registry operating on a standard port, the actual RMI communications is established using random ports, one for each link.

  • Transfer of sales orders from one plant to another

    Dear all,
    My requirement is as follows:
    I have created some 500 sales orders (open) in one sales org+plant.
    Now due to plant shifting to other area, I want to transfer all the above open sales orders to another sales org+plant.
    One option is to create them manually. But that is time consuming and prone to errors.
    Second option is to upload thru LSMW. That too is very tedious.
    Third option is to extend/assign new plant to the old sales area and change the plant in the orders. But I want in the new sales org + new plant.
    Is there any other option by which I can transfer the above sales orders from one plant to another?
    Regards
    SAPshed

    Hi SAPshed,
    The problem is not the change of plant, which is standard functionality, but the change of sales organization.
    An awful lot of information depends on the Sales Organization: Company code (!!), customers, materials, prices, profit center, etc.
    SAP does not even admit creating a sales order in a Sales Organization A with reference to a sales order with a sales organization B.
    IMHO your best option is to try to maintain the current Sales Orders with the current Sales Organization and change the Sales Order in VA02 (your third option).
    If you are absolutely sure that all materials and customers are created for the new Sales Area in the same way and that prices (discounts) are the same, you might want to do a direct update to VBAK table to change the Sales Organization (nasty!), but be prepared for the consequences (no SAP support in case of problems, you are on your own).
    Therefore if you insist on a different Sales Organization, then option 2) will be your best best.
    Best Regards,
    Franck
    P.S. IMHO it is Best Practice to have a unique Sales Organization / Company Code.

  • Sales orders from one salesorg. to another in same ssystem

    Hi Guys,
               I got a requirement like we need to convert or recreate sales orders from one sales organization to another sales organization in the same system without having any impact on the existing system.
    Any one have idea how to do it and is there any standard program to do this? is there any standard procedure for that>?
    Thanks in advance.
    Ram sri

    Hi Ramgopal,
    I never had this scenario, but the main step would be
    Define 2 logical systems: a sender and a receiver
    Assign one of them to the client
    Set up distribution model
    Generate partner profiles
    Set up converter (not filter!) /Application Link Enabling (ALE)-> Modelling and Implementing Business Processes-> Converting Data Between Sender and Receiver
    Here you can set up conversion rule for your sales org field.
    All of this step could be done in transaction SALE.
    Regards,
    Peter

  • Move data from one cube to another cube

    Hi,
    I am on BW 3.5 and I have moved the data from one cube to another cube and found that the number of records in the original cube does not match to the newly created cube. for eg. if the original cube contains 8,549 records then the back up cube contains 7,379 records.
    Please help me on what I need to look on and if in case the records are getting aggregated then how do I check the aggregating record.
    Regards,
    Tyson

    Dear tyson m ,
    check with any update rules in ur transfer.If so check in it.
    Just go through these methods for making transfer from one cube to another cube fully without missing data.
    Update rules method
    if it's updated from ods, you can create update rules for cube2 and update from ods
    or you can try datamart scenario
    cube1 right click 'generate export datasource'
    create update rules for cube2, assign with cube1
    rsa1->source system->bw myself, right click 'replicate datasource'
    rsa1-> infosource -> search 8cube1 name
    (if not get, try right click root note 'infosource'->insert lost node(s)
    from that infosource, you will find assigned with datasource, right click and 'create infopackage', schedule and run.
    Copy from
    While creating the new cube give the cube name in the "Copy from" section. It would copy all the characteristics and Key figures. It would even copy the dimensions and Navigational attributes
    Another option is:
    The steps for copying the contents of one cube to another:
    1. Go to Manage -> Recontruct of the new cube.
    2. Select the "selection button"(red , yellow, blue diamond button).
    3.In the selection screen you can give the technical name of the old cube, requests ids you want to load, from & to date.
    4.Execute and the new cube would be loaded.
    Its all that easy!!!!!!
    Refer this link:
    Copying the structure of an Infocube
    Reward if helpful,
    Regards
    Bala

  • Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.

    Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.
    Is there any way to re-number them in the order I have chosen so that they can then be sorted by number? The scans are all from pre-digital images that I wish to move to a photobook and I don't want to have to organise them twice!
    Thanks for any suggestions.

    I was a bit short, Chris, sorry. It is limited, what can be posted, when typing on an iPad.
    Now I am back on my Mac. I meant the following:  Batch Change the date for a large range of photos, that should have a date stepped in increments.
    Select all Photos at once and use the command "Photos > Batch Change".
    Then set the date for the first photo and select an increment, e.g. one minute.
    Now all photos will get a new date assigned, incremented by one minute, in the sequence you have selected. So you will be able to sort them by date.  This way it will be unnecessary to change the titles or filenames.

  • Transferring email addresses from one account to another

    I'm not sure if this is a good place to post this but after spending a good bit of time on the phone with FiOS customer service and technical support I just feel like venting my frustrations and hope that maybe someone could give me a valid explanation of why this cannot be done.
    To give a brief (hopefully) summary of what's going on...
    My wife and I are currently in the process of moving from Florida to Maryland because of the current job market and economy situation.  As always...the moving process has been a "blast".  For at least a few months we will be "between" homes and will be staying with friends.  Because of this we had to cancel our FiOS service (which I did last week and it will be shutting off sometime today).  Since we've been very please with the actual service FiOS provides we have (or maybe I should say "had") every intention of signing back up with Verizon once we're in a new home in the Maryland area.
    So here's where the trouble comes into play...I contacted Verizon to see if it would be possible to somehow transfer our existing Verizon.net email addresses from our account to my friend's account (the person I'm staying with).  You would've thought I was asking for a year's worth fo free service.  Initially I was told by customer service that this can't be done.  They explained that an email address is like a phone number and two separate accounts cannot have the same email address.  Thanks for the newsflash!  I explained again that what I wanted to do was move my email addresses so they would now be associated with my friends account.  This didn't seem like such a horrible request considering my friend pays for FiOS service and with that gets 9 available email addresses....and was only using 2 of them.  She ultimately just told me it was something that couldn't be done.  But she did inform me of the "Verizon Your Domain" service that would allow current FiOS subscribers to associate their Verizon.net email account with a new domain name that you create.  It would cost $20 per year and would allow you to keep your Verizon.net email if you canceled FiOS service.  This sounded like an ok option.
    But still -- I was curious why I couldn't transfer email addresses.  So I then contacted technical support.  This time it was explained to me that an email address was like a social security #.  It couldn't just be given to another person.  Great analogies in use at Verizon....I give them that.  I told the guy I was a fellow "techie" and asked him for a more detailed explanation.  That's when it got good.  That's what killed me.  He spent all this time talking about ACL's and routing and how email addresses couldn't be moved because "you're talking about 2 million addresses".  Long and short he was trying to say the Verizon email system was just too complex.  Finally I told him that it had to be something that could be done....and his exact words were "well sure it can be done...but we're not going to do it if you're not paying for a service".  Wow!  Great response!  I've been a paying customer of FiOS for about two years.  I've had some form of service with Verizon for about 15 years (from phone service to mobile service with V-Wireless).  I fully understand that I'm no longer paying for FiOS service.  But my friend is.  And he has 7 email accounts he's not using.  So why couldn't they be moved?  Because the system is too complex?  Give me a break.  Like this guy finally admitted...it boils down to money.
    Finally I gave up.  I told my wife that we'd just have to deal with switching to a new email address.  Life will move on.  She wanted to try the "Verizon Your Domain" option though.  She started doing the process online...had some questions....and decided to call customer service.  She got transferred around to three different people...the last of which told her "you need to call a different department" and then CLICK. 
    Great, great job Verizon.  All I ask is if someone could give me some sort of response that makes sense.  If you just don't want to offer the transfer option then tell me. 
    I expect to be in a new home within a month or two.  And suddenly Comcast is looking very good.

    spacedebris wrote:
    Well, CS was right when they said that Verizon cannot transfer your email to another account. In order to do that they would have to overwrite the email of your friend ( I dont think your friend would apreciate that ). This is due to a limitation on the email system.
    However, you may have another option. If you are going to be getting Verizon service again in the realitivly near future (4-8 weeks or so), Then after your acount is closed, contact tech support. If you get the right agent they will "enable" your email. That way you can continue to use it even though you dont have service any more. Now they cant do this for long but for temporary it can be done. Then once you get your service back, they can then move your existing email to your new account. (this can now be done as they will overwrite your new email with your old).
    Now if your going to be without Verizon service for more than a couple months, you may be out of luck but this is one option
    umm, oh bhoy!
    In fact, a "repoint" of an email address CAN be completed onto another account AND it does not overwrite anything on the receiving account.    Each acount, whether its a FiOS account or a copper account, has an account number.   The email address is assigned to the account number.    The email address can be "repointed" from one account to another, as an 'add-on' to the new account, then it can be 'repointed' back to another account later.    HOWEVER, the contract does say that you must have a valid account.  AND, Verizon cannot (no company can) allow you to manipulate someone else's account.  
    as to the "after your acount is closed, contact tech support. If you get the right agent they will "enable" your email", well, the fact is that the account has to be provisioned to an address.   So, though I have come accross accounts that seemed to still be "on" after the listed close date, it was not something that verizon's tier 1 tech support can effect (that's who you get on the phone when you call tech support) (note that 'sales' could not do this for you, either)   So good luck with that.
    What happens is that Verizon will not allow anyone to take your email addresses for at least 6 months. 
      Before you cancelled you may have had an option to have a notice auto-replied to any email that gets sent to your email address, for a limited amount of time, like they can do with a telephone number ("this number has been changed to . . . . . ")  that "this email address is temporarily suspended, or something. . . . I said MAY have had the opportunity. .. .   but if it was me, I would get to where you are going and make sure they have Verizon internet account already   and have them call verizon tech support (so they can verify their account info)  with you standing there so that you can verify your old account info and immediately and plainly ask if you can have an email "repoint" done for you.   
    my .02
    cjacobs001

  • How to exchange one image for another with a click

    I am brand new to actionscript, so bear with me! I need to create an interactive web-based system which takes the user through steps to assemble something. One of the pages will have images of the tools needed. I want the user to be able to 'tick' off each tool, so that when they click on the image of a specific tool it is replaced by the image faded out and a big red tick over it. essentially it is replacing one image for another when it is clicked on.
    any ideas on the actionscript? Sorry i know this must be basic stuff for you!
    thanks!

    your tool images should be converted to movieclips and given instance names and you should create a red tick movieclip that you assign a class, say RedTick.  you can then use:
    tool1.addEventListener(MouseEvent.CLICK,toolClickF);
    function toolClickF(e:MouseEvent):void{
    var redtick:RedTick=new RedTick();
    addChild(redtick);
    redtick.x=e.currentTarget.x;
    redtick.y=e.currentTarget.y;
    e.currentTarget.alpha=.4;

  • How to transfer files from one partition to another on the same computer

    I had a crash could not boot back into my 8.1 upgrade. Went out bought standalone 8.1. I loaded it on HD free space now I want to transfer files from one partition to another.

    hi
    say there are two infoobjects X  and Y.
    X is existing infoobject and Y in new one.
    go to infosurce-search for X-create export datasource - map the rules and load the data.
    This is one way.
    Other way is u can use X as a reference object of Y so that both of them have same structure and both objects will share common database tables in BW which are exsting for X.
    Hope this helps.
    Kindly assign the points if it helps.

Maybe you are looking for

  • DVI to HDMI Audio not working

    So I bought a DVI to HDMI and I'm trying to play movies off my laptop to my HDTV and when I try to change the audio output, it does not show HDMI output. I bought this macbook pro 15" in september 2009. Can anyone help?

  • I can copy and paste from mozilla to word in second attempt only first attempt fails and paste a zero sized dot on the word document

    i can copy and paste from Mozilla to word in second attempt only first attempt fails and paste a zero sized dot on the word document.more ever i can not drag fevicon from address bar to my desktop.

  • 3rd Party Support?

    I'm doing alittle research on Flex vs Silverlight - and i was wondering what level of support does Flex have from 3rd party vendors? I know there's ILOG Elixor UI components, and this Salesforce.com toolkit for Web Service API - is there a central pl

  • 3 Keyboard buttons not working

    Hello ! 2 of my keyboard buttons aren't working: Left Ctrl & Tab and the power button is erratic.I have to press it a lot of times and  wiggle it.Any suggestions to fix it myself ?

  • Cant get my classic to read...

    I have a 30 gb ipod classic and i got it from a friend. The only cord i have is the one from my nano video and it worked fine with the nano. With the classic it wont read anything on itunes and it wont charge. the battery symbol has the lightning bol