The date on which PR is converted to PO

Hello SAP Experts,
I want to create one report in which i can found the PO created in the same month in which PR is created
OR
the date on which PR is converted to PO ( edited date)  in the PR table
regards,
Anisha

Hi,
EBAN table will sovle your issue.
I want a report in which I can find the no. PR getting converted to PO & no. of PR that is not getting converted to PO in the same month.
I think there is no such std. report.
I just want the table with which I can create such report.
It can't be done only by eban,ekko,ekpo.
1) You want to find out the PR number which are converted to PO
2) PR numbers which are not converted to PO in same month.
use these fields BANFN,BNFPO,BADAT,STATUS, EBELN and BEDAT.
Take    EKORG, STATU  and period in selection screen.
In output screen  take remaining fields.
If you want to display converted PO's
Selection screen enter Purhcase org, select the status B  and enter period e.g 09/01/2008 to 09/30/2008.
Status(STATU) :  B - PO created   N : PO not created
Regards,
Chandra

Similar Messages

  • How do I find out the date in which I registered my imac?

    How do I find out the date in which I registered my imac?

    It doens't really matter what date you registered it. However if you are looking to see when your expiration on AppleCare is/was it is 3 years from the original date of purchase. You can use the Apple Online Service Assistant afer you input the serial number click the link that says See your service and support coverage.

  • What report is run in SAP to get the DATE on which Users are locked ?

    Hello,
    What report is run in SAP to get the DATE on which Users are locked ?
    I have tried with RSUSR200 ,-- last logon ,last password change , but i did not get a option to find the date on which are Users are locked .
    Can anyone suggest what report should be executed to get the date on which Users are locked and by whom ?
    As a alternate , i  am usig SUIM to get extract this data but i am looking for a report .
    thanks & regards
    Ganesh

    Hi Ganesh,
    You can try the below link where many of the options are described:
    How i can check at what date perticular user was locked and who lock it?
    Regards,
    Nilanjan

  • Is there a possibility to check the date on which an app was re-installed?

    I am aware of the purchase history which allows me to see when I first time installed a certain app, but when I delete that app from my iPhone then re-install it from the Cloud on another day, say X, the purchase history doesn't help me seeing this date X, which is for me the re-installation date.
    Is there a possibility to check the date on which an app was re-installed?
    Thank you

    I read that you say the content should be deleted, so I still wonder if they get deleted, especially after I have just noticed this;
    Install an App then delete it while it is running in the background. Head to the store again and install it, you will see that the app is still in the background.
    I believe some records of the App exist after deleting it, regardless of who can access them. I will try checking with somebody who has a Jailbroken device.

  • Load the data for which these 2 fields are not initial (Blank).

    Hi Experts,
    I am extracting data from R/3 to BW using a Z data source based on view.
    In the extract there will be 2 fields User ID & Date.
    My requirement is to load the data for which these 2 fields are not initial (Blank).
    My Data source is extracting all the data from R/3 to BW.How can filter it out in BW.
    Thanks

    Hi Siegfried,
    Thanks for the info Provided.
    As I am new to BW, Could you please provide me with the code (ABAP) I need to insert and where...in which part of the below start routine in need to insert the code....
    My requirement is to load the data for which the USER ID (ZUSR_ID) & DATE (ZDATE) is not null/blank/0.
    <b>Start Routine IN Transfer Rules</b>
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
    FORM STARTROUTINE
      USING    G_S_MINFO TYPE RSSM_S_MINFO
      CHANGING DATAPAK type TAB_TRANSTRU
               G_T_ERRORLOG TYPE rssm_t_errorlog_int
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel datapackage
    $$ begin of routine - insert your code only below this line        -
    DATA: l_s_datapak_line type TRANSFER_STRUCTURE,
          l_s_errorlog TYPE rssm_s_errorlog_int.
    abort <> 0 means skip whole data package !!!
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.
    Thanks for the help.

  • How to find the date on which delivery was credit released?

    Hi All,
    I want to pull out the dates on which some deliveries were credit released. The deliveries were relased manually and the status in delivery is " D ".
    Kindly advise on this.
    Regards,
    Satish.

    Check LIKP-CMFRE
    Thanks,
    Raja

  • How to find the date on which notification task has been released?

    Hi All,
    I am an ABAPer, I have a functional doubt. I have got a functional Spec's for which I have to create a report.
    Here, I need to retrieve the field for "Date when the notification RECV task has been released".
    I have checked and analysed that the data has to be pulled from 'QMEL' and 'AFIH' tables. I have the notification number with me, I need to pull the "Date when the notification RECV task has been released", there are a lot of date fields in QMEL and AFIH tables, I am able to identify the creation date for particular notification. I need to get the release date?
    Could someone please help me, what is the field for release date for the notification in these tables (OR) please let me know the transaction be which we can identify the release date for notification task, I'll get the field name from there.
    Please help, I dont have any functional consultants around me.
    Thanks,
    Vishal.

    There are no fields for date for release of notification task in these tables.
    Please help!!
    Edited by: Vishal Saxena on Jun 15, 2009 8:22 PM

  • How can i save the data's which  i have entered into the table (webdynpro)

    Hi,
    I have created one view in that username , password fields and one button are there .
    While clicking on the button how can i save that data's into the table which i have created??
    Where i want to write the code??
    please help me...
    Thanks
    Shyja

    hi,
         in component controller create a method save, on that read the node that containing the user name and password into itab using the code wizard.now write code to insert itab to the dbtable of ur choice. save the method and activate .
    now go to ur view, create  a button.. on action of that call the method in the comp_controller.
    Regards
    Sarath
    Message was edited by:
            sarath satheesan

  • How to get the date on which a material has gone into stock

    Dear All,
    Suppose that I have some 20 unrestricted stock for a material. I want to know on which date the same has gone into stock ..Maybe 15 might have gone before 2 weeks and 5 might have gone a couple of days ago.
    How can we get the details for the same .
    Thanking you in advance,
    Shankar

    Although you can look at the materia documents created for this material in recent past but that is not a way to track this kind of information. Batch management can be used for enabling tracking of this kind of information. Take for example following situation -
        1st January 100 PC IN
        10th January 50 PC IN
        1st Feburary 75 PC OUT
        2nd Feburary 25 PC OUT
    You get only this kind of information from material documents but with this information it is not possible to know what you are looking for. If this is the requirement then Batch Management should be enabled.
    Cheers,
    Sanjeev

  • Lost the data (Memo) which i saved it in Note icon

    I have problem that when i write (Memo's) and save it on i phone "Note icon", i lost my data (Memo's) after three or four days,please explain to me what is the problem?!!!
    Thank You.

    It is possible the password you need to use is your apple I.d. And password.

  • Some of my appointments dissappear from the date on which they were scheduled and revert to the day on which I made the entry - this happens to only some entries not all

    I am currently finding it almost impossible to use ical.  sometimes when I make diary entries the entry appears as I have entered it in ical but the next day a selection of entries are no longer in their correct position but are listed as all day events for the day on the entry was made.  This is a problem that has only emerged in the last couple of weeks but I am not aware of having changed any settings during that time.  I would be very grateful for any advice.

    Hi!
    Well, there isn't any family member who could do that, because they don't have any access to my iCloud, so the second one is not an option for sure!
    Also, I am positive that photos don't stay in the stream only for 30 days, because I've had those photos from mid-end September in my iPhone, why did they just disappear?They should've disappeared long ago!Also, in my previous device I had photos stored in my stream for up to 8-9 months and they never disappeared, so this one doesn't seem to be the answer!
    Thank you though for your time, I really appreciate it!

  • My events photo albums have all been renamed with a number followed by IMPRT instead of the date which was how they were originally named. Also the photo now showing on the top of each folder is not actually in that folder. How do I restore?

    My events photo albums have all been renamed with a number followed by IMPRT (deleting the date on which they were taken) Also the photo now showing on the top of each folder is taken from a different event and so is not actually in the album it is sitting on top of. This happened when I linked to itunes. Any idea how to restore it to how it looked before?

    One thing that I find odd is that iTunes used to rebuild the .itl file when you deleted it.  It seems as if the newer iTunes somehow broke this old capability.  If you delete the .itl file it can't rebuild it- it simple treats this as if this is a fresh installation and completely ignores the fact that the .xml file has all the data in it.  I think Apple needs to bring back this old "feature".  Of course, the negative with that was that you lost all of the "Date Added" info along with some other stuff but at least it still kept the favorites info etc. (and I think maybe even the path although I don't believe I ever tried that because my account path has never changed until now).
    One side note: I can't find where the iTunes Windows SDK is.  I was hoping to try to use that to access the .itl "database" and write a utility to fix this situation.  Seems like this has moved from its original location...

  • Where does the data come from which powers the ship date and delivery date

    Hi All,
    Please let me know, where does the data come from which powers the ship date and delivery date?.
    Adi.

    Hi,
    DELIVERY DATE  will be maintain in the SALES DOCUMENT TYPES in VOV8 in the tab REQUESTED DELIVERY DATE/PRICING DAE/PURCHASE ORDER DATE.
    The field is PROPOSE DELIVERY DATE .
    If you check the field then the document created date will be the Requested date and will be carried from ORDER TO DELIVERY.
    If you want the delivery date other thann the CURRENT date then you have to maintain the LEAD TIME in days in the same tab.
    SHIP DATE: is the date on which you do the PGI in the delivery .
    Please check them and revert back if u need further details
    thanks,
    santosh

  • Query help, getting the row that fits the date

    Here is a sample dataset
    CREATE TABLE #TESTDATA (
    TableID INT IDENTITY(1,1),
    SomeCode VARCHAR(50),
    SomeDescription VARCHAR(50),
    EffectiveFrom DATE
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah1','2014-01-03')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah2','2014-01-10')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah3','2014-01-15')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah4','2014-01-30')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah1','2014-01-01')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah2','2014-01-05')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah3','2014-01-20')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah4','2014-01-30')
    The dates in the EffectiveFrom column indicates the date from which SomeDescription applies to SomeCode. So when someone asks what was the SomeDescription for SomeCode = A on 2014-01-04, the answer would be blah1.
    On '2014-01-10', it would be blah2.
    Anything on or past '2014-01-30' would be blah4.
    Nothing if before '2014-01-03'
    So how would I do a query that says give me every SomeCode and SomeDescription pair that was effective on @Date. I purposely left out the EffectiveTo date which would make this query very easy by doing a between clause.

    Are you looking for the below?
    CREATE TABLE #TESTDATA (
    TableID INT IDENTITY(1,1),
    SomeCode VARCHAR(50),
    SomeDescription VARCHAR(50),
    EffectiveFrom DATE
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah1','2014-01-03')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah2','2014-01-10')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah3','2014-01-15')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('A','blah4','2014-01-30')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah1','2014-01-01')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah2','2014-01-05')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah3','2014-01-20')
    INSERT #TESTDATA (SomeCode,SomeDescription,EffectiveFrom) VALUES ('B','blahblah4','2014-01-30')
    Declare @somecode varchar(10) = 'A', @sDate date = '2014-01-14'
    Select Top 1 * From #TESTDATA where SomeCode = @somecode and EffectiveFrom <=@sDate Order by EffectiveFrom desc
    Drop table #Testdata

  • Could not see the data in the cube

    Hi all,
    Iam trying to load data from one cube to another. Everything is fine but Iam not able to see the data in the new cube.
    I created 2 cubes--> Cube A new & cube B new which are copied from existing cubes cube A and Cube B. I need to load data from these new cubes cube Anew & cube B new to another cube (cube C new)  which is also a copy of existing cube C. I created update rules and activated them.I tried to load the data into the cube C new. I can see the load to be green but I cannot see the data in the cube C new. it shows 0 records in cube C new. there are records in cube A new & cube B new.
    Can anyone plz help me out.
    Thanks in advance.
    Thanks,
    Preethi.

    Hi Balu,
    I dont know what exactly the problem was but even after the load was successful i could not see any records in the new cube. The source cubes had 60,446 and 7595 records. but the target cube had 0 records.
    I ran the program SAP_FACTVIEWS_RECREATE as Bhanu suggested and deleted the data from the new cube(inspite of having 0 records I deleted them). I tried to load the data again which was successful and I could see the data in the new cube.
    Hope its clear.
    Thanks,
    Preethi.

Maybe you are looking for