Error"No item information transferred into Accounting"in PRELIMINARY_POSTIN

Hi Experts,
Am trying to PARK the gl doc by using FM of PRELIMINARY_POSTING_FB01......when I tested it in SE37 with my test data.........its worked fine........but, when I implemented the same into my Z prog. of SE38........its failing, even though am using the same test data!! Am getting the below error!!
italics
No item information transferred into Accounting
Message no. RW002
Diagnosis
The interface into Accounting requires:
Header data
Item data
Currency data
The item data is missing.
System Response
Processing of the data in the Accounting interface is not possible.
Procedure
This is a system error of the application which was called up.
italics
so, let me know that, Where its going wrong? How to fix it?
thanq

* Document Date & Currency
  READ TABLE t_datatab INTO wa_datatab INDEX 1.
  IF sy-subrc EQ 0.
    CONCATENATE wa_datatab-col3+6(4)
                wa_datatab-col3+3(2)
                wa_datatab-col3(2)
        INTO t_bkpf1-bldat.
    t_bkpf1-waers = wa_datatab-col6.
  ENDIF.
* Posting date
  READ TABLE t_datatab INTO wa_datatab INDEX 2.
  IF sy-subrc EQ 0.
    CONCATENATE wa_datatab-col3+6(4)
                wa_datatab-col3+3(2)
                wa_datatab-col3(2)
       INTO t_bkpf1-budat.
  ENDIF.
* user name
  t_bkpf1-usnam = sy-uname.
* Reference
  READ TABLE t_datatab INTO wa_datatab INDEX 3.
  IF sy-subrc EQ 0.
    t_bkpf1-xblnr = wa_datatab-col3.
  ENDIF.
* Document Header Text
  READ TABLE t_datatab INTO wa_datatab INDEX 4.
  IF sy-subrc EQ 0.
    t_bkpf1-bktxt = wa_datatab-col3.
  ENDIF.
* Document Type
  READ TABLE t_datatab INTO wa_datatab INDEX 5.
  IF sy-subrc EQ 0.
    t_bkpf1-blart = wa_datatab-col3.
  ENDIF.
* Company Code (Validate Company Code in the file against the Company
*               Code in the Selection Parameters)
  READ TABLE t_datatab INTO wa_datatab INDEX 7.
  IF sy-subrc EQ 0.
    IF wa_datatab-col3 = p_bukrs.
      t_bkpf1-bukrs = wa_datatab-col3.
    ELSE.
      MESSAGE e000(z1) WITH  text-002 text-003 text-004 text-005.
    ENDIF.
  ENDIF.
* Check mandatory fields*  IF NOT v_chk_rev IS INITIAL.
  IF t_bkpf1-bktxt IS INITIAL OR
     t_bkpf1-xblnr IS INITIAL.
    MESSAGE e000(z1) WITH  text-006.
  ENDIF.
  APPEND t_bkpf1.
ENDFORM.                    " fill_bbkpf1
*header end
*2) V1 items begin
FORM sub_fill_bbseg1.
  CLEAR: wa_datatab, t_bseg1, t_bsec1, t_bset1, t_bsez1.
  REFRESH: t_bseg1, t_bsec1, t_bset1, t_bsez1.
* Delete Header Part from Internal Table
  DELETE t_datatab FROM 1 TO 9.
* Get total no. of Internal Table entries again
  DESCRIBE TABLE t_datatab.
* Delete the last Internal Table line-TOTALS.
  DELETE t_datatab INDEX sy-tfill.
  LOOP AT t_datatab INTO wa_datatab WHERE col2 NE space.
    t_bseg1-buzei = wa_datatab-col1.
    t_bsec1-buzei = wa_datatab-col1.
    t_bset1-buzei = wa_datatab-col1.
    t_bseg1-hkont = wa_datatab-col2.
    PERFORM sub_pad_zeros USING t_bseg1-hkont.
    t_bseg1-mwskz = wa_datatab-col6.
    t_bseg1-kostl = wa_datatab-col7.
    PERFORM sub_pad_zeros USING t_bseg1-kostl.
    t_bseg1-aufnr = wa_datatab-col8.
    PERFORM sub_pad_zeros USING t_bseg1-aufnr.
    t_bseg1-sgtxt = wa_datatab-col9.
    t_bseg1-prctr = wa_datatab-col10.
    PERFORM sub_pad_zeros USING t_bseg1-prctr.
    t_bseg1-bukrs = p_bukrs.
    t_bsec1-bukrs = p_bukrs.
    t_bset1-bukrs = p_bukrs.
    t_bseg1-koart = 'S'.
    IF wa_datatab-col3 NE space AND
       wa_datatab-col4 EQ space.        "debit?
      t_bseg1-wrbtr =   wa_datatab-col3.
      t_bseg1-bschl = '40'.
      t_bseg1-shkzg = 'S'.
    ELSE.
      t_bseg1-wrbtr = ( wa_datatab-col4 * -1 ). "credit?
      t_bseg1-bschl = '50'.
      t_bseg1-shkzg = 'H'.
    ENDIF.
    APPEND t_bseg1.
    APPEND t_bsec1.
    APPEND t_bset1.
    APPEND t_bsez1.
  ENDLOOP.
ENDFORM.                    " fill_bbseg1
*items end
     CALL FUNCTION 'PRELIMINARY_POSTING_FB01'
        EXPORTING
          i_tcode = 'FBV1'
        TABLES
          t_bkpf  = t_bkpf1
          t_bseg  = t_bseg1
          t_bsec  = t_bsec1
          t_bset  = t_bset1
          t_bsez  = t_bsez1.

Similar Messages

  • Error while release Billing document into Accounting -Help me

    Hi,
    While releasing SD billing document into Accounting,i am getting the blow error.Please advice me
    Valuation with material cost estimate: error with product "000AA696"
    Message no. KE350
    Diagnosis
    In Profitability Analysis (CO-PA), the system tried to valuate a line item using the current standard cost estimate.
    In order to determine the current plan period, the system needs to read the valuation segment of the material master.
    The system has found that the current plan period is not filled forproduct "000AA696" in plant "OB01".
    Display material (View: Costing)
    The system looked for the material cost estimate using costing key "YG3", as defined in the Customizing settings for CO-PA.
    System Response
    The document cannot be processed.
    Procedure
    Contact your system administrator.
    Thanks
    Sunitha

    Hi Sunitha,
    Please check your settings in KEPC. Check which costing key you have assigned to your plant.  Also check which rule you have set for the costing key. For example if  you have assigned "current standard cost estimate acc. to entry in mat. master" then check here is no current standard cost estimate for material.
    Regards,
    Abhisek

  • Getting Error while posting billing into accounting.

    Hi All,
    Could any one help on this error,i am getting this while posting billing into accounting.
    Tax statement item missing for tax code O0
    Message no. FF805
    Diagnosis
    No tax item exists for tax code O0 in a G/L account item. A possible cause is an incorrect transfer of parameters by the application to the Accounting interface.
    Procedure
    Enter an OSS message.

    Hi Raja,
    We have many FF805 errors reported by customers and the same solution
    has resolved the problem. Please note that the SD-FI interface changed
    from earlier releases.
    In the vast majority of cases, error FF805 occurs because of an error
    in your pricing procedure. The previously attached note 112609 explains
    in detail how tax codes are transfered to conditions.
    The note 400766 explains the checks performed by the system on the Tax
    codes:
    1. system checks whether there is a revenue line for each tax line.
    2. in the reverse case, for each revenue line containing a certain
       tax indicator there must be a tax line with this indicator.
    If the tax condition has condition value zero and condition base
    value zero, then it is not transferred to FI.
    If you have revenue lines containing a tax indicator XX, but no
    tax line with tax indicator XX, then the error FF805 issues, and
    it is justified. => Please check these informations. I have attached
    notes for further information.
    -> EXAMPLE
       If tax condition MWST has base amount zero and value zero; for this
       reason it is not passed to accounting. But, according to the
       criteria reported by note 112609, its tax indicator EG: A7
       has been assigned to the condition EG: ZBR1.
       So in accounting there would be a revenue line with tax indicator A7,
       but there isn't any tax line with indicator A7 (because MWST doesn't
       pass to FI). The note 400766 states situation is unallowed, and error
       FF805 is justified.
    Thanks and best regards,
    Smile

  • Old Purchase orders and template - Price Information not taken into account

    Hi experts,
    In MDM catalog, I have a product with 'Price Information' and with 'Contract price'. I create a shopping cart with the 'Price Information'.
    Then, I create another shopping cart using the anterior througth the functionality 'Old Purchase orders and template'.
    The price taken into account is the 'Contract Price'
    Is this the standard procedure?
    Thanks in advance,
    R Silva

    as far as i know the price preference is in this order
    1. Contract price
    2. Purchase Info record
    3. list price
    so in that case - this is standard procedure
    you can confirm - by doing the same process for an item that  has ONLY price information (list price) and see if that price is copied from old to new SC
    thanks
    -Adrivit

  • Error 28: selected item cannot fit into memory

    Dear Forum,
    I am trying to install Solaris 10 x86 OS into my SFX4200 server through Remote Control feature. I had setup the bios to 1st boot from CDROM and 2nd boot from Disk.
    So, i inserted Solaris 10 x86 media into my laptop. Then i connected my laptop directly to the ILOM using cross cable. From the ILOM web page i had launch the Remote Control. I powered on the SFX4200 and i can see the boot up process through the Remote Control window. The boot up process has successfully read my laptop Solaris 10 x86 media.
    At the end of the boot up process i saw three(3) option for me to choose:
    1. Solaris
    2. Solaris ttya
    3. Solaris ttya( SFV60x and SFV65x )
    I had selected, option #1 and #2 but few seconds later, i saw this error message "Error 28: selected item cannot fit into memory"
    This is my laptop configuration:
    - Microsoft Windows XP Pro
    - 512 MB of RAM
    - 40GB disk and 7GB available space.
    Has anyone encountered the same problem.
    Please, can someone help and guide me to solve my problem.
    Thanks in advance.

    Hspaans,
    First of all, thanks for the reply.
    I believe my machine has sufficient amount of memory. The following are the spec of my SFX4200 server:
    1x Dual Core AMD Opteron Processor 280( 2.4GHz )
    4x 2GB of Memory
    Fyi, i had also tried to start the installation using optin # 2 " Solaris ttya " but still failed.
    I will be much appreciate if you can help me or guide me to install Solaris 10 x86 OS through SFX4200 Remote Control window( Install OS using my laptop DVD Drive ).
    Please let me know, if you require more information.

  • Unconfirmed line items of a sales order into account in credit management

    Hi Gurus
    Updated the customer orders via prog. RVKRED09.
    There is only one open order for this customer = 720662. My question is: in the credit master the sales value/credit exposure is USD 77.100,00. The order is for USD 105,900.00 .
    Found out that line item 20 is not confirmed in the schedule lines. So the value in the sales value/credit exposure  equals item 10 and 30. So my 1question is: Where is the setting that  does not take unconfirmed line items of a sales order into account in credit management?
    Thanks in advance
    Regards
    Nalini Iyer

    Hi nalini
    Even though , you create a sales order for that line item , but if that item is not confirmed then the value  wont be considered.  into credit exposure. .
    But once it gets confirmed then the value will be taken into credit exposure..
    Regards
    Srinath

  • Error while posting:There is no item category assigned to account 2001/KCOA

    Iam trying to post a purchase invoice posting to F-43 But getting error as:
    There is no item category assigned to account 2001/KCOA
    Diagnosis
        The online document splitting is active in your system. Here, each
        document is assigned to a accounting transaction variant and each
        document row to an item category.
        You determine for each business transaction variant which item
        categories can or must be posted here.
        The following error occurred for the document you entered:
        No item category could be determined for account 2001 in chart of
        accounts KCOA.
    Could You Please let me know How to Assign Item catagory for that particular account (2001-Inv raw material A/C)????\
    Thx,
    Umesh

    Hi,
    Go to the path:
    SPRO> Financial Accounting (New) > Geenral Ledger Accounting (New) > Business Transactions > Document Splitting > Classify G/L Accounts for Document Splitting > Execute
    When you get a pop-up, enter the relevant Chart of Accounts
    Click on New Entries and enter the G/L Account 2001 (i assume its a recon account for vendor).
    Select the Item category 03000 Vendor and save.
    Hope that helps.
    Regs.

  • HT203167 I can see an audiobook that I purchased in my iTunes account and on my iphone, but it's not transfering into my library. HELP!

    That's basically it. I purchased 2 audio books from my iphone, and only one transfered into my itunes. I saw both books download in icloud, but again, only the one showed up.
    What should I do. I see it everywhere except where I want it.
    Thanks for your help.

    Audiobooks are currently a one-time only download, so they won't appear in the Purchased link for re-downloading, so you will need to contact Apple.  Try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that audiobook and use the 'Report a Problem' link and fill in details about the problem (iTunes support should reply within, I think, 24 to 48 hours).
    Some people have had a problem with the 'report a problem' link (it's been taking people to this site on a browser instead of showing a form in iTunes) - if it does that to you then try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page.

  • ERROR IN F-43 NO ITEM CATEGORY ASSIGNED TO ACCOUNT 420000/POCA

    Respeced Gurujis,
    While entering the Vendor invoice by f-43 i m getting following error message
    THERE IS NO ITEM CATEGORY ASSIGNED TO ACCOUNT 40000000/POCA
    Please help me out.
    thx
    vinod

    Hi Vinod,
    Probably document splitting is activated in your company code.
    So at the following path Assign an item category to your GL account.
    Path: SPRO-Financial Accounting - General Ledger Accounting - Business Transaction - Document Splitting - Classify G/L Accounts for Document Splitting..
    Check the item category that is most relevant to your GL from dro-down.
    Manish Gupta

  • Error occured while saving the user account information

    I'm trying to install LiveCycle ES 2 with PDF Generator on a Windows 2008 server wtih SQL Server 2005.  When I run the configuration manager I get an error in the step where you add the administrator user credentials for generator.  The error I'm receiving is ALC-PDG-080-032-Error occured while saving the user account information.  Has anyone seen this issue before?  Any ideas on what the problem may be?

    Going back some time, another user (do not recall Matrox on the system) had a similar issue. The workaround in that case was to use Save_As and just increment the file name. Now, I do not recall any real "fix," and for another user, the Save_As resulted in the same behavior, so it was not a universal workaround.
    Good luck, and please report your findings,
    Hunt

  • Error in MB1C Msg There is no item category assigned to account 799999/4050

    I am getting for MB1C movement type 561
    There is no item category assigned to account 799999/4050
    I checked g/l account & seems Item category reference tab is missing
    But could not figured what is this & how to resolve? Is it error in filed selection for G/L account? Please suggest solution. Thanks

    Hi D N,
    Many thanks for your valued answer. I have already maintained all debit/credi accounts for my chart of accounts in GBB for OBYC transaction. I also maitained WRX for valuation account 7920. Please note that I have not maintained for any other valluation accounts like 3000, 3050 etc... as my valuation account in MM is 7920-Finsihed goods accounts.
    I tried to check G/L accounts 799999 for company code 4050 in FS00. In Tab Create/Bank/Interest field status grp is G006 Below check box I tick marked Automatic Postings. (Even I rmeoved issue not resolved)
    Below this is Bnk/Financial details in company code and I noticed one line is missing which is in other standard company code
    COMMITMENT ITEM 799999 (INVENTORY (OWN GOODS) Is this line creating problem? If so how can I create such line?
    I also run the report & verify
    I tried to run programme RM07CUFA SE38
    Difference in 3 tabs as "MM Group differs"
    But could not identified further. If you have any clue to resolve, pl advise.
    Thanks for your time.

  • Items in template contain errors, only correct items are transferred

    Hi guys,
    When we create SC with items from the old SC the message appears: "Items in template contain errors, only correct items are transferred". I checked SC, there are no error messages. I found that field SOURCE_REL_IND in the table BBP_PDIGP is initial. Can it be the reason of this error message?

    Hello
    I think the old items from the old SC will be validated, and therefore you got this error message.
    I would suggest to uncheck the 'Validate Product Data' (In Additional
    Functions in product catalog tab) for the external catalog in the
    following path:
    spro -> SAP IMG -> Enterprise Buyer -> Master Data ->
    Define Catalogs. Select the catalog, and then 'Goto -> Details'
    Hope this helps,
    Daniel

  • Error : Contract does not match customer and item information[OSCI.ManufSN]

    I need to add Service Call from Service Contract through DIAPI. "Mfr. Serial no" is set as  "Unique serial no by" in system general settings.
    Creating two Customer Equipment Card from the cfl provided on Service Contract in Item Tab and Internal serial is blank in created Cutomer Equipment Card.
    One is terminated and other is active have the same ItemCode but different customers then while adding Service Contract I am paraller generating service call through DIAPI but the system is throughing error - "Contract does not match customer and item information [OSCL.IntrnalSN]"
    Thanks
    deepak gaur

    HI,
    Service Contract can be for a specific customer
    The contract type cound be (Coverage):
    1. including all items (Type Customer) in this case the dates of the coverage is defined in the head!
    2. Including specific serial numbers
    3. Including item groups
    The status every case should have to be Enabled/Approved  for valid contract (OCRT.Status = 'A').
    In case of Do not forget to set the valid from and valid to dates to define in the system the coverage. (header and items tab from/to dates)
    Now, If you create service all, the system will use the first possible Service Contract. IF you have more: you have to select the contract manually.
    Ex:
    1. One for customer including all items
    2. One for a specific serial number
    Best Regadrs,
    János

  • Solaris 10 11/06 - grub Error 28: Selected item cannot fit into memory

    I don't get install Solaris 10 11/06 in my IBM Thinkpad 600X laptop with 584 MB RAM memory.
    When I try I get allways this message:
    Error 28: Selected item cannot fit into memory.
    I have seen similars topics in this forum but nobody has found a right solution.
    Any idea to help me?
    Thanks.

    I was testing my memory with memtest86 for three hours and I didn't find any problem.
    I think my memory is working fine.
    Thanks for your reply anyway

  • Error 5 occurred when transferring an IDoc to the Business Information War

    Hello friends,
    We are getting the following error while loading orgunit hierarchy data  from R/3 to BW.
    Error 5 occurred when transferring an IDoc to the Business Information Warehouse.
    Error in send SEND_HIERARCHY_20 of the hierarchy table
    We have tried st22, sm37, bd87 but didn't find any error.
    Infosource : 0ORGUNIT
    Data source : 0ORGUNIT_HR01_HIER
    Could any one please guide me to proceed further.
    Reply will be higly appreciated.
    Regards
    Srikanth

    Hello,
    We had the same issue but allready solved it.
    You need to do a restore of your BI ystem with your source system.
    Warning: You need to open up both systems (systems must be modifiable)
    The restore will create a Basic idoc type wich now does not exists. (We30)
    With regards,
    Gary Kirkby
    BI consultant.

Maybe you are looking for

  • How to use a C# dll in Labview?

    How can I use a C# dll in Labview 8.2? With the "Import Shared Library" Wizzard I need the header file which I don't have. Is there another way to use such .dll to import the functions created in C#? Thanks in advance                               No

  • Sap fico  EBS  Account symbol in Assignment not replaceable

    Hi Exports am i  faceting  below given issue please  help me Internal trans.1002 : Account symbol in Assignment not replaceable  Internal trans.1001 : Account symbol in Assignment not replaceable  please find the attached copy also help me pls thanks

  • Freeing up Memory During CFFILE

    I have a process that generates flat files using CFFILE. The process uses a database reference table that feeds the query parameters. I have several loops in this process which I thought would be more efficient and free up memory after each CFFILE "a

  • MP3s and iTunes

    This question has come up before, but I don't feel it was resolved to my satisfaction. I would like to, when I click on a linked MP3, for it to open iTunes. I don't want to right-click, or ctrl-click, or any key modifiers. I don't want to download it

  • Oficejet 6700 "forget" its wireless connection settings

    Overall the printer works, but after several hours it "forgets" the settings for the wireless router.  I have a dedicated IP of 192.168.1.5 for the MAC address of the printer with the router.  Signal is super strong in this location and the printer d