Find a delete date for FI parked invoice?

Hi,
Can any one tell me how to find the date when FI parked invoice is deleted? Any help will be appreciated.
Thanks

SO VBRK-KURRF (exchange rate for FI)  is taken from "pricing date" in standard?
Are you 100% sure? :
FIrst of all: there is no pricing date (PRSDT) on invoice header level
Second: I`ve got information from FI that VBRK-KURRF is taken from posting (billing date) VBRK-FKDAT
I have found also programs, there is provided folloving calculation formula:
LV60AA90
Currency conversion (WAVWR is in local currency so far)
        ACTDATE = VBRK-KURRF_DAT.
        IF ACTDATE IS INITIAL.
          ACTDATE = VBRP-PRSDT.
        ENDIF.
        DA_WAVWR_HW = VBRP-WAVWR.
        DA_WAVWR_KW00 = WAVWR_KW00.
        DA_WAVWR_PCVP = WAVWR_PCVP.
LV60A036
Determine date
    IF vbrk-kurrf_dat IS INITIAL.
      ld_kurrf_dat = vbrk-fkdat.
    ELSE.
      ld_kurrf_dat = vbrk-kurrf_dat.
    endif.
So what is the verdict?

Similar Messages

  • Flag deletion date for customer

    Hello All,
    I have a requirement to get the flag deletion date for a customer on a sales organization level in a report, maintained in XD03/VD03 -
    Have written the below code.
    The problem with this is that the date is not fetched sometimes for a particular sales org.
    Could anybody suggest?
    Regards
    Varsha

    yes there is a field which stores the last date for a customer transaction
    Regards
    PS: Be clear in your question.

  • I must find my find my iphone data for last 1 year please help me

    i must find my find my iphone data for last 1 year please help me

    I confirmed, I have turned on " find my iphone. Here is the error I encountered

  • How to find the creation date for a released requests..

    Hi friends ,
    In se09 tcode , we a date which represents the last changed date .. Now , for a particular Released request i want to find out the Creation date for it . How can i find it . I checked the tables like E070create there also we have requests that not released yet , i have also checked se03 and other tcode and a fn mo dules like TR_READ_GLOBAL_INFO_OF_REQUEST .
    So how to find the creation date for a released requests. Iam waiting for ur inputs..
    Thanks in advance..

    hi,
    Did u found the way to get the request creation date?
    I also need the same information.
    This needed for audit purpose........so it is must.
    Please help me in this.
    Best regards,
    vinod

  • How to find the deleted data in tables

    guys,
    how to find the deleted data in tables example: i want to see whether anyone deleted data in MB5B report tables like mbew, etc.,
    regards,

    Hi,
    MBEWH is actually the history table of MBEW. It will record all the changes. As I have told you earlier if you have deleted the record dirctly from the table then it will not come even in the table MBEWH
    That means no changes have been made.
    regards

  • Where do i find the release date for a PO

    Hi,
    I am writing a report and i need to find
    1) "request date" for the release
    2) "release date"(from the higher authority)  for PO
    I did look up in ekko and ekpo.. couldnt find it. ekko-frgzu gives the staus  but i need the actual date.
    Pls help
    Hrishi

    Hi Hrishikesh ,
    As the release is a PO changing process and it is at the header level you should be able to find in the table CDHDR - Change header table.
    With combination of PO i.e object and Transaction (ME28 for PO release ) you should be able to find the change documents for that PO with the date released
    in CDHDR table.
    Hope this will resolve your issue.
    Thanks , Kiran
    P.S  Pls award points if the answer is helpful

  • Table or FM for finding customer deleted date - Distribtn channel specific

    Hi All,
    I need your help in getting table name or any function module which will give the customer delete date.
    I can not use CDHDR table since it only gives the customer number.( Same customer can exist in different distribution channel and i want to know the specific date on which specific distribution channel customer is deleted).
    Note: Deleted date is not available in KNA1 or KNVV.
    Any pointers will be rewarded.
    Thank You.
    Regards,
    Sheeba

    Hi,
    Call FM CHANGEDOCUMENT_READ with parameters
    OBJECTCLASS = 'DEBI'  &
    OBJECTID    = <CUSTOMERID>.
    Output structure EDITPOS will have change document data of all
    customer related tables.
    Regards
    Vinod

  • Load of EBS Supply Chain data deletes data for General Ledger

    Hi,
    we are trying to load data from EBS 11.5.10 to BIAPPS 7.9.6. We have loaded data to Financials Subject Areas (Budget, Financials - COGS, Financials - General Ledger, Financials - Payables, Financials - Receivables) using pre-defined execution plan Financials_Oracle 11.5.10 and data has been successfuly loaded and shown on dashboards.
    Later we have loaded data into Supply Chain Subject Areas (Employee Expenses, Financials - Payables, Supply Chain - AP Invoices, Supply Chain - Purchase Cycle Lines, Supply Chain - Purchase Order, Purchase Receipt, Purchase Requisitions) using pre-defined execution plan Procurement and Spend: Oracle 11.5.10. After this load data are visible on Procurement and Spend dashboards but previously loaded data on Financials - General Ledger dashboards are missing.
    So we have loaded data to Financials again which brought Financials data back to dashboards but data for Procurement and spend disappeared.
    We have also trying to load all data using Complete Oracle 11.5.10 execution plan. After this load most of the dashboards for Financials and Procurement and spend are empty.
    And finally we have created our own execution plans for Financials, Supply Chain and both and tried the same scenario. The results are the same. It seems to me that load of Financials data deletes Supply Chain data and vice versa.
    Can somebody advice how to load data for Financials and Supply Chain together?
    Thanks a lot, Petr
    Edited by: user793851 on Oct 23, 2009 11:02 AM
    I have to add new info: the all data are back and visible after the night. We didn't perform any actions. Does anybody know about some settings which can cause such behaviour?
    Many thanks,
    Petr

    Try the BI Apps forum: Business Intelligence Applications

  • Error while saving after changing the date of a parked invoice document in MIR7

    DUPREC:POS&INCOMINGINVOICE&(Invoice Number)(Fiscal Year)
    Message no. CD328

    Hi,
    Hope you are getting the dump Please check this note 1687903 - MIR4: Dump while saving parked invoice
    also check the dump at ST21 for the ABAP statement whare it is getting an issue and rectify the same .
    Regards,

  • How to find Last Payment date for vendor

    Hi,
    I am working on ALV  Vendor report details.
    1) How to find the last payment date for the vendor.
    2) In input paramter field  
        PARAMETERS: L_FILE  LIKE  RLGRAP-FILENAME.
       I want to validate the user input in the selction screen for downloading the file in the presentation server..
      what is the validation I have to write for the path name.
    pl help me give details.
    Thanks in advance.
    sharma

    1) use table REGUH field ZALDT or VALUT
    2) use fm like EPS_GET_FILE_ATTRIBUTES
    A.

  • Clearing date for the payment invoice through APP

    Hi All,
    I have some payment invoice which falls net due date on sunday so i can't able to run app on sunday(holiday)  so i use to run on saturday for getting the discount before the net due date.  While paying like this the system is taking clearing date and value date as sunday as per the net due date of the invoice, which is on holiday for the banks instead of what i have given in the payment parameters as saturday.
    what can i do for this to get payment parameters date as clearing date for the invoice.
    In the payment method for this invoices the payment per due date check box is unchecked in the configuration.  If i select this check box is it works for payment parameters date as clearing date.
    Please help me on this issue urgent.
    Thanks @ Regards
    Nandha

    Hi Jigar,
    Thanks for ther reply,
    that all different issues,
    My issue is the user run the payment run on saturday  with posting date as saturday which the invoice are  due on sunday in the clearing invoice they are getting the clearing date as sunday which is holiday for banks. 
    So I need to get clearing date as saturday for that net due date as sunday invoices why because i giving the posting date as saturday.
    Please suggest me what should i do for this issue.
    Thanks & Regards
    Nandha

  • Bapi's for posting parked invoices.

    Hi Friends..
    is there any BAPI's available  to post the parked invoices for both MM and FI.
    and I need one more info .. how to post already parked documents.
    for example : parked documents having 5 fields, but posting I need 10 fields.
    is there any solution availabel to post the parked document.same time I need to add the missed field.
    Thanks
    Gowrishankar

    Hi,
    Go to SE37 and type ' PRELIMINARY_POSTING_* '
    You will get few function modules.
    OR
    you can check in Function Group F040.
    Hope it helps you...
    Regards,
    K

  • Delete data for a single dimension member

    Is there anyway to delete all the data for a single dimension member from a particular cube?
    olap version: 11.2.0.3

    Nasar's approach should work, so I would use it so long as it performs well. But I have (several years ago) seen performance issues with CLEAR VALUES when it is applied to something smaller than an entire partition. So here is another method that also uses the FOR...BUILD construct. It clears the value of the PRICE measure in PRICE_COST_CUBE for PRODUCT = '48'. The cube has only two dimensions, TIME and PRODUCT, and I only want to assign to the leaf level of TIME, which is MONTH.
    BEGIN
      DBMS_CUBE.BUILD(Q'!
       "PRICE_COST_CUBE" USING(
        FOR
         "TIME" LEVELS ("TIME"."MONTH"),
         "PRODUCT" WHERE "PRODUCT".DIM_KEY = '48'
        BUILD (SET PRICE_COST_CUBE.PRICE = NULL ))!',
        PARALLELISM=>0,
        ADD_DIMENSIONS=>FALSE);
    END;
    /You can increase parallelism here if your cube is partitioned. If you need to clear out other measures at the same time, then add additional SET command in the central block. E.g.
    BUILD
      SET PRICE_COST_CUBE.PRICE = NULL,
      SET PRICE_COST_CUBE.COST = NULL
    )After this step you can re-aggregate the cube to make the aggregate values reflect the change.
    BEGIN
      DBMS_CUBE.BUILD(Q'!
       "PRICE_COST_CUBE" USING(
        FOR
         "TIME" LEVELS ("TIME"."MONTH"),
         "PRODUCT" WHERE "PRODUCT".DIM_KEY = '48'
        BUILD (SET PRICE_COST_CUBE.PRICE = NULL ),
        SOLVE)!',
        PARALLELISM=>0,
        ADD_DIMENSIONS=>FALSE);
    END;
    /The simple assignment to NULL will generate a simple assignment in the OLAP DML.
    PRICE_COST_CUBE_STORED=NAYou can force the code to loop over the existing composite by replacing NULL with something that evaluates to NULL, but involves the composite.
    SET PRICE_COST_CUBEW.PRICE = NVL2(NULL, PRICE_COST_CUBE.PRICE, NULL)Here is the generated OLAP DML assignment.
    PRICE_COST_CUBEW_STORED=NVL2(NA, GLOBAL.GLOBAL!PRICE_COST_CUBEW_PRICE
    , NA)  ACROSS GLOBAL.GLOBAL!PRICE_COST_CUBEW_COMPOSITE

  • Account is blocked for posting - parking Invoice for one time customer

    Hi Experts
    My end user is encounter error "Account is blocked for posting " when they tried to park invoice for one time customer (FV70). I checked and confirm the customer is not been blocked and allowed for posting in this period. Anything i can do for resolve this issue?

    Hi
    after you open T-code FS00 click on the GL and choose the change pen then click on  un-mark the Lock indicators .
    Regards
    Mahmoud El Nady

  • New Bootmgr for my Thinkpad needed [Old: RnR - Can't find the delete command for older Rescue's]

    EDIT: Read my Reply to see my new much greater problem...
    Hey,
    I recently Updated my Thinkvantage software after a few month and now have gotten the toolbox. There came the Problem up, that i Used RnR the last time like 1 Year ago, which couldn't be.
    I messed around a bit (i only had 50 GB free space and my old recovery file was another 23GB) and startet the rescue giving the new rescue file a maximum of 60 BG, so i have 10 GB free.
    It said, that this might not be enough but i could just give it a try, now i sit at 0GB free, my PC is slow as Hell and so on, i canceled the rescue and deleted some of my files.
    Now I'd like to know how i can delete the Rescue files (the dropdown menu with delete rescue file is gone through the update, so i cannot follow the instruction of the help page), so i have more free space available.
    Also i'd like to know if i then should try another rescue, hoping it fits on the then 70 GB free space (i stopped the rescue this time at about 50%)
    or should i just try my best and get my data on some other volume wich unfortunatelly i don't have with me, as im in another country...
    hope you got all Informations to help me and thanks for your Support
    John
    PS: if it's of importance it's a t500 with 2055A81 with 250 GB storage

    answering to myself with a now much bigger problem:
    1. what happend?
    I just wanted to set back the computer thinking it might run faster again...
    So i started the Thinkpad Recovery(RnR), it rebooted into the thinkvantage RnR Boot mode where it began to recover but stopped after 1 Minute at 0% recovery and didn't get any further in the next 4 Hours (with CPU and HDD idling all the time), as there was no option to stop it and no settings or something i thought it wouldn't do anything at all anymore and switched it off by force...
    ... restart: Bootmgr is missing press Ctrl + Alt + Del to reboot
    2. first analysis:
    i can get into Bios, i can boot from the CD, i cannot enter the Thinkpad OS (via pressing the Thinkvantage Button on startup) and i can't run Windows
    3. Googlin' around
    i found this Artikle from http://www.howtogeek.com/howto/windows-vista/fixin​g-bootmgr-is-missing-error-while-trying-to-boot-wi​..., followed the instruction downloaded the recovery CD, was able to boot from it and tryed to follow the Guide, but on the 4th Picture it didn't show my installed Windows looked around further and further and found:
    http://neosmart.net/wiki/display/EBCD/Recovering+t​he+Vista+Bootloader+from+the+DVD
    trying it out I had success with the Nuclear Holocaust way, so I now atleast can find my Windows in the recovery tool, but still the System-startup-repair was detecting my error but unable to fix it (Error: Botmanager doesn't exist or is damaged; Tried to fix the file with Filerepair; Conclusion Error. Errorcode = 0x2)
    I even found http://forum.notebookreview.com/showthread.php?t=2​12433, where there is a link to the Lenovo/Thinkpad tool with wich I possibly can retrieve something, but my laptop just doesn't have any Floppy drive (i also tried the file uploaded to rapidshare in this thread, which was the diskette but bootable via CD-Rom (didn't work as it seems to be set to drive A: and so i can't repair anything with it))
    4. Conclusion
    - maybe I'm pulling at the wrong end of the rope (http://neosmart.net/blog/2007/bootsectexe-modifies​-the-bootsector-not-the-mbr/)
    - ( http://forums.cnet.com/5208-7587_102-0.html?thread​ID=311230 ) maybe this guy is right and RnR from the thinkpad just wipes your boot files so there is too much damage to fix it
    Should I try to
    a) secure as many Files as possible? (booting with Knoppix(Live Linux Filesystem on Bootable CD)  did not work at all, but maybe i had an too old version)
    b) try to somehow get the RnR from the thinkpad to run again, so it might completely reset the PC to it's former state (No Idea how to do it)
    c) I read somewhere you can launch your installed Vista in safety-mode with a propper CD/DVD, even without the Bootmgr, has anyone Experience with that?
    TIA for any help you can offer me, i don't have the time to send in my laptop, would be great if someone from your developers could write me a little batch file, that i could run via the CMD (i can easily access my USB stick via the CMD provided by the Windows Vista recovery Disk) and which would well give me back the boot entrys that RnR deletes at the beginning or just creates a new one. Something that could remotely start the RnR to just bring back the old state could also work wonders, i used the Option, where you don't have to reinstall all programs, so maybe the RnR which also resets my installed programs would work well and fix the problem...
    I realy hope you guys can help me out as I'm in dire need
    Yours sincerely
    John

Maybe you are looking for

  • Using DECODE Function to change data

    I am trying to use the Decode function in a SQL statement to find a field that has a specific type, and when it finds that type, I want to blank out the results in a different field. For example: DECODE(ADDR_TYPE,'HOME',PHONE='') HOME_PHONE

  • Problem plz help in this

    hello i connect the iphone to my Mac open the itune i got this Itune was unable to load dataclass information from sync services . reconnect OR try again . AND This Too Apple Mobile device Helper quit unexpectedly i search in your site i got this htt

  • Can't Accept Licensing Agreement

    In trying to access pdf files I initially get a blank Adobe Reader template then moments later, superimposed over it, a 16 article Warranty Disclaimer & Software License agreement.  Above it is a message to press the Accept button. However, there is

  • Application server name and port number

    Hi Is it possible to get the application server name(ip) and port number at runtime. Becuase i want to open an html file which is in the application server, when a button is pressed by using web.show_document (); Can anyone guide me please. Thanks in

  • Buy phone in canada, can/cannot use in hk?

    I wanna ask is it able to use the iphone  in hk? bcuz i order it online on apple.ca and i am using the iphone 5 in hk right now but it seems like it cant read the carrier.