How to enable MUltiple asset tab in T.code ABT1N

Hi,
We need to transfer assets from company 1 to company 2 and we are using the T.code ABT1n for this is intercompany transfer.
1.I want to know how to enable the Multiple assets tab in T.code ABT1N
2.Then when I transfer of 1 asset  with( NO REVENUE) I am receiving an error that DATA INCONSISTENCY: NO REVENUE ENTERED.
3.Third point is when I Transfer of 1 asset (WITH REVENU) I get the following error like ACCOUNT CLEAR>REVENUE SALE TO AFFILIATED COMPANY COULD NOTBE FOUND>
Can someone who is expert in this area can help me out.
Thanks in advance

I wonder as well if you found out an answer?
Best regards, Johanna

Similar Messages

  • How to enable vat register tab in define reporting entities.

    Hello All,
    How to enable vat register tab in define reporting entities.
    Navigation --> Italian AP Localizations --> EMEA vAT SETUP--> Define Reporting Entities .
    Under EMEA VAT Reporting entities setup screen there are 3 tabs (configuration, Allocation rules, VAT Register).
    We have to enable VAT Register..
    Could you please help us on this.
    Immediate response is highly appreciated.
    Thanks
    Vijayakumar

    Hi,
    1. Can you please check the method set_selection_mode in your context node implementation class?The code there should be along the foll lines:
    IF iv_selection_mode IS INITIAL.
    * multi select table if not specified otherwise
        CALL METHOD super->set_selection_mode
          EXPORTING
            iv_selection_mode = selmode_multiedit.
      ELSE.
        CALL METHOD super->set_selection_mode
          EXPORTING
            iv_selection_mode = iv_selection_mode.
      ENDIF.
    2. You can set the selection mode as SELMODE_SINGLE or SELMODE_MULTI (depending on your requirement) via the DO_VIEW_INIT_ON_ACTIVATION method in the view controller impl class.
    typed_context->result->set_selection_mode(
           iv_selection_mode = cl_bsp_wd_context_node_tv=>SELMODE_SINGLE ).
    Regards,
    Nisha

  • How to enable Tasks mode tab in Oralce Depot Repair

    Want to create repair by using tasks.
    Please let me know how to enable Tasks mode tab in Oralce Depot Repair
    Ashish

    Look for a System Profile under CSD... there you should be able to setup the TASK mode for Depot Repair.
    Hope it helps.
    Jose

  • Multiple assets depreciation using T.Code ABAA

    Hi Gurus
    Using the T.code ABAA, we can depreciate one asset at a time. one of my user wants to depreciate multiple assets using this t.code to reduce the his process time. is it possible? if it is possible how we can do it.
    Please suggest

    Hi Behnhard
    thanks for the reply
    could u please explain the step by step process how to record using SHDB as it will help me to understand and explain to my user.
    < Don't use SMS Language. Read forum rules. Thread locked. >

  • How to lock multiple user for a transcation code at same time is der any tc

    how to lock multiple user for a transcation code at same time is der any tc
    suppose i hav 15 user and i want to lock 10 user for mm02 who can i to it

    Basis can do a export and import transport, still if don't have connection between boxes.
    or
    check this
    http://www.sap-basis-abap.com/abap/copy-program-variants-from-one-to-another.htm

  • How to enable Billing plan tab in sales order (lean) with NWBC

    Dear All,
    The Billing plan tab in sales order (lean) is not availabe with NWBC. How to enable this tab?
    Is there is any documentation to do the modifications of NWBC's webdynpro screens?
    for example, there is a standard webdynpro screen in NWBC from SAP best practices to create sales order (lean). The lean sale order screen having restricted elements and tabs when compare with standard SAP GUI (t code va01).
    So I want to include the few missing tabs for data entry.
    any documentation or solution?
    thanks in advance,
    Suresh Yerra.

    Dear All,
    Is there is any documentation to do the modifications of NWBC's webdynpro screens?
    for example, there is a standard webdynpro screen in NWBC from SAP best practices to create sales order (lean). The lean sale order screen having restricted elements and tabs when compare with standard SAP GUI (t code va01).
    So I want to include the few missing tabs for data entry.
    any documentation or solution?
    Thanks,
    Suresh Yerra.

  • How to enable the prebooking tab in ESS

    Hi,
    In our environment, the prebooking tab is disabled in ESS. Please advise how to enable this tab. Where to do this configuration (e.g. in ESS or R/3)
    Regards,
    Tony

    Hi Tony,
    Please refer to the 2 notes below for some information on prebooking in ESS
    593044:  PV7I/PV8I: Documentation of the prebooking functions
    576203:  ESS: Activation of the prebooking in the Training
    Hope this help
    Sarah

  • How to handle multiple exceptions by the same code?

    Hi, all:
    In my situation I want AException and BException handled by the same code, while CException and DException handled by another code. How can I write my try-catch code in a simple way? Of course I can do the following:
    public void TheMainFunction() {
        try {
        } catch (AException e) {
            Handle_AB();
        } catch (BException e) {
            Handle_AB();
        } catch (CException e) {
            Handle_CD();
        } catch (DException e) {
            Handle_CD();
    private void Handle_AB() {
    private void Handle_CD() {
    }But is there a simpler way?
    Thanks in advance.

    If you have one or two places in your code that need multiple exceptions, just do it with multiple catch statements. Unless you are trying to write the most compact Programming 101 homework program, inventing tricks to remove two lines of code is not good use of your time.
    If you have multiple catches all over your code it could be a code smell. You may have too much stuff happening inside one try statement. It becomes hard to know what method call throws one of those exceptions, and you end up handling an exception from some else piece of code than what you intended. E.g. you mention NumberFormatException -- only process one user input inside that try/catch so it is easy to see what error message is given if that particular input is gunk. The next step of processing goes inside its own try/catch.
    In my case, the ArrayIndexOutOfBoundsException and
    NumberFormatException should be handled by the same way.Why?
    I don't think I have ever seen an ArrayIndexOutOfBoundsException that didn't indicate a bug in the code. Instead of an AIOOBE perhaps there should be an if statement somewhere that prevents it, or the algorithm logic should prevent it automatically.

  • How to enable multiple entries for bundling free goods in vbn1?

    Hi SAP Gurus,
    How can I enable bundling of free goods in SAP using vbn1?
    In creating an entry, I place the material number, qty and other required fields then assign the material number of the item that I want to bundle with the 1st product. My problem is that I can only assign 1 material number to a product.
    Scenario:
    Mat. No. 1 is the main item, then I assign matNo.2 to be budled with matNo.1. I also wanted to assign matNo.3 to be bundled with matNo.1. But unfortunately, When I place another entry using matNo.1. Error says that it is currently being processed. It seems I can only assign a single free goods. How can I set this to multiple?
    Thanks in advance!

    Hi Colleague,
    No. This function is not provided in the R/3 System. Only one record is taken into account during the free goods determination with the existence of several valid condition records. This record is the one with the largest minimum quantity. For this record the system only generates one free goods subitem.   
    Free goods can only be supported on a 1:1 ratio. This means that an order item can lead to a free goods item. Agreements in the following form are not supported: #eWith material 1, material 2 and material 3 are free of charge#e or #eIf material 1 and material 2 are ordered at the same time, then material 3 is free of charge#e.                        
    You can refer FAQ note 549963 which clarifies this point.
    I hope it can be helpful.
    Regards
    Ruy Castro

  • How to enable Firefox 'new tab' feature.

    So I ended up downloading something and it changed my 'new tab' look. Before it was Firefox's feature of showing the thumbnails for my most visited sites and I had all of my school work shortcuts pinned on there and i want it back! I can only find advice on how to disable it but not to enable it or turn it back on. Please help. I want this feature back! Thanks in advance :(

    hello, this sounds like a problem possibly caused by adware on your pc.
    please go to the firefox ''menu ≡ > addons > extensions'' & remove any suspicious entries (toolbars, things that you have not installed intentionally, don't know what purpose they serve, etc).
    also go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there.
    finally, run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Remove a toolbar that has taken over your Firefox search or home page]]
    [[Troubleshoot Firefox issues caused by malware]]

  • How to enable multiple check-out and check-in for offline editing (sharepoint 2010)

    I have  a SharePoint site where I am using check-in check out feature for one of 'Project' document library.
    By default SharePoint supports single document to be checkout for offline editing (when i click on checkout, SP ask for 'Use local draft option' for offline editing), if I select that check box, it take a local copy for offline editing in my 'SharePoint
    Draft' folder.
    but when I try to check-out multiple files from 'Project' document library, it does not show any form for confirmation, as shown above (use 'Local draft option') and files get checked out on server it self, but I didn't find any local copy in  'SharePoint
    Draft' folder. mean sharepoint does not support multiple file check-out feature for offline editing.
    Please suggest if we can check out multiple files for offline editing in sharepoint 2010.
    Thanks

    Sagar, Thanks for reply, but none of the link is useful.
    These all links talk about the check-in check-out feature, but my issue is that, when I do select multiple files for checkout Draft’s dialog
    box does not appear and offline copy of files is does not created. how to fix that issue.

  • How to enable multiple codepages - CJK and English

    I have gone through Solaris internationalization document and I am still not able to figure out if the following is possible and how to do it:
    Use a single Solaris installation for testing an MBCS-enabled application (non-Unicode, non-UTF-8) by changing the locale. I know it is possible to change locales within the codepage limits (e.g. English and German). But what I am looking for is switching back and forth between en_US and ja.
    I don't even see the jp locale files under /usr/lib/locale. What do I have to do at install-time? How can I switch locales - do I need to reboot or is there a run-time way?
    Thanks.
    Dinesh

    Hi
    At the time of installation, you are given a choice of which all localle you
    want to add. Perhaps you did not check the jp localle, thats why its not
    showing it in the directory structure.
    You would need to go back to the CD and upgrade the particular localle
    on the system.
    -Manish

  • How to enable multiple users logging in to the same client machine?

    Hi,
    We have our home directories shared from the server (using AFP) and this allows our users to log in to any machine via the normal console login.
    But if you try to remotely login to a machine with ssh, and another user is already logged in at the machine, then you get the error message:
    Could not chdir to home directory /Network/Servers/machinename/Users/keith: No such file or directory
    I can connect (via) ssh, only if no user is logged in at the console. If I connect with ssh when no users are logged in, and then a user logs in at the console, then this unmounts the home directory for the ssh user.
    I have read about the mnthome command, and if I try running this (from my ssh login whilst there is a console login) then I get the error message:
    Error: Mount failed with error 1 Operation not permitted
    I'm assuming that multiple ssh logins must be allowed somehow? Can you only do this if you share your home directories with NFS (in this case, I understand that all home directories always appear mounted on each client)???
    Any help appreciated,
    Keith
    Server and all clients running 10.4.3
    iBook & PowerMac G5   Mac OS X (10.4.3)  

    Thanks for the info. I really thought that this would be a fixable problem. I also thought that it might work when two different users both logged in using ssh only (i.e. when there is no console login). But this also causes problems for the second ssh login.
    What practical work-arounds have people tried? The respondent to your other post (linked to above) suggested that NFS sharing might work, only that ssh logins still don't mount the home directory. Is this the case?
    Thanks for the speedy answer.
    Keith

  • How to enable Account assignment tab in CCM SRM 7.0

    Dear SRM Gurus,
    We have requirement to activate account assignment tab in Item level of Central Contract management in SRM 7.0
    Regards,
    Vinod

    Hi ,
      Check in META configuration  field control -> actions -> sub structures
    regards,
    Devi

  • How to enable multiple access to a web cam?

    Hi... I am using JMF to develop an online monitoring web page with Java Applet.
    However, as i tried it just now, when one browser is rendering that page, others can not even lauch the web cam.
    I am using Logitech QuickCam. Is it because of the web cam is possessed by one application, and others have to wait? Or the client should also install JMF in order to view the page successfully?
    Can anyone please tell me?
    Thanks in advace.

    Let me get this straight. You have a web application that uses spring framework and hibernate to access the database. You want the user to be able to select the database that he wants to access using spring and hibernate.
    Hopefully you are using the Spring Framework Hibernate DAO. I know you can have more that one spring application context. You can then trying to load a seperate spring application context for each database. Each application context would have it's own configuration files with the connection parameters for each datasource. You could still use JNDi entries in the web.xml for each datasource.
    Then you would need a service locater so that when a user selected a datasource he would get the application context for that datasource which he would use for the rest of his session.
    I think it is doable. It means a long load time. And you'll need to keep the application contexts as small as possible to conserve resources.

Maybe you are looking for