Reference field in SA accounting document

Hi Friends,
Got a requirement, to avoid populating the reference field in accounting field only for type SA (G/L account document). So, while creating through VBOF,   I am debugging to findout the place where the field is getting populated.
Can anyone help me to understand on how it is getting copied from invoice? Is there any userexits to achieve the same?
Thanks in advance.

Hi,
yes it is possible to change the refernce field in teh accounting document once posted.
You ahve to mantain Rules for Changing Documents in SPRO.
The path is ING--Financial Accounting (New)Financial Accounting Global Settings (New)DocumentRules for Changing Documents--Document Change Rules, Document Header
Here amke a new entry as below
Field NAme BKPF-BKTXT
Account type blank
Tarnsaction Type blank
Company code Blank
Check the box for "Field can be changed"
Hoe this helps
Reagrds
Pratiksha
*Assign Points if useful

Similar Messages

  • Validation of a reference field when posting accounting document using FB50

    Hi all,
    We hada requirement to restrict the users from entering japanese caharaceters in the reference field of a accounting document. The validation for this was done using the transaction OB28. when the user posts the accounting document using transaction FB01 or changes the accounting document using transaction FB02, the validation provided in OB28 does work(it throws an error restricting the user from entering japanese characters if he has done so). But whenthe user pots the accounting document using the transaction FB50, the same error message comes as information message although the coding is for giving an error message.
    This however does not happen when the user logs on in English. In English logon the error mesage does appear.
    When the user logs on in Japanese the message comes as an information message but at the same time does not allow posting of the document.
    Debugging this revealed that the OSS note 197329 has been applied to the standard SAP program SAPMF05A.
    Any pointers to how this can be rectifiied would be appreciated.
    Thanks in advance.

    I think it would be best if you opened an OSS message on this.
    Rob

  • Table for picking PURCHASE ORDER field corresponding to accounting document

    Dear All
    Table for picking PURCHASE ORDER field corresponding to accounting document.
    Thanks
    Rahul Jain

    Dear Jayram
    I know that Purchase order field can be picked from BSEG table but i am not able to capture the data into it. Whenever i book a invoice through FB60 or MIRO i give the reference PO number which is not getting updated in BSEG, BSAK and other relevant tables.
    Thanks
    Rahul Jain

  • To change assignment field (ZUONR) in accounting document when doing PGI

    Hi Gurus,
    I have one requirement. I will create one sales order with the reference of contract and then i will do the delivery and I will do PostGoodsIssue(PGI).In standard at that time it creates an accounting document in background.At that time I need to change that assignment field (ZUONR) value to contract number in that Accounting document.
    I treid with BAPI and Business Transaction Events like (1130,1120,1025) but it is not working.
    So please help me in this issue.
    Thansks & Regards,
    R.P.Sastry.

    The substitution logics run before delivery number generated, so how can we achieve this?
    No, it doesn't.  The substitution is triggered at the time the accounting document is created during PGI which is WAY after the delivery is created.
    The substitution suggestion is valid.  If you can't use a direct substitution, then use a substitution exit.  BTE's will work as well.

  • Field "quantity" in accounting document

    Hi experts,
    Found a field named "quantity" in accounting document (after release invoice F2 to accounting). The explanation from the system as following. But I got some questions about that.
    Q1: What scenario does this field apply to? Would you pls illustrate it?
    Q2: The system configurations are nearly the same for the two different servers. Why only one of them has this field in accounting document, though it shows zero?
    "Quantity
    Portion of total purchase order quantity that you wish to allocate to this account assignment item.
    Use
    The quantity entered determines which portion of the costs you wish to distribute to this account assignment item."

    Hi experts, any comments?

  • To change assignment field (ZUONR) in accounting document

    Hi Gurus,
    I have a requirement to change the value of the field (ZUONR) with delivery number for particular g/l account in the accounting document when i will go to accounting information from vf03.
    Please help me in this regard.
    Thanks & Regards,
    R.P.Sastry

    Another solutions,
    You can use 1120 BTE.
    For example,
    You can copy from SAMPLE_PROCESS_00001120 to ZFI_EVENT_00001120 and you must some customizing on transaction FIBF for activation.
    Then you write some codes for updating ZUONR.
      LOOP AT t_bkpf.
        IF t_bkpf-blart = 'SA'.
          LOOP AT t_bsegsub.
            t_bsegsub-zuonr = ''.
            MODIFY t_bsegsub.
          ENDLOOP.
        ENDIF.
      ENDLOOP.
    Regards,
    Burak

  • Bus. area, Segment fields in MM accounting documents

    Hi all of you,
    We have balancing fields Business area, PCtr and Segment. In every accounting document we have to fill the balancing fields. It is working fine in FI postings. When coming to MM postings, like in P.O -> GR -> IR there is no possible to enter or derive the balancing fields with out Account assignment category. If we are selecting the account assignment category in P.O then system is not posting the inventory to the BSX account.
    Client requirement is to post every inventory postings to the respective balancing fields only as he is taking financial reports for each balancing fields.
    There is no possibility to give Constant in Document splitting as we have 40 segments, 25 Business areas and 650 profit centers. And more over we are using the BADi for Segment ( FAGL_DERIVE_SEGMENT) which means segment identification without the Profit center.
    What is the solution for the above issue. I think this is fail in New GL.
    Anyone please help me out regarding.
    Thanks & Regards
    Ramki
    Edited by: Ramki on Apr 16, 2009 10:05 AM

    hi
    raise a message with sap and check what they suggest. (being its missed functionality)

  • How to update Reference field in the clearing document

    Hi Friends,
    While accounitng for billing document for sales Reference Key 2 is used for a data.
    Now when the payment is recieved from customer and accounted, how to update the Ref 2 automatically from the primary document.
    Pl, suggest.
    Thanks
    NNS

    Hi Robert,
    Thanks for answering.
    I am looking at Ref 2 should flow automatically to clearing document from the accounitng document for billing.
    Ex: Billing document is created and accounted. Ref 2 is AB
    Now when receipt is accounted for this biling document this AB should flow automatically to Ref 2 field.
    Thanks
    NNS.

  • REFERENCE FIELD IN THE BILLING DOCUMENT

    USER EXIST FOR BILLING DOCUMENT TO UPDATE REFERENCE FILED IN THE BILLING DOCUMENT

    HEllo,
    You'd better ask this question in the SD forum next time, they can provide you better suggestions.
    To fill the reference you can check the exit: V60AFZC: USEREXIT_FILL_VBRK_VBRP .
    REgards,
    REnan

  • SO number as reference  in accounting document  created when posting GI

    Hello,
    In the header of accounting document, which is being created after posting goods issue, in the "Reference doc." field delivery number is displayed.
    Is it possible to have in this field sales order number?? If so, where can I change this set up?
    Regards,
    Sylwia

    Thank you for your advice.
    I chcecked the VTFL and I can only see that in this transaction you can do this kind of settings and change the reference field but in accounting document which is created after posting a billing document (and I would like to change it for accounting document created after posting GI when the billing doc. does not exist yet)

  • How to make the Reference field in the in Accounting Tab a required field.

    Hi,
    Can i make the REference field in the Accounting tab required. I want to enter contract number from RE in that field.
    Thank you.
    Rachelle

    Hi,
    Goto t.code OVA2 select A-sales header and then click on procedures in the left--> select the procedure in which you want to incolude this field and new entries the table name is VBAK and field is XBLNR for the reference field in the accouting tab and accordingly assign the status 01 or 02 as per your requirement.
    Then you need to assign the incompletion procedure to the sales document type in VOV8.
    Regards,
    Gopal.

  • Change Reference field in MIRO document

    We are using invoice plan for posting of invoices. We want to update the reference field in the invoice document created by system once the original vendor invoice is received by the actual invoice no for tracking purpose.
    Is this possible?

    Hi,
    I think we can't change the reference field in invoice document.
    If you want we change the reference field in accounting document.
    For every vendor invoice system generates accounting document.
    We can view the accounting document in FB02 / FB03 . Reference field will be stored in header of the document. This field is not editable  field. If you want to change to editable field.
    Do following settings.
    Goto OB32 t.code. click on new entries.
    No need to enter account type.
    Feild name  --  BKPF-XBLNR.  activate the field  Field can be changed and save.
    Now goto FB02. Goto header, now reference field is in editable mode.
    Regards,
    Chandra

  • Populate values in text field of accounting document

    Hi All,
    My client wants the description of the material entered in sales order to be displayed in TEXT field of an accounting document.
    I couldn't find any config settings thru which we can populate the material description in TEXT field of an accounting document.
    Is there any settings/user exits thru which we can fulfill the above requirement.
    Thank in advance....
    Kumar

    Hi,
    Please try SAP enhancement SDVFX002  in SMOD transaction.
    Regards,

  • Accounting document header text field

    Gurus
    I need some help pulling a header text field from an accounting document. I need to run a report on that. Header text is not stored in a table, can anyone suggest what the best way to do that is?
    thanks!

    Thanks for the tip on those tables. I was able to get some data in STXL -
    FF06010102028000343130320000000063010000121F9D021D331F030303230F90606065C00642187C183C19FC185CD74254AE028BB28029468E7510C17D5033
    It seems like its in hex, i entered "Error Code :1" in the text field and got this stored in the table!

  • Bank statement number not updating in reference field

    Hi All,
    After importing EBS, reference field of the posted document will be updated default as "HOUSE BANK" ACCOUNT ID" and "Statement number". But in my case statement number in this field is updating up to 11999.
    Means, if I run EBS upload with statement number 12000 it is updating as 11000. This is updating in Table FEBEP also. I could see FEBA with statement number 12000.
    Do you have any idea where this is controlling.
    Regards
    SM

    Hi,
    the first 2 digits are for the year and the last 3 are for the statement number.

Maybe you are looking for

  • How many times can you reinstall Mountain Lion?

    Since I bought the Early 2013 15" MacBook Pro retina laptop used only 17 battery cycles on it now (2.7 with 16GB ram running Mt. Lion) computer I have not reset it. I spoke to Apple and it is registered in my name, I made a new Admin. account and pas

  • How do I sync iPhone contacts into Outlook 2011 for Mac

    Here is the quick situation. I have an iPhone 5s and all of my contacts from my previous company (personal and professional) are on there. My old exchange profile is also there and I am afraid if I delete the profile, I will lose all my contacts.  My

  • Why is The iTunes Library Extras.itdb file locked?

    After my walk this morning I tried to connect up to iTunes to chargemy ipod and update my tunes and got an error message: "The iTunes Library.itdb file is locked, on a locked disc, or you do not have write permission for this file." WHY WHY WHY ???

  • Disabling Internal Network Adaptor

    My lads 2006 Mac Mini is having problems staying connected to our Wireless Network. I bought him a USB Dongle adaptor in the hopes of solving the problem as these Mac Minis are know for having problem network adaptors. The problem I have is how to ma

  • Error Code 0x80070426 on Windows 8

    I just purchased a Surface 2 tablet. I have been anticipating being able to spend some time browsing and playing games. Because it is a Microsoft product I find myself visiting the Microsoft store. I was able to download three games from the store. A