POSTING_INTERFACE_DOCUMENT for FBS!

Hi,
I've written a program to simulate transaction FBS1 using
FUNCTION 'POSTING_INTERFACE_DOCUMENT', it goes through with sy-subrc set 0, but I cannot see the document number in  T_BLNTAB, the code is below, I think I have all the right Parameters.
DATA: i_msgid LIKE sy-msgid,
      i_msgno LIKE sy-msgno,
      i_msgty LIKE sy-msgty,
      i_msgv1 LIKE sy-msgv1,
      i_msgv2 LIKE sy-msgv2,
      i_msgv3 LIKE sy-msgv3,
      i_msgv4 LIKE sy-msgv4,
      i_subrc LIKE sy-subrc.
DATA: ftpost LIKE ftpost  OCCURS 0  WITH HEADER LINE,
      fttax  LIKE fttax   OCCURS 1  WITH HEADER LINE,
      blntab LIKE blntab  OCCURS 1  WITH HEADER LINE.
blntab-BELNR =
*blntab-BUKRS = 2000.
*blntab-GJAHR =
Header Information first
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-BLDAT'.
ftpost-fval = '310506'.
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-BLART'.
ftpost-fval = 'SA'.
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-BUKRS' .
ftpost-fval = '2000'  .
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-BUDAT' .
ftpost-fval =   '310506' .
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-WAERS' .
ftpost-fval =   'GBP' .
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-XBLNR ' .
ftpost-fval =   'ACCRUAL POST' .
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-STGRD' .
ftpost-fval =  '05' .
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'BKPF-STODT' .
ftpost-fval =  '010606'.
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'FS006-DOCID' .
ftpost-fval =  '*'.
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'RF05A-NEWBS' .
ftpost-fval =  '40'.
ftpost-stype ='K'.
ftpost-count = 1.
ftpost-fnam = 'RF05A-NEWKO' .
ftpost-fval =   '476000'.
*Line Items Now
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'BSEG-WRBTR' .
ftpost-fval =     '5000' .
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'BSEG-MWSKZ' .
ftpost-fval =    'v0' .
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'BSEG-SGTXT' .
ftpost-fval =  'pallet of photo paper' .
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'BDC_SUBSCR' .
ftpost-fval =  'SAPLKACB' .
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'DKACB-FMORE' .
ftpost-fval =    'X'.
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'COBL-KOSTL' .
ftpost-fval =    '2-1000 '.
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'COBL-FIPOS ' .
ftpost-fval =    ''.
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'BSEG-DMBE2' .
ftpost-fval =  '70.42' .
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'RF05A-NEWBS' .
ftpost-fval =      '40'  .
ftpost-stype ='P'.
ftpost-count = 1.
ftpost-fnam = 'RF05A-NEWKO' .
ftpost-fval =   '417000'.
Item no. 2
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'BSEG-WRBTR' .
ftpost-fval =    '500' .
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'BSEG-MWSKZ' .
ftpost-fval =    'V0'.
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'BSEG-SGTXT' .
ftpost-fval =    'marketing assistants'.
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'DKACB-FMORE' .
ftpost-fval =  'X'.
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'COBL-AUFNR' .
ftpost-fval =  ' 400157 '.
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'BSEG-DMBE2' .
ftpost-fval =  '7.04'.
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'RF05A-NEWBS' .
ftpost-fval =  '50' .
ftpost-stype ='P'.
ftpost-count = 2.
ftpost-fnam = 'RF05A-NEWKO' .
ftpost-fval =  '89000' .
Next Line
ftpost-stype ='P'.
ftpost-count = 3.
ftpost-fnam = 'BSEG-WRBTR' .
ftpost-fval =   '5500'.
ftpost-stype ='P'.
ftpost-count = 3.
ftpost-fnam = 'BSEG-MWSKZ' .
ftpost-fval =   'V0' .
ftpost-stype ='P'.
ftpost-count = 3.
ftpost-fnam = 'BSEG-SGTXT'  .
ftpost-fval =   'accrual posting bala' .
*Next Line
ftpost-stype ='P'.
ftpost-count = 4.
ftpost-fnam = 'BSEG-WRBTR' .
ftpost-fval =   '5500'.
ftpost-stype ='P'.
ftpost-count = 4.
ftpost-fnam = 'BSEG-MWSKZ' .
ftpost-fval =  'V0' .
ftpost-stype ='P'.
ftpost-count = 4.
ftpost-fnam = 'BSEG-SGTXT' .
ftpost-fval =  'accrual posting bala' .
ftpost-stype ='P'.
ftpost-count = 4.
ftpost-fnam = 'COBL-GSBER ' .
ftpost-fval =   '1000'   .
CALL FUNCTION 'POSTING_INTERFACE_DOCUMENT'
  EXPORTING
    i_tcode                        = 'FBS1'
  I_SGFUNCT                      = ' '
  I_NO_AUTH                      = ' '
IMPORTING
    e_msgid                  = i_msgid
    e_msgno                  = i_msgno
    e_msgty                  = i_msgty
    e_msgv1                  = i_msgv1
    e_msgv2                  = i_msgv2
    e_msgv3                  = i_msgv3
    e_msgv4                  = i_msgv4
    e_subrc                  = i_subrc
  TABLES
    t_blntab                 = blntab
    t_ftpost                 = ftpost
    t_fttax                  = fttax
EXCEPTIONS
      account_missing          = 1
      company_code_missing     = 2
      posting_key_invalid      = 3
      posting_key_missing      = 4
      record_type_invalid      = 5
      transaction_code_invalid = 6
      amount_format_error      = 7
      too_many_line_items      = 8
      OTHERS                   = 9.
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
Any ideas anyone?
Many Thanks Sims

Hello,
this is what I have at the momment, but I still get the error message
                                                                                <i> Two accounts were transferred but not BSEG-HKONT                                                                               
Message no. F8 020                                                     
        </i>                                                                    
Diagnosis                                                                               
Two accounts were transferred but not BSEG-HKONT.                                                                               
This error also occurs if more than 1000 line items are transferred. In
     this case, the transferred data must be distributed across several     
     documents.                                                             
*& Report  Zrep1                                                 *
REPORT  zstaccrual                    .
DATA:
obj_type LIKE bapiache02-obj_type,
obj_key LIKE bapiache02-obj_key,
obj_sys LIKE bapiache02-obj_sys,
documentheader LIKE bapiache08,
accountgl LIKE bapiacgl08
OCCURS 0 WITH HEADER LINE,
currencyamount LIKE bapiaccr08
OCCURS 0 WITH HEADER LINE,
return LIKE bapiret2
OCCURS 0 WITH HEADER LINE,
extension1 LIKE bapiextc
OCCURS 0 WITH HEADER LINE,
t_edidd LIKE edidd OCCURS 0 WITH HEADER LINE,
bapi_retn_info LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
DATA: error_flag.
*documentheader-obj_key =  '000000000100000038'.
documentheader-obj_type = 'BKPFF'.
documentheader-obj_sys = 'RD1CLNT200'.
documentheader-username = sy-uname.
documentheader-doc_date = '310506'.
documentheader-doc_type = 'SA'.
documentheader-comp_code = 2000.
documentheader-pstng_date = '310506'.
documentheader-ref_doc_no = 'Accrual Post'.
documentheader-reason_rev = '05'.
documentheader-ac_doc_no = 476000.
documentheader-obj_key = 40.
*documentheader-ac_doc_no
*documentheader-fisc_year = '2005'.
*documentheader-trans_date
*documentheader-fis_period
documentheader-doc_type = 'SA'.
*documentheader-ref_doc_no
*documentheader-compo_acc
*documentheader-reason_rev
accountgl-itemno_acc = '1'.
accountgl-gl_account = '0000476000'.
accountgl-comp_code = '2000'.
accountgl-pstng_date = '20060506'.
accountgl-doc_type = 'SA'.
accountgl-profit_ctr = '2-1000'.
*accountgl-
APPEND accountgl.
accountgl-itemno_acc = '2'.
accountgl-gl_account = '0000476000'.
accountgl-comp_code = '2000'.
accountgl-pstng_date = '20060506'.
accountgl-doc_type = 'SA'.
accountgl-profit_ctr = '2-1000'.
*accountgl-
APPEND accountgl.
accountgl-itemno_acc = '3'.
accountgl-gl_account = '0000417000'.
accountgl-comp_code = '2000'.
accountgl-pstng_date = '20060506'.
accountgl-doc_type = 'SA'.
accountgl-profit_ctr = '0000400157'.
APPEND accountgl.
accountgl-itemno_acc = '4'.
accountgl-gl_account = '0000417000'.
accountgl-comp_code = '2000'.
accountgl-pstng_date = '20060506'.
accountgl-doc_type = 'SA'.
accountgl-profit_ctr = '0000400157'.
APPEND accountgl.
*AC_DOC_NO
*FISC_YEAR
*FIS_PERIOD
*accountgl-STAT_CON = 'X'.
*REF_KEY_1
*REF_KEY_2
*REF_KEY_3
*CUSTOMER
*VENDOR_NO
*ALLOC_NMBR
*ITEM_TEXT
*BUS_AREA
*COSTCENTER
*ACTTYPE
*ORDERID
*ORIG_GROUP
*COST_OBJ
*PROFIT_CTR
*PART_PRCTR
*WBS_ELEMENT
*NETWORK
*ROUTING_NO
*ORDER_ITNO
currencyamount-itemno_acc = '1'.
currencyamount-currency = 'EUR'.
currencyamount-amt_doccur = '5000.00'.
APPEND currencyamount.
currencyamount-itemno_acc = '2'.
currencyamount-currency = 'EUR'.
currencyamount-amt_doccur = '-5000.00'.
APPEND currencyamount.
currencyamount-itemno_acc = '3'.
currencyamount-currency = 'EUR'.
currencyamount-amt_doccur = '-500.00'.
APPEND currencyamount.
currencyamount-itemno_acc = '4'.
currencyamount-currency = 'EUR'.
currencyamount-amt_doccur = '-500.00'.
APPEND currencyamount.
call BAPI-function in this system
CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST'
EXPORTING
documentheader = documentheader
importing
obj_type = obj_type
obj_key = obj_key
obj_sys = obj_sys
TABLES
accountgl = accountgl
currencyamount = currencyamount
return = return
extension1 = extension1
EXCEPTIONS
OTHERS = 1.
IF sy-subrc <> 0.
  MESSAGE e999(re) WITH 'Problem occured'.
ELSE.
  LOOP AT return.
    IF NOT return IS INITIAL.
      CLEAR bapi_retn_info.
      MOVE-CORRESPONDING return TO bapi_retn_info.
      IF return-type = 'A' OR return-type = 'E'.
        error_flag = 'X'.
      ENDIF.
      APPEND bapi_retn_info.
    ENDIF.
  ENDLOOP.
  IF error_flag = 'X'.
    MESSAGE e999(re) WITH 'Problem occured'.
    ROLLBACK WORK.
  ELSE.
   COMMIT WORK.
  ENDIF.
ENDIF.

Similar Messages

  • BCS Tables for Reports

    Hi,
    I need to develop some FM reports (using ABAP), Can anyone give me list of FM BCS tables which can be used in reporting.
    Thanks & Regards,
    Jyoti

    Hi Jyoti,
    The totals are stored in FMBDT for budget and in FMAVCT for AVC.
    The budget lines are stored in FMBDP (FMBH for headers).
    All the commitments and actuals tables are the same as were for FBS.
    Regards,
    Eli

  • Bapi to Park FI

    HI Experts . . .
               We are developed employee reiumbursement in wda . . . 
    Now we are strucked to park a document to fbv0,fbv01
    Any idea how to park if any body experience in fico also can share
    I already collected some points like bapi_acc_document_post . . . but i m not sure this will park
    thanks in advance
    Regards
    srinivasan iyer

    hello
    i did bdc for posting_interface_document for fbv1
    but now the error is : at least one line item of the sending code must exsist
    thanks for your replay
    regards
    srinivas

  • BAPI_ACC_DOCUMENT_POST for Clearing (F-30)

    How can we use BAPI_ACC_DOCUMENT_POST for Account posting with Clearing(F-30). I am able to do it for normal GL postings(FB01).I want to use this BAPI for clearing the Open items for a given customer...
    Thanks
    Rajesh

    I don't think BAPI_ACC_DOCUMENT_POST is designed to perform a "Post with clearing".  However, function module POSTING_INTERFACE_CLEARING will allow you to access the functionality of transaction FB05 (F-30 is really calling FB05 with BKPF-BLART = 'DA').  The FM documentation contains the following:
    <i>Post with clearing (FB05) using internal posting interface
    Function module 'POSTING_INTERFACE_CLEARING' creates a batch input transaction (or Call Transaction ... Using ...) for a document to be posted using transaction FB05.
    The document header data and the data for the bank postings are transferred to table FTPOST. The rules for filling table FTPOST are described in the documentation for function module 'POSTING_INTERFACE_DOCUMENT'.
    </i>
    Best of luck!
    Regards,
    James Gaddis

  • Tables for AR/AP

    Hi
    could any body tell me tables for accounts receivables and accounts payables in Balance sheet of a company code.
    Regards
    Prasad

    Hello Prasad,
    Usefull tables for FI
    Table Name     Description
    FBAS     Financial Accounting “Basis”
    BKPF     Accounting Document Header
    BSEG     Accounting Document Segment
    BSIP     Index for Vendor Validation of Double Documents
    BVOR     Inter Company Posting Procedure
    EBKPF     Accounting Document Header (docs from External Systems)
    FRUN     Run Date of a Program
    KLPA     Customer / Vendor Linking
    KNB4     Customer Payment History
    KNB5     Customer Master Dunning Data
    KNBK     Customer Master Bank Details
    KNC1     Customer Master Transaction Figures
    KNC3     Customer Master Special GL Transactions Figures
    LFB5     Vendor Master Dunning Data
    LFBK     Vendor Master Bank Details
    LFC1     Vendor Master Transaction Figures
    LFC3     Vendor Master Special GL Transactions Figures
    VBKPF     Document Header for Document Parking
    FBASCORE     Financial Accounting General Services “Basis”
    KNB1     Customer Master (Company Code)
    LFA1     Vendor Master (General Section)
    LFB1     Vendor Master (company Code Section)
    SKA1     G/L Account Master (Chart of Accounts)
    SKAT     G/L Account Master (Chart of Accounts – Description)
    MAHNS     Accounts Blocked by Dunning Selection
    MHNK     Dunning Data (Account Entries)
    FI-GL- (FBS)     General Ledger Accounting: Basic Functions- G/L Accounts
    SKAS     G/L Account Master (Chart of Accounts – Key Word list)
    SKB1     G/L Account Master (Company Code)
    FI-GL-GL (FBSC)     General Ledger Accounting: Basic Functions - R/3 Customizing for G/L Accounts
    FIGLREP     Settings for G/L Posting Reports
    TSAKR     Create G/L account with reference
    FI-GL-GL (FFE)     General Ledger Accounting: Basic Functions - Fast Data Entry
    KOMU     Account Assignment Templates for G/L Account items
    FI-AR-AR (FBD)     Accounts Receivable: Basic Functions - Customers
    KNKA     Customer Master Credit Management : Central Data
    KNKK     Customer Master Credit Management : Control Area Data
    KNKKF1     Credit Management : FI Status data
    RFRR     Accounting Data – A/R and A/P Information System
    FI-BL-PT (BFIBL_CHECK_D)     Bank Accounting: Payment Transactions – General Sections
    PAYR     Payment Medium File
    PCEC     Pre-numbered Check
    FI-BL-PT-AP(FMZA)     Bank Accounting: Payment Transactions – Automatic Payments
    F111G     Global Settings for Payment Program for Payment Requests
    FDZA     Cash Management Line Items in Payment Requests
    PAYRQ     Payment Requests
    Assign points if usefull
    Regards,
    shashikanth

  • BDC for transaction F-28

    Hi All,
    I need to use transaction F-28 to create an interface for automatic postings of customer payments.
    Is it possible to create BDC for F-28?
    Regards

    Hello,
    It is very difficult to make bdc for any FI transaction. My advice is to use RFBIBL00 program for this.
    See my answer to this thread
    Re: FB01 DATA UPLOAD USING POSTING_INTERFACE_DOCUMENT FUNCTION
    Regards,
    Naimesh

  • BDC for Transaction F-02

    Hi,
    Any idea how to write BDC for transaction F-02?
    The problem is how do we upload one item after another within the same loop?
    Regards,
    Naba

    You may solve easily your problem writing the data in the LOOP like
    LOOP AT IT_BSEG
      " if first line, fill BDCDATA for header and the first line call
      " if not first line, fill BDCDATA for the bottom of the previous line
      " fill ok code for next line
      " fill BDCDATA for the current line
    ENDLOOP.
    " fill ok code for save and call transaction
    But it should be easier to use FM like [POSTING_INTERFACE_START|https://www.sdn.sap.com/irj/scn/advancedsearch?query=posting_interface_start&cat=sdn_all]; [POSTING_INTERFACE_DOCUMENT|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=posting_interface_document&adv=false&sortby=cm_rnd_rankvalue] and [POSTING_INTERFACE_END|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=posting_interface_end&adv=false&sortby=cm_rnd_rankvalue], those function modules will build the BDC flow.
    Another, and better solution is to use [BAPI_ACC_DOCUMENT_POST|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=bapi_acc_document_post&adv=false&sortby=cm_rnd_rankvalue].
    Regards

  • Posting COPA fields to FB01 using POSTING_INTERFACE_DOCUMENT

    Hi All,
    I am trying to post FI document through FB01 using POSTING_INTERFACE_DOCUMENT. All the FI fields are getting posted. But I am unable to post COPA fields. I am using BSEG-RKE* structure as suggested in other threads but still the COPA button is disabled for the document posted. I also checked in database, the fields are not populated. Could someone suggest if any additional information needs to be passed to enable COPA specific posting to the FM. Thanks.

    Hi SS ,
    can you do like this , Pass all COPA field details in this format "BSEG_RKEXXXXX' ,let me know the results.
    im ref :   call function 'RKE_FILL_BDCDATA_WITH_CRITERIA' in that FM.
    Edited by: Prabhu Peram on Sep 29, 2011 11:50 AM

  • BAPI for transaction F-30

    Hi All,
    Is there a BAPI that I can use for transaction F-30?
    Thanks,
    Jim

    I am not sure which BAPI would work, but the FM POSTING_INTERFACE_CLEARING should do the trick since it simulates FB05, which is really the same as F-30.
    The input parameter is very much the same as FM 'POSTING_INTERFACE_DOCUMENT', which you could find much information on in SDN, and also the FM has good documentation in SAP.
    Goodluck

  • FB01 upload using FM POSTING_INTERFACE_DOCUMENT

    Can somebody provide me the code to do upload for FB01 using FM POSTING_INTERFACE_DOCUMENT
    thanks in advance,
    dsr

    check programs RFBIBL00 and RFBIBL0. Also include RFBIBL02

  • POSTING_INTERFACE_DOCUMENT with PA segments/CO-PA

    Does anybody able post the document using function module POSTING_INTERFACE_DOCUMENT with PA Character ( CO-PA) segment(Product,Brand, equipment type). If so, can you please suggest me.
    Iam using the structure "CE01000" which was in FB01 screen but iam getting the error screen field is un known.
    Thanks.

    Thanks Rob, profit center, cost center and IOs are taken care. only concerned with PA segments. Function module is not understanding the structures for PA segments.

  • Migration FMFBS for FMBCS

    Dear SAP.
    I Need help.  We use the old version of FM (FBS) and by necessity (New Objet: Program budget) was needed to activate the BCS. It Was made all the migration but when we release bursts in the envelope in the message two (former budget and BCS - Item FMAVC005 - Budget payment, and Item BP629 exceeded budget payment execceded) or should only be checking the new version of BCS
    Any help will be very welcome
    Sorry, my english is bad.
    Best Regards
    Marck - Brasil

    Hi,
    If you are using BCS, the settings from former budgeting should not be used any longer. For instance, Availability control is technically different in BCS than in Former Budgeting (different tables).
    so, if AVC is already  active in BCS because BCS is active and configured, you should switch AVC Off in Former Budgeting.
    You should choose only BCS settings.
    Let me know if I have understood your query
    Kind regards,
    Mar

  • Function module for f-64 transaction

    Hi,
            Is there any function module is there for f-64 transaction please let me know.
    regards,
    Naveen

    hi Naveen,
    you can park documents with POSTING_INTERFACE_DOCUMENT.
    ec

  • Background image for tty

    im using the kernel26 from the stable repos, the same for initscipts. But the black background when im using the tty is really boring, there's some way to put some image in the without using some kind of hack?

    Try fbcondecor in fbsplash http://wiki.archlinux.org/index.php/Fbs … ackgrounds
    But I think you need to patch your kernel for that.

  • Videocard as the cause for program crash ?

    I have got an MSI mainboard and an MSI video card. I overclocked my CPU modestly (FBS 200 MHz --> 244 MHz) with the corresponding decreasing in HTT and RAM speed, and keeping the timings very relaxed, and turning off the spectrum spread. However, my game Half-Life 2 and Internet Explorer crash from time to time. If I overclocked my video card, this significantly increased the frequency of crashng events.
    It got me thinking: probably, the reason for crashing is that the frequency of operation of the overclocked mainboard does not match with that of the video card. I searched the BIOS for the settings like "locking the PCI bus frequency", but could not find any.
    What would you recommend ?

    Quote from: BOSSKILLER on 13-August-07, 09:56:10
    do not OC everythink in a same time..(keep VGA at stock parameters)
    find out 1st max stable freq. for your CPU. (give vcore only when need, make test and ensure that its stable. watchout CPU temp during testing and ensure  its in normal range.)  look here for testing applications: https://forum-en.msi.com/index.php?topic=107133.0
    I had kept the VGA at the stock parameters, while having overclocked my CPU from FBS 200 MHz to 244 MHz. I found out that if I put BSB to be equal 250 MHz, then the computer crashes and starts to reboot in a loop. Thus, I decreased the FSB to 244 MHz. Using CPU-Z, I found that at such an arrangment, the FSB:DRAM is CPU/7, and the memory frequency is 331 MHz, which is close to the stock ferquency 333 MHz. Perhaps, this is an explanation why I cannot go higher in FSB than 224 MHz. In fact, I was already asked on this forum to post the CPU-Z details on memory timings which I did, and the comments were that the timings were relaxed. I control the temperature of CPU with CoreCenter, and the temperature has never been higher than something like 50 CD when I was running the CPU overclocked at FSB 244 MHz.
    I have addedd the details on my PSU into my signature.
    I re-state my problem: when either CPU or GPU is overclocked, I get the game HL2 crashed often (something like 5 times in a 2-hour session). I have now returned both CPU and GPU to standard settings, and I will watch the occurence of crash. So far (2 or 3 1-hour sessions), there was no program crash. I will watch for longer.

Maybe you are looking for

  • Fulltext search with Stellent.

    Hello, sorry for double posting, but I didn't noticed that an ECM specific forum exists. I have successfully installed UCM+Site Studio using Oracle 10.2.0.3.0 as RDBMS and I have enabled the fulltext search. Trying to use the fulltext search on Raven

  • Tiger update 2008-004 screwed up iMac G5 screen resolution/desktop

    I have an iMac G5. Installed the Tiger 2008-004 update (and Safari update). When the iMac boots up the screen resolution/desktop gets enlarged just as the spotlight icon appears. As I move the mouse around the screen the desktop moves with it. The de

  • UCCE Not Ready Reason Code Removed after Internal Call

    Here is the scenario.  Agent puts themselves Not Ready which we have set to require a Not Ready reason.  They enter the reason and go about their business.  Someone internally calls their extension for whatever reason.  The agent takes the call and h

  • Cntering imgage in DW CS 5.5

    I am building a web page using layered images out of PS 5.5. I have tried several suggestions of CSS code to no avail. Seems the fact that it is layered is my problem. Can someone point me to the CSS code for this? If needed I can send a link to one

  • Using biztalk as ESB

    Hi, I want to publish a PL/SQL package as a webservice. Due to architectural requirements I'm not allowed to use the Oracle ESB. Instead I have to use BizTalk. Is this at all possible? What do I need to do in order to deploy my service through BizTal