Auto transfer of values from one customer to another/vendor to vendor

Hi,
Do we have any transaction code which transfers values automatically from one custmer/vendor to another customer/vendor.
Thank you,
Asam

try f-30
This is transfer with clearing.
You need to know the value of the customer and then you can journal it to clear all open items against the customer and create a single line item in the new Company Code.
This t code is also used to move line items to different company codes and special gl indicators.
It can be used for Vendors as well.
Please award points if this is helpful.

Similar Messages

  • Transfer field value from one screen to another screen

    hi gurus,
    I am using field exit in mm02, i want to transfer field value from one screen to another screen. I am using Export, Import, Some FM like DYNP.......
    but not getting the value.
    can any one give idea about this.
    Thanks in Advance,
    Sudheer.

    I THINK IN FIELD EXITS SOME RESTRICTION IS THERE YOU CAN NOT USE CALL TRANSACTION OR CALL SCREEN. I DONT KNOW WHAT IS YOUR ACTUAL REQUIREMENT. BUT YOU ARE TRYING TO CALL TRANSACTION USING MEMORY ID OR SOMETHING THEN I THINK IN FIELD EXIT YOU CAN NOT DO THAT. PLS CORRECT ME IF I AM WRONG
    REGARDS
    SHIBA DUTTA

  • What is the T Code to transfer an invoice from one customer  to another ?

    What is the T Code to transfer an invoice from one customer  to another ?
    Thanks.
    Points will be awarded.

    Hi Kathy,
    You cannot transfer the invoices between customers. You need to reverse customer A invoice and then post that invoice to customer B.
    Regards
    Jyotsna

  • Transfer Consignment Stock from one customer to Another

    Hi,
    I want to transfer consignment stock from one customer to another. How can I do this? The other data are the same: material, plant only the customer change. Example:
    1 - Material: "A", quantity: 10 UN, plant: 0101 in customer: "ABC" now I want to transfer this material: "A" from customer "ABC" to customer "BCA".
    Thanks

    hi,
    First transfer it to Unrestricted stock and then transfer it customer....
    this is because, you can't trasfer because its not your stock till you consume out of it....
    till that time its vendor stock only...and you have no right to trasfer from consignment to customer....
    Hope it helps..
    Regards
    Priyanka.P

  • How to transfer variable value from one query to another query?

    I create two queries which contain the same variable "Year" and "Month".
    In the wad,Query1 is used to be a table and Query2 is used to show the chart in the condition with the same variable value of Query1
    So I want to transfer the variable  value from query1 to query2.
    Can anyone help me ?

    Let me explain the issue in detail.
    In Query Designer, both the year and  month variables are defined by user exit function to read current year and month and can be modified  during the query runtime.
    In WAD, Query1 is  used  to be a table with a table interface to hyperlink a chart which is defined by Query2 with the same variable value of Query1.
    During the runtime of template, if I change the variable value of Query1 , I want the variable of Query2 to be changed automatically with the same new value.
    So in the table interface of Query1 , I write the ABAP code in "SE24" and related source code to the variable is following:
    concatenate
    'function fire_urlJGSP_Col(filter) {'
    Cl_rsr_www_renderer=>c_lf
    'chart_url="' url '" + "&CMD=LDOC'
    '&TEMPLATE_ID=GCCHART_9' "WEB ID of the work book
    '&PAGEID=Graphics'       "Name of the view
    '&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&VAR_NAME=Z2MYEAR&VAR_VALUE_EXT=" + filter'
    Cl_rsr_www_renderer=>c_lf
    'openWindow(chart_url,"chart_window","dependent=yes","600",'
    '"450","true")'
    Cl_rsr_www_renderer=>c_lf
    into l_coding.
    In this way , I can only transfer the year variable value from Query1 to Query2 and not two variables .
    So , how  shall I do to transer the two variable value in the same?

  • Transfering items from one customer to another customer

    Hi Gurus,
    I have a requirement where we have to transfer the items from one customer to another customer in the same company code.
    We should also be clearing the items from the old customer as part of the transfer.
    Is there a way/transaction in ECC 6.0 to achieve this.
    This is not a one-time transfer and the business would like the option of doing it every period (on a case to case basis.) so any standard SAP (transaction) way of doing it would be preferred.
    Best Regards
    ew

    Dear,
    SAP provides you F-51 t code to post transaction with clearing.
    Select radio button transfer posting with clearing and press choose open item button. Give customer name whose blance is to transferred and account key as D. Press process open item and in next screen select line items which needs to be posted. Proceed further give other customer number with posting 01 and do the transfer. Hope it will help
    Regards

  • ABAP Question- line item transfer from one customer to another

    Dear SAP Guru's-
    I have a hot issue so any help would be greatly appreciate. 
    I have a customer that needs to move open A/R line items to one payer to another and without using F-30 or F-21, I recall seeing a program or t-code that gave one the ability to move the line items from one customer to another by selecting all line items or listing specific document numbers.  Does anyone know what I am talking about?
    If so, does anyone have any information that could share with me so that I can do it or any documentation to start me in the right direction?
    POINTS PROMISED

    Thank you Murali and Sunil
    These t-codes are not helpful and tideous if you have many like a 1000 line items.  In addition, you lose the history, the due date information and the document type change for invoices, etc. 
    I KNOW I saw something that moved all or selected items by document number from one customer to another.  It was called payer to payer transfer.  I cannot find any information on it.
    Any help or more input, more points awarded.
    THANKS!

  • Transfer from one customer to another customer.

    Dear All,
                 I want to do transaction from one customer to another customer.how to do in sap please help me out which t.code shall i take and posting key and document type. Its uregnt

    There are multiple options to transfer balances from 1 customer to another in SAP but it depends on your actual requirement. If you just want to transfer without clearing the 1st customer you can use F-01 or FB01. These transactions won't clear the customer line items from where you intent to transfer the balance to the another. In this scenario you need to clear the Dr. and Cr. Line items manullay regardless of the fact that customer has 'zero' balance.
    Best option is to use the T Code FB05. This T Code is meant for transfer posting with clearing. Using this option clears the customer line items from customer 1 (nothing remains open in customer account as it moves to cleared items automatically).
    Hope this helps.

  • Transfer value from one VI to another over a network?

    Hi,
    What is the best/easiest way to send a numeric value from one VI to another over a LAN.  I only need one number to be sent every time the first vi is run which won't be that many, I then need to run the other VI and access that data.  I could save the value to file and then open that file from the other VI, this I thought is a bit messy and wondered if LabVIEW accommodates this through property nodes etc rather than writing to file?  Also by saving to file etc the reading VI needs to execute after the first one has written obviously, this could cause timing issues and to have something like a property node would be far better.
    Many Thanks 

    Use DataSockets. The simplest, although not necessarily the fastest.
    Check out the examples.
    Basically, you "connect" a control on one VI (on one machine) to another control (possibly on different VI, possibly on different machine.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Transfer of AUC from one fund to another fund

    We are a governmental entity.  We have assets under construction.  Our Board just approved the official closing of a fund that had AUC.  The AUC needs to be transferred to another fund.   We attempted posting a journal entry where we credited against the WBS element and debited not referencing the WBS element in the closed fund and debited against the WBS element and credited not referencing the WBS element in the transfer to fund.  Then, we went through the settlement process.  The CIP moved from one asset sub-number to another asset sub-number.  However, the value did not move from the closed fund to the other fund.
    Does anyone have any suggestions as to how to accomplish this transfer of AUC from one fund to another?

    Karl,
    All but one of your assumptions is correct. The original WBS element is not yet closed.
    Here is what we have...
    WBS1 settled to AUC1
    We need to transfer the value of AUC1 in FundA to AUC2 in Fund2 so that we can close FundA.
    Can you elaborate on your statement... "create a settlement rule for WBS with the old receiver "AuC"."?
    Is it possible to transfer from one AUC to another AUC in different funds using ABUMN?
    We did performed a test1 where we credited WBS1 and debited WBS2, and ran through all of our processes (AS11_FMIM, CJ8G, ASKB, AFABN). AFABN should have did the following...
    DR Investment in Fixed Assets for FundA
    CR Investment in Fixed Assets for FundB
    and
    DR AUC settlement GL account for FundB
    CR AUC settlement GL account for FundA
    But only entries for FundB were created. We were able to successfully run all processes and post all entries correct for two other WBS elements that we selected in another test. We thought that there was a probem with the master data setup of WBS1 because when we display it and look on the "Assignments" tab, Object Class is set to "Overhead" instead of "Investment". Would this be causing our problem? Thanks for your help.

  • Move value from one listbox to another listbox

    Hi,
    I have two list boxes with list of values in it. Can anyone help me to move values from one listbox to another listbox on click of a button in AWT. It will be of great help if i can get any sample code.
    Thanks a lot in advance

    hi,
    do u want to move a specific item that is selected or all of the items?
    anyway the logic is very simple!:)
    if u want to transfer the currently selected itme form the first List box,
    use the method getSelectedItem() to get the currently selected item.
    then keep this value in a String variable (item)
    and use getItemSelected() to get the Index of it in int.
    keep this value in an int variable (index)
    then delete the item from the first list using the method remove(index) on the first list object.
    then add the item to the second list using
    add(item) on the second list object.
    hope u can work it out urself from here!
    rgds
    JP

  • While copying condition records in pricing from one customer to another

    While copying condition records from one customer to another for one material, need to give select rule, when I click that it supposed to come with values like "rule 1" but it does not have values. So I cannot copy data.
    Any experts solution?
    Fully rewarded.
    Thanks,
    Manohar

    Hi,
    for the condition copy, you must maintain the copy control for condition. the path:Sales and Distribution>Basic Functions>Pricing-->Copy Control For Conditions.
    this is the reqirement.
    I hope this useful for you.

  • Using a Plan Func to Repost part of a KF total from one customer to another

    Does anybody know how I can use a Planning Function to move only a part of a keyfigures total from one Customer to another Customer? With the Planning Function u201CRepostu201D I know how to move the TOTAL of the keyfigure from one Customer to another, but I want to be able specify how much of the keyfigure total should be moved. Does anybody know how to solve this?
    The scenario is that we are using a dummy customer to carry the budget for u201CNew Customer Salesu201D. When a new Customer is registered I want to move only a part of the budget of the u201CNew Customer Salesu201D-dummy Customer to the new Customer.

    Hi Marc,
    Thank you for your reply. I have some additional questions to your two options:
    1) Is it possible to distribute only a share of the total of a keyfigure? How can the end user specify this share with a variable, when using a webtemplate with a Planning Function embedded?
    2) Is it possible to use variables for the two customers as well as the ratio, instead of hardcoding it in the formula? The end user is going to execute the Planning Function from a webtemplate and should get a variable pop-up screen with variables for "From Customer", "To Customer" and "Ratio".
    To further complicate things the scenario includes several keyfigures with budget values that should be transfered for the same customers and ratio, and at the same time.
    Regards,
    Pär Eriksson.

  • How can i transfer my music from one account to another on a different computer?

    So i have an itunes account on dell laptop and i share that account with other famliy members. I recently bought a mac pro and wanted to create a new account that way i can use icloud, is there any possible way to transfer everything from my old library to my new one or will i lose everything i had on my phone and ipods? Or is it possible to have one account but multiple icloud accounts?

    lisafromwindermere wrote:
    I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?
    Lisa,
    Just get copies of the song files and add them to your iTunes library.  With the exception of any DRM-protected files (purchased before mid-2009 and never upgraded) they will play fine, even though they are technically associated with the original account.

  • How to get a value from one item into another

    How can i get value from one item into another item.
    Ex: I have a report, in there i have check boxes, and when i have checked some rows, and press submitt, a prosses computates it into a item on another page, and a branche redirects to page 3. Then i'm going to use the value in the item into a PL/SQL script in an report to show the submittet items.
    How can i do this?
    Computation script, pages and all that is fixed. But i dont know which PL/SQL statement to use to get th value from the item.

    Hi Fredr1k,
    Use the V() function from pl/sql.
    e.g. V('P3_MY_ITEM')
    will return the value of that page item.
    As long as the pl/sql is called from within the Apex environment.
    Regards
    Michael

Maybe you are looking for

  • Final Cut Pro version 5.0.4

    Hello Everyone: I have a question for you: Do you know if I can use Final Cut Pro version 5.0.4 to capture the files (video) that was shot with the new Sony HVR-Z7E video camera. Thanks Damon

  • BAPI/FM for Physcial Inventory

    Please provide me the list for FM/BAPI avalilabe for Physcila Inventory Process. Regards. Ricky

  • Deletion of delivery and rejecting the sales order

    hi, my requirement is we have to delete the delivery and reject the sales order. can any body provide me the code for that. it is very urgent.. thanks in advance.

  • Document numbering series error

    Hi Experts, Our client has been using SBO 2005A for a long time but recently they are having document numbering series error regardless what users and even the manager account that has full authorization to all and a superuser cannot add document. No

  • Time Machine question--please help!

    I bought an external hard drive. Western Digital MY BOOK. I got it set up appropriately & formatted correctly. The thing I can't figure out is how I mirror (copy) what I have on my IMAC to the external hard drive. I basically want to copy everything