Development standards for PI

Hi,
is anywhere available a recomendation for development standards for PI. I mean naming conventions, etc.
Thanks.
Marian

Hi Marian,
there are plenty of such documents on sdn
just try with search on forum and you wil lfind both pdfs and www references like
http://www.erpgenie.com/sap/netweaver/xi/namingconventions.htm
Regards,
Michal Krawczyk

Similar Messages

  • Development Standards for BW implementation

    Hi all,
    Any one has any materials on development standards for BW implementation - with any special attention to BI 7.0 implementation?
    Thanks for your assistance. Contributions will be rewarded with points.
    Regards,
    Uche

    hi Uche,
    check if helps
    Multi-Dimensional Modeling with SAP NetWeaver BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Modeling the Data Warehouse Layer with BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3668618d-0c01-0010-1ab5-aa75c3a4dfc2
    Frontend Design Guidelines - SAP BI in SAP NetWeaver 2004s
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    Enterprise Reporting, Query, and Analysis - Developers Guide
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0901c9bb-0601-0010-49ab-c1770c527673
    check
    https://www.sdn.sap.com/irj/sdn/developerareas/bi
    'key topics'

  • Development Standards for APEX

    We are close to making APEX an official development method within our company. We have managed to produce everything that has been asked of us using APEX and are very happy with the outcome.
    The one thing that is missing and I suspect would take a long time to produce, and be prone to naive decisions, are development and release standards.
    Does anyone have a document that they are willing to share with us?
    Regards,
    Rob.

    One thing APEX is quite poor at is concurrent development, ie people working on different areas of the application at the same time. Whilst it is true that one can export page by page, shared components can be tricky because it really isn't feasible to start exporting each component individually.
    What we do is this:
    Export the application as a whole for the initial release, then extract each page as a module and check into our CVS system as a module per page. Then check out the shared components into CVS too as a single module. So developers can modify and release pages without affecting each other however if shared components are being updated then there needs to be some coordination and/or cvs branching.
    We also try to maintain as much as possible on the database - ie, complex queries built into views and then in APEX just select from that view. Any updates are written into a database package and called from APEX. That way most of the changes that need doing to code can be done in the database objects rather than having to modify it in APEX - ie, we treat APEX as more of a presentation layer rather than a data manipulation layer. Having the code like this also allows re-use across multiple systems, either in APEX or otherwise.
    We have a peer review system where somebody else reviews all developments before going live to verify coding quality, pick up any bugs, security issues etc.
    We use APEX quite a bit in our production environment now so any specific questions, please feel free to ask!

  • ABAP Development standards for HR- ABAP

    Hi ALL
    Does any body has any document for Programming standards in HR ABAP programming.
    Thanking in advance for you support.
    cheers
    AJ

    Hi,
    Check out this thread.
    ABAP-HR
    Cheers,
    Swamy Kunche

  • ABAP Webdynpros Development standards

    Hi ALL
    Does any body has any Documents regarding development standards for ABAP Webdynpors..
    Thanks in advance any help will be much rewarded.
    cheers
    AJ

    Hello Friend,
    It is a good practice for individual firm to define their own standards. In addition, such a document would be an intellectual property of the firm and would not be a good idea for anyone to share it on a forum.
    Defining the standard is a relatively easy process. Please make sure you have the contribution from the development team in this process since it is them who is going to use it.
    Regards
    Thanigs

  • Performance Standards for XMLP

    Is there any information out there on performance development standards for XMLP? I'm hoping to give our developpers some pointers before we start build. We've had reports timing out in the past. Any information about how to structure your report for performance or what functions to use/not use in your template would be greatly appreciated.
    Thanks,
    John

    Thanks Tim. I know this information will be very useful for our developers. Also, I got the chance to try your solution for grabbing the XMLP session user. It worked like a charm. Nice reference to Abbott & Costello ('Who's on first?').
    Thanks again,
    John

  • Standards for BW implementation

    Hi,
    Can anyone send me a copy of guidelines and development standards for BW implementation? You can send to [email protected] Many thanks.
    Regards,
    Janet

    Hi Janet,
    Below steps are the the high level plan for the BW implementation
    1. AS IS process - Study of the existing process.
    2. To be process mapping - What will be the new process.
    3. customizaiton in SAP & query development - Customizing the cubes and ODS,Reports
    4. Unit testing - Testing of each and every module and reports
    5. Full testing - Full system testing. In this step all steps are integrated so, it is also known as Integration testing.
    6. End-user training - Training for the Power user (first line users) by the SAP Consultants. They will in turn train to other users.
    7. Go-live
    8. Support for initial month-ends. -
    9. Post implementation support....
    check if this  helps
    Multi-Dimensional Modeling with SAP NetWeaver BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Modeling the Data Warehouse Layer with BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3668618d-0c01-0010-1ab5-aa75c3a4dfc2
    Frontend Design Guidelines - SAP BI in SAP NetWeaver 2004s
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    Enterprise Reporting, Query, and Analysis - Developers Guide
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0901c9bb-0601-0010-49ab-c1770c527673
    check
    https://www.sdn.sap.com/irj/sdn/developerareas/bi
    'key topics'
    ****Assign Points If Helpful***
    Regards,
    Ravikanth

  • How to set naming standards for SQL Developer

    I am using SQL Developer version 3.0.04.
    In the newly integrated and very useful Data Modeler, we can set preferences for the naming standards to be applied when creating logical and relational model objects ( primary keys, foreign keys, et cetera). I would like to know if there is a way to set naming standards for the relational objects we create in SQL Developer on existing tables ( ( primary keys, foreign keys, et cetera).
    Any help in setting such preferences would be appreciated.

    Hi,
    If you want to set up a diagram for an existing database, you can use File/Data Modeler/Import/Data Dictionary to import its definitions.
    Alternatively you can open a Data Modeler Browser (using View/Data Modeler/Browser), expand the node for Design "Untitled_1",
    expand the node for Relational Models, and select Show from the Right-click drop-down menu for "Relational_1" to create a Relational Model diagram.
    You can then drag Tables from SQL Developer's Connections tree onto the diagram.
    Once you have a Relational Model you can reverse engineer it to an Entity-Relationship model using the << button in the button bar
    (or by selecting "Engineer to Logical Model" from the drop-down menu for the Relational Model).
    Note that there is now a separate forum for SQL Developer Data Modeler topics: SQL Developer Data Modeler
    David

  • Industry standard for alloting Flash Development time

    Does anyone the industry standard for the time it takes for
    Flash development in general. In other words, How much developement
    time does it take to do one minute of flash animation. For example,
    with video and motion graphics, it's one hour of editing time to
    accomplish one minute of edited video.
    Is there a similiar industry standard for Flash development?
    Obviously, there are variations in the how robust the
    animations are, how interactive they are, and how complicated the
    code is...but I'm really just looking for a general rule of thumb
    for professional Flash developement..
    Anyone know?... or know a good place to find this
    info?

    I appreciate your willingness to respond but I find it hard
    to belive that a standard does not exist. As a multimedia developer
    at a high profile corporation, I have been asked for this
    information....and I gurantee that if I have been asked....others
    at large companies have been asked also.
    can anyone that works in the industry share their own
    guidelines based on personal experience? I have my own SWAG for the
    amount of time it takes indivdualy for custom animations,
    interactivies, and games...but would like to compare that to other
    estimates.
    Maybe it's better to ask for a Multimedia developemnt
    standard instead of a Flash development standard.

  • Plug-in development standard or professional?

    Hi all,
    Our company develops plugins for Acrobat X professional. We are planning to upgrade multiple machines to Acrobat XI. The SDK documentation states  "Plug-ins for Acrobat Standard do not have access to some APIs". But we are unable to find out which API's. Apparently the documentation does not include this information. For example we also work in the COS-Layer, is this supported in the standerd acrobat? There is also no trail version of Acrobat Standard XI, thus there is no way to test if our plugins work with Acrobat Standard XI
    Could someone point us in the right direction? Any help would be appreciated!
    Regards,
    Robert

    I've never found out, nor yet hit an API which wasn't there. The Cos, PD, AV, PDFEdit APIs are there for sure. I think you'd be looking for APIs which hook to completely missing features e.g. if there is an API to preflighting, it would only be in Pro since preflighting is only in Pro. I think you'll really just need to bite the bullet and buy a copy.

  • Development Standard

    Hello,
    We are new into SAP NWDI. We are looking for any Development Standards and/or Development Process Document like Coding/Naming Standards etc.,
    Does anyone have any info? How does it evolve in comparison to SAP ABAP Standards? Does it available already or do we need to make one ourselves?
    Thanks,
    Bala Arunachalam

    Hi
    Please check on this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/011ccf90-0201-0010-92a7-b319adf89b73
    for naming convention and standards ( NWDI - webdynpro)
    and
    before your development in NWDI,
    check this blog
    /people/sathyanarayanan.ganesan2/blog/2006/06/16/checklist-of-activities-for-webdynpro-application-development
    use these links also
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/d7fb402eb5f76fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/33/d8fb402eb5f76fe10000000a1550b0/frameset.htm
    also use these links
    You can find coding principles in Web Dynpro using below link.
    http://www.sap-press.de/download/dateien/688/sappress_web_dynpro_java.pdf
    "Inside Web Dynpro for Java" by Chris Whealy provides good insight into the webdynpro architecture.
    http://www.sap-press.de/katalog/buecher/inhaltsverzeichnis/gp/titelID-937
    Go thru this blog
    /people/chris.whealy/blog/2006/01/13/when-creating-a-java-web-dynpro-application-dont-use-the-project-type-quotweb-dynpro-projectquot
    For naming conventions you can also follow
    Naming conventions

  • Development Environment for Server APIs in Webcenter Interaction 10.3

    Hi, I installed “Oracle Web Center Interaction 10.3" on standard environment mentioned by oracle (Window 2003 server, IIS6.0, SQL Server 2005). Everything works fine concerning the portal and services.
    I also have visual studio 2005 on the same machine and trying to setup a development environment where I can user server APIs (I start with creating IPTSession).
    I am using follwong code to start with:
    /String serverConfigDir = ConfigPathResolver.GetOpenConfigPath();
    IOKContext configContext = OKConfigFactory.createInstance(serverConfigDir, "portal");
    PortalObjectsFactory.Init(configContext);
    IPTSession ptSession = PortalObjectsFactory.CreateSession();
    Problem: code compiles if I add few dlls, but it do not run, it throws following error
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    I think either server APIs are not more supported in 10.3 or I do not know how to setup the development environment for server APIs.
    Can anyone help??

    i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
    I issue i mentioned seems to be related with some setting or missing native dlls
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    i got follwing extract from the wsserver-wrapper.log file
    INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
    INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
    i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

  • What are the best coding standards for ADF 11g?

    Hi,
    Do we have any link that will suggest the best coding standard practices used for ADF 11g?
    I am looking out from the perspective of some standards that can be defined before starting my project to know the team on how to
    1. Minimize Duplicity and max reusability of code
    2. Package the code
    3. Resource bundle usage and its calls
    4. Maintainning format consistency eg. date display format, number format
    5. Exception handling
    6. Logging
    7. Namiing conventions
    Also then we might have standards on
    1. Task flow dev.
    2. EO and VO creation standards
    3. UI development standards [purely ADF component based]
    Thanks in advance
    Edited by: user8925296 on May 26, 2010 3:24 PM

    The ADF Enterprise Methodology Group has a page on standards that gives you a starting point on many of your questions: http://groups.google.com/group/adf-methodology/web/adf-coding-standards
    John

  • Shouldn't 180 degree orientation be a standard for all iPad applications?

    I find it curious that there isn’t a de facto standard for viewing angles on all third-party applications, and that some applications literally appear “upside down,” when trying to use the iPad in its case - with the easel flap tucked in - for landscape viewing.
    Jonathan Ives’ eloquent “the device conforms to you,” notwithstanding, it would seem to me that reorientation - 180 degrees - should be a basic requirement for any iPad application.
    Of course I can easily flip the iPad around, but then it renders the case design ergonomically ineffective, and hence, I conform.
    While not a big deal (yet), I’m starting to now question some of the premium prices, particularly for applications that do not perform an essential iPad task such as this.

    Hi Steve
    No you're not quite getting me. The apps (and games) I mentioned will not move at all, so essentially they appear in a fixed location. If you have the iPad turned the "wrong way," you have to physically turn the iPad 180 degrees, as if the iPad were a static device, to view these apps correctly.
    The assumption here (I think, anyway), is that the iPad handles the orientation of third-party applications, orientating them when you move the iPad. In principle that's correct, but obviously the third-party developers have to develop the application to behave this way. And, as I've pointed out, a handful are not doing this. Again, I'm not talking about iphone/ipod ports, but actual iPad releases, with a premium price.
    The application, "The Elements" which is more like an interactive book, is a prime example of what I'm talking about. I bought it on the day of the iPad release, and with my iPad tucked into the case, set up as an easel comfortably on my lap, the program displayed upside down. If you look at their recent release notes for the latest update, it even says "orientation now fixed." So obviously they were aware of this limitation.
    So apparently, there's either not a requirement for an application/game to have to take advantage of the iPad's reorientation abilities, or it's somehow getting past without notice.
    Sorry to be so cryptic in my post. I guess it would have been simpler to ask why there are some iPad developed applications that don't move at all when you flip the iPad 180 degrees.
    Message was edited by: Greg Paxton
    Message was edited by: Greg Paxton

  • No camera profiles in development module for Panasonic GH4 rw2 files, imported in Lightroom 5.6.

    No camera profiles in development module for Panasonic GH4 rw2 files, imported in Lightroom 5.6.
    Only the "Adobe Standard" is shown. In metadata I can see that the camera and lense were recognized correctly. What could be the reason?

    The sample GH4 raw file I found on PhotographyBlog does have a lens profile that the Adobe applies automatically without having lens profiles being enabled.  This is indicated in Photoshop CC / ACR 8.x so perhaps LR 6 will give us the same indication:
    By comparison, here is what the uncorrected raw file looks like in a raw converter that doesn't do lens corrections:

Maybe you are looking for

  • CRM Case partner table

    Hello Does anybody know what the name of the table where the CRM Case partner is stored? I know CRM Case attributes - SCMG_T_CASE_ATTR, but it does not contain the partners to this CASE document. Looking forward to hear more! Best regards Bent Holm N

  • "Perspective" option grayed out

    I would like to use the transform > perspective feature for a text layer I have on my .psd file, but it's grayed out.  Does anyone have any idea why this is, and what I can do to correct it? Thanks

  • Very noisy hard drive on 8460p

    Making a whirring humming sound  from under base. Not the fan. Started after I downloaded Hardware diagnostics to the  partition.

  • Backup of catalog to hard drive in version 10 failed

    I am on a PC using Windows 8.1. I am using Photoshop elements 10. I start a new catalog each year so I have a number of catalogs. I recently tried to do a full backup of my latest catalog. I got a message that it couldn't locate my default catalog. W

  • Calender syncing error - Curve 8330 Help!!! Please

    I have made sure that isync configured properly, I have checked everything in Entourage, I have tryed just syncing with ical - I keep getting a syncing error no matter what I do.  I have not tried to sync anything else for fear of corrupting somethin