Intercompany Transaction Flow Set-up when O/U's are not different

I am seeking to know if it is possible, using I/M Intercompany Transaction Flow, to use the same O/U for start and end O/U? I can get the record into the system with same O/U's, but am denied nodes and the ability to use Intercompany Relations.
My company currently relies on using the MTL_INTERCOMPANY_PARAMETERS record to point to the I/C CCID wherein seg6 contains the Intercompany segment of the g/L account. Understand, this is a customized method.
The problem we are experiencing is the ship from customer is under the same O/U as the sold from. However, this is a differnet company legally and needs to be processesed as Intercompany.
I think the answer is self-evident in the Oracle forms as to what is allowed or not, but perhaps there is something I am overlooking to allow me to utilize the function.

Hi EMSS,
When you say intercompnay transactions, do you mean IR-ISO?
We can create an IR and ISO both in same opearting unit. The whole setup is same as any other IR-ISO except for the setup in Intercompany transaction flow. Process wise, its exactly same upto ISO shipment and costing the material transactions.However, we will not be having any intercompany AR or AP invoices generated. The accounts are netted out. (we are using this in one of requiremetns and we are in R12.1.3. I am not sure from which version this is available)
Coming to accounting transactions - we used SLA for hitting the right accounts as requried by business.
Note: We cannot have any logical intercompany transactions within same OU.
Regards,
G V Ranjith

Similar Messages

  • My CD reader says all my CDs are empty when I know they are not. Is my reader down or is there a setting that is off?

    My CD reader says all my CDs are empty when I know they are not. Is my reader down or is there a setting that is off?

    Yes. you should keep your media in iTunes, and indeed you should also keep a backup of your library as well. if you have the device set up for manual management then the content would remain on it when deleted from the library, but you would have no way to restore the device if there was a problem.
    See also: Getting iTunes & Windows Media Player to play nicely
    tt2

  • [svn:osmf:] 14598: Fix FM-500: reinstating onMetaData handler clause that prevents incoming dimensions from being applied if they are not different from the dimensions that were already set .

    Revision: 14598
    Revision: 14598
    Author:   [email protected]
    Date:     2010-03-05 02:13:40 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix FM-500: reinstating onMetaData handler clause that prevents incoming dimensions from being applied if they are not different from the dimensions that were already set.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-500
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamDisplayObjectTrait.as

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

  • Can you create a playlist when the associated files are not present?

    I want to let my friend create a playlist from songs in MY library, but from HIS computer, so I copied my Library.itl and Library.XML files to his PC to let him peruse what I have. Obviously this only lets hin VIEW the songs, NOT play them. Is there a way he can create a playlist that I can then move back to my library and put on my iPod?
    I've tried dragging and dropping as well as right click>Add to Playlist, but neither method works when the files associated are not present.
    Is it possible?

    No.  iTunes will only add media to a playlist if the media files are present.

  • HT5570 I tried to reset setting due to my phone speaker are not functioning except if i plug in earphone.after i key in my phone code,it promp a request for restriction code which i totally cant recall.

    I tried to reset setting due to my phone speaker are not functioning except if i plug in earphone.after i key in my phone code,it promp a request for restriction code which i totally cant recall.how can i resolve this issue.

    Hello Ridhuan,
    Thanks for using Apple Support Communities.
    If you forgot your restrictions passcode you will need to restore your iPhone to its factory settings.
    i forgot my passcode
    https://discussions.apple.com/thread/5196099
    Take care,
    Alex H.

  • How to block the 'save' function when the required fields are not filled?

    Hello, Everyone
    I am new for this scripting. My question is:
    How to block the 'save' function when the required fields are not filled?
    I designed a PDF file with some required fields and I do not want the user to save the document until all required fields are filled. My idea is to write some scripts in Willsave method like:
    if (this.getField("Family Name").value == ""){
    app.alert('You should fill the Family Name field firstly!');
    But I do not think it works as finally the document is saved after all.
    Please help me on that!
    So much thanks.

    Dear Randybearwang,
    I am a Rocky myself and I know how though it is to establish some good codes. Since I created some forms with validation options myself I might have a code for you. The code also creates an alert box (Yes/no option) if the user chooses yes the form will be validatet, if he chooses "no" the alert window will be closed.If  everything is filled out correctly the form will be saved otherwise the textbox will be higlighted and gets focus.
    If you need further assistance , please let me know
    Have fun with the code.
    P.s I don´t know how to upload the "PDF" document. I wrote you an email, please get back to me if you still need the file.

  • Setting bold font for nodes which are not leaf nodes

    In JTree, is it possible to set the font for nodes which are not leaf nodes. Can I do this without using custom renderer, or at the most using a DefaultTreeCellRenderer ?
    regards,
    nirvan

    In JTree, is it possible to set the font for nodes which are not leaf nodes. Can I do this without using custom renderer, or at the most using a DefaultTreeCellRenderer ?
    regards,
    nirvan

  • Financial extension sets and flb1 post processing items are not there

    "Forum moderators, if you reject this post please tell me exactly what is incorrect about it in your rejection message".
    Hello experts,
    We are currently in 4.7 and have activated financial extension set EA-FIN.  I tested electronic lockbox programs but when I try to find the unprocessed items they are not in FLB1 or FEBA.  I have searched forums but have not been able to identify the problem.  I have also research to see if additional config is needed with the activation of the extension sets but have been unsuccessful there also.  Electronic lockbox posting and the ability to apply unprocessed payments in FLB1 was working correctly before the activation.
    Your help is greatly appreciated.
    Carrol

    I was able to deactive the NEW_FEBA using trans SM31 table V_T100C using message 002 transaction FEBAN  not required. FLB1 started. 
    This solved my problem
    Carrol

  • Fiancial extension sets and flb1 post processing items are not there

    Hello experts,
    We are currently in 4.7 and have activated financial extension set EA-FIN. I tested electronic lockbox programs but when I try to find the unprocessed items they are not in FLB1 or FEBA. I have searched forums but have not been able to identify the problem. I have also research to see if additional config is needed with the activation of the extension sets but have been unsuccessful there also. Electronic lockbox posting and the ability to apply unprocessed payments in FLB1 was working correctly before the activation.
    Your help is greatly appreciated.
    Carrol

    I was able to deactive the NEW_FEBA using trans SM31 table V_T100C using message 002 transaction FEBAN not required. FLB1 started.
    This solved my problem
    Carrol

  • When importing files, folders are not updated?

    Could anyone please help?
    Since I reinstalled Lightroom on a new harddrive (after a crash) whenever I import photos into my library, they appear in "Previous Import", but they are not visible in the destination folder. Even if I, in the import screen, make a new folder, this folder does not appear in the library, folders column untill I manually synchronize the parent folder.
    Could anyone give me advice as to how to correct this problem?
    Thanks
    Micha

    Thanks for your answer.
    Do you have the option "Do not import duplicates" enabled in Aperture's Import panel?
    Yes I have.(But it should anyway show folders. It doesn't scan automatically all folders and subfolders. So I should see something).
    When did this problem start? Directly after you upgraded to Mavericks or before?
    It started few days ago. I did not update anything or I did not install anything new software etc.
    What is the file system on your drive "Kovalevy"?
    It should be HFS or HFS Plus? I use these disks only with this Mac.
    Is it formatted for Mac? MacOS Extended (Journaled)?  Is the drive directly connected? And the what are the permissions on this drive? Have you tried to set the "Ignore Ownership on this volume" option? You can set it in the "File > Get Info" panel for the drive in the Finder:  This panel will also show you the file system in the "General" brick.
    It is formated MacOS Extended (Journaled).
    Yes I tried "Ignore Ownership on this volume". No effect.
    I don't have any problems with Finder, Final Cut etc. I can open projects, copy files etc.
    Thanks for your time.
    Br,
    Marko

  • Now, in photoshop elements 9 when editing, colours displayed are not correct, seems gama number has changes ?

    up to now I had no problem when editing photos with photoshop elements 9. Due to an  unknown  reason/event the colours displayed , now, are not correct : it looks like the gama adjustment has been changed and the photo rendition is uncorrect. If I display the same photos with other photo editing software ( DPP from Canon for example, or Xnview) , the colours are correct !!... Can you help me ?
    Thanks  a lot !
    JJ Etienne

    Thank you for trying to help me. In fact, I resolved my problem by changing the default ICC profile for my screen : I entered the parameters settings panel, screen definition and then advanced settings where I could choose another ICC profile.
    Thank you anway !!
    JJ

  • In FBU3(Intercompany transaction) the amounts doubles when i click on document currency

    Hi All,
    When i post a document in FB01 Transaction with reference to inter company transaction's, i can able to see the same amount in FB03 for both the company codes,but the issue is the amount is doubling in FBU3 transaction when i click on document currency,can any one help me regarding this.
    The amount should remain same as i posted in initial screen when i posted the document.
    Thanks,
    Revanth

    Revanth,
    Did you find the reason for above issue? 
    I also have the same issue, could you please share the solution?
    Regards
    Sri

  • VA02 Dataloss flag is set, when new screen fields are not changed, why ?

    Hi,
    I have added some new fields to the sales order item Additional data B tab.
    When I go into the sales order in change mode (VA02) and navigate to the Additional data B tab and don't change any of the new field values, the system think that I have made changes to the sales order when I press the yellow exit button, I have debugged the transaction and field (SAPMV45B)R185D-DATALOSS is being populated, how can I stop this.
    Any help will be appreciated.
    Thanks
    J-J

    Hi Pascal,
    I guess that the marked fields are the ones you are missing in bi.
    "P" means that the values are extracted but one cannot restrict the values by using the parameter of an info package. Did you try to test the extraction with the rsa3 to see if the extraction locally works no your r/3 system?
    If it works, check if the fields of the data source are contained within your transfer structure. If niot, add them and add the mapping to your targets.
    Regards,
    Yann

  • When closing Firefox after upgrading to Ver. 4 it no longer prompts to save tabs. Advice given was: "Settings may be set incorrectly If your Firefox settings are configured differently, the prompt will not occur. " What settings do I need to change?

    Every time I close Firefox I lose all the tabs and have to re-establish them when re-starting Firefox. I cannot find any provision in the options to change that.

    A slow boot time can be caused by login items.
    User Login Items:
        Flux
        NoSleep
        ClipMenu
        Canon IJ Network Scanner Selector2
        BetterTouchTool
        USBOverdriveHelper
        TotalFinder
        Gmail Notifr
    Open System Preferences > Users & Groups > Login Items
    Remove one login item noted above then restart your Mac to test. It may be one or multiple items causing the slow boot.

  • Animation, when objects overlap, overlapped area turns different color?

    I'm designing a flash version of this site;
    http://www.1gdomains.com/
    The main logo is made up of a '1' and a 'G'. In my animation,
    I want the '1' to come down from the top and settle in the center
    of the page. I then want my 'G' to come from the right and move
    into position, overlapping the '1'.
    I know how to do this with a simple time frame based
    animation, but how can I make it so that as the 'G' moves over the
    '1' and starts to overlap, the overlapped area turns white? I want
    the end of the animation to look like the site I liked above.
    thanks
    james

    Ive got a movie called ‘1’ where the 1 comes from
    from the top and stops in the center.
    Ive also got a movie called ‘G’ where the G comes
    from the right and stops in the center.
    Ive got a top level movie called holderboth.
    In that Ive got a movie called holder1, and holderG.
    In holder1 the 1 gets a chunk taken out of it by the G, and
    in holderG the G gets a chunk taken out by the 1.
    If holder1 and holderG are some distance apart then they work
    fine. Both the 1 and the G move and then have a chunk taken out of
    them at the end. When I have them overlapping however, so they
    finish in the position they need to, one will completely erase the
    other!
    I think I understand why this is happening. I think the
    ‘1’ or ‘G’ which is set to erase is not
    just erasing in its holder but also the other holder. How can I
    turn this off though?

Maybe you are looking for

  • HELP needed! HACKED NOW LOCKED OUT

    Hi all I am very new to apple and not very good with IT anyway so please be gentle with me! I bought a new mac a few months ago which my boyfriend (whom I am 38 weeks pregnant with!) talked me into and set up for me.  7 weeks ago I caught him cheatin

  • How to Change Industry type in a existing running CRM system

    Hi Experts, We are running presently on CRM 5.0 and we went live on Nov 2006.Currently we found that the industry type has been configured as CG (We are HT industry type). If we change the industry type in the current running CRM system what will be

  • Crystal Reports Server XI Installation

    We just purchased Crystal Reports Server XI for Crystal Reports Professional and I want to install it minimally as I think we may have "overbought"; that aside, the big question is where do I go from here to put this on our servers w/o impacting curr

  • Response Content Type

    howdy, I'm generating a Microsoft Excel document from a jsp, givin that to user to update it and then uploading to system. when generating xls i first used : <%@ page contentType = "application/vnd.ms-excel; charset=UTF-8" %>but IE couldn't recognize

  • When using the up/down buttons in the Inspector, how do I get them to move by .01, instead of default, which is always too much.

    When using the up/down buttons in the Inspector, how do I get them to move by .01, instead of default, which is always too much.