Updating the Assignment Field (ZUONR) with Check No

Hi
Can anyone help me please?
I would like to update the assignment field (ZUONR) in the Bank Payables Clearing Account with the cheque number from the payment run (PAYR-CHECF).
1.  Firstly is this possible?; and
2.  If so could you explain how I do this.
Thanks in advance for your assistance on this issue.
Regards
Claire

Hi
I would but there is no sort key which contains this, nor can I create one :o(.
If you are aware of how I can do this then please let me know.  Is there a user exit which will populate this field when a payment has been made?
Regards
Claire

Similar Messages

  • Assignment field (ZUONR) in partial payment customer

    Hello,
    We have an issue concerning the assignment field in the partial payment from a customer.
    In the assignment field (ZUONR) we normally have the invoice numbers from another application (via interface to SAP).
    When we receive a partial payment from a customer via bank statement (MT940 EBS file), we get a payment advice in FEBAN. on the correct invoice. It is not booked because the difference is too large. That is correct!
    Our debtor department delete the payment advice and the use post item (in FEBAN) to create a partial payment (via FB05).
    Instead of the assignment from the invoice document, SAP puts another number in ZUONR for the first posting area. Afetr investigation it seems like it is a part of the payment advice number!?
    When we manually create a partial payment (without first having a payment advice from EBS), we get the (actual) date in ZUONR.
    In the screenprints attached, it is shown.
    In the attachment BSEG part 1 and BSEG part 2, the assigment fields with their values are visible as result of FB05 from post item in FEBAN.
    For those items there was a payment advice, which is deleted (first). Assignment (ZUONR) is a "strange" value, part of payment advice number!?
    BSEG part 3 and BSEG part 4, the items are shown when partial payment is manually entered (via FB05) without payment advice via EBS in FEBAN. Then a date is filled in assignment (ZUONR) field.
    Is it possible to arrange that the assignment field (ZUONR) gets the value of the original invoice, on which the partial payment is created?
    Is that possible with customizing?

    Hi,
    The ZUONR is filled by the Sort key in the account's master data. This sort key is defined in the OB16.
    And check the path below: Accounts Receivable and Accounts Payable -->  Customer Accounts -->  Line Items --> Display Line Items --> Display Line Items without ALV.
    JPA

  • Assignment field(ZUONR) data at clearing

    Hello Experts,
    I have a question on the assignment field(ZUONR) when I do the clearing for 2 open items.
    I have 2 open items for a certain customer, one is an account receivables and another a down payment for customer. 
    And above 2 open items have a certain data at each assignment field(ZUONR) to identify each open item.
    I'd like to clear above 2 items, so I go into the transaction FB05, select 2 items and simulate that document.
    At that time, when I look into each line item, there is no data at each assignment field even though the original document has a certain data at each assignment field.
    Namely, each assignment field is all blank.
    I wish the clearing document has the data at each assignment field that the original document has.
    Is there anyone who can solve this issue?
    Thanks.
    BR,
    Chris

    Hi,
    In order to populate same assignment field (ZUONR) in both the documents Sort Key should be same in the G/L master.
    You can try following Sort keys
    1. 031    Customer number
    2. 024    Document header text
    Else you can create your own sort key through transaction code OB16.
    In this give
    1. Sort key in Enter Sort key
    2. Enter Description - In this enter description of Sort Key.
    3. Enter Field1 - In this enter field name.
    Hope your issue is resolved else revert.
    Regards,
    Tejas

  • Make the 'ASSIGNMENT FIELD' of particular financial Doc type non-editable

    Hi Experts,
    We have an done an Z development, where we are populating critical data in the 'ASSIGNMENT FIELD OF gl account' of a newly created  financial document type (ZD).This document is created through BAPI.
    Now our requirment is to make this 'Assignment field' non-editable .
    Thanks & Regards,
    Vishal

    Go to OB32
    Select Account type and select table with field name ZUONR and double click
    Uncheck the check box Field can be changed
    Srinivas

  • 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

  • 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.

  • Sort Key 0014 (Purchase Order) not updated in Assignment Field

    Hi SDN experts,
    I assigned Sory Key 0014 to one of my vendors, after which I tried to post a PO, GR and eventually the IR.
    However, upon checking the FBL1N report, system does not populate it with the Purchase Order Number.
    Any step I missed out?
    Also, the Purchasing Document number is empty. Shouldn't this be populated by the invoice document? (MIRO)
    Regards

    Hi
    In FBL1N, PO will not be displayed in the Assignment field just by giving Sort Key as Assignment Field. You need to implement BTE 1650 in FIBF and write your code to populate it. The logic why sort key of PO will not populate it , because from Version  4 onwards, R/3 aqllows, single Invoice Verification against Multiple PO. Even in the BTE Implementation, you will be able to populate only the First PO Line Item No only, if you do a single invoice verification against multiple PO of the Vendor.
    Regards
    Sanil Bhandari

  • Customer no to populate the Assignment field for Sales A/c using sort key

    Dear All,
    In 6.0, I am trying to get the Customer number to populate the Assignment field for Sales Account
    We have set the sales account to a 031 sort key - sort by customer, in FS00. When 031 is set, SAP goes to the BSEG table and looks at the KUNNR (customer) field and populates the Assignment field with what is in the KUNNR field of BSEG.
    The problem is: the customer number (KUNNR) does not contain any data in BSEG.
    The KUNNR field of all the other account lines for the document number are blank.
    Is it possible to bring the field in the General Ledger display?
    Does anyone know of a user exit or other solution?
    Thanks,
    Gov

    Hi,
    Check with SD consultant and use Copy control.

  • Error while updating the Assignment details using 'hr_assignment_api'

    An exception message is thrown while updating the assignment details through 'hr_assignment_api.update_emp_asg'.
    The message is 'ORA-20001: HR_FLEX_VALUE_MISSING: N, COLUMN, ASS_ATTRIBUTE6, N, PROMPT'.
    Even though a valid value is being passed to the segement,the error is thrown.
    I have tested the API in one instance and it is working fine. Recently I have migrated the codes to nother instance and encountered this error. The only difference is that in the newer instance, the segment is mandatory.
    One interesting thing is that, When I update the Assignment through application it is successfully saving the record. Then if I use the API to correct the Assignment, it is working fine. The API is not able to update only when the mandatory segment is null.
    Please help
    Thanks in advance
    Kumar

    Pl post details of OS, database and EBS versions, along with HR RUP level. It may be a bug, as outlined in MOS Doc 429169.1 (When Calling the Assignment API To Update Position, It Errors in Required Segment)
    HTH
    Srini

  • Material Master: Update the Z fields using BAPI

    Hi to all,
    My requirement is simple. But I do not have much knowledge on BAPI. I have got some information that we can extend th BAPI and update the Z fields in material master. I have added the z fields in MARA. So when I call the bapi z fields has to get update.
    Which BAPI can i use? I have got one BAPI - BAPI_MATERIAL_SAVEDATA.   plz suggest me to do it.
    1. how do i enhance the BAPI or extend th BAPI.
    2. Is ther any approch to do it.
    thnks
    Yerukala Setty

    Hi,
    Append the z fields to BAPI_TE_MARA and BAPI_TE_MARAX structures using append structures.
    Populate two structures for the fields in BAPI_TE_MARA and BAPI_TE_MARAX.
    To BAPI_MATERIAL_SAVEDATA, under EXTENSIONIN parameters, pass structure name as BAPI_TE_MARA and Value Part1, 2, 3, 4 with the filled structure info.
    Similarly append X structure as well.
    Regards,
    Ganga

  • How to update the Customer field value of PO Item under the Delivery Address Tab?

    Hi Friends,
         i tried to update the Customer field Using Bapi_PO_change.I passed the PO Order no,POADDRDELIVERY data with Item no,Adrees no,Customer no.But i am getting no data changed message from return table.I attached the screen shots.So please suggest me the helpful information for resoving this issue.
    Thanks,
    Dinesh

    Thank you friends,
                My Problem was resolved.In my case i have passed the customer value in BAPI_PO_CHANGE POITEM Table with updated customer value.
    Thanks,
    Dinesh

  • Updating the description field on the CRM Service Order

    HI Experts,
    I want to update the description fied with the service order number on the service order.
    What is the procedure to update the screen field on the crm service order, is it by order_maintain.
    Thanks in Advance for your help,
    Praveen

    Hi Praveen,
    Changing the field label on the WebUI is discussed many a times. Before posting, it is always a best practice to search for the solution.
    here is the link
    Change Field name & make it optional
    Hope this solves your requirement.
    Best Regards
    Shiven

  • I can't update the purchases I made with the old Apple I.D. How can I sync my old Apple I.D. with new one?

    I can't update the purchases I made with the old Apple I.D;
    how can I sync my old Apple I.D. with new one?

    Only the Apple ID used to buy an app can update an app. Apple does not merge Apple IDs and Apple does not transfer content biught with one ID to another ID.

  • Update the Street field in ADRC table.

    Hello !! Please I need some help.
    I have to update the Street field in ADRC table.
    I have this list.
    Where I can put a Flag and an Update to do it.
    Im really newbie.  Im doing it in IDES, to test it first.
    Help !
    REPORT  Z_LIST_ADRC      LINE-SIZE 190
                             LINE-COUNT 65
                             NO STANDARD PAGE HEADING.
    TABLES: ADRC.
    DATA: BEGIN OF ITAB OCCURS 0,
               ADDRNUMBER LIKE ADRC-ADDRNUMBER,
               date_to like ADRC-date_to,
               NAME1 LIKE ADRC-NAME1,
               CITY1 LIKE ADRC-CITY1,
               CITY2 LIKE ADRC-CITY2,
               STREET LIKE ADRC-STREET,
               MC_NAME1 LIKE ADRC-MC_NAME1,
               MC_CITY1 LIKE ADRC-MC_CITY1,
               MC_STREET LIKE ADRC-MC_STREET,
    END OF ITAB.
    SELECT ADDRNUMBER DATE_TO NAME1 CITY1 CITY2 STREET MC_NAME1 MC_CITY1 MC_STREET
      FROM ADRC INTO TABLE ITAB.
    LOOP AT ITAB.
    WRITE : /001 ITAB-ADDRNUMBER,
                    007 ITAB-DATE_TO,
                    016 ITAB-NAME1,
                    040 ITAB-CITY1,
                    070 ITAB-CITY2,
                    090 ITAB-STREET,
                    120 ITAB-MC_NAME1,
                    150 ITAB-MC_CITY1,
                    170 ITAB-MC_STREET.
    ENDLOOP.
    TOP-OF-PAGE.
      ULINE.
        WRITE:         /001 'n-addr',
                        007 'date',
                        016 'name',
                        040 'city1',
                        070 'city2',
                        090 'street',
                        120 'name-s',
                        150 'city1-s',
                        170 'city2-s'.
      ULINE.

    HI,
    data : itab like standard table of adrc.
    select * from adrc into table itab.
    loop at itab.
    itab-street2 = 'New value'.
    modify itab index sy-tabix.
    endloop.
    if not itab[] is initial.
    modify adrc from table itab.
    endif.

  • How can i update the REMARK field in ADRT database table

    Hi all,
    How can i update the REMARK field in ADRT database table
    By using Function modules or BAPI’s
    Please reply me fast

    Hi,
    you can try this code:
        SELECT SINGLE * FROM KNA1 WHERE KUNNR = wa_kunnr.
        IF sy-subrc = 0.
          CLEAR adrct.
          SELECT SINGLE * FROM adrct WHERE addrnumber = kna1-adrnr.
          IF sy-subrc = 0.
            adrct-remark = wa_remark.
            MODIFY adrct.
          ENDIF.
        ENDIF
    best regards,
    Thangesh

Maybe you are looking for

  • ITunes Music on a NAS box

    Hi all, I am actually going mad trying to work this out so any help would be appreciated (even if it is "it doesn't work like that so stop banging your head against a brick wall"). OK, here's the scenario. I have all the family's CDs ripped as MP3s i

  • Audio and video playback from the internet.

    Hi all, I am just learning on my computer so i am afraid you will have to bear with me !!! I have just visited the BBC News homepage and could not play any of the video clips or radio clips on offer, the error given was that real player was not insta

  • Encoding to output for HDTV viewing question

    I would like to know what presets are best for the most prestine output to watching an encoded clip in HD. e.g. Given a HDV input, worked in FCP 5 then then encoded. What presets encoding are going to give the best results to watch on a HD monitor, a

  • JSF page loading another JSF in iframe from same domain with diff port

    I was wondering if anyone has experienced this issue. I'm using ADF 11g and weblogic 10.3.2. Here's the scenario 1. two ADF 11g application, app1 and app2 2. app1 is deployed on managedserver1 running on port 7001 3. app2 is deployed on managedserver

  • Searching large PDF files

    I have really really big PDF's (over 600mb)      I submit 10,000 paper  documents to a service company  they churn out 1 gigantic PDF each original document is a page so there are over 10,000 pages in the PDF document they provide me  CD with the fil