SAP STANDARD OBJECT.

hi,
can anybody plz explain wat is exactly SAP STANDARD OBJECT.
plz give examples...

Hi,
All Std Objects are stored in TADIR table, you can see that using the related object type PROG,TABL,DTEL etc
also you can check the std tables like DD01L, DD02L, DD03L, DD* tables for std tables, data elements, domains and fields etc
All HR related stuff are stored in Infotypes
Check PA* tables in SE11
see this doc
HR deals with the INFOTYPES which are similar to Tables in General ABAP.
There are different ways of fetching data from these infotypes.
There are different areas in HR LIKE Personal Admn, Orgn Management, Benefits, Time amangement, Event Management, Payroll etc
Infotypes for these areas are different from one another area.
storing of records data in each type of area is different
LDBS like PNP are used in HR programing.
Instead of Select.. we use some ROUTINES and PROVIDE..ENDPROVIDE.. etc
and in the case of Pay roll we use Clusters and we Import and Export them for data fetching.
On the whole Normal ABAP is different from HR abap.
For Personal Admn the Infotypes start with PA0000 to PA1999
Time Related Infotypes start with PA2000 to PA2999.
Orgn related Infotypes start with HRP1000 to HRP1999.
All custom developed infotypes stsrat with PA9000 onwards.
In payroll processing we use Clusters like PCL1,2,3 and 4.
Instead of Select query we use PROVIDE and ENDPROVIDE..
You have to assign a Logical Database in the attributes PNP.
Hope it helps u...
Regards,
KK

Similar Messages

  • SAP Standard objects:modified ones.

    Dear all,
    my client wants to have a report where in he can see all the modified SAP standard object so that he can analyse his effort for the next upgrade.
    there is already a report existing which does this but not sure if the logic is correct.
    It is getitng all the entires from table "ADIRACCESS" and displaying.
    I understand i can look at the txn SPAU and SPDD but ofr reporting purpose i waould need to get the tables/ FM which gives me the lilst of objects
    any pointers to that would be appreciated.
    thanks in advance !

    Hi Dhruv,
    As mentioned by Srinivas the ADIRACCESS table is where all access keys used within your system for modification to SAP standard code are stored and hence should be a good indication of what all / how many modifications to standard have taken place.
    As to your doubts, append structures do not require access keys, since creating append strcutures is an enhancement to standard DDIC objects and only needs a transport since in actual, it only is creating a Z table structure.
    Also, user exits and BAdis certainly dont require access keys. Again they are enhancement and not modifications and when upgrading they will NOT be overwritten. As SAP mentions, during upgrades all enhancements are retained within the system however modifications if not handled are overwritten.
    Hope this helps in a way.
    Best regards,
    Aditya

  • Find out all SAP Standard Objects which are Modify

    Hi
    How can i find out all SAP Standard Objects which are Modify?
    Regards
    Vikram

    Hi,
    You can find all SAP objects list via t-code SWO2, as to these objects, if you want to change anyone of them, you should apply an access key in advance from http://service.sap.com, otherwise you can not modify any object in SAP system.
    Good luck
    Z.T

  • SAP standard objects that have been modified.

    Hi,
    Is there a way to find the SAP standard objects that is currently different from their original version?
    Regards,
    Tahar.

    There is a report for this in the transport organizer tools area. To get to this you can run SE09 and click the icon with the small hammer. Then run the report titled 'Display repaired objects'
    Hope that helps.
    J. Haynes

  • How to find which SAP Standard Objects r been modified wit a transport requ

    Hi All,
    Will u plz help me knowing  "How to find which SAP Standard Objects r been modified wit a transport request imported" in general.
    Wt i mean is how and where can v check the differences or modified ones.
    Thanks All in Advance,
    Malti

    Hi Malti,
    I have replied to your question elsewhere
    Regards,
    Siddhesh

  • Deleting SAP standard objects

    Hi,
    While applying a note and I created a Class (with access key). I want to recreate the class with some changes. But i am not able to delete it.
    A message says : You cannot perform this in modification view.
    Is there any way to delete the standard class.
    Best regards,
    Satish

    Hi,
    I think what Vijay suggested is fine, but the only thing is be a bit careful in doing that. It might lead to serious issues. I would not suggest you to use that method.
    Try to delete it using the shift+F2, instead of the delete button. It should work.
    Lokesh
    Pls. Reward appropriate points

  • Can i use the SAP standard package for lock object creation ?

    Dear Guru ,
    I want to create a new lock ojbect for my abap program .
    When i completed the creation , SAP required a new request and it said the object only can be imported to SAP standard package .
    But i saw the help from SAP said :
    >* Package begins with A-S or U-X:
    >These packages are for SAP standard objects. Customer objects cannot be created in them. Changes to objects of these packages are recorded by the Transport Organizer (Request management) and can be transported (see field transport layer.
    In this case ,  Can i use one of the SAP standard package for this creation ? Does it will affect the SAP system ( such as the system upgrade ) ?
    Thanks .
    Best Regards,
    Carlos Zhang
    Moderator message - Please do not use code tags to format text - it should only be used for code
    Edited by: Rob Burbank on May 25, 2010 11:12 AM

    Hi Carlos...
    First , You will never be able to use any standard SAP Package for your custom programs. So don't go for it.
    So in your case what you need to do is , when you save your Lock object , 
    - if you want Transport request to be created , then 
    in the screen shown you need to enter the Z package name (the same package as that of your ABAP Program)
    or
    -if you want it to be stored as local object , then
    specify package as $tmp
    Regards,
    Uma

  • SAP Standard Scripts ( how to Modify Standard Scripts)

    hi every one , This is Abdul Rahman , i want to know how i should modify Standard SAP Scripts like RVORDER01 or MEDRUCK SCRIPTS ,i want to know whole process . and how to Run the Script . plz any kindly send some good DOC or web pages which i can acess
    thankyou
    Abdul Rahman

    Hi,
    Modifying SAP Forms
    If you want to modify SAP forms, set up your development environment as follows:
    Make sure that no SAP-standard forms are stored as client-specific copies in your development client.
    Such forms should be held only in client 000, the SAP development and installation client. If you access an SAP-standard form from another client, then the central copy in client 000 is used.
    If you need to remove SAP-standard objects from your development client, see Notes 10388 and 3355 in the SAP Online Service System (OSS). These notes explain the procedure for saving modified forms and then deleting all forms.
    To modify SAP standard forms,
    – Copy the forms you need from client 000 to your development client.
    – Rename the forms using a name from the customer name reserve (names starting with Y or Z).
    – Copy the forms to one of your own Y or Z development classes.
    Renaming the SAP standard object makes it possible to manage and transport your changes with the SAP workbench organizer. The organizer is not activated for SAP-standard objects that are modified in clients other than 000.
    To put your modifications into effect, you must also modify the ABAP print program used to print documents that use this form. You should rename such print programs and store them in your own Y or Z development classes.
    You can use the SAP Customizing System to replace the SAP print program with your modified print program in the affected applications.
    Forms: Concepts
    Forms are used to control the page layout and also the text formatting in your documents. Before formatting a document for output to the screen or to a printer, you must assign a form to it. If you do not specify a form for a document, then the SYSTEM form is assigned to the document by default.
    Application-specific forms are used in SAP applications to specify the page layout for such special documents as invoice or checks. These forms specify the structure of the information on the page(s) of such a document. They define, for example, the address header, item lines, the footer, and so on.
    There are two ways to format texts with forms:
    In the standard SAPscript text processing (Tools ® Word processing ® Standard text), you can select a form for a document. You can then type text into the main window of the form and output the document in the format defined in the form.
    For example, you can select a form for a letter. You can then type the body text of the letter in the main window. When you print the letter, the default text elements in the other windows of the form (heading, footer, and so on) are printed with the body text.
    A document can be generated by a print program in one of the SAP applications. The print program uses a form to generate the document. Most correspondence and document generation in the SAP System are handled by way of print programs.
    A print program selects the text elements that are to be printed in the windows of a form. It may also collect information from the user or ask the user to input text directly, as in some correspondence functions. The print program may also provide data for variables defined in the form.
    Finally, the print program uses the form to format the document for display or printing.
    Check this link...
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/802d7d454211d189710000e8322d00/frameset.htm
    Thanks and Regards,
    Bharat Kumar Reddy.V

  • How to edit the attributes of a SAP standard screen?

    hello all,
    i would like to ask if it is possible to edit the attributes (particularly the language) of a SAP standard screen without using any access key? if yes, how would i be able to apply the changes?
    thanks!
    - annalyn

    Hi,
    Screen attributes are stored in table D020S. You can update this table using ABAP code. The language is stored in field SPRA of this table. The texts appearing on the screen are in D020T.
    It is likely you will not be allowed aa data modification statement (INSERT/UPDATE...) on these tables if you are on newer versions of SAP (46/47...). You can bypass that by using native SQL and some other workaround (which might be another thread here).
    It is most strongly recommended to not modify SAP standard objects, and specially not without an object key. However, if you are working on something like a miniSAP and want to play around with it, the method mentioned above shall do.
    Hope this helps,
    cheers,
    Ajay

  • How to find all those list of SAP standard and custom objects that are changed from a specific point of time

    Hi all,
    Please let me know the process to track or find all the SAP Standard and custom objects. that got changed from a specific point of time.
    Is there any function module or any table where this change log is maintained.?
    I just only need the details ,wheather that SAP standard or Custom object has got changed or not.
    Thanks in advance

    Hi RK v ,
    I really don't know what your actual requirement is , but if you want to know the objects as per the modification , then transport request will be much help to you .
    Have a look into table E070 and E071 .
    Regards ,
    Yogendra Bhaskar

  • How to track changes made to the standard objects by SAP during upgrade ?

    Hi All,
    Can any one of you please let me know if there is any straight forward method to find any change made to the standard objects by SAP in different versions ?
    Like for eg, during upgrade from 4.6c to ECC 6.0.
    Thanks in advance.

    > For eg , if SAP has made any change in the standard  transaction IE02,  in ECC 6.0 how will we come to know those changes?
    There are two sources for that:
    The "Solution Browser" (http://solutionbrowser.erp.sap.fmpmedia.com/) which lists the differences between source and destination release and the release notes (http://service.sap.com/releasenotes). You'd need to read here all those from 4.6 to ERP 6.0 (so 4.7, ECC 5.0 and ERP 6.0) to find out the behaviour changes.
    Markus

  • Standard SAP-BW Object

    Total Weight – LIKP-BTGEW
    Net Weight – LIKP-NTGEW
    Total Volume – LIKP-VOLUM
    Means of transport – EIKP-EIWER
    Country of Destination – Country of the Ship to Party from ADRC-COUNTRY of the ship to party address
    Forwarder – Name of the Forwarder from the address data ADRC-NAME1 for the forwarder in VTTK-TDLNR
    Ordering Party – Name of the Customer from the address data ADRC-NAME1 for the customer customer in LIKP-KUNAG
    Order No – LIPS - AUFNR
    Delivery No – LIKP – VBELN
    Transport No – VTTK-TKNUM
    Above given are the characteristics and their database tables for a given report in BW. How do we look for a certain standard object(s) in SAP BW for the given report?

    Thanks a lot for the info. But how do we arrive at certain objects like you have mentioned the various Info Sources. How does one arrive at them?
    Thanks and Regards

  • Editing SAP Standard Business Object

    Hi,
       There is a SAP standard business object "BUS20370". This object is in implemented status..... I am not able to use or inherit from this object as it is not released. Can i go ahead and relese it ?
    Regards,
    Bharath Mohan B

    Hi
    I think the Object number is BUS2037 (Customer billing Document), as there is no object with number BUS20370.
    Yes You can change it to release status, to inherit it, if it is in IMPLEMENTED status, But most of the objects will be in Released status only. check it.
    Goto SWO1
    enter object name
    display
    from menu EDIT-> change release status->  change
    Create a sub object by pressing CREATE button and use
    Regards
    Anji

  • SAP standard roles for Mii inside of objects?

    Hi,
    It is our practice to rename SAP standard roles we plan to use "as is" to our company's naming convention.  I am being told by an Mii implementer that Mii uses the standard role names in objects and that by changing these names to our convention, I will create "complications" in their implementation process.  I find this hard to believe, it would be a departure from what (little) I know about SAP and how they handle authorizations and roles.  It also seems to be very limiting when it comes to customization in the future.
    Is this true?  Does Mii name standard roles inside of objects? (These "objects" were not clearly defined to me and I plan on calling a meeting so they may show me examples.)
    Anyone else on Mii have this issue?

    As far as I know, in Mii a user typically needs at least one of these roles:
    SAP_XMII_User
    SAP_XMII_Developer
    SAP_XMII_Administrator
    You can of course add additional roles with the authorization the different users require using your own naming convention.
    I think this is what the Mii implementer is talking about.
    Good luck!

  • SAP BW Standard Objects

    Hi Experts,
    How can we distinguish between any of the standard BW objects and a custom or a user defined infobject.
    My understanding in this regard is that standard objects always starts with any number, and the custom or user defined objects are otherwise.
    Pls provide me precise and detailed information, not simply links,
    Useful answers will rewarded for sure,
    Thanks,
    Happy Life,
    Aravind

    Hi Aravind,
    All standard BW objects start with numeric number especially the business content starts with "0". The other ones are custom and they can start with any alpha character from A to Z.
    Bye
    Dinesh

Maybe you are looking for

  • The data back up to info cube

    hi.. sir i have created PA, also created a Time series for the PA.  and then created PB, DV. Now i want to add a KF to  the PA. How?? if i deactivate the planning area i will loose the time series data. then how i can back up the time series data to

  • Copying from the iPod to iTunes

    Hi, How can I transfer all the music that I've on the iPod to the PC? I had a problem and I lost most of the files. Thanks for your help. Best regards, Oleguer

  • Queue Status is showing Stopped

    Folks, I am trying to pass IDOCS from XI and the Queue Status is showing Stopped . I am using two receivers. Please let me know how to start the queue. Manish

  • Delivery date in WCEM Quotation

    Hi All. We have implemented WCEM , Is there a way to show the requested delivery date in WCEM ? Detailed explanation : We create quotations in CRM which are displayed in WCEM -> My Account -> Quotations . we enter the expected delivery date in Quotat

  • Oracle 9i and RedHat 7.1 link error on ins_plsql.mk

    I've been reading the message board and it has gotten me through most of the install. All the files install correctly but during the link phase at 62% completion I get an error on ins_plsql.mk. If I run the command manually in a terminal window I get