Objects created in a particular day

Experts,
Plz help me finding out the newly created objects in a particular day in the database.
thanks in advance.
thanks,
baskar.l

The dba_objects view has a column "CREATED" which can be used to get the list of object created on a specific day.
SQL> desc dba_objects
Name Null? Type
OWNER VARCHAR2(30)
OBJECT_NAME VARCHAR2(128)
SUBOBJECT_NAME VARCHAR2(30)
OBJECT_ID NUMBER
DATA_OBJECT_ID NUMBER
OBJECT_TYPE VARCHAR2(19)
CREATED DATE
LAST_DDL_TIME DATE
TIMESTAMP VARCHAR2(19)
STATUS VARCHAR2(7)
TEMPORARY VARCHAR2(1)
GENERATED VARCHAR2(1)
SECONDARY VARCHAR2(1)

Similar Messages

  • How to find these many credit memo has been created for particular day

    Hi Frinds,
    I am facing an issue where i need to search for partcular date in which i have to fetch how many credit memos have been created for that particular day.I donno what is the way to find credit memo for that particular day...
    All your help will be valuable for me
    Thanks in advance
    kishore

    Hi,
    If i am not clear with my requirement let me put you all in much better way like this..
    Through FBO3 tcode i am able to get the document for particular date..But that datas which gets fetched has Debit memo, Credit memo and few other datas also.
    I want to fetch the credit memo document which should have only this flow
    order no, credit memo request no,credit memo number and Accounting document to be fetched via
    Condition. I think i am clear now
    Plz help me on this
    Thanks
    kishore

  • Payment terms - due date on a particular day of the week say friday?

    Experts is it possible in SAP payment terms to configure a term such that due date is on a particular day of the week?
    I want use payment term to determine due date for weekly billing cycle (sunday to saturday) for the invoice to be due on Friday net 27 days from mid point of the week
    eg 1. if a customer is invoiced any day between October 4th to 10th, the due date should be Friday Nov 6th
    eg 2. if a customer is invoiced and day between October 11th to 17th, the due date should be Friday Nov 13th
    Is this possible?
    Thanks in Advance

    You need custom development for this. Using custom development, Substitution in FI or User exit in SD
    I. FI Substitution -
       Create substitution with exit, for field day1 (BSEG-ZBD1T) and baseline date (BSEG-ZFBDT). In exit, determine number of days for required Friday from baseline date you want to use (say document date). This way, due date will be on Friday.
    For determining Friday, use calendar or Ztables.
    II. Invoices created in SD - If you are gerenating invoices in SD, use exit EXIT_SAPLV60B_008. This exit has table ACCIT which also has same fields Day1 and Baseline date. Follow same logic mentioned above.
    I hope this helps.

  • Display Excahnge rate for that particular day in the reports

    Hello friends,
    I have a requirement from the business users to display the exchange rate being used to convert USD to JPY for that particular day in the reports. Is this possible. Please give me the steps to make this solution.
    Appreciate a lot
    --Thanks
    Simmi

    Hi,
    What will be the source of such exchange rates in your scenario? If you want to take it from the standard tables in SAP, you can load the data from such tables to the master and then can create the report on master.
    On the other hand, if you want to take it from internet, you can get the data into BI from Internet using RDA (Real Time Data Acquisition) (which can be implemented in 2004s only).
    I think first option would be simpler to implement.
    Regards,
    Yogesh

  • Appraisal Objects created in 'Approved' Planning status

    Good day,
    When creating Appraisal Template objects, they are created in 'Approved' Planning Status. We want them created in 'Active' Planning Status. We suspect this is the reason why we can't configure/define the process configuration for our template under IMG path: Personnel Management > Personnel Development > Objective Setting and Appraisals > Define Tabs and Process Configuration for Template. The system gives the following error message: "No process defined for form <template name>"
    We've tried using program RHAKTI00 to make these objects (VA VB VC) active but are facing a further issue that it makes appraisal template unreleased. Vice versa when i released the template, it makes objects planning status to reset to approved from active. A similar issue has been posted in the below thread but an answer was not provided.
    Objects created in 'Approved'  Planning status
    Kindly assist.
    Best regards
    Hardus

    >
    Chris Thomas wrote:
    > Michael - thanks as always for your insight and willingness to help out.
    >
    > Let me explain further.  Duke currently has a third party performance management system that allows the users to manage their Expected Job Results (EJR) in a catalog (translate to Qualifications catalog in R3).  In a separate step, the manager can select a single EJR and on the other side of the screen select all , or a subset of their employees to assign the EJR to.
    >
    > Extrapolate this to SAP PM.  We have created a Criteria group in our template and have experimented with adding qualifications via the BADI and this works fine EXCEPT that the manager would have to do this in each employee's appraisal, individually.  We are developing the tool to build and maintain the qualification catalog and assign to the employee via Manager Self Service, we are hoping to be able to facilitate the assignment of the EJR/Qualification into the employee's appraisal template.   The EJR's (Q objects) will be associated to a quadrant in their catalog: QK's - Clinical Quality, Customer Service, Finance and Work Culture
    >
    > The criteria group, Expected Job Results, has for criteria groups nested under it:  VB objects for four quadrants, Clinical Quality, Customer Service, Finance and Work Culture.   SO, we get to the crux of the matter.  Since we know the employee, we can get to the appraisal document and associated data in the tables.  The decision of which VB to go to is what we are trying to facilitate.  The textual names will be the same for the quadrants in the QK's and VB's BUT thats a bad way to try to make a decision, thus the thought to create a relationship between the QK and the associated, logically equivalent VB.  
    >
    > The issue comes up with some of our managers who have large (60+) direct reports so the thought of creating qualifications from the appraisal side, individually per employee does not work.  This is why we are thrashing around with trying to start outside and work our way in.  Make sense ?
    >
    > Chris Thomas
    Hi Chris,
    This is what I was trying to explain between free vs fixed enhancement. 
    Free enhancement - user selects from a list to add something to the template
    Fixed ehahcement - preloads data into the template
    If your application that you build in MSS assigns the qualifications to the employees, you have a number of options to make this work as fixed enhancement.
    First use the following fixed enhancement as your basis: 
    HRHAP00_ENHANCE_FIX1 - Fixed Enhancement - Add Position Requirements
    Now in your MSS application if you assigned the qualifications to the position and wanted all qualifications to show up in 1 criteria group, you can use this enhancement with no development. 
    qualifications assigned to positions or jobs are called requirements
    qualifications assigned to employees are called qualifications
    if you have like 10 qualifications assigned to the position and 4 need to go to clinical quality VB, 3 need to go to finance vb criteria groups, you will create a BADI for each one of those, each criteria group wiill have its own unique badi.  in the badi you will apply the filter after all "requirements are selected from position" so that only the 4 belonging to the qualification block for finance are loaded into that VB. 
    if your mss application MUST assign it the employee for business reason, you use the same logic except swap out position lookup with employee lookup. 
    are we closer?

  • Posting not to be allowed on a particular day

    Hi,
    Can I restrict the posting for a particular day? For eg. we want to restrict the users to post any transaction with posting date 15-Aug or 26-Jan. Can I do that? If yes, please advice how?
    To my knowledge I can open & close the posting period for a month only and not for a particular day.
    Thanks,
    Sanjay

    Hi,
    If your periods are managed by months, then indeed you cannot do it with period closure. You can achieve this requirement via validation instead (OB28).
    Regards,
    Eli

  • Vendor Balance on a particular Day

    Hi Guys,
    I need to get the vendor balance on a particular day.
    I need to develop a new report for calculating the vendor balances on a particular day.
    How can i do this using BSIK and BSAK table. What logic can be used to calculate the balance for a particular vendor.
    I need to give the specs to the ABAPer.
    Pls advise.
    Thanks
    srik.

    Hi,
    If you want vendor balance on a particular day.
    Refer Table BSIS and BSAK and select field LIFNR and combine the vendor from BSAK and BSIK.
    And take the total as of Posting date or Document Date ( BUDAT or BLDAT).
    Along with Clearing date ( AUGDT) and Clearing Document(AUGBL) from BSAK table to differentitate the Open item and Cleared item.
    And sum up the total based on posting Date.
    Regards,
    Hemanth.

  • Stock on a particular day

    Hii this is Srikanth, i am working in a product based company, so i need a report details of  "Stock on a particular day".
    Because, my boss needs, if u give u date he need to get for that day stock for plant wise.
    for this he is going to enter i.e, input fields, material, date, item group and item code.
    He need out put fields like this,  Item code, item description, unit of measure and quantity. Plz give the solution for this.
    Moderator Message: I figure your Boss pays you to get those reports done. Dont expect the forum to get it done for you
    Edited by: kishan P on Oct 9, 2010 3:57 PM

    Hi,
    As ABAP'er you should be knowing the coding.
    You need to kn ow the Tables to find those fileds which need to display in output. First try to get the Table names from your Functionla Consultant.
    Regards,
    Shankar.

  • Stock of a Particular Day

    Dear All,
    I need a query to find out the Stock of a particular Day and Warehouse.
    Thanks
    Ashish

    Hi Ashish,
    You may try following
    SELECT     A.ItemCode, ISNULL(SUM(A.Quantity), 0) AS QTY
    FROM         (SELECT     dbo.PDN1.ItemCode, dbo.PDN1.Quantity
                           FROM          dbo.OPDN INNER JOIN
                                                  dbo.PDN1 ON dbo.OPDN.DocEntry = dbo.PDN1.DocEntry
                           WHERE      (dbo.OPDN.DocDate <= '30/APR/2011') AND (dbo.PDN1.WhsCode = '01')
                           UNION ALL
                           SELECT     dbo.INV1.ItemCode, - dbo.INV1.Quantity AS Expr1
                           FROM         dbo.OINV INNER JOIN
                                                 dbo.INV1 ON dbo.OINV.DocEntry = dbo.INV1.DocEntry
                           WHERE     (dbo.OINV.DocDate >= '01/apr/2006') AND (dbo.OINV.DocDate <= '30/APR/2011') AND (dbo.INV1.WhsCode = '01') AND (dbo.INV1.BaseType <> 15)
                           UNION ALL
                           SELECT     dbo.DLN1.ItemCode, - dbo.DLN1.Quantity AS Expr1
                           FROM         dbo.ODLN INNER JOIN
                                                 dbo.DLN1 ON dbo.ODLN.DocEntry = dbo.DLN1.DocEntry
                           WHERE     (dbo.ODLN.DocDate <= '30/APR/2011') AND (dbo.DLN1.WhsCode = '01')
                           UNION ALL
                           SELECT     dbo.RIN1.ItemCode, dbo.RIN1.Quantity
                           FROM         dbo.ORIN INNER JOIN
                                                 dbo.RIN1 ON dbo.ORIN.DocEntry = dbo.RIN1.DocEntry
                           WHERE     (dbo.ORIN.DocDate >= '01/apr/2006') AND (dbo.ORIN.DocDate <= '30/APR/2011') AND (dbo.RIN1.WhsCode = '01') AND (dbo.RIN1.BaseType <> 16)
                           UNION ALL
                           SELECT     dbo.RDN1.ItemCode, dbo.RDN1.Quantity
                           FROM         dbo.ORDN INNER JOIN
                                                 dbo.RDN1 ON dbo.ORDN.DocEntry = dbo.RDN1.DocEntry
                           WHERE     (dbo.ORDN.DocDate <= '30/APR/2011') AND (dbo.RDN1.WhsCode = '01')
                           UNION ALL
                           SELECT     dbo.RPD1.ItemCode, - dbo.RPD1.Quantity AS Expr1
                           FROM         dbo.ORPD INNER JOIN
                                                 dbo.RPD1 ON dbo.ORPD.DocEntry = dbo.RPD1.DocEntry
                           WHERE     (dbo.ORPD.DocDate <= '30/APR/2011') AND (dbo.RPD1.WhsCode = '01')
                           UNION ALL
                           SELECT     dbo.IGE1.ItemCode, - dbo.IGE1.Quantity AS Expr1
                           FROM         dbo.OIGE INNER JOIN
                                                 dbo.IGE1 ON dbo.OIGE.DocEntry = dbo.IGE1.DocEntry
                           WHERE     (dbo.OIGE.DocDate <= '30/APR/2011') AND (dbo.IGE1.WhsCode = '01')
                           UNION ALL
                           SELECT     dbo.IGN1.ItemCode, dbo.IGN1.Quantity
                           FROM         dbo.OIGN INNER JOIN
                                                 dbo.IGN1 ON dbo.OIGN.DocEntry = dbo.IGN1.DocEntry
                           WHERE     (dbo.OIGN.DocDate <= '30/APR/2011') AND (dbo.IGN1.WhsCode = '01')
                           UNION ALL
                           SELECT     dbo.WTR1.ItemCode, dbo.WTR1.Quantity
                           FROM         dbo.OWTR INNER JOIN
                                                 dbo.WTR1 ON dbo.OWTR.DocEntry = dbo.WTR1.DocEntry
                           WHERE     (dbo.OWTR.DocDate <= '30/APR/2011') AND (dbo.WTR1.WhsCode = '01')
                           UNION ALL
                           SELECT     WTR1_1.ItemCode, - WTR1_1.Quantity AS Expr1
                           FROM         dbo.OWTR AS OWTR_1 INNER JOIN
                                                 dbo.WTR1 AS WTR1_1 ON OWTR_1.DocEntry = WTR1_1.DocEntry
                           WHERE     (OWTR_1.DocDate <= '30/APR/2011') AND (OWTR_1.Filler = '01')) AS A INNER JOIN
                          dbo.OITM ON A.ItemCode = dbo.OITM.ItemCode
    GROUP BY A.ItemCode
    This is giving me the result
    You may make thc change as per your requirement.
    thanks
    Malhaar

  • How to find open SO Items with tax code for a particular day?

    Dear all
    If i want to see all open SOs(items), with tax code for a particular day, how to find using table VBAP in SE16?
    Please guide me
    Edited by: Julius Bussche on Mar 3, 2009 11:10 PM
    Please use descriptive subject titles and the search

    Hi GB,
    Its always better to see through the standard reports , as you will be able to see the aditional info as well.
    In the case of table in se16 you will be able to see one table at a time and then you need to manually figure out the fields that required.
    For example if you want to see the sales order details through tables then
    1.You have to go to VBAK to see the document type and then you need to go to VBAP to see the items , it means that you need to access 2 tables for this simple thing ....
    In standard reports there will be lot of joins between the tables and you can view the data more elobarately as weel.
    Note : In general if you want to see the complete details of the documents(open), then pls use the reports.
    Regards,
    Vvieks

  • How do I find out what purchases were made on a particular day/time?  My credit card has a charge and I didn't purchase anything from APL*APPLE ITUNES?

    My credit card has a charge on it for a particular day/time from APL *APPLE ITUNES.  The charged amount and date/time of the charge do not ring any bells with me and I don't have kiddos that would be charging downloads or whatever.  How do I find out what the charges were actually for?  I've tried to figure it out in the iTunes store, but not having much luck.  I'm new to this iPhone 'thing".  Please help.

    Sign into your Account > Click on your account name > Click on Account > Purchase History
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers - http://support.apple.com/kb/HT2727
    Direct link - https://phobos.apple.com/WebObjects/MZFinance.woa/wa/purchaseHistory

  • How to Execute the Business objects created in ABAP from webDynpro applicat

    Wht is the steps , or where the help documents are available for accessing the Business objects created in ABAP or R/3 systems from webDynpro project.

    Hello Vishal,
    I couldn't find any useful documents for your purpose.
    However i had a similar requirement and had implemented the same using GCP APIs. But before i send you the code help, i would like to know your exact requirement. What are you trying to achieve? Are you just wanting to execute the BO and get the result? Or is your requirement has got something more to do?
    Regards,
    Sudeep.

  • How to identify the maximum data loads done for a particular day?

    Hi all,
    There is huge volume of data been loaded on a last monday, and then data was deleted from the cubes on the same day. And hence i needs to see which are all the cubes which was loaded wtih lot of records for a particular day,
    i happened to look at rsmo, i am unable to see the ods nor the cube data loads,
    were do i seet it?
    Thanks

    See if the table RSSELDONE helps. This will give you the recent data load details. Based on those loads , you can search the targets.
    And also check table TBTCO  which will give the latest job details. You will have to analyze the same jobs to know what loads were done . Give a selection for date.

  • Insert Object (create from pdf file) in wordpad fails

    Problem:
    I am unable to insert object (create from existing pdf file) in wordpad application.
    Environment:
    OS: Windows 7 Professional + SP1 (64-bit)
    Acrobat X (32-bit installer)
    Procedure:
    Open Wordpad application, click on 'Insert Object', choose 'Create from File', Browse and Select exsting pdf file, click 'Display As Icon' and Click 'Ok'
    Expexted Result:
    PDF should get inserted as OLE object to wordpad
    Actual Result:
    Error message "Failed to create object. Make sure the application is entered in the system registry."
    Addition Notes:
    I noticed that while insterting PDF (OLE object) it seach for certain registry key (AutoConvertTo) which is not available hence it fails.

    Yes, I am aware. But this problem appears only when I insert PDF file (which is Adobe file).
    I guess this has nothing to do specifically with 'wordpad' but I referenced known application from standard offiering. It happens with any 64-bit application using 'rich-edit' control (this is Microsoft too ) and allowing user to insert OLE objects.
    I guess somewhere Adobe Acrobat installation fails to create required registry entries which are being referred by 64-bit applications while inserting PDF files as OLE objects.

  • Garbage collection of objects created inside a method

    I have method and inside the method I create new Objects I mean I instantiate objects using new and call some methods on these objects.
    once the method execution is completed and control goes to caller of the method will all the object created inside the method will be garbage collected ?
    here with code
               public List<StgAuditGeneral> getAudits(
              List<StgAuditGeneral>  audits= new ArrayList<StgAuditGeneral>();
                  for(Map<String, String> result :results ){
                   audits.add(new MapToObject<StgAuditGeneral>() {
                        @Override
                        public StgAuditGeneral getObject() {
                                             StgAuditGeneral  stg= new StgAuditGeneral();
                             return stg;
                   }.getObject());
              }in the above method I cam creating tons of objects wil they be garbage collected immediatedly after jvm leaves the method ?

    user11138293 wrote:
    I have method and inside the method I create new Objects I mean I instantiate objects using new and call some methods on these objects.
    once the method execution is completed and control goes to caller of the method will all the object created inside the method will be garbage collected ?If there are no reachable references, to those objects, then when the method ends, they become eligible for GC. If and when they are actually collected is something we can't know or control, and generally don't care about. The only guarantee is that everything that can be collected will be collected before an OutOfMemoryError is thrown. So from our perspective, once it's eligible for collection, it is effectively collected.
    If you pass references to those objects to something else that holds onto them after the method ends, then they are still reachable, and not eligible for collection.
    However, you almost never need to even think about whether something is eligible for GC or not. It works pretty intuitively.

Maybe you are looking for

  • Downloading music from your iPod

    Is there a way to download songs in your ipod nano 4th to your itunes? I know you can download songs from itunes to my ipod but can I do the same in reverse? I have tunes I downloaded from a friends comptuer to my iPod and I wanted to add them to my

  • Where'd my messages go?

    A problem with software update led me to restore a Time Machine version of my HD last night that was an hour or so old. Now all my folders of stored e-mail are empty. Where'd they go?

  • IStat Pro, SMC fan control and tempuratures

    I've been watching the recent temp. problem threads with great interest. My Imac has had no operational flaws *knock wood* but I'm a bit concerned with the temps which iStat Pro is reporting. For instance; CPU A 103 F. CPU diode 133 F. Ambient 79 F.

  • ODI Resources  Guidance ?

    ODI Resources Guidance ? ================= I find some interesting features on ODI. There were some webcasts on ODI during March 2011 (As per link in this forum). Did you post this webcasts as resource for replay? Where can I find it? I find "Oracle

  • CLI156 Could not start the domain domain1

    I installed successfully the Appserver on desktop, but when I try to start it from laptop, comes the message below. Both are w2k and 512 memory. Environment: C:\>set ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Setting