Reg. Object development...

Hi Friends
As i'm new to SAP (trained in SAP-ABAP), just wanna to know about the development process in realtime. I know to some extent that we'll develop from Func.spec to Tech.spec. and then starts coding.
How this developed object will sent to production server via Quality server, and please let me know about various testings in development and testing b4 releasin to Production.
That would be gr8 if anyone of u explain me the process.....(any one of the processes)
Thanks
Surender

Hi,
you really no need to run when you are trained by your company...
Things will be clearly explained to you when they are to be...
As per now what ever idea you have in mind is sufficient..
And Process slightly differs from project to project...
and the members of your team would be the right people to guide you...
All the best..

Similar Messages

  • ALE IDOC object development

    Hi All,
    I am developing one object using ALE IDOC. But i have little knowledge of ALE IDOC.
    The requirement is to pass data from from corporate HCM side to SAP BW side if there
    is corresponding field in the SAP BW side. i know i have to use ALE ,IDOC for this. i am planning
    to proceed as below (this help i got from SDN site only).
    1) Creating a Function Module.
    2) Using t-code BD51 to define the ALE attributes of the func module so that it can be assigned to process
        code latter.
    3) Execute WE 57 to assign func module to idoc type and message type.
    4) Execute WE 42  to define the process code and assign func module to the process code.
    5) Create/ Modify the partner profile and include the new process code.
    Please tell me how can i use these steps in my object development. Also i dont have any idea of "process code". Can any one of u help me in solving this.
    Thanks,
    Rupesh

    what is the trigger point for data transfer ? that decides the exact process.

  • Local object & development class

    HI SD guru's
              What is local object & development class?
    Regards
    karthik
    Thanks in advance

    Hi Karthik,
       You login SAP with some user ID.That user id is a local object.This can be seen in t-code "SE80".
       The Transport Organizer does not record changes to local objects. They are consequently not protected against changes by other users and are not transported to other SAP Systems.
       But when the changes have to be transported to other system for e.g. development to quality ,we need a development class.Whatever request no. is generated after making any configuration changes is thrown by the development class.
    For e.g. VMOD is a development class for SD and it includes all the user exits for SD so whenever you will make the following changes which are under VMOD,a request would be generated.
       Reward points if it helps.
    Regards
    Karan

  • Hr-abap reg objects

    hi friends,
    i've completed my hr-abab and i'm searching for some real time objects , so regarding that if u have any object means plz send me yar.i gone through many sites but i'm not geeting any objects reg hr-abap. so plz help me to get some objects???
    thanks in advance.
    regards,
    priya.S

    HI
    HR:
    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.
    Go through the SAp doc for HR programming and start doing.
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    sites regarding hr-abap:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    You can see some Standard Program examples in this one ...
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    http://www.erpgenie.com/faq/hr.htm.
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html
    These are the FAQ's that might helps you as well.
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.atomhr.com/library_full.htm
    HR Long texts Upload
    Look at the below link
    BDC - hr maintain text
    HR
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    you can see some Standard Program examples in this one..
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    These are the FAQ's that might helps you
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    http://www.erpgenie.com/faq/hr.htm.
    www.sap-img.com
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html
    http://www.sapfans.com/forums/viewtopic.php?p=498530&sid=d7ec5866e3fb26880da129de45ce79de
    http://www.sapcookbook.com/preview_hr_questions.htm
    http://www.atomhr.com/library_full.htm
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983590,00.html
    http://www.allsaplinks.com/HRmaterial.html
    http://www.allsaplinks.com/timemanagement.html
    http://www.allsaplinks.com/payrollcompletefunctional.html
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPA/BCBMTWFMPA.pdfhttp://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_HR.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    Re: New to ABAP HR Programming
    http://www.planetsap.com/hr_abap_main_page.htm
    Regards
    Anji

  • Reg: Object class stored in CDHDR , CDPOS tables

    Hi Guys,
    we have released blocked Invoice document using transaction MRBR, it is released. we have developed manually zprogram all the invoices which are released manually. but when execute we were unable to get details manually released documents. Here we observed data is fetching from CDHDR,  CDPOS tables. Upon observation the Object class we found after released the invoice is getting saved with object class " BELEG". but in zprogram objcet class checking with " INCOMINGINVOICE".
    can you explain the which scenario object class is saved with "BELEG",  object class is saved with " INCOMINGINVOICE".
    Thanks!
    Mahendar Patha.

    Hi Steve,
    (If I understood your question correctly then) Under the Object Value Column 0350035419 is the Customer number. Also under Table key column 1st three characters are your client i.e. 050 followed by customer number 0350035419.
    -ruby

  • Business Objects Developement environement Setup

    Hi Experts,
    I am designing Business Objects Universe in 3.1 version with SQL severe database.we don't have development setup for Business Objects Tool,Can any one suggest me how to do that.
    The data is coming from 2 different servers can i have to make TWO connection is it fine with one connection it self, if it one connection can i have to Built 2 universe?
    Thanks,
    Gowtham

    Hi
    If data is coming from 2 different systems ...you need to create two different connections and two different universes.
    otherwise you need to upgrade from BO 3.1 to 4.1...then you can build only one universe using multiple source enabled option using relational connection.
    or you need to develop one more server 3 combining with Server 1 and server 2 and then on top of server 3 ...you can develop single universe.  but i suggest upgrade from 3.1 to 4.1

  • Flex License for object developed on sdk 4.6.0

    if I use Flex 4.6.0 Sdk for development of some charts then after development can I use swf object for selling?

    I would recommend hiring a lawyer to review the licensing, but several folks sell components that extend the Flex SDKs.
    -Alex

  • Reg payslip development

    Hi Friends,
    1. What is the use of pe51?
    2. How to see the standard pay slip for uk.
    Here there r many program names and form names r thereu2026so I want to know clearly which form I have to copyu2026.and then write now I am clear with sub objects with pe51.
    I want to know how to add leave details (Availed/balance/leave type..etcu2026)
    For this its done in single field itself r any other procedure is there????
    Then I want to add form 16 detailsu2026how it should be added. It is also through single fieldu2026.r any other steps then how???//
    What about the program for this formu2026how to configure..whether we have to copy that std program in Zname ????/
    i.eu2026I want the flow of developing the pay slip in pe51u2026..and what r the other steps I have to follow apart from pe51.
    How to show my outputu2026..where?????
    Tell me the flow where to start and where to complete this?????
    Thanks in advance.
    regards,
    Priya.s

    Hi,
    Using PE51 we can design new Zform or display standard form
    for Hr.

  • Reg: Mobile Development Workstation - Developer/license Keys

    Hi,
    I have installed Mobile Development Workstation for CRM release 5.0 on my machine.
    Now do I require any Developer license/keys for using this application,as we do for Developer/object keys?
    If yes,how to get it from OSS?
    I am confused,please help.
    Rgs
    Ipsita.

    So in case of using ADF, we should license Jdeveloper for each developer that uses it ?
    Let's say we have 2 projects at different clients both being developed with ADF and 4 developers working for them in a central location, all of them developing the application with the Jdeveloper embedded OC4J.
    Then for production we would have $5k per processor for each client + maintenance fees.
    And for development the minimum is to pay $1000 in this case ?
    So far I understood that while in development (and evaluation) we were able to use Jdeveloper and ADF for free, and when going into production then was where we need to pay the license.
    Indeed in http://www.oracle.com/technology/products/jdev/htdocs/jdevpricefaq.html#14 it says: "Developers will continue to be able to run Oracle ADF applications on the OC4J instance included with JDeveloper for testing and debugging."
    Anyone at Oracle that can clarify on this ?
    Thanks again,
    Claudio.

  • Reg: Object analysis

    Hi Friends,
    While iam giving kt to my colleages(Freshers) they used to ask me the following things
    1. once object comes,  what shoul we do (analysis, functionality, coding,...ect)
      what is the better way to understand the object and then how to start the coding to finish the report, i have given some input, but i think they r not satisfied with my answr.
    So could you help me in this regard to explain in a better way ?
    1. Functionality
    2. Analysis
    3. Coding , ect
    what is first and how do we do the same ?
    Regards,
    ravi

    Hi Shiva,
    Thanks for response, but my question is how do we explain for the freshers(Trainees)  the following things
    1. How  a new guy has to understand the requirement?
    like functionality , Analysis (How much time the  object will take( how much time will take for develop the report, etc..) and coding?
    This sort of quries we need to explain to a trainee in a better way with one or two example requriements.
    In this regard i am expecting you help for better explanation.
    Regards
    Ravi

  • Reg : object creation for controller and view ?

    hi friends....
    i am new to WDA and objects...
    please explain me..
    when i create the web dynpro component one interface is automatically created as IF_COMPONENTCONTROLLER for component
    IF_MAINVIEW for view
    IF_WINDOW for window
    correct me if i am wrong
    suppose if i want to reuse class, i want to create object... like wise
    if i want to reuse interfaces, i want to create object.
    but in this case..for eg (IF_COMPONENTCONTROLLER, IF_MAINVIEW ) where we are creating object...?
    no need to create object ?
    regards
    deva

    >but in this case..for eg (IF_COMPONENTCONTROLLER, IF_MAINVIEW ) where we are creating object...?
    no need to create object ?
    No you don't have instantiate any of the objects.  Think of Web Dynpro as a modeling layer implemented in ABAP Objects, but sitting on top of the Object Oriented constructs.  You still have some of the benfiits of OO - like event registration, inheritance, methods, etc - but a lot of the OO setup is done and maintained by the framework for you.  So although each section of Web Dynpro - the component, the controllers, contexts, views, etc - are all technically ABAP Object instances, you don't have to manage the objects directly.

  • HR ABAP - Reg Payslip development

    Hi Freiends,
    Could u plz tell How to do payslip development through TCODE: PE51. step by step process.
    can u plz tell me what is the standard Payslip form name for UK (Great Britan..Country group-08 ).
    i want to know how to copy and to do modification...then how we get the output with our modified payslip?????
    plz its a urgent issue...so give me the details regarding this....
    i will reward good points to u all.
    Thanks and Regards,
    priya.S

    Hi ,
    u can check form GR01.
    u have to make use u copy it into ur Zform , rules etc.
    regards
    Prabhu

  • Reg. object in an internal table,

    data : begin of itab occurs 0,
      var1 LIKE sy-index,
      var2(20),
      obj TYPE REF TO zclass,
    END OF itab.
    Zclass has a public attribute, A.
    what't the way for filling & reading this type of itab, I want to put just 4 records in this itab.
    For any clarification please reply.!

    following is the small code, it is error free, but the last loop stmt is showing 8 at every pass.
    so whether we are refering to a class or attribute...i think approach will be same..i just want to fill unique data in A attribute of class.......
    please help!
    REPORT zrnd
           NO STANDARD PAGE HEADING LINE-SIZE 255.
    DATA : BEGIN OF itab OCCURS 0, 
      var1 LIKE sy-index,
      var2(20),
      obj TYPE REF TO zclass,
      END OF itab.
    START-OF-SELECTION.
      itab-var1 = 1.
      itab-var2 = 'pradeep'.
      CREATE OBJECT itab-obj.
      itab-obj->a = 6.
      APPEND itab.
      itab-var1 = 2.
      itab-var2 = 'sandeep'.
      itab-obj->a = 7.
      APPEND itab.
      itab-var1 = 3.
      itab-var2 = 'tanu'.
      itab-obj->a = 8.
      APPEND itab.
      LOOP AT itab.
        WRITE :  /  itab-var1 , itab-var2 , itab-obj->a.
      ENDLOOP.

  • Reg.Smartforms development

    dear Experts
    We are in need of develop Smartform,I have no idea about that.and I cann't understant easily what 1st I have create to take printout,and how to database connectivity with the form.
    Please guide me step by step.
    Thanks
    Rajakumar.K

    Links:
    step by step  4 smartforms
    smartform step by step material required

  • Business Objects Developer

    Post Author: packer817
    CA Forum: Authentication
    I'm looking for someone who has Business Objects, SQL Server, and DTS packages experience in the S.E. Pa. area who may be interested in a contract to permanent opportunity. If anyone knows of anyone, please let me know. 

    Hi Pooja,
    I am also looking for Business Objects certification materials. but didn't find any where.
    If you find, please can you advice me on this.
    very appreciated on your help.
    Many Thanks
    Sree

Maybe you are looking for

  • Business partner. Hide bookmarks

    The Business partner exists in role "Sold-To party". How I can exclude from visibility of some tabs (bookmarks): For example - 'Status', 'Documents', 'Pharmaceuticals', 'Long texts' and others. Or necessary to use technology BDT? Thanks a lot.

  • Error Registering Planning and workspace

    Hello all, when I try to register Planning and Workspace against the Shared Services on EPM 11, I get the following error message: (Apr 07, 2010, 11:54:50 PM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, register operation failed in CMS: com.

  • Lost Job/Employee discount

    I've lost my job, and thus, my employee discount which means I can no longer afford to remain with Verizon. I still have six months left on one phone and a year on another. Can I get a discount on the EFT, since the contact was with discount? Afteral

  • Move cloud licence to another computer for one week

    I've come away from the office with my laptop but forgotten the charger so I can't use Creative cloud on it. Is there any way I could run it from my home desktop for one week only?

  • Treetable doesn't work fine in jdeveloper 11.1.1.7

    I am working with jDeveloper 11.1.1.4 with ADF BC I had a treetable in a jspx with 3 levels In some case the third level show wrongs datas. It repeat the datas from one node in other node. But in my database the datas are well. To solve this problem