0FI_AR_4 not updating item status

Hi !
I am facing a problem with extractor 0FI_AR_4. When loading a delta load with clearing docs the status of the document cleared by this delta is still O.
I can find the clearing doc in the ODS, but the cleared one is still the same, with blank clearing doc and clearing date.
Is this correct ? Shouldn't the cleared doc appear as cleared with its corresponding cleareing doc and clearing date ?
edit: I have just found an OSS Note 1051099 - BUC: Change to clearing information not reported to BW, but I know for certain that the clearing process is made through SAP standard transactions and not the program mentioned in the note. But the problem is the same. The chage of status that should update the record in the ODS is not beign generated, so I have only two records in PSA, one for the original document and another for the clearing doc, but there should be a third one for the update of original doc with status changed to C. Am I right ? Has this happened to anyone else out there ?
Please tell me where to start looking for answers !!
Regards,
Santiago
Edited by: Santiago Reig on Mar 11, 2008 7:32 PM

Hi..
For FI datasources you will not be able to see any data in the delta queue..
Data will get populated in the delta queue during extraction..
After init...it writes the entries into the time stamp table BWOM2_TIMEST in the SAP R/3 System with a new upper limit for the time stamp selection...
Depending on that data will get fetched from the table BKPF based on creation date (CPUDT)...
For 0FI_AR_4 (AR- line items )Selections are made from tables BSID/BSAD (Accounts Receivable)
This is for new entries.......
For changed records data will get fetched from the table BWFI_AEDAT , depending on the time stamp table BWOM2_TIMEST....
Check the following blog :
/people/swapna.gollakota/blog/2008/01/14/one-stage-stop-to-know-all-about-bw-extractors-part1
Regards,
Debjani.........

Similar Messages

  • Regarding Template updates, what does this error " not updated, item not found" mean?

    This is the second time I've posted this question so hopefully somebody will respond. At some point in the last few weeks I found that I could no longer apply a template in a group operation (returns the error shown above). If I modify the template and save it it shows all the related files to be updated but does not actually update them and again returns the error "not updated, item not found". As a test I created a duplicate of a particular .html file and applied the associated template successfully. When I apply a template change it does properly update the newly created file but not the others. I also did a mechanical file compare (using windiff.exe) between the original and duplicate file and there are NO differences in the two .html files. I have also deleted and recreated my site maps several times.
    As an aside, Library items do update successfully.
    I am running Dreamweaver CS6 on Windows 7.

    I have an extensive home network and I consider myself to be very proficient with personal computers (had one since 1981) so let's start at that level.
    I have you beat by 2 years. Bought an Apple II+ in 1979!
    When this problem first started, I went to another PC (home built desktop Win 7 64 bit) I have and created a new Dreamweaver site copy using an instance of the site that was on a network share running on a NAS box (Netgear RAID5) that I use for central file storage. Just for a test I did the same thing on my main working PC (see below) and created a new site with the data that was on the network share. Well, lo and behold the template problem went away with both of the two sites I am having trouble with. Now I have no idea why sites housed on my PC are having a problem but that seems to be the issue.
    Your setup is very similar to mine - NAS (I'm using an Intel NAS) housing all my working files.
    Just for a test I did the same thing on my main working PC (see below) and created a new site with the data that was on the network share. Well, lo and behold the template problem went away with both of the two sites I am having trouble with.
    So it's working in the duplicate site, but not the current site. And in the current site, you have some files that update as desired and some that do not? Why not just make the duplicate site be the main working site?
    Anyhow, I cannot think of any wrinkle that would cause DW to update some legitimate child files in a site but not others, except for a corrupted file cache.

  • OOTB Approval Workflow on Custom List does not Update Approval Status

    I have a custom list on which I've required content approval.  I then created a workflow instance from the "Approval - SharePoint 2010" template.  For this workflow I have selected "Update the approval status after the workflow
    is completed (use this workflow to control content approval".  When I approve the list item via the workflow task item the status of the item is not updated but stays at pending even though the
    workflow shows "Completed" with the Outcome of "approved".  Is this the expected behavior, i.e. does "Update the approval status after the workflow is completed (use this workflow to control content approval"
    not work for custom lists?  Does it work on any of the lists?

    Hi Kalos1840,
    If you check "Require Content Approval" setting, only the way above can update the approval status due to the approval status is for this approval workflow. As this approval workflow cannot achieve your demand, I recommend you un-check "Require Content Approval"
    setting and create a custom workflow such as the OOTB Approval Workflow or SharePoint Designer workflow.
    Here is the steps of a SharePoint Designer workflow:
    1.Go to your custom list , click Create a Workflow in SharePoint Designer.
    2.Add a “Start a task process” action in your workflow.
    3.Click “these users” and Start a Task Process edit page will pop up.
    4.In the Participants field, input your  approvers based on the order of approval.
    5.In the right of Participants field, select “Serial (one at a time)”.
    Best  Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • IPod 4th Gen not updating "played" status.

    Hi, recently I'm having a problem with my Ipod touch 4th Gen. It works fine, plays music and videos normally, but it does not update the "last played" status, nor "last played date". This is a problem because I sync my videos based on "most recent not played", and I have some smartlists that make use of that statur or date too.
    This happened once before I upgraded from iOS 5 to Six, but apparently was corrected; however, since I upgraded to iOS 6, none of my played items is being updated. Could it be because of the iOS upgrading, or maybe there is something else I'm missing?

    iOS: Device not recognized in iTunes for Mac OS X
    It will not show up in Finder/Spotlight search

  • BAPI_SALESORDER_CHANGE - not updating ITEM CATEGORY(VBAP-PSTYV)

    Hi all,
    I have used bapi to change sales order  but the Item category(pstyv) is not updating .
    please tell me whether it needs to be passed to the bapi structure , if passed then how to retrieve (table) the item cateogry(pstyv) for the material.
        CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
                EXPORTING
                  salesdocument               = e_vbeln
                 ORDER_HEADER_IN             = wa_hdr
                  order_header_inx           = wa_hdrx
                tables
                  return                     = i_ret
                 ORDER_ITEM_IN               = i_item
                 ORDER_ITEM_INX              = i_itemx
                 SCHEDULE_LINES              = i_sch
                 SCHEDULE_LINESx             = i_schx
                  EXTENSIONIN                = i_parex.
              endif.
    please help me out.

    Hi,
    I think if you use FM BAPI_SALESORDER_CHANGE, you have to explicitly specify the field and its value you want to change. So put the value you want in the field ORDER_ITEM_IN-ITEM_CATEG and also "X" to ORDER_ITEM_INX-ITEM_CATEG and see what happen.
    Hope it helps,
    Chang

  • CLEAN_REQREQ_UP not updating the status of all confirmations.

    Hello All
    We have scheduled the cleaner report as a job running every 2 minutes.
    This job changes the status of the confirmations from 'Approved' to 'Transmit to backend system'.
    However the job doesn't process a few confirmations randomly.
    In such confirmations, the status remains as ' Approved'.
    There is no issue for replication for such confirmations in the backend.
    This happens on 30 % of all confirmations.
    All these confirmations are coming from an interface and the following sequence occurs
    1) MFG Batch user creates Confirmation in SRM
    2) WF Batch user sets the status as Approved
    3) Job Batch user( CLEAN_REQREQ_UP) updates the status to 'Transmit to Backend system'
    I am trying to find out why the job wont process these confirmations.
    Regards
    Kedar

    HI
    for eg,
    when we do confirmations in SRM
    message type MBGMCR and RFC takes GOODS CONFIRMATION / SERVICES  data to .ECC
    and BBP_GET_STATUS_2 job bring the informations of ECC GR status and update in SRM.
    bbp_docuemnt_tab get entries of srm confirmation data and clears clen req up table (po+confirmation number).
    clean job must clean this PO+confirmation line in the bbp_docuemnt_tab table.
    check your PO number in BBP_DOCUMENT_TAB TABLE.
    i need to check it up.
    br
    muthu

  • IDOC_INPUT_STPPOD not updating POD status

    Hi fellow SDN people.
    We are posting IDOC_INPUT_STPPOD with only the E1EDL20 segment filled.
    The IDOC posts OK and PODAT and POTIM is updated in transaction VLPODA.
    But the problem is that the POD Status is A (Relevant) and not C...
    If we go to the transaction and "Confirm the Proof of Delivery" the flag is set to C, but we want this to happen in the IDOC. Does anyone have any suggestions on how we can achieve this? Do we need to fill any more segments in the IDOC?
    Best Regards
    Niklas

    Sorry everyone.
    If I had read the documentation a bit more carefully I would have noticed that I had to fill the E1EDL24 segment for all items to get the status change...
    This solves the problem.
    Best Regards
    Niklas

  • Sales order change BAPI not updating items Profit center

    Dear ,
    I am facing the problem in using the BAPI for Item 's profit centre  in blank space.
    I write down the below code <but it's not at all updating the profite centre .
    please ccorrect the code if any required'
    TYPES: BEGIN OF file_data ,
           vbeln TYPE vbap-vbeln, " order numner
           posnr TYPE vbap-posnr, " orderitem
           profit_ctr TYPE vbap-prctr, " [profite centre
          END OF file_data.
    DATA: t_data TYPE STANDARD TABLE OF file_data .
    DATA : wa_data LIKE LINE OF t_data.
    DATA: t_data_item TYPE STANDARD TABLE OF file_data .
    DATA : wa_data_item LIKE LINE OF   t_data_item.
    **DATA: t_data_item TYPE file_data OCCURS 0.
    *DATA: return TYPE STANDARD TABLE OF bapiret2.
    *DATA: wa_return LIKE LINE OF return.
    DATA: wait LIKE bapita-wait VALUE 'X'.
    DATA: s_order_header_in LIKE bapisdh1.
    DATA: s_order_header_inx LIKE bapisdh1x.
    DATA: BEGIN OF i_order_item_in OCCURS 0.
            INCLUDE STRUCTURE bapisditm.
    DATA: END OF i_order_item_in.
    DATA: BEGIN OF i_order_item_inx OCCURS 0.
            INCLUDE STRUCTURE bapisditmx.
    DATA: END OF i_order_item_inx.
    DATA: BEGIN OF it_return OCCURS 0.
            INCLUDE STRUCTURE bapiret2.
    DATA: END OF it_return.
    ***********************selection
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS : file LIKE rlgrap-filename OBLIGATORY.
    "ctu_mode  TYPE ctu_mode  DEFAULT 'N'.
    SELECTION-SCREEN END OF BLOCK b1.
    *********assign file
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR file.
      CLEAR file.
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = file
        EXCEPTIONS
          OTHERS    = 1.
      DATA:  it_text TYPE truxs_t_text_data .
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
          i_field_seperator    = 'X'
          i_line_header        = 'X'
          i_tab_raw_data       = it_text
          i_filename           = file
        TABLES
          i_tab_converted_data = t_data[] " Your internal table of structure of Excel sheet
        EXCEPTIONS
          conversion_failed    = 1
          OTHERS               = 2.
      t_data_item[] =  t_data[].
      DELETE ADJACENT DUPLICATES FROM t_data COMPARING vbeln.
    Header update indicator
      s_order_header_inx-updateflag = 'U'.
    Line items
      REFRESH: i_order_item_in, i_order_item_inx.
      LOOP AT t_data INTO wa_data.
        LOOP AT t_data_item INTO wa_data_item WHERE vbeln = wa_data-vbeln. .
          i_order_item_in-itm_number = wa_data_item-posnr.
          i_order_item_in-profit_ctr = wa_data_item-profit_ctr.
          i_order_item_inx-itm_number = wa_data_item-posnr.
          i_order_item_inx-updateflag = 'U'.
          i_order_item_inx-profit_ctr = 'X'.
          APPEND: i_order_item_in, i_order_item_inx.
        ENDLOOP.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = wa_data-vbeln
          IMPORTING
            output = wa_data-vbeln.
        CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
          EXPORTING
            salesdocument     = wa_data-vbeln
            order_header_in   = s_order_header_in
            order_header_inx  = s_order_header_inx
            behave_when_error = 'P'
          TABLES
            return            = it_return
            order_item_in     = i_order_item_in
            order_item_inx    = i_order_item_inx.

    i already used same But it's not working
    s_order_header_inx-updateflag = 'U'.
    Line items
      REFRESH: i_order_item_in, i_order_item_inx.
      LOOP AT t_data INTO wa_data.
        LOOP AT t_data_item INTO wa_data_item WHERE vbeln = wa_data-vbeln. .
    BAPISDITM
          i_order_item_in-itm_number = wa_data_item-posnr.
          i_order_item_in-profit_ctr = wa_data_item-profit_ctr.
    BAPISDITMX
          i_order_item_inx-itm_number = wa_data_item-posnr.
          i_order_item_inx-updateflag = 'U'.
          i_order_item_inx-profit_ctr = 'X'.
          APPEND: i_order_item_in, i_order_item_inx.
        ENDLOOP.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = wa_data-vbeln
          IMPORTING
            output = wa_data-vbeln.
        CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
          EXPORTING
            salesdocument     = wa_data-vbeln
            order_header_in   = s_order_header_in
            order_header_inx  = s_order_header_inx
            behave_when_error = 'P'
          TABLES
            return            = it_return
            order_item_in     = i_order_item_in
            order_item_inx    = i_order_item_inx.

  • CUP not updating OCS status when user ends call

    Hi All,
    I have an issue where, when a user places/receives a call their MOC status shows them as "on a call", 99% of the time when they end the call the MOC status changes back to what ever is was set to, i.e. Available.
    The 1% of the time is will stay "in a call".
    Now I have managed to trace a call from the CUP server and when the status updated correctly I can see a SIP message "ConnectionClearedEvent", however when the status does NOT change back there is no "ConnectionClearedEvent" in the SIPProxy trace file.
    So I am assuimg that some thing between CUCM and CUP is failing everynow and again.
    I am having a mental black and need to be pointed to the CUCM process that would pass the information to the CUP server.
    CUCM 6.1.5.10000-10
    CUP 7.0.3.10000-63
    Any other help would be appreciated too..
    Cheers
    Jason

    I would recommend you upgrade to CUPS 7.0.8 before troubleshooting.
    In each relase between 7.0.3 and 7.0.8 there are some OCS bugs fixed.  Not saying that upgrade would fix your problem.  But at least it would rule out the known defects.
    If there's no CSTA (INFO) message sent to OCS, the problem would be on CUPS side.  It could be the CUPS lost its connection with CTIManager thus not able to get CTI event updates.
    Michael
    http://htluo.blogspot.com

  • Auto Approval EBP Purchase Order is not updating the status at the header

    Hi There ,
    We are facing an issue in EBP auto approval PO ,
    The process level schema is set to Auto Approval  (Standard 9CBUS2201_EX01_55)
    During the PO creation , the standard schema is triggered and it gets approved .
    The status of the PO in the Approval Tab is showing as Approved .
    But in the docuemnt level the status is still Awaiting Approval .
    While checking in SWI1 we came to know that an error has happened in the Task TS40007972
    and the Guid ID of SRM Purchase is initial that has made the status(EV_STATUS) as initial .
    The ERROR is from the below class & method.
    Class: /SAPSRM/CL_WF_PROCESS_MGR_SBWF
    Method:GET_PROCESS_DECISION_STATUS
    Can anyone suggest to overcome this issue .It will be very usefull if anyone could suggest debugging possibility if any .
    Regards,
    Arun.

    Have you tried notes?
    1625513 - Workflow without approval is Awaiting approval status
    1724251 - Workflow log error: CREATE_DECISION_SETS cannot be executed

  • IWeb not updating published status within application

    I'm having a strange iWeb problem that just started up within the last day or so. When I publish any of the sites within my domain (I have seven separate "sites" that are all part of the same domain file) the updates get published to my site, but the icons in iWeb do not change color back to blue. This happens whether I choose to publish changes or publish all.
    Another symptom of this problem is that my published site (http://www.adamreisinger.com) does not reflect the changes online until about five minutes after iWeb gives me the dialog box that my site has been successfully updated.
    The only thing I've changed on my system recently is applying the last round of software updates, including the iLife update. I've tried trashing the application preferences and the iWeb cache and re-publishing, as well as logging out and logging back into MobileMe within System Preferences.
    Any help in this matter would be greatly appreciated.

    Thanks for the suggestion. I tried the steps you outlined, and unfortunately the problem persists. Also, because the files were deleted from the Web folder the iDisk, iWeb is now under the impression that EVERY page has been modified, which has actually increased my publishing time.
    Some other troubleshooting steps I've taken to try and narrow down this problem:
    - I've tried publishing the domain from a newly created user account on the same computer (MBP running 10.6.2 and all latest updates applied)
    - I've tried copying the domain file to a different computer (one that has not had the latest iLife support update applied) and publishing from there
    - I've tried publishing to a different MobileMe account (a test account set up by Apple)
    - I deleted an entire site from the source list in iWeb (one that, fortunately, was not needed)
    After all these steps -- tried individually -- the issue persists.

  • Mailbox Database not update and status is suspended

    Dear,
    I got below when I wants to update suspended database on DAG mode
    MailDB
    Failed
    Error:
    A source-side operation failed. Error An error occurred while performing the seed operation. Error: An error occurred while processing a request on server 'MAIL2'. Error: An I/O error occurred while attempting to access file 'C:\Mail Data\Program Files\Microsoft\Exchange
    Server\V14\Mailbox\MailDB\MailDB.edb' on source server MAIL2. Error: EseDatabaseBackupReader: PerformDatabaseRead failed with error code 0xFFFFFC18. Expected 65536 bytes read, but actually only 0 were read.. [Database: MailDB, Server: MAIL.teletalk.com.bd]
    An error occurred while processing a request on server 'MAIL2'. Error: An I/O error occurred while attempting to access file 'C:\Mail Data\Program Files\Microsoft\Exchange Server\V14\Mailbox\MailDB\MailDB.edb' on source server MAIL2. Error: EseDatabaseBackupReader:
    PerformDatabaseRead failed with error code 0xFFFFFC18. Expected 65536 bytes read, but actually only 0 were read.
    An I/O error occurred while attempting to access file 'C:\Mail Data\Program Files\Microsoft\Exchange Server\V14\Mailbox\MailDB\MailDB.edb' on source server MAIL2. Error: EseDatabaseBackupReader: PerformDatabaseRead failed with error code 0xFFFFFC18. Expected
    65536 bytes read, but actually only 0 were read.
    EseDatabaseBackupReader: PerformDatabaseRead failed with error code 0xFFFFFC18. Expected 65536 bytes read, but actually only 0 were read.
    Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.140).aspx?v=14.2.247.1&t=exchgf1&e=ms.exch.err.Ex4543D9
    Exchange Management Shell command attempted:
    update-MailboxDatabaseCopy -Identity 'MailDB\MAIL' -SourceServer 'MAIL2' -Network 'MailBoxDAG\DAGNetwork02' -DeleteExistingFiles
    Elapsed Time: 00:39:28
    Thanks, Limon ,Dhaka,Bangladesh

    Hi , 
    1.Please have a look in to the error message and it clearly says that the database is not active on the source server and also please check the active database on the source server is on healthy state . 
    Error: An error occurred w
    hile processing a request on server 'MAIL2'. Error: Database 'd779408f-7923-4749-963a-05ab9ba77bd6' was
    not active on source server 'Mailboxy'.. [Database: MailDB, Server: MAIL.domain.com]
    2.test-replicationhealth  | fl
    3.get-mailboxdatabasecopystatus -server "the server which is holding the active database" |
    fl 
    Please run the above commands to check is there any error messages coming on the output and also if possible
    please share me that .
    Please reply me if you have any queries.
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • Exchange Server 2013 Management Pack in SCOM 2012, can not update healthset status automatically

    Hi, all
    I have Exchange Server 2013 and SCOM 2012 installed. I have imported Exchange Server 2013 Management Pack to SCOM 2012. Now I have a question that when there is a service not healthy, I can find the red alert in my alert view with the Exchange 2013 server,
    but after the service is healthy automatically, the red alert is still there. I can only make it become green healthy status after reseting the healthset status in the healthset explorer.
    Does anyone know how to make the server become green healthy status automatically after the monitor is healthy?
    Thank you.
    Nile

    Hi,
    How many Exchange Servers do you have? Does this issue only occur on one Exchange Server?
    Please check the application log on the problematic Exchange server and see whether there are any related event error.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Issue with CRM_STATUS_CHANGE_EXTERN - Not updating user status immediately

    Hi Everyone,
    I need to set a user header status in CRM based on the delivery block selected in ECC sales order. for example, If the delivery block is A2 then user status should be E0008(Image review) etc. For this to happen in the transaction CRMD_ORDER, in save userexit I am reading the shipping data and based on the delivery block, I set the user status using FM "CRM_STATUS_CHANGE_EXTERN".
    When I open the sales order again using CRMD_ORDER, I could see the old status still remaining but when I go to change mode, the user status is reflecting correctly. Can someone pls help me how I can fix this i.e status should change to correct one soon after I open the sales order in CRMD_ORDER.
    Thanks,
    Dharmendra G

    After call of CRM_STATUS_CHANGE_EXTERN you need to call BAPI_TRANSACTION_COMMIT.
    call function 'CRM_STATUS_CHANGE_EXTERN'
        exporting
            objnr               = iv_guid
            user_status         = iv_status
        exceptions
            OBJECT_NOT_FOUND    = 1
            STATUS_INCONSISTENT = 2
            STATUS_NOT_ALLOWED  = 3
            OTHERS              = 4
    if ( sy-subrc = 0 ).
        call function 'BAPI_TRANSACTION_COMMIT'
            exporting
                wait  = ABAP_TRUE
    else.
        "!+ Handle error
    endif.
    Best regards,
    Tomas.

  • Reject reason schedule line not updated item level

    Hi,
    Say a particular sales order line item has 3 schedule lines all of which had been rejected through reason '00',
    Just a clarification as to why the line item doesnt get rejected with a reject reason if all the schedule lines in tht line item is rejected.
    Thanks
    Keshi

    Dear Keshi,
            When there is reason for rejection set for all schedule line then what is the need of getting at item level.
    Reason for rejection at Scheduleline level is more specific than at item level,
    I hope it will help you
    Regards,
    Murali.

Maybe you are looking for

  • Create DVD from Sequence

    Hi All, Sorry if this is an inane question but I have a very simple task I want to do and I hope you can help and I hope the solution is simple. I am running FCP 5 Studio. I have a simple sequence edited in DV - I just want to burn this to a DVD with

  • Using Formcalc to calculate Days between Dates

    Can anyone give me a simple FormCalc script in which an end date is subtracted from a start date and the result is expressed in number of days?  I'm using LiveCycle Designer ES (not ES2).  Thank you!

  • Modify Crystal financial statements in 8.81

    I've been asked to modify the Crystal P&L. I was shocked to see that it doesn't even reference OACT in the Field Explorer. Almost all the fields are PLD__Items. If I try to browse the field data, Crystal goes looking for an xml file. Has anyone ever

  • [svn] 2649: Committing Josh McDonald' s patch for bug SDK-15795 after review and testing.

    Revision: 2649 Author:   [email protected] Date:     2008-07-29 09:33:23 -0700 (Tue, 29 Jul 2008) Log Message: Committing Josh McDonald's patch for bug SDK-15795 after review and testing. Various minOccurs and maxOccurs scenarios could lead to short

  • Changing node order in a closed shape?

    Setting a stroke profile (variable line width) on a closed shape changes the stroke width from narrow to wide. I would like to have the "wide" width in a different place and a "narrow" width somewhere else. I guess a way to do this would be to change