EBS: RFEBGB00 No line items found

Hello All,
When I try to post the Electronic Bank Statement in Great Britan into the system through RFEBGB00 (FF_5), the system is picking up the header the trailer data correctly. Whereas, the transaction data is not getting posted and it shows "No line items found in Bank Statement XXXXXXX.
BACS file format:
VOL1MCR100
HDR1A080000S         FDW20000020002       07238 980010000000IBM OS/VS 370
HDR2F0190800106
UHL1 99222999999    000000001 DAILY  001
Transaction Data File is:
0890007007168701140702800000000000000000080000100005            100005            DR.CLG. SECTION 1 008275
Trailer File:
EOF1A080000S         MCR10000010001       07238 980010000001IBM OS/VS 370
EOF2F0190800106
UTL10000000000800000000000000000000010000000
Any valueable inputs will be highly appreciated.
Regards,
Chandu..

Thanks Laurynas!!
We'll try with CJEO!!
Regards,
Anna

Similar Messages

  • S_ALR_87013543 report not showing line item correctly

    Hi all,
    The S_ALR_87013543 report or any other cost plan report not showing the line item report correctly.
    eg When the S_ALR_87013543 report executed it showing 100 as a plan value against one of cost element when we double click and go to line item report it showing only one entry of 50 which is wrong.
    when i checked the COSP table for the wbse with that cost element it has two entries with value type 1 and 29. value type 29 says value from sales order and 1 as plan .
    My query is why S_ALR_87013543 report not showing the correct value or shall it not pick the value from value type 29.
    regards
    Shiv

    Hi Preeti,
    Thanks for the updates but one more issue. In one case COSP has a one entry for value type=1 with Busniess transaction SDOR but it was not shown in line item report. it says " no line item were selected". inspite of entry in COSP. 
    Screenshot of report  attached,.
    when i checked the drill down report for line item it says no line item found.
    Any idea what went wrong
    Regards
    shiv

  • EBS upload didnot clear line items and post to Main Account

    Hi
    We are on ECC 6.0. Our user as usual uploaded the EBS (she was doing this for last 6 months). Every time all line items from the  Check Issued Clearing account used to get cleared and posted to Main Bank Account and the checks were encashed.
    August EBS was loaded in Sept 3rd. This time all 2000 odd checks are still lying in Check Issued Clearing account itself. Transfer to Main Bank account didnot take place.
    Due to this the Checks are not updated with the Encashed Date and all checks are still shown as Outstanding.
    What could be the reason for this?
    Thanks
    Vijay
    Edited by: vijayakumar aluru on Sep 14, 2009 9:56 PM
    There is no change to the customization and the bank file format (BAI) also remains the same.
    Edited by: vijayakumar aluru on Sep 15, 2009 1:27 AM
    Is there a way I can delete the bank statement upload buffer and reload the EBS?

    i hope your issue would have got resolved, but below is my take on the issue.
    please check the external transaction code given by bank in the bank statement. I believe the bank would have changed the external trannsaction code that is the reason, FF-5 could not clear your check items, as system was looking for the external transaction code and internal postings rules, which probably were not matching.

  • Old FM line item not found at time of GR reversal

    Hi Gurus,
    Happy new Year 2010,
    Scenario:
    My client has created pr and po in 2007 and done migo in 2008 .
    Account assignment-P
    they assigned WBS as well as Fund center and commitment  also.
    During 2007 they have deactivated the derivation rule and created new derivation rule with combination of other gl ,fund center and commitment.
    Now user trying to reverse the same GR which was posted in 2008 but system is throwing an error that                                          **OLD FM line item was not found.**
    Now year end process also completed.
    Please suggest how we can reverse the GR ,if we reverse then what will be impact on budget /FI accounting and might be an audit issue.
    Note: How can I give award point please tell me the process so I can give award point also.
    Thanks & regards
    Arun K Pandey

    Dear Arun,
    is this still an open question?
    thanks
    Mar

  • Sales order costing error found in quotation 2 order line items created in

    Sales order costing error found in quotation 2 order line items created in quotation 5000562
    1st line item with third party
    2nd line item with PTO
    Purchase price was entered in the configuration screen
    1st item : 2,000 EUR
    2nd item: 1,200 EUR
    Purchasing info record was created with variant condition for EUR
    Error in sales order costing:-
    System does not take the purchase price in the configuration screen to
    calculate sales order costing. It incorrectly took 1 EUR from variant
    condition in sales order costing for both items.
    By right, it should take purchase price from configuration screen.
    Pls advise
    Thanks

    no replies and my thread was dead.

  • In Line Items if any duplicate reocords found don't delete

    In Line Items if any duplicate reocords found don't delete   catch those records and display in output as Warning message.
    PO      line item
    123     1
    123     2
    123     3
    123     1
    134      1
    in the above scenario there are 1 line item duplicate record . I want to catch that and display it as an Error / Warning message and    don't process that record continue to the next PO 134 like that.

    The below code works considering the duplicates of both f1 and f2.
    if you only require f1.then change the control break statements to f1.
    DATA:BEGIN OF itab OCCURS 0,
          f1 TYPE char3,
          f2 TYPE char1,
        END OF itab.
    DATA:wa LIKE LINE OF itab.
    data:count type i.
    wa-f1 = '123'. wa-f2 = '1'.APPEND wa TO itab.
    wa-f1 = '123'. wa-f2 = '2'.APPEND wa TO itab.
    wa-f1 = '123'. wa-f2 = '3'.APPEND wa TO itab.
    wa-f1 = '123'. wa-f2 = '1'.APPEND wa TO itab.
    wa-f1 = '134'. wa-f2 = '1'.APPEND wa TO itab.
    SORT itab ASCENDING.
    LOOP AT itab.
      AT NEW f2.
        count = 0.
      ENDAT.
      ADD 1 TO count.
      AT END OF f2.
        READ TABLE itab INTO wa INDEX sy-tabix.
        IF count = 2.
          write: 'E'.
          "move the error records.
        ELSE.
          Write:'S'.
          "Process the records
        ENDIF.
      ENDAT.
    ENDLOOP.

  • Balancing figure business area for line item 001 is not found

    hi
    In MB31 while doing Goods Receipt (Movement type:101) i am getting an error like "Balancing figure Business Area for line item001 not founr".  Document splitting is active in my system and i assigned business area for plant and division combination.  Why i am getting this error.  Anywhere else i have to assign business area.  Pls help me.

    hi,
    i am following rule no 1 and the assignment is fine over there
    it is working for all line items except one line item and giving message like above menctioned in subject line but if i check in line item 30 business area is exist like all line item i.e 1100
    for any information revert it
    regards
    bvdv

  • EBS - FI - Line item - Note

    Hello SAP-Experts,
    I have to create a note for every line item in a FI document when I execute the transaction FEBAN. The field SGTXT is not big enough to save the text comming from the bank file. The problem is, that during the creation I don´t have the document number to use it in the function module SAVE_TEXT.
    Does anybody know how to do it?
    Cheers
    MI.

    Hi Ram,
    I think Time stamp will set in this table when we run first delta or init in BI system.
    So activate the data source and replicate the same BI system. develop data model for this data source and run the init for this data source.
    then you will be able to find time stamp for this data source.
    FI-Line item data-Delta.
    0FI_GL_4 delta functionality?????
    Regards,
    Venkatesh

  • To Set Goods Receipt Indicator For Particular Line Items In SRM

    Hi All,
      i am working on BBP_DOC_CHANGE_BADI in SRM. i am trying to set the goods receipt indicator for particular line items based upon certain conditions. The values are being set in the badi. But when the Purchase Order is created in the backend R/3 i coudn't able to find the goods receipt indiactor being set..
    i used this field to set the GR indicator
      GR_IND = 'X'.  " Goods Receipt Indicator
    Can anyone help me in this?
    helpfull answers will be rewarded....
    Thanks,
    Murali

    To Murali and Christophe,
    I have set the GR and GR non val indicator in CREATE_PO BADI but I face the following situation :
    problem -
    In case of multiple account assignment in the shopping cart, the R/3 transaction ME21N sets these flags. 
    The flag status determined as per EBP conditions is lost.
    I need to retain the flag status as per EBP conditions even in this multiple account assignment scenario.
    proposed solution -
    - CREATE PO badi is already implemented in EBP and customised logic for GR and GR non valflag is in place.
    - I create user exit in R/3 backend system in ME21N transaction 
    - I make RFC call in this user exit to EBP and check the table BBP_PDPSET for the shopping cart.
    This is how I get the flag status as per EBP conditions and copy the same to R/3 thereby overriding the multiple account assignment check of the R/3 system.
    issue - 
    When I tried to verify that I can check the BBP_PDPSET table from R/3, I found that this table is not having entries for all the records in  CRMD_ORDERADM_I table.
    For which shopping carts will the BBP_PDPSET table not  be populated ?
    thank you in advance,
    Bhakti.

  • Cash Discount Calculated for One Line Item and not for Other

    Hi All,
    We have devloped a Z program which is used to Write of InterCompany AR and AP recon Account to another GL Account. In this program to clear line item we have created a BDC which calls t-code FB05. Thsi program is running perfectly fine for all company codes.
    There is new company code SG20 for which it is not clearing the line items. It has created a Session in SM35, when we analysed the seesin we found that for some line items system is calculating Cash Discount and for some other line items it is not but the payment Term is same for all the douments with 3% 14days.
    I need your help in understanding that why for some line items system calculates the Cash Discout where as for others it is not calculation..also the Posting Date is same for all the documents.
    Please advise what could be the reson for this.
    Thanks!
    Regards,
    VIvek Srivastava

    Hi
    Cash discount is calculated based on the combination of baseline date and payment term conditions.
    Hence please check the baseline date for all the documents, in which the cash discount is not appearing.
    In your case, the possible reasons could be that 1) baseline date is different between these documents or 2) payment terms cash % is manually modified in the line item of the documents.
    Regards

  • Vendor line item due date error

    I found the net due date in vendor line item report is not correct. vendor payment term is 30 days, accounting document posting date is Jan1. 2010,but net due date is Jan.1.2010, it should be 1.Feb,2010.
    why system calculate wrongly? Thanks

    Is it a credit memo ?
    For a credit memo the due date is the baseline date. This is the default rule. If you want that the credit memo is taken in account with payment terms, you must either link it to an invoice by filling the field REBZG with the invoice number either put the constant 'V' in the same field (REBZG). With 'V' in REBZG, the credit memo is taken in F110 according to its payment term.
    see documentation of data element REBZG.

  • Report as per FBL1N - Vendor line Items

    Hi Experts,
    I have a requirement to generate a report as per FBL1N, the current process is as follows. User enters shipments in dynamic selection > document > Reference > right side Reference. '*' is kept before and after the shipments. Other selections are company code and All items radio button and Execute.
    My question is , What are the tables this looks at ? I am assuming BSIK, BSAK and BSEG. How to know which tables it looks at ? I think this may be functional question. If you have any questions please let me know.
    Thank you,
    Surya

    Hi All,
    Thanks a lot for your quick responses. By looking at your responses, here I am presenting the actual reqirement.
    Fianl aim of this report is to give the user to decide GR/IR clearing. User does as follows.
    1. Run MB5S, with the report she finds shipments associated with them by looking at GL line items.
    2. Then she runs The above steps to determine wether those shipments are paid or not.
    3. If they are paid then clear the corresponding entries. If not paid then sends message to Vendor to send Invoice.
    Right now I am doing as following:
    Selctions screen has company code, GL account, Posting date (selection range), PO number (selection option).
    I am querying BSIS for GR data with this data and document type WE. And query BSIS again for document type Z6(Haulier) and posting key 31 for Invoice data for all entries of GR data by matching XBLNR(shipment# in this case) and ZUONR(Assignment key a combinations of PO# and PO line item). GR data and IR data will be into two different tables.
    Now I am going to BSEG for all entries of GR data and IR data and get quantity and Vendor (LIFNR). Now starts the matching of GR with corresponding IR happnes on company code, XBLNR(Shipment#) and ZUONR. If a match is found then keep GR data and corresponding IR data in one line and append to final result set. If no match found then just append IR data to the final result set.
    Loop through the final result set to determine the status based on the following coditions.
    1 if gr qty = ir qty and gr amount = ir amount then F13 pending
    elseif gr qty > ir qty and gr amount > ir amount then GR surplus
    elseif gr qty < ir qty and gr amount < ir amount then IR surplus
    elseif gr qty = ir qty and gr amount <> ir amount then Qty correction
    elseif gr qty <> ir qty and gr amount = ir amount then Amount correction
    Now I have to take the shipments from the above list and go to FBL1N(I already described this). Once this list(FBL1N result) comes I have to prepare the final list for output based the shipmets found in this list by comparing the list came before FBL1N result.
    I am little concerned about the performance also, any tips for that also welcome.
    As mentioned by Pedro above, I want to know wether there are any FMs available or not at each step of this process. If you have any questions please let me know so that I can give more details. Your help is greatly appreciated.
    Thank you,
    Surya.

  • Regarding FBL1N(vendor line items)

    hi experts ,
    I have to display the opening balance(balance carried forward) with vendor line items ,I found the table n field name but don't know how to display in header or in <b>ALV</b> list.
    table name is <b>LFC1-UMSAV</b>.
    ldb is <b>KDF</b>.
    hope u understood the problem if no the pl ask for more clearification.
    thanks & rgds
    Abaper

    Hi,
    do it in line item:
    instead of belnr -  give out 'op.balance'  and
    instead of bsik-wrbtr - lfc1-umsav in your alv-table
    A.
    Message was edited by:
            Andreas Mann

  • Asset Line items are not updating in table ANEP

    Hi friends,
    I found that asset line items are not getting updated in ANEP table,.
    This is my precedure for posting of depreciation.
    I'll create Asset through AS01, then i'll use the T.Code: F-90.. then i'll run the depreciation program thru t.Code: AFAB.
    In but i am unable to capture the values of Planned and Depreciated or Posted values in ANEP.. Is there is any other table for this...
    Where is the mistake in my process..
    thanks in advance..
    Naveen

    HI Naveen
    The FI-AA documents are stored in tables ANEK (document header), ANEP (document line items) and ANEA (proportional values). You can use FI-AA standard report RABEWG_ALV01 to list all transactions to an asset in one fiscal year, and report RAABGA_ALV01 to list only retirement postings.
    ANEA should be the solution you are looking for.
    Hope it helps!
    Cheers
    Z

  • Special Ledger: Open Line items are not being loaded in BW

    Hi all.
    We are loading Special Ledger information from R/3 to BW, and for many accounts, the data is not reconciling between the two systems.
    We have found out that none of the Open Line Items are being transferred.
    Do you know which could be the cause for this?
    Thanks and Regards

    Hi Daniel,
    Could you give some more details about the extractors and the "Open Line Items"?
    -Bikas

Maybe you are looking for