Bapi to post amount from one account to target account at BELNR level

Hi ,
My requirement is like this.
1.based on comapny code and selection period by selecting BELNR ,I need to post document data (amount data) from source  account to target account,up on on  sucessfull transfer i need to debit the source account.
2.by selecting the BELNR  for the given company code and selection period ,based on payroll area i have to split the document  amount(based on PERNR) and need  to transfer the amounts as above.
please suggest me the usefull FMs or Bapis avilable for above requirements.
Thanks in advance.
regards
sarath

Robert Silber1 wrote:
Is there a way that I can transfer these apps to my account?
No. DRM does not permit this. The way you're doing it is the way it has to be done. While you can share apps, you cannot transfer them. Same applies to music, etc.

Similar Messages

  • FB05 - To trnasfer the amounts from one Bank account to another

    hi,
    My Client is using a Z transaction to transfer the amount from one bank account to another where FB05 is getting triggered.
    Because of this a wrong profit center is getting picked up than usual when a specific assignment and text is used. I tried to use the same assignment in development sytem manually but worng profit center didnot get posted as expected. I also checked the 3KEH for the specific GL account but the PC linked there is different from the one which is getting picked up.
    Any pointers towards this would be of great help. Thanks a lot in advance.
    Regards,
    S.Sumana

    solved by myself

  • We need to transfer amount from one profit center to another profit centers

    Dear Gurus,
    We need to transfer amount from one profit center to another profit centers, wrongly posted how to do it?
    GL 600000 Sales a/c Domestic,
    around 5000 FI documents has post in worn profit center
    In the billing with material line items showing the correct profit center.
    we want reverse the GL 600000 a/c in our system what will be the impact in COPA Reporting. and how to do it?
    Pls advice me for the above said issues as we are nearing the year end pls help me.
    Thanks..Srirama

    Hai,
    You can do profit center posting 9ke0
    Profit center will derive from Material in your case it seems some subtitution changing the correct profit center in material master and putting this wrong profit center
    Profit center is not the deciding factor for COPA reports so there wouldn't be any impact in COPA report
    BR
    VSN

  • Transfer amounts from one special GL A./ c .to another special Gl A/c.

    Hi All,
    How to transfer customer amounts from one Special GL a/c. to another Special Gl account.
    as per configuration One special GL($)  transactions increase the customer special liabilities, another one(#) not increase the Liabilities like security deposit.
    I want transfer all customer Special Gl amounts $ to D and clear the #  Gl transactions.  It is possible to F-32 ?
    Please give me a solution.
    Regards,
    Moon.

    Hi,
    In customer account one line having amount 896- with special Gl $  this line item amount transfer to same customer account as special GL #  .
    I transfer as per your suggestion , the following entry was created. But both are open items. I want clear the $ againt debit and credit balances and should open special GL #  896- line item.
      1     09     03.02.2012     $     GD075256     RAM TRADERS     896.00     INR     896.00     INR     1110000     V0     TRANSFER
      2     19     24.02.2012     #     GD075256     RAM TRADERS     896.00-     INR     896.00-     INR                         TRANSFER
    regards,
    Moon

  • Transfer of amount from one profit center to another profit center

    Dear Gurus,
    1. We want to transfer amount from one profit center to another profit center,  wrongly posted how to do this? what is the t code for this?
    2. We developed on drill down report report painter, newly we have added one profit center in that report but values are not picking in that report how to map it? Please help me
    Pls advice me for the above said issues as we are nearing the year end pls help me.
    Regards
    Jaya

    Hi..
    1."We want to transfer amount from one profit center to another profit center, wrongly posted how to do this? what is the t code for this?"
      Ans: You can transfer through Assessment Cycle or Distribution cycle
              a) Creat Assess cycle 3KE1 and Execute in 3KE5
              b) Creat Dist cycle in 4KE1 and execute in 4KE5
    2. "We developed on drill down report report painter, newly we have added one profit center in that report but values are not picking in that report how to map it? Please help me"
        Ans: Goto KE82 and select your report . In selection charac include new profit centre in profit centre group used in your report.
    kkumar

  • Read parked and posting document from one FM

    Hi all,
    IS theere any FM avaliable to read parked and posting document from one function module.
    Please let me know if anything is there.
    Thanks

    Hi T,
    have u searched in SE37 with words park?,i'm sure we have few FMs which will do the same.
    regards
    Prabhu

  • FM to convert amount  from one currency to another currency?

    HI Experts
    is thier any Fucnction module to convert amount  from one currency to another currency?
    please help me.
    Thanks

    Hi,
    data: lv_foramt TYPE vbap-netpr VALUE 40,
          lv_forcurr TYPE string VALUE 'USD',
          lv_loccurr TYPE string VALUE 'INR',
          lv_locamt TYPE vbap-netpr.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
           EXPORTING
            CLIENT                  = SY-MANDT
             DATE                    = sy-datum
             FOREIGN_AMOUNT          = lv_foramt
             FOREIGN_CURRENCY        = lv_forcurr
             LOCAL_CURRENCY          = lv_loccurr
            RATE                    = 0
           TYPE_OF_RATE            = 'M'
            READ_TCURR              = 'X'
          IMPORTING
    *        EXCHANGE_RATE           =
    *        FOREIGN_FACTOR          =
            LOCAL_AMOUNT            = lv_locamt
    *        LOCAL_FACTOR            =
    *        EXCHANGE_RATEX          =
    *        FIXED_RATE              =
    *        DERIVED_RATE_TYPE       =
          EXCEPTIONS
            NO_RATE_FOUND           = 1
            OVERFLOW                = 2
            NO_FACTORS_FOUND        = 3
            NO_SPREAD_FOUND         = 4
            DERIVED_2_TIMES         = 5
            OTHERS                  = 6
         IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
         ENDIF.
         write:/ lv_locamt.
    P.S. Please test your FM in SE37. When I tested, it worked only between USD and INR.

  • BAPI to move materials from one plant to another

    Hi,
    I'm looking for a BAPI to move materials from one plant to another. Currently i'm carrying out the steps manually in transaction 'HUMO'.
    Kindly let me know if there is a BAPI available for the same.
    Thanks & Regards,
    Esha Raj

    Hi,
       To copy material from one plant to another plant we can do by MM01 TRANSACTION also, check below link it is helpful.
    [link1|Re: copy material from one plant to another]
    Thanks,
    Asit Purbey.

  • Sales Amount from one column of period (FY-2012, FY-2013) to 2 different columns

    Hi dudes,
    I'm having some difficulties in getting the Sales Amount  from one column of period (Fiscal Year containing 2012 and 2013) and put it into 2 different columns (Sales 2012 and Sales 2013. I have 3 fields in my dataset: Sales (for all the years), Fiscal
    Year (more than 5 years) and month (which I can neglect).
    For the moment, my situation is as follows:
    Fiscal Year          Month       
    Sales
    2012                      Jan           $72,500
                                   Feb          $80,200
                                   Dec          $79,500
    2013                      Jan           $51,000
                                   Feb          $62,800
                                   Dec          $85,000
    However I would like to get a scenario as follows:
        Month       
    Sales 2012          Sales 2013
         Jan              $72,500                  $51,000
         Feb             $80,200                   $62,800
         Dec             $79,500                   $85,000
    Once I have this, I would be much easier for me to do the difference between the two sales period.
    Is there any expression I can use?
    I tried to filter from the Group properties the sales amount for Fiscal Year 2012 on 1 column, and on on another column, the sales amount for Fiscal Year 2013 but it is giving me the same values.
    Thank you very much dudes.

    Hi Stan,
    According to your description, we can use a matrix control to achieve your requirement. For more details, please refer to the following steps:
    Drag a matrix from Toolbox to design surface.
    Insert Month field to the first column.
    Insert Fiscal_Year field to the first row of the second column.
    Insert Sales field to the second row of the second column.
    Right-click the second column to add a column with Outside Group-Right option.
    Type the expression below to the second row of the third column:
    =sum(iif(Fields!Fiscal_Year.Value=‘2012’,CDbl(Fields!Sales.Value),CDbl(0)))-sum(iif(Fields!Fiscal_Year.Value=‘2013’,CDbl(Fields!Sales.Value),CDbl(0)))
    The following screenshot id for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Thunderbird sent out 100+ scam emails this morning from one of my Gmail accounts.

    Thunderbird is my email software. It handles my email account from my ISP (used for private business), plus 2 other Gmail accounts one for family and one for the local camera club.
    This morning, some 100+ spam email messages were sent from one of the Gmail accounts, but accessed the address book of all 3 email accounts - most of the names in each address book are only unique to one address book and not duplicated across the other address books.
    I have Forefront, Karpersky and Norton running on the notebook, but nothing showing as a problem. And supposedly, Gmail is meant to scan emails before it delivers them.
    The scam emails are all similar - one word in the subject, but with a space in the word (ie De livered), a one line message saying I sent you a message, please open it and then a link to open.
    Please help.

    One anti virus is all any computer can cope with more simply means more false positive and more chance of none of them working.
    Now you say Thunderbired sent these mails. Did a message come up when you started Thunderbird asking to send unsent mails (as would happen if they were added to it's outbox while it was closed.)
    did you see anything saying Thunderbird was sending mail?
    Or is the mail actually from some web site that your logged into using your, say facebook, credentials that has now spammed your contacts list bacause you allowed to list on that web site.

  • Program for transferring amount from one GL to another based on due date.

    Hi
    There is one requirement to show customers in differnt way (i.e. dues less than 6months seperately and more than 6 months seperately).
    I have created one GL (customers due less than 6 months)
    Now all balances are in one GL account i.e. customer due more than 6 monhts)
    So is there any program which will transfer all the amount for due less than six months from one GL to other GL.
    I also need such program for items (like prepaid accounts) which are entered directly into GL accounts.
    Edited by: Meenu_ND on Dec 23, 2010 5:01 PM

    Hi,
    Yes there is one functionality available that is Reclassification or sorting of Receivables and payables. The tcode is FAGLF101 - Sorting/Reclassification (New), for this you need to do some configuration settings. The navigation path is New gl- periodic processing-Reclassify-Transfer and sort receivables & payables.
    Regards,
    Azeem

  • TS3899 cannot send email from one of my email accounts on my iPad

    I am able to receive email on one of my email accounts on my iPad but I cannot send email from that account.  I've obviously missed a step in the set up process but do not know what that step might be.  Can anyone help?  Thanks

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694http://support.apple.com/kb/ht1694
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.htmlhttp://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.htmlhttp://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621http://support.apple.com/kb/ts2621
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305 ?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Posting amounts from HR

    hi,
    is there anyway to get what was actually posted to CO for a given payroll period from the HR side using ABAP programming, if not is there a way to get these amounts from the CO side using ABAP programming aswell.
    thanks.

    Hi Jamie,
    1) FI-side: -> analyse tables: glt0, bkpf, bseg
    2) CO-side: -> analyse tables: cosp, cobk, coep
    Andreas

  • I sent some emails from one of my email accounts and now it shows that these emails have been simultaneously sent from two of my email accounts

    I sent a few emails from one of my accounts that are set up in my Thunderbird. Now I see that they have been sent from two of my accounts, simultaneously. It shows them in both Sent folders and with the respective email address as sender.
    Those email accounts have been set up in my Thunderbird for a long time now and have been working correctly until now.
    How can I prevent this from happening again? I don't want to send people messages from two different emails at the same time.
    I'd appreciate any help on this.
    Thanks,
    Borislav

    In my case, TB is sending a copy of all my sent mail to the account that is associated with the smtp server. I have four accounts that I check via TB and the sent mail is being kept in the original folder and also in the sent folder of the account to which the smtp server is connected. If I change the smtp server from one gmail account to another, the sent mail follows. I then have two copies of the sent email, one in the original folder and one in the smtp server account's sent folder. I only want the one in the original folder. How do I stop the sent email from also being saved in the smtp account sent folder?

  • Post items from one account for another new account

    Hi people,
    We would like to know if there is some procedure do post all of the documents we have in a specific account to a new one. (document by document).
    Thanks,
    Rosana.

    Hi,
    Based on Area we have diffrent process.
    Ex:
    GL Posting " Document Type SA, Post Key 40 & 50 Etc.
    Vendor " Document Type KA,KR,KZ Post Key 25, 29 & 31 Etc.
    Customer " Doc Type DA,DR,DZ Post key * 01,09,15,19* Etc
    Asset: Document Type "AA, Post key 70 &75 Etc
    Like same based on process we have diffrent T.Codes.
    Regards
    Viswa

Maybe you are looking for

  • G5 2GHz DP (2003) - freezes when trying to restart or shutdown, etc.

    Just bought a used G5 2GHz dual (2003 model) with 3 gigs of ram, 160 gig hd, original 9600 pro card plus another ATI VGA card (that's what system profiler calls it). I don't have an adapter for the 9600 pro card so i can't run my VGA monitor from it.

  • File Writer

    Hi All, I am trying to write to file at specified location but not getting it right, It will be great if anyone can help me with this. I have a String str = "abcd 1111 8889 999900000 00000" I want to create a file and write the content on this string

  • Has anyone received text messages that don't belong to the actual sender?

    I have an iphone 4S, iOS 7.1.2.  About a week ago, I received a text from my husband who has a new Samsung Galaxy 5.  Immediately afterward, I received two more texts from him that said "I'm at the movies" then "I'm driving".  He said that he didn't

  • Why this fla will crash my flash cs6 ?

    download here http://lightupsoft.com/temp/q2.fla.7z first it will cost me 1.1G memory to open this tiny fla second I can never edit or view the content in the library, it will crash the FlashPro cs6 wish this could indicate some bug I will banished t

  • How to receive 'get' variables with flash?

    So I have a swf, if i go to www.example.com/someflash.swf?somevar=content how can i make the swf file recieve the variable? More specifically, the swf file is an flv player, and I need one of the parameteres (URL of flv file) to be recieved as a get