Reference field (BKPF-XBLNR) not auto populate during simulation

Hi all,
During GL posting using t-code FB50 or FB01, I already entered value in Reference field.
After all fields keyed-in, I choose Document - Simulate to check the entries.
In this simulation screen, value which I entered in Reference field previously is gone.
Anyone knows what happened? As far as i know, the value should just carry from the initial screen I entered.
Thank you.

Hi Dev,
Apart from SAP note, I am thinking of using BKPF-BKTXT for storing UTR number & later on use for clearing BRS. Am not getting Int. algorithm for this field. Am doing Manual Reco by FF67.
Am planning to use manual Int Alg. 901. I need steps to use the same. Any idea please ?
PS: SAP note suggests us to add new field specifically for this in mother table BSEG & BSIS, which I want to avoid.
Regards
Message was edited by: raju M

Similar Messages

  • Reference field of invoice not filled in PO history

    The reference field of the invoice (INFVO-XBLNR) is not copied into the EKBE-XBLNR. I couldn't find an OSS note to solve the problem. Please advise.
    Kind regards,
    Annerie Deckers

    Hello,
    Table EKBE is only updated if "GR-Based IV" indicator is active at Purchase order item level.
    Only then field EKBE-XBLNR is updated with the value of the corresponding GR doc.  reference field (MKPF-XBLNR) and not with the value of the      RBKP-XBLNR (logistics invoice).
    There is also a note explaining the case link:[Note 383828 - ME23N: Reference in the purchase order history]
    BR,
    Elly Leondi

  • Field BKPF-STBLG not updated

    While canceling the commercial as well as excise invoice the field BKPF-STBLG not updated.

    Hi,
    Thanks for your reply.
    I did the changes to the standard sort key 018-Asset Number as per your advise and didnt get the desired outcome.
    Our asset code length is 7 and sub asset length is 1
    So i went to OB16 and added STBLG to the sort key 018, then system says that you can maintain only upto 18 characters.
    So i have made asset number to length to 7 and sub number lengtth to 1 and STBLG length to 10.
    After saving the sort key, i have assigned the same sort key to the all of my asset related GL accounts in company code data under control data tab.
    Now i reversed one asset transfer transaction and checked the BKPF entry. It didnt updated either in sending company code document nor receiving company code's document.
    Please advise me, if i am missing anything.
    But really thankful to you for your intiation.
    Thanks,
    Srinu...

  • Regarding error "Field symbol is not assigned." during print preview

    Hi experts,
        I am getting dump while trying print preview for particular POs in ME23n transaction(ECC 6.0). Please refer the below dump error:
    Runtime Errors         GETWA_NOT_ASSIGNED_RANGE
    Date and Time          29.09.2009 19:30:39
    Short dump has not been completely stored (too big)
    Short text
         Field symbol is not assigned.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTXC" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         A field symbol that was not assigned was accessed
         (data segment no. 32769).
        The field symbol is no longer assigned because there was an attempt
        makde previously in a Unicode program to set the field symbol using
        ASSIGN with offset and/or length specification. Here, the memory
        addressed by the offset/length specification was not within the
        allowed area.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "GETWA_NOT_ASSIGNED_RANGE" " "
        "SAPLSTXC" or "LSTXCFFT"
        "FT_COMPOSE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
       2. Corresponding system log
          Display the system log by calling transaction SM21.
          Restrict the time interval to 10 minutes before and five minutes
       after the short dump. Then choose "System->List->Save->Local File
       (Unconverted)".
       3. If the problem occurs in a problem of your own or a modified SAP
       program: The source code of the program
          In the editor, choose "Utilities->More
       Utilities->Upload/Download->Download".
       4. Details about the conditions under which the error occurred or which
       actions and input led to the error.
    I am getting this dump only for few POs.. Rest of the POs are able to print. I am not able to find notes for this issue. Is there any SAP notes available for that  or Is there any configuration issue related to this?
    Please provide solution for thsi as soon as possible.
    Thanks and Regards 
    Subbu

    A field symbol is not assigned, but thats what the dump is telling you. Mostly this happens, when fields or function modules are stored by name, like the fieldnames in the fieldcatalog in an ALV report. It a field referenced in such a way does not exist you will get this error. Always store fieldnames and function names in capital letters and check mistyping of 1L 8B and so on.

  • Particular Perner not getting picked during simulation/ Live Run - Payroll

    Hi Experts
    Payroll program is not picking up a particular perner during execution when executed by payroll admin of that country . We have checked the SU53 dump and found no errors . All authorizations are in place.The payroll admin had executed the payroll for this perner last month without any issue.No org / master data changes made in last 2 month. The perner is not getting picked up in simulation and live mode. Please advice
    Regards
    Sriram

    Dear Sriram,
    Check infotype 0003 for the particular employee.
    Find Weather the employee is locked.If locked do the deselection and run the payroll.
    Regards,
    Sairam.

  • Reference Field should be populate when document entered ......

    Hi Experts,
        As per the customer requirement , he want when he tried to enter document in FB60, the Reference Field (BKPF - XBLNR) should be automatically populate with the following format:-
      YYYYAMMDD0001
    The information should
    be the following
    YYYY : Year of the document entered (BKPF-BLDAT)
    A: The value is always = A
    MM: Month of document entered (BKPF-BLDAT)
    DD: Day of document entered (BKPF-BLDAT)
    0001: This has to be a counter of the documents entered per day and per vendor.
    what should i do in this requirement............ please help me.......?
    Thanks & Regards
    Rajesh

    Hi Rajesh,
    I completely missed that part
    I assume that this requirement is only for a particular document type.
    If yes, for Counter, again you Need to write your own logic.
    e.g. for the entry date, go to BKPF with co. code, year of the entry date, Document type = XX and entry date and fetch all the posted documents.
    With the document list, go to BSEG and sort the documents per vendor so that you can Count the number. Add 1 to the number of such documents posted (you can filter the list using Account key e.g. K for vendor so that only vendor lines are fetched).
    The only things which strike me now is that probably the substitution will not work at Header Level as Vendor Information Comes only when you start entering the line item Details. so you might Need to write the Substitution at complete document Level.
    BR
    Amitash

  • Reference field-xblnr

    Hi Friends,
    In FI, Invoice document is generated with doc type RV. When invoice is done for a service order the system is copying the “invoice number” in reference field[bkpf-xblnr] of the RV document. However, when invoice is done for a delivery related order the system is copying the “Purchase order number” in reference field[bkpf-xblnr] of the RV document.
    The requirement is that ‘Reference’ field should always get updated with the “invoice number”.
    How does Sap populate the ‘reference’ field. Why and how  is it picking up different values for different billing types?
    Is there any config in spro where we can mention which field has to be picked up in reference field?
    Is there any other oss note or exit in this regard?
    Thanks & Regards
    Ajay
    SAP Practice FI,CO

    Hi Ajay,
    Check the settings in VTFA thoroghly....based on billing type copy control will be set.
    That could be reason.
    Best Regards,
    Velumani

  • Auto populate text field base on anothe r text field input

    ive created a medical form that the end user enters codes for medical reasons and a description for that code. the description are very long and tedious. is there a way to have the user enter the code in one field  and have it auto populate another field with the correct description?
    I was able to do this with a  combo box but not with a standard text box. please note, i  have never learned javascript and have been ""duct taping" peices of code to make things work  up until now . appreciate the help

    The advantage of the combo box is the automatic validation of the input as the selection is made.
    You can use control statements like the "if" or "switch" statement or perform an array lookup. This action can be performed in the on blur action of the input filed or in the calculation script for the target field.

  • Auto populate a date field in pdf

    in the form I am working on I have a date/time field. I need it to populate the current date when the form is open. I get it to work but it has the time on it. I only need the date. when I try to change it to display just the date. It will not auto populate ? please help. Thank you for any one who can help.
    using adobe livecycle ES

    I found out how to use current date.
    To add current date fields in LifeCycle
    You can use a date/time field to automatically show the current date by using the Runtime Property option in the Value tab of the Object palette.
    Note:  When using a current date field, the date updates to reflect the system’s current date each time a user opens the form. 
    1.  In the Object Library palette, click the Standard category and drag a Date/Time Field object onto the form design.
    2.  In the Object palette, click the Value tab and select Calculated - Read Only from the Type list.
    3.  Select the Runtime Property option.
    4.  View the form in the Preview PDF tab.
    Hope this helps!
    Brian

  • After post accounting document user cannot change Reference Field

    Hi,
    I have a issue. After post accounting document user cannot change Reference field value. Please suggest .     
    Thanks & Regards,
    Hemant Maurya

    Hi Hemanth,
    Mr. ajay's solution solve your issue.
    If you activate it will applicable to entaire client (it is not comp code specific)
    For Activation USe T.Code: OB32 maintain Field (BKPF-XBLNR), Account Type & Transaction Type Blank
    Remove Field Can be change Check Box
    Regards
    Viswa

  • Add reference field

    Hi all,
    My task is like this.
    I have to include FI reference in report ME80FN.
    Actually the ebusiness needs to see the vendor invoice number (FI reference field)
    in the PO history report ME80FN.
    actually it is said that the query has to be replicate for this change and create new transaction.
    tha output for PO order history view needs to includethe ereference document field (BKPF-XBLNR) for the material document list in that record.
    How to achieve this solution please.
    thanks,
    siri.

    Hi,
    u mean u have to add Reference field in the output(BKPF-XBLNR).
    As this is Standard tcode and there are no user exits vailable, u shud have Access key .and then u can chaneg the coding.
    moreover u have to change field catalog which includes BKPF-XBLNR and this can be made avaialble for output.
    Revert back if any issues.
    Reward with points if helpful.
    Regards,
    Naveen.

  • Provide more than 16 characters on BKPF-XBLNR

    We have a request to make available more than 16 characters on field BKPF-XBLNR for input.
    Short to background. We are using IHC for vendor payments. The vendor payments from our affiliates are managed  on IHC. The IHC carry out all payments to external banks centrally. Some of our vendors (especially tax offices or public organizations) requested to have payment information which are longer than 16 digits. Usually the payment information are entered on the field BKPF-XBLNR and transferred via PAYEXT-IDocs into the IHC payment process.
    We found SAP notes with regards to Brasilia but all of these are not valid for us.
    Does anybody know a solution or workaround to provide more than 16 characters for payment information by use of field BKPF-XBLNR?
    Thanks
    Jakob

    If the field has only 16characters, then you really cant enter morethan 16 characters.
    If you want to do that, there are 2 options.
    1. Change the domain of that field to the number of characters you want. In this case, please note that all the fields having this domain will get changed. So you need to make an implication analysis for this and then do.This work is done by an ABAPer
    2. Make a new field in BKPF and fill that field instead of filling XBLNR. Second one is easy and without any strings attached. But it involves little bit of development.
    Also post this question in Development forum if both of these dont serve your purpose.
    Hope this helps you.
    Reward if this helps.

  • Auto populate values in the the database table

    Hi All,
    I have a requirement where user enter values in one of the ZTransaction. This will update a Ztable. So the new requirement is to add two new columns in the fields, which is completed. Now this two new fields are supposed to auto populate values based upon the key field .
    The transaction code is defined with Transaction as SM30 and Default values as
    Name of the screen field     value
    Update                               X
    VIEWNAME                      "table name which the values are updated".
    Please let me know how to do this.
    Thank you!!

    Hi Swetha,
    I am unsure of what you are trying to accomplish so I will make a few assumption and perhaps you can find some benefit in it.
    I suppose you are trying to add new fields to a custom (Z) database table.
    If so then use SE11 to add the two new columns.
    After this is complete then rebuild the table maintenance by using the following path: SE11-> Utilities->Table Maintenance Generator.  (Remember to double check the Recording Routine Radio button.)
    If the user needs fields automatically populated then check the following link.  It describes how to use table maintenance events.  I suppose you need to use Event 01 and Event 05.
    http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm
    Good luck and reward points if helpful,
    AK
    Moderator message -  Asking for points is against the Forum's RoE
    Message was edited by: Suhas Saha

  • BDC FOR F-58 - BKPF-BLART NOT FOUND ON DYNPRO

    Hi everyone,
    I am doing the bdc for tcode F-58 based on the parameters given by SM35. When I run it with the program, it suddenly stops showing the error message, "Field BKPF-BLART not found on dynpro sapmf05a 0129". I need to set the bkpf-blart field to a specific one (electronic payment) but it seems bdc doesn't allowed me to do such a change. do you know how does this happens or how can it be solve, or where can i take a look ?
    Thanks on any advice.
    Silvia

    BKPF-BLART is very much there on the specified screen SAPMF05A 0129.
    although quite a few FI transactions behave differently when run normally compared to when a recording is done on them, i don't think this transaction will fall in that category (especially this field). check your code once again.
    rgds,
    PJ

  • Reference Field to populate automatically when doing manually clearing F-30

    Hi,
    I have a requirement from my client where we have to get the reference field XBLNR to the clearing document from the document it actually clears when doing the manually clearing through F-30.
    Is there any standard SAP note for this.
    Can you please suggest any other way. It should be automatic.
    Thanks,
    Srini

    Hi,
    Sorry you both are thinking in the wrong direction, let me explain by giving an example...
    Open Item         Document Number         Reference Number
    £2500                  3500000253                   ABC125663
    Cleared Item
    £2500                   6500000562                  ABC125663
    My requirement is I want to auto populate the reference number of the cleared item with that of open item.
    That means "ABC125663". I hope I have explained the requirement clearly.
    If you have any answers please let me know.
    Thanks,
    Srini

Maybe you are looking for

  • How can i call another view variables in another view

    how can i call another view variables in another view and pass that variables to the function my situation is i have a view FAC which i need to pass par_id_fac TO THE VIEW AGR.AFTER THAT i what to take start_dt in agr view and par_id_fac from Fac and

  • Can I use the new cheap Snow Leopard disc on a G5 that has a wiped system?

    I was lucky enough to get hold of one of my companies old G5's recently. It is a 1.6 single core and has been refurbished. For whatever reason though my company always wipe the hard drive clean before handing them on to us so it does not actually wor

  • Does dv6-6153cl support SATA III HDDs?

    I'm having trouble with my laptop and I think I've narrowed the problem down to the HDD. I want to replace it, and upgrade it, but I'm not sure what HDDs I can use. I'd like to know if I can install a SATA III HDD into my dv6-6153cl laptop. From what

  • Generate non interactive pdf

    Hi, I want to generate a pdf programmatically and display it to the user. I have a WDJ application. After submitting the data, I would like to give a display only view of the data (using pdf) the user has entered, so that he/she can save the pdf or t

  • Varaince settlement and costing sheet in REM and Production order

    for REM, repetetive manufacturing, what's the difference between REM and production order in terms of variance settlement and settlement profile design? what's the difference between process order and production order in terms of variance settlement