Copy function for multiple account assingment (cost distribution)

Hello,
We are using multiple account assignment to enter different asset no for each quantity in same line item. Other fields like G/L account remains same.. Is it possinble to copy the value from one asset to all the assets in same line item. The function of copy in clip and inset from clipboard works only for different items not for multiple account assignments...
In R/3 there is function to copy and paste in case of multiple account assignment but could not find the same in SRM.
Any solution????
We are in SRM 4.0...
Amit

Hello,
During PO replication from SRM to R/3, customizing from OME9 is not read and "Partial invoice indicator" is always defaulted to "1" when item has a multiple account assignment.
This behaviour can be overwritten by implementing:
- either BBP_PO_INBOUND_BADI for method BBP_MAP_BEFORE_BAPI,
- or BBP_ECS_PO_OUT_BADI for method BBP_B46B_PO_OUTBOUND.
So, no need to take care of OME9 customizing.
Regards.
Laurent.

Similar Messages

  • Copy Data for Multiple Accounts from LegalApp to FinanceApp

    Hi Experts,
    I have two application, LegalApp and FinanceApp, wherein both have P&L Accounts but with different set of accounts. I have to copy the data of LegalApp P&L Accounts to my FinanceApp P&L Accounts. Some accounts in the FinanceApp have the same ID to that of the LegalApp so I don't have difficulty copying the data. I've used the Script Logic below:
    *DESTINATION_APP = FINANCE
    *ADD_DIM COSTCENTER=NO_COSTCNTR
    *ADD_DIM MARKET=NO_MARKET
    *ADD_DIM PRODUCT=NO_PRODUCT
    *ADD_DIM CUSTOMER=NO_CUSTOMER
    *RENAME_DIM ACCOUNT=COPAACCOUNT
    *SELECT(%LegalAcc%,"ID","ACCOUNT","IS_COPY='Y'")
    *XDIM_MEMBERSET ACCOUNT=%LegalAcc%
    *XDIM_MEMBERSET ENTITY=DMPI
    *XDIM_MEMBERSET DATASRC=<ALL>
    *WHEN *
    *IS *
    *REC(FACTOR=1)
    *ENDWHEN
    *COMMIT
    What I'm having trouble is copying data from LegalApp Accounts to FinanceApp Accounts whos ID's are not the same.
    Example: from PN0000000000 to COPA00000000. I've tried inserting the following logic but still nothing happened.
    *WHEN ACCOUNT.ID
    *IS "PN0000000000"
    *REC(ACCOUNT="COPA00000000")
    *ENDWHEN
    Hope you could help me.
    Thanks,
    Marvin

    Hi nilanjan,
    I've already tried that(see post above) and that doesn't seem to work.
    *DESTINATION_APP = FINANCE
    *ADD_DIM COSTCENTER=NO_COSTCNTR
    *ADD_DIM MARKET=NO_MARKET
    *ADD_DIM PRODUCT=NO_PRODUCT
    *ADD_DIM CUSTOMER=NO_CUSTOMER
    *RENAME_DIM ACCOUNT=COPAACCOUNT
    *SELECT(%LegalAcc%,"ID","ACCOUNT","IS_COPY='Y'")
    *XDIM_MEMBERSET ACCOUNT=%LegalAcc%
    *XDIM_MEMBERSET ENTITY=DMPI
    *XDIM_MEMBERSET DATASRC=<ALL>
    *WHEN ACCOUNT.ID
    *IS "PN0000000000"
    *REC(ACCOUNT="COPA00000000")
    *ENDWHEN
    *COMMIT
    I was wondering if I'm missing something in my statement.
    Thanks,
    Marvin

  • GR/IR Rounding Logic for Multiple Account Assignment

    We have activated business function LOG_MM_MAA_1 (EHP4 release 604), GR valuated. When choosing Distribution on quantity basis and distribute partial inv proportionally, the MIGO postings are different from the MIRO postings. For example, we have a quantity of 12 that we allocate to two different cost centers 33.3 / 66.7 %. We receive a partial qty of 5. MIGO distributes the quantity 1.665 / 3.335, respectively. However, MIRO distributes the quantity 1.666 / 3.333 respectively. Since MIRO is supposed to accept the MIGO quantities and amounts, why is the percentage allocation different?  Is there a way to make the percentages equal for MIGO / MIRO? Modification of the percentage field (VPROZ) in the PO to more than 1 decimal is not an option.
    Example
        PO (quantity-based distribution, partial inv is proportional: Receive partial Qty 5 of total 12
                             Net Value            Qty              Percen           MIGO           MIRO
        Item:            9,600.00 USD    12.000 pc     100.00       4,340.00      4,340.00
        Account 1:  3,200.00 USD      4.000 pc        33.3         1,446.67      1,446.96
        Account 2:  6,400.00 USD      8.000 pc        66.7         2,893.33      2,893.04
    The small difference of $0.29 for this example is inconsequential, but for larger quantieis it will have a greater impact on the account allocation.

    U set or U dont set system will flag the GR non valuated once u assign multiple account assignment.
    But SAP is coming up with GR valuated for Multiple account assignment in enhancement package 4.
    Check out EP4 Presentation at........
    https://websmp210.sap-ag.de/erp-ehp
    Venkat

  • I need to back up my imac running Tiger (no time machine) so that we can upgrade OS. It is set up for multiple accounts.  How do I capture all files in each account using newly purchased USB external hard drive?

    I need to back up my imac running Tiger (no time machine) so that we can upgrade OS. It is set up for multiple accounts.  How do I capture all files in each account using newly purchased USB external hard drive?  Thanks!

    Backup Software Recommendations
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    SuperDuper!
    Synk Pro
    Tri-Backup
    Others may be found at VersionTracker or MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.
    Or you can simply use the Restore option of Disk Utility to clone the drive to the backup:
    Clone using Restore Option of Disk Utility
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.

  • GR and GR Non Val indicator in R/3 PO for multiple account assigned SC's

    Hi,
    We are on SRM 3.0(EBP 4.0) and R/3 4.7.
    We have implemented the BBP_CREATE_PO_BACK badi for setting or clearing the GR and IR indicators under certian conditions.
    But for Multiple account assigned SC's we get an error message "06181 With non-valuated GR, please also enter GR i ndicator ".
    We have tried implementing note# 872000, but this has not solved the issue.
    The PO's get created only if we force the GR indicator when transferring the data into R/3.
    It seems clear that while creating the PO the system is encountering the GR Non Val indicator but not the GR indicator, so its throwing the error message (we get the same error message when we create the PO from R/3 with GRnon val indicator checked and GR ind unchecked).
    The proposed solution is that in the same BADI, along with clearing the GR indicator, we will also clear the GR non val indicator.
    This can solve the issue if the indicators are transferred as it is from EBP.
    But can anyone tell me if these indicators are also checked/changed in any FM/program in R/3 before the PO is created?
    Is there any customizing setting which is affecting this particular behaviour?
    Regards,
    Srivatsan

    Hi Srivatsan ?
    In ECC, you have a configuration point :
    Materials Management->Account Assignment->Maintain Account Assignment Categories
    Here you can untick the indicator you want by account assignment category;
    Kind regards,
    Yann

  • Changing field staus group for multiple accounts

    Hi,
    Is it possible to change the FSG for multiple accounts at the same time, or does it have to be done one by one through FS00?
    Thanks and Regards

    Hi Sam,
    Try this t-code :
    OB_GLACC12
    Hope it is useful.

  • Is there a discount for multiple accounts?

    Hi
    My wife and I have seperate Icloud accounts. Is there a discount for multiple accounts upgrading to the additional storage?

    I'm afraid not; and additional storage is per separate account and cannot be shared.

  • Customizing for multiple account assignment in OME9

    Hello,
    We want to create a specific account category with different account assignment fields (cost center, WBS, order, etc).
    This account category will be used for PO items with single account assignment or multiple account assignment.
    One more information is this specific account category will be used only for PO replicated from Supplier Relationship Management. This means PO document type will not be created directly in R/3.
    We use ECC6 with EhP4 with business function LOG_MM_MAA_1 active, so we make MAA for GR valuated.
    According to those elements, iI would like to have confirmation regarding customizing we implemented, especially for fields:
    - "Indicator: Account assignment screen" populated with value '2' (Multiple account assignment)
    - "Distribution" empty (Single account assignment),
    - "Partial Invoice" populated with value '2' (Apportion IR quantities to GR quantities proportionately).
    While creating PO in SRM and after replication in R/3, cost distribution is done correctly for item with multiple account assignment (Account Assignment tab with Partial Inv. =  "Distribute Proportionately" and Distribution = 1, 2 or 3, depending on cost distribution type chosen) whereas for item with single account assignment, Partial Inv. is "Derive from Account Assignment Category" and Distribution is "Single Account Assignment Category").
    So, it seems OK. Nevertheless, i would like to have confirmation values i gave with above fields are correct in order to not have to change them later, i mean after PO were created, if problems occured.
    Thank you for your help.
    Regards.
    Laurent.

    Hello,
    During PO replication from SRM to R/3, customizing from OME9 is not read and "Partial invoice indicator" is always defaulted to "1" when item has a multiple account assignment.
    This behaviour can be overwritten by implementing:
    - either BBP_PO_INBOUND_BADI for method BBP_MAP_BEFORE_BAPI,
    - or BBP_ECS_PO_OUT_BADI for method BBP_B46B_PO_OUTBOUND.
    So, no need to take care of OME9 customizing.
    Regards.
    Laurent.

  • Invoice issue for Multiple Account assigned  PO

    Hello
    We are facing an issue with a Serive PO which has account assigned to cost centre (K).8 costcentres are assigned .
    While booking invoice on one particular date the invoice amount got distributed among all the 8 cost centres but on some other day when invoice was booked it was allocated to only the first costcentre.
    can somebody help me with the logic how the invoice gets distributed and what could be the reason the invoice amount is not distributed among all the costcentres and only one.
    Regards
    Sarika

    Hi Sarika,
    please have a look at the following notes:
    568541     MIRO: Default values with multiple account assignme                      
    457740     MIRO/MR1M:  Default values, amts for multiple accou                      
    395043     FAQ: Posting invoices using Transaction MIRO      
    428157  MIRO: percentage multiple accnt assgnt f. service-based IV                                                                               
    Please also check the customize settings to in Tr:OME9, under 'partial              
    invoice' what is the settings to the cost center.         
    Also note in MIRO, system distribute the corresponding GR quantity into                      
    acc.assignment's items proportionately based on the indicator 'Partial                       
    invoice' and the data 'Distribution percentage'(VPROZ) in the screening                      
    'acc.assignment' within the PO/item.                                                                               
    You can change the "Partial invoice' in the screening 'acc.assignment"                       
    as '1' (Apportion IR quantities to GR quantities one after another)                          
    instead of using 2 "Apportion IR quantities to GR quantities                                 
    proportionately".        
    Please check also include LMRMKF02.
    Regards,
    Edit
    Regards,
    Edit

  • Copy function for sales order

    I want to create a sales return, and use copy with reference to do that. But if the sales order items cate is TAB, then those items cannot be copied, I check the config dosen't find the TAB item for order type, even in the standard, RE to OR, I question that whehter is not make sense to copy TAB items. Anyone try add TAB item to copy function? Thanks!

    Use T-Code - VTAF (IMG - Sales and Distribution - Sales - Maintain Copy Control for Sales Documents - Copying Control: Billing Document to Sales Document
    Here select your Invoice Type & Sales Returns Documents type & double click in Item on left hand side. You will list of available items & you can also add new Items here.
    Hope this helps...
    Thanks,
    Jignesh Mehta

  • Setting up a shared library for multiple accounts on the same machine

    I am in idiot. I can't figure it out. This is exactly what I did.
    1 - I set up multiple accounts on the computer. 1 for me and another for my wife.
    2 - I loaded all the music into my account's public folder.
    3 - I set the default folder in both hers and mine iTunes for this Public folder
    4 - I then opened iTunes in my account and none of the songs were showing up so I dragged the folder into iTunes and it did its business. Now my account is all set.
    Here are my questions:
    A - Do I need to drag the folder into my wife's account iTunes as well?
    B - If either of us add music when logged in, will it automatically update in the other iTunes interface or is there something specific that needs to (manually) be done?

    Doing it the way you did, you each have your own iTunes library file and are using the same iTunes music folder.
    Changes by one will not be seen by the other and any new music added by one will have to be added to the library by the other.
    Also, if one deletes music, it will be in teh library for the other but it will not be playable because the other person deleted it in the iTunes music folder.
    Launch iTunes, then immediately press and hold Option, then select *Create new library*.
    Create one in Users/Shared.
    Quit iTunes.
    Move all your music into the new /Users/Shared/iTunes/iTunes music folder.
    Login to your Wife's computer account.
    Move all her music into the new /Users/Shared/iTunes/iTunes music folder.
    On her account, launch iTunes, then immediately press and hold Option, then select *Choose existing library*.
    Select the _iTunes library file_ in /Users/Shared/iTunes.
    In iTunes, File -> Add to library and select the iTunes music folder in /Users/Shared/iTunes.
    All the music will be there.
    Quit iTunes and log out of her account and back into your account and launch iTunes normally.
    All music will be there.
    You should go to /Users/Shared/iTunes folder and right click - get info, click *Ownership & Permissions*. Set *You can* to *Read & Write* and set Others to *Read & Write*.
    Click *Apply to enclosed items*.
    Any changes (new/deleted music, ratings, playlists, etc.) by one will be seen by the other sionce you are using the same iTunes library file.
    Only one person can have iTunes open at a time. If you use Fast User switching, one will need to quit iTunes before the other can use it.

  • HT5312 Can I use the same rescue email for multiple accounts?

    I have multiple accounts and would like to use the same rescue email address. I've already verified the first account, but when I try to add another account a message says it's already verified for another Apple id.

    I haven't tried it, but the message that you are getting implies that you can't. The rescue email address that I have on one account is the same as the primary email address that I have on another account - that's an alternative.

  • Installing a LOB App for Multiple Accounts On The Same Surface Device

    Hi,
    When installing apps to iOS & Android there is no concept of a local user account, and an app can only be installed once. For Windows devices, a single device can have multiple accounts. Those accounts can be local or domain and have administrator privileges
    or not.
    We are planning to use the Device Enrollment Manager concept in Intune to enroll approximately 200 non-domain joined devices. Each device will have two local accounts - one in English and one in French. We have a LOB Windows App that works in both
    languages. We do not want the local accounts with the App to have administrative permission.
    It seems you need local administrator permission to enroll the device. If I then install the app from this account, it works. However, I need the app installed on the local English and local French account.
    When I log locally into the device using a standard account and log into the Company Portal, it shows the app as installed. It is not, however, installed for that user and is not accessible. Note that I'm using the same Intune account. It is only available
    to the local administrator account. The only option I have is 'Re-Install'. When I select that, nothing happens - it is stuck in the "Installing..." state.
    If I only enroll the device using the local administrator account and then log into the local standard account to install the app, it doesn't show as installed. When I choose to install it, it gets stuck on Installing.
    I'm missing something here...
    Is it possible to install an App from Intune more than once on a Surface device? Do the Intune accounts need to be unique per-install? Is it possible to install the app without local administrator permission?
    Thank you!
    -jd

    An update. If I:
    Enroll a Windows Surface using a local admin account
    Request to install an app from a local standard account it appears stuck on Installing...
    Log back in as the local admin account and wait, the app appears.
    Questions:
    Can the same app be installed into multiple local accounts on the same device? It doesn't look like it.
    Is the local account used when the device is enrolled the only local account that will install Intune apps?
    -jd

  • ERROR WHILE POSTING MIRO FOR MULTIPLE ACCOUNT ASSIGNMENT (ASSET)

    Hi Guys,
    We created  a PO for asset with multiple account assignment. And we immediately do IR instead of GR.
    While doing IR it is giving error
    1) Quantity delivered is zero - Warning message
    2) Account 245350 requires a Transaction Type or is Invalid - Error message
    what may be the problem. how can we eliminate and post it
    Regards
    palani

    Hi,
    I would assume the G/L account you used was not properly set up.  Did you get the same problem if you try to change to another G/L account?  Perhaps, get your FI specialist to look into this G/L account-related error and verify it.
    Cheers,
    HT

  • PO issue (for multiple account assignment)

    Hi,
    I am greatly in need of help from you all.
    The problem is as demonstrated under.
    A PO is created using the Account assignment category A (Asset procurement). The material to be procured has the Quantity 4Nos.
    In the account assignments 2 qty are assigned to one asset and another 2 qty is assigned to diffrent asset. GL account in both the cases remain the same.
    After this PO is saved.
    GR is done using movement type 101.
    now GR is cancelled using movement type 102.
    Now in display PO Header- Status tab. here it is showing the quantity to be delivered is 4 but value is shown as 0.00.
    I<b> donot understand why the value doesnt get fetched in Status tab of PO header.</b>If I dont use the multiple account assignemnt for the above condition then the values are shown in the Status tab of PO header.
    Thanks in advance,
    <b>Sheetal</b>

    Hi,
    Yogesh is right (as usual).
    When you create the PO and assign multiple accounts to it you will be prompted to change the GR flag to either indicate NO GR or a Non valuated GR (you CANNOT HAVE a valuated GR for a PO with mulitple account assignements on the one line).
    The system does not post any values for this until the Invoice has been posted correctly (or posted and blocked).
    So the GR (and return if applicable) always have zero value.
    Steve B

Maybe you are looking for

  • HP LaserJet 4L will not turn on

    I recently acquired a used HP LaserJet 4L that will not turn on. I hooked up the printer to an old Dell Dimension 4600 PC that uses the Ubuntu 10.04 Linux OS. (I presume that the power light should work regardless of which OS is being used.) When I h

  • Macbook and Macbook Pro in same location getting different signals

    My wife has a Macbook and I have a Macbook Pro. We'll both be in practically the exact same spot (computers literally right next to each other) and her Macbook will pick up and be able to connect to multiple wireless networks and my Macbook Pro won't

  • Best target format to use for importing less-than-cinema-quality video?

    I shot 4.5 hours of conference video on an AVCHD consumer camera. The original footage uses about 14.5 GB on the camera's SD card. The video was shot at 1440 x 1080, 16 x 9. When I do a log and transfer, the files balloon to 250 GB and are saved as A

  • Video streaming

    Where i can download real player for nokia c101

  • How do I tell the user she is out of memory?

    In my Swing app, a thread can try and get too much data from the database. It catches the OutOfMemoryError exception, and passes it back up to the GUI. And then.... the GUI crashes when it tried to display the error message, because it's out of memor