Invoice reference field on Customer line item

Hi All,
When a billing document is released to accounting, on the customer line item display (FBL5N), the invoice reference field has the FI document number in it.
But if we actually look at the Customer line item on the FI document (FB03), the invoice reference field is blank.
Not sure what is happening over here.
Any inputs on this..
Thanks,
Venkat

OK, i would suggest check OSS on this field, because if this happens for the same document number, than it is a program error (I guess), if it was working fine earlier, and not working fine now, than could be chnage in customizing (if the fill of this field is customizable at all), or a change in the functionality (either standard, or user-exit)

Similar Messages

  • Assignment Field In Customer Line Item While Credit Note - SD

    When Invoice is been Generated through SD , assignment field in Customer Line item is getting SD Invoice number.
    But while Generating Credit Note through SD , it is taking Customer
    Account number in teh same field. What could be the reason ?
    We need Credit memo number in the said field.
    thanks in advance.

    Visu
    These configurations come from the copy controls. In the Copy controls you need to assign the correct requirements, allocation number and the reference number. For the copy controls for your crredit memo document, you need to change it similar to your billing document settings. The transaction code for this is VTFA and VTFL. Hope this helps.
    I found a similar thread for your reference in the SDN.
    Assignment Field - Accounting Document
    Let me know if you need anything else on the same.
    Karthik

  • Open field for customer line item

    Hi Guru
      I have some problem about open field for customer line item  post with posting key 09 and special GL , I open field at posting key 09 but the field still hidden  . How I can open field for used . Thank you

    Dear,
    Use transaction FBL5N and select Special G/L Transactions only and execute.....here bring posting key and filter the posting with 09.
    REgards,
    Chintan Joshi

  • Assignment Field on Customer Line Items

    The customer line items  (FBL5N) are sorted by assignment number which is 4 digit. Same assignment number I can see in the assignment field of the billing document from which the accounting document is created. I want to figure out where that assignment number is coming from. I mean is it a purchase order or a purchase requisition number etc? How can I find what that number is?

    Krishna,
    Thanks for taking the time to answer my query. But it does not solve my issue.
    Forgot to mention, I had already checked the sort field at the customer master level. It has sort key 009 which is for external document number, but when I display the customer line items Assignment field which is 4 digit is being used for Sorting.At the Sort Field config setting for Account Type Customers Field ZUONR or Assignment is used for Line Item Display Sort Customer. I am talking about settings under Tcode O7F6.
    I am interested in finding from where the system is populating the 4 digit number in the assignment field.How can I find what that 4 digit assignment number is?

  • Sales order doc and item fields in customer line item report(FBL5N)

    Hi All,
    We have some billing documents and the accounting docs are created as well. However, in the FBL5N report, we are not able to display the sales order doc and item info even though the columns are avaliable in the layout.
    Anyone can help?
    Thanks,
    Teo

    Hiya,
    You said you had the Order/Sales Doc field on the layout already.
    Have you ever been able to view the Order? All I can view is the Billing Doc, and I would think that is logical, since the Order is not the immediately prceeding document for the Accounting Doc. The Accounting Doc is created off the Billing Doc and that is what is updated in BSEG. The Sales Order is not updated in BSEG (I haven't seen that happen).
    In the event of a GR into stock posting, the Product Cost Collector or PO is the immediately preceeding document and hence updated in BSEG.
    Cheers.

  • Plant/Site field in Customer Line item in f-29 and f-22

    Hi All
    I have a requirement of adding the Plant / Site field while posting the Customer advances in f-29
    I have make the field optional in the Posting key field status variant and in the General Ledger Field Status variant Group in OB41
    But still i am not able to see the field of Plant / Site in the customer advances.
    Kindly tell me where i am missing some thing or if it is to be added in some other way
    Regards
    Bilal

    Hi ,
    For your requirement i tried in my system.The plant filed is appearing in the F-29,F-22.
    For that you can do the setting as below
    1.Posting Key 19 select Plant is required field in  OB41
    2.Check in FS00 for bank account filed status and reconciliation of advance from customer account.
    3.Go to the Field status for G067,G005.G001 and change plant field as required in OBC4.
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Surya

  • WBS element field in the customer line item

    Hi Experts
    Clientu2019s requirement is to populate the WBS element in the customer line item.
    Field status of Posting key -01 for WBS element is u2013 Optional
    Field status of Customer recon a/c  for WBS element is u2013 Optional
    Still in the customer line item screen, the WBS element field is hidden.
    Kindly advise how to make the field WBS element available in the customer line item.
    Regards,
    Purnima

    Hello,
    When you post customer invoice, screen no 301 is active. Here you can find only fields like payment terms.baseline date,payment block etc.
    As this is not a cost object you will not find cost center, wbs element. You could find them on credit item.
    Regards,
    SK

  • Which table for the field "Net due date" of customer line items?

    Hi All,
    In which table could I find the field "Net due date" of customer line items?
    Thanks
    Gandalf

    I don't think there is a field for that.  In various SAP screens where you see this field, I think it is a calculated value (baseline date ZFBDT + days ZBD*T).

  • Field Status for Vendor Line item or Customer line item

    Hi
    Can i need to check the Field status for Vendor or Customer Line item when i use the transaction codes F-43 or F-22. This is very urgent.
    Regards

    Hi Vinay,
    You cannot check the Field Status directly when posting a document. The Field Status is controlled by the Field Status group. This is controlled at 3 levels, the company code level, G/L Master level and at the Posting key level. Field status at the posting key level overwrites other groups. It is basically to control which fiedls need to be supressed, which are required and which are optional.
    In FS00 under the create/bank/interest tab you will find the field group. Check the Recon account assigned to your vendor/customer master and check the field status in FS00.
    Regards
    Sridhar

  • Grey out custom field in VA02 line item

    Hi,
    We have this custom field in sales line item which we want to grey out after billing is done. I tried many things but it didn't wrk. I wrote simple code w/o checking any billing condition like
             if screen-name = 'VBAP-ZZFIELD'.
                 screen-input = 0.
              endif.
             modify screen.
    but even this didn't wrk. Is there anything due to which the dynamic chging of screen fields attr has no effect ? Like if we set some attribute on screen field or ny thing else.
    Thx.

    You did put the code in MV45AFZZ include, form USEREXIT_FIELD_MODIFICATION?
    For example...
      if sy-tcode eq 'VA01' or
         sy-tcode eq 'VA02'.
      if sy-dynnr = my_screen_no.  "four digit screen no.
    loop at screen.
    case screen-name.
      when 'TABLE-FIELDNAME'   "exactly as it appears on that screen
        screen-input = '0'.
      modify screen.
    endcase.
    endloop.
    endif.
    endif.

  • CD line item separately in Customer Line item

    Dear Experts,
    My client requirement is Cash Discount line item can be separated for Customer Line Item.
    Standard setting:
    When customer pays the invoice and cash discount is there on invoice the entry will be as below in Standard SAP
    Bank Inco A/C Dr
    Cash Disc A/C Dr
       to Cust A/c
    Here when user opens up the FBL5N for the above customer, they don't see that how much exact payment amount has been received as this includes the CD amount as well.
    Client Requirement is
    Bank Inco A/C Dr
    to Cust A/c
    Cash Disc A/C Dr
    to Cust A/C
    Have tried OBXI, Net Document type (cash discount clearing A/C) but can not find the desired solution. Have also tried to search SCN & Google, still could not get any clue.
    Would you be needful to put some light on this scenario.
    Many Thanks
    Kind Regards
    pankaj

    Thanks Mr. Narasimhulu for your time and reply.
    We did have these two column in FBL5N and also we have created ZFBL5N which is generating Net amount field, still am thinking to generate a separate line item for Cash discount and only that line item credits separately in customer ledger.
    Can understand that CD is actually the substitute of Cash, as we are sacrificing our cash remittance for CD, still my client wants separate line item.
    Is there any way into SAP.
    Thanks for your help.
    Kind Regards

  • Section code in customer line item for scrap

    Hi
    I created customer. I assigned business place to manufacturing plant and then section code to business place. Now i created scrap order and did PGI and invoice.
    Now i i saw accounting entry and double clicked on customer line item. There i saw business place field is updated. But section code field is not updated in that.
    My requirement is that is TCS certificate is not comming in J1INCERT. Its telling NO DATA SELECTED FOR PRINTING even though i gave all parameters like challan number, date, etc.
    Edited by: Deepak Agrawal on May 12, 2010 3:29 PM

    HI,
    Are you using new general ledger concept?
    Regards,
    Satish kumar.

  • Sales order number in customer line item

    Hi All,
    we have a requirement whereby we need to get the sales order number in the customer line item. Normally, the sales order number is populated in the GL line item (BSEG - VBEL2). We need to copy the sales order number to the customer line item.
    Can anyone let me know if you have worked on such requirement.
    Thanks in advance!!
    Aman Goel

    You can map Sales Order number to either 'Assignment' or 'Reference' fields in accounting document using Copy control function in SD. Please use transaction VTFA, this needs to be maintained for combinations of billing type and sales document type. Please ensure these fields are not currently used in your system for other information.
    Following fields can be mapped to 'Assignment' or 'Reference'.
    A Purchase order number
    B Sales order number
    C Delivery number
    D External delivery number
    E Current billing document number
    F External delivery no. if available, otherwise delivery no.
    If you currently use 'Assignment' or 'Reference' fields for other details, you can use user exit EXIT_SAPLV60B_008.
    Thanks
    Venkata Ganesh Perumalla
    Edited by: Venkata Ganesh Perumalla on Oct 4, 2010 11:52 AM

  • Profit Center population in the Vendor and Customer Line items

    hello
    our client is asking for  getting profit center in the vendor and customer line items  where in the view FBL5n and fbl1n we are not getting the profit center populated - in the new gl i understand that there is a standard report based on the gl account.
    but our business is not satisfied with the report and expecting report at profit center level.
    Can any one suggest any way of doing this.
    regards,
    Vijay

    Dear Vijay,
    Let me provide you my view of solutioning for this. This is an enahcement that needs to be done
    1. You can get the profit center from the given vendor and customer line item at the time of posting, using an enahcement you will be able to capture it.
    2. Existing the profit center field is not populated in the BSIK,BSAK,BSID and BSAD tables
    3. Hence, in the same enhancement once you capture the profit center , you can write the code that profit center is updated in these tables also.
    4. This will help you to do the vendor line item wise selection in the FBL1N,  FBL5N profit center wise.
    Constraints of this solution:
    The only constraint remains where in the for a given document if there are multiple profit center, then the system will do the splitting profit center wise for a vendor line item, which will not populate the profit center in those tables as there is only one field available in the bsid etc.. tables.
    This basically would be the one the soltuion where in as seeen from the end user ther eis no change in the front end interface , the way they are doing always they can do.
    You need to also take care the % of document splitting means cross profit center postings /cross document splitting charactericstics postings and the volume involved in this. so that you can suggest this to your client.
    Regards,
    Bharathi.

  • Segment  Field in  vendor line item

    Hello Guru,
                        we have activated new gl functionality with doucment splitting . but we are not able to view the segement filed in vendor line item and customer line item in different reports.
            how we can pool that field in variouse report in instead using Zreport.
    Thanks and Advance
    Laxmi narayan

    Hi,
    whe we are  entering  the vendor line item we can enter the Fund and fund Center, our segment will be derived from the fund ( we have done it in a substitution, if the segment is empty we derive it from the fund) and in BSEG table we can see that the segment is filled correctly. But we cannot change it because this fields segment don't appear in the screen. We have reviewed the SAPMF05A 0332 Screen (screen that we can see when we are entering the vendor line item and we push in "More data" button) but the segment field don't appear.
    Thanks in advance,
    Sap Userr

Maybe you are looking for

  • Firefox freezes when I try to open my emails and use the internet, what can I do?

    Use Mozilla Firefox to see my emails and use the internet from about one week when I try to see my emails or use the internet it takes me to another wed site or gets freezes I am worry about because I don't know what's going up. This is the first tim

  • Event Handling in JavaFX

    Is there going to be a comprehensive event handling strategy allowing all members of the containment hierarchy to participate a la DHTML and Flex? In all the docs I've been reading I have not yet seen one, but I was just wondering what the plans were

  • HT1212 ipod disabled and I no longer have the last PC it was synced to..... what do I do?

    I have my old Ipod touch, cant remember the pass code and no longer have the PC/laptop it was last synced to.... it says its disabled.... what can I do to get it working....

  • Am I able to get iMessage on Mac OS X Lion?

    Hi umm i heard that there was the "messages" app on Mountain Lion and was wondering how to get it on OSX Lion. So I was searching the internet and found that you could get the beta version but clicked on the link and got redirected to the Apple Mac w

  • Audigy (1) no subwoofer sound with 5.1 speak

    Hi There, I`ve bought an audigy card (sb0090) on ebay and it came without cd. So i downloaded the driver i`ve found on the creative website and have now installed :AUD_EAX4DRV_0303.exe AUD_WEBUP_PCWDRV_-84-40.exe AudCon_PCApp_LB__20_23.exe My 5. Spea