Modifing source code in Business Packages

Is it correct that one is allowed to change the source code for web dynpro based business packaged?
I've heard that SAP do not deliver source code for htmlb based packages, but for the web dynpro based packages they do.
How about the licence agreement in these to cases?
Bjorn

Hi Bjorn:
SAP actually provided the source code for the standard webdynpro application such as ESS or MSS. It is necessary as for appliying a modification. SAP requires you do it modifiying the source code as it is happening with ABAP Code.
Kind Regards
Gonzalo Pérez-Prim

Similar Messages

  • Source Code for Business Package Assets

    If anyone customized I would like to know how to get to the Java source code for Asset Business Package
    Regards
    Mike

    Augustine Vinish wrote:
    Hi Team ,
    I have find out the source code of the Package from dba_source at text column .
    How can I find out
    *1 .where the Database is mounted ie Server information and*
    *2 .Name of the Sql file contains the package body*
    *3 .location of the file in the Server*
    Regards ,
    AugustineHi - the source code isn't read in from a file by the database, it's actually stored in the database itself (have a look at the user_source view). Now you may have text files backups of your source code, that have been used previously to create the packages, but the database won't store any info about the file used to do this.

  • Source Code for Business Package for Products

    Hi,
    I need to the source code and customization steps for Business Package for Products.
    Please let me know how and where can i get this.
    Thanks in Advance
    Prashil

    Augustine Vinish wrote:
    Hi Team ,
    I have find out the source code of the Package from dba_source at text column .
    How can I find out
    *1 .where the Database is mounted ie Server information and*
    *2 .Name of the Sql file contains the package body*
    *3 .location of the file in the Server*
    Regards ,
    AugustineHi - the source code isn't read in from a file by the database, it's actually stored in the database itself (have a look at the user_source view). Now you may have text files backups of your source code, that have been used previously to create the packages, but the database won't store any info about the file used to do this.

  • Source Code for the Package

    Hi Team ,
    I have find out the source code of the Package from dba_source at text column .
    How can I find out
    *1 .where the Database is mounted ie Server information and*
    *2 .Name of the Sql file contains the package body*
    *3 .location of the file in the Server*
    Regards ,
    Augustine

    Augustine Vinish wrote:
    Hi Team ,
    I have find out the source code of the Package from dba_source at text column .
    How can I find out
    *1 .where the Database is mounted ie Server information and*
    *2 .Name of the Sql file contains the package body*
    *3 .location of the file in the Server*
    Regards ,
    AugustineHi - the source code isn't read in from a file by the database, it's actually stored in the database itself (have a look at the user_source view). Now you may have text files backups of your source code, that have been used previously to create the packages, but the database won't store any info about the file used to do this.

  • Error in compiling java source code in a package

    hi all...
    am having a problem in compiling a java source code:
    i have a class named 'Test' in the package 'packone'....
    i have another class named 'getTest' in the same package....
    in the class getTest i am taking a reference to Test class...
    on compiling i am getting the following error....
    cannot resolve symbol
    symbol : class Test
    The source code for the two classes are :
    package packone;
    public class Test{
    and
    package packone;
    public class getTest{
    public void me(){
         Test t = new Test();
    i have included the directory path in the classpath....
    still its not compiling .....
    please help
    thanks....

    Assume the current directory structure:
    C:\
    C:\packone...and that your classes are named Test & GetTest.
    My guess is that you're compiling within the directory C:\packone using the command "javac GetTest.java", which is wrong; You must use a path corresponding to the package-name.
    Move your command-line cursor to C:\ and type "javac packone\GetTest.java" and you'll be fine...
    Regards,
      /Håkan

  • Is it possible to get the source code of sun package in JDK1.4?

    If i want to review the code of the HTTP protocol handler and some other things.
    how can i get the source. or is it possible?
    thank you.

    See this post if you can figure out something out of it ....
    http://forum.java.sun.com/thread.jsp?forum=31&thread=391451

  • Problem in viewing the source code of a package using all_source

    I have created a package and compiled it in schema1.I have created public synonym of the package.Now I am logged in some ohter schema say schema2. If I am using TOAD, I can see the body of the package from schma2 but if I am using sqlplus and using all_source data dictionary I can get only the spec of the package.
    Could you please tell me how to get the whole package body using all_source data dictionary from other schema?

    This is the query that I am executing from other schema
    select TEXT from all_source where NAME = 'P_PACKAGE';
    SQL> select OBJECT_NAME ,OBJECT_TYPE from all_objects where OBJECT_NAME = ''P_PACKAGE';
    OBJECT_NAME OBJECT_TYPE
    'P_PACKAGE SYNONYM
    'P_PACKAGE PACKAGE

  • How to view RUN_REPORT_OBJECT buil-in package source code

    Ps help.
    I'm creating a batch report that will execute from PL/SQL not forms - so I can't use this built-in directly on my PL/SQL procedure. How do I view RUN_REPORT_OBJECT source code and that of the functions that it calls.
    Thanks
    Khombi

    You can't see source code of this package.
    You can use srw package. Please see the following link.
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_evnt.htm

  • Utilities to compile package source code and move into different instances

    Is there a native oracle utility that will take a source code for a package, compile it and then move it to a specific instances?

    The source for the current package is: \\PrimarySiteServer<FQDN>\SMS_PHC\Client
    To me, it looks like it's saying that it can't find the package at all, therefore no hash ID to evaluate.
    I dug around and found the following query under Monitoring: System Status, Status Message Queries, All Status Messages for a Specific Package at a Specific Site.
    After narrowing it to Package ID: PHC00002, it looks like around the time that it disappeared from all OSD TS, it started reporting the following:
    "Distribution Manager failed to process package "Configuration Manager Client Package" (package ID = PHC00002)."
    It would then retry, succeed, fail, retry, succeed, fail, etc. It did this for 24 hours before stopping all together.
    Here is the last entry, about 3 weeks ago: "Distribution Manager successfully processed package "" (package ID = PHC00002)."
    Since then it only evaluates the package on each DP every weekend on Saturday and it shows that it successfully verified each time.
    ...so it looks like its still stored on the DP's, but not otherwise available in the console.

  • How to track DDL Changes and source code changes

    How can I track the DDL Changes and the Source code (Functions,Procedures,Packages & views) changes made for selective schemas?.
    I mean I want to maintain the history of DDL changes and the sourcecode change history. How to do that? Please provide your guideline with some example...

    Hi,
    you could use a DDL trigger (before create)
    to maybe capture the code and do the audit as well?
    Try this:
    SQL>create table old_code
    2 as
    3 select user username, 0 version, sysdate date_changed, user_source.*
    4 from user_source
    5 where 1=0
    6 /
    Table created.
    SQL>create sequence version_seq;
    Sequence created.
    SQL> create or replace trigger create_trigger
    2 before create on schema
    3 declare
    4 l_date date := sysdate;
    5 l_ver number;
    6 begin
    7 if (ora_dict_obj_type in ( 'PACKAGE', 'PACKAGE BODY', 'PROCEDURE',
    'FUNCTION' ) )
    8 then
    9 select version_seq.nextval into l_ver from dual;
    10
    11 insert into old_code
    12 select user, l_ver, l_date, user_source.*
    13 from user_source
    14 where name = ora_dict_obj_name
    15 and type = ora_dict_obj_type;
    16 end if;
    17 end;
    18 /
    Trigger created.
    SQL> create or replace function f return number
    2 as
    3 begin
    4 return 0;
    5 end;
    6 /
    Function created.
    SQL> select * from old_code;
    no rows selected
    SQL> create or replace function f return date
    2 as
    3 begin
    4 return sysdate;
    5 end;
    6 /
    Function created.
    ops$[email protected]> select * from old_code;
    USERNAME VERSION DATE_CHAN NAME TYPE LINE TEXT
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 1 function f return number
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 2 as
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 3 begin
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 4 return 0;
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 5 end;

  • Business Package for SAP Best Practices for Enterprise Portal

    Hi,
    We are implementing EP for ECC 5.0 and we have to web enable some FI transactions like FB50/fb60 etc. We want to use standard business package for this. The only business package that caters this requirement is "Business Package for SAP Best Practices for Enterprise Portal 60.1". When i checked the data source for this business package, the specification is for "SAP R/3 4.6B and above". Does this work for ECC 5.0 as well? In general does the R/3 specific business packages work for ECC versions? Please let me know. Thanks for the help.  I promise rewards.
    Regards
    Hari

    Hari,
    When you download the BPO via Portal Content Portfolio,
    each bpo has additional information on the release.
    For example for the one you are inquiring about - Business Package for SAP Best Practices for Enterprise Portal, the additional release information is provided on the following links;
    https://www2.iviewstudio.com/sdn/info/index.cfm?action=faqs&part=#QSR03
    https://www2.iviewstudio.com/sdn/detail_view/index.cfm?action=package_information&CatalogSet=SAP%20Content&ItemID=17212&CFID=7544845&CFTOKEN=99283970
    Regards,
    James

  • How to wrapp the source code?

    Dear all,
    I am building an application here and i do not want other developers to be able to see my source code of the packages,
    i heared that i can wrapp the source code but i do not know how
    any suggestions?
    thanks

    Hi,
    There's a tool for that which is shipped with Oracle itself. It's called 'wrap'. Read the docs for examples...
    But: Why do you want to do that? If you and your colleagues are working on the same project, I would beat you if I were the project leader. How should anyone resolve issues with your code in case of absence?
    Curious regards

  • View Source Code of Existing iPhone Apps

    Is there a way to view the source code of existing iPhone Apps?

    The files uploaded to the iTunes store are only those included in the .app package. These include all the resources, so all the .nib files would be there, but there's no source code in that package as far as I know. You can view the package you would upload by expanding the Product folder in the Xcode Groups & Files tree. Then Ctrl-click on the .app icon, select Reveal in Finder, Ctrl-click on the .app package and select Show Package Contents.
    Lots of independent developers (as distinct from corporation employees) are willing to share their knowledge including excerpts from their code, and that's what this forum is all about. I've pasted lots of source code from my app into the answers I've provided in this forum. If you contact a developer privately, I think it would be better to ask "How did you do that?" instead of asking for the complete source code. But there are lots of people out there who enjoy teaching others even more than protecting their ideas. My only disappointment in this forum is that many (but certainly not all!!) are really good at saying "please", but seem to have some language problem with "thank you".

  • XMLStream source-code

    I'm not sure if I'm posting in the right place, but my situation is this:
    I'm trying to develop an XMLStreamReader for Java 6, but I'm on Mac OS X which still doesn't have Java 6 available, and the beta download appears to be no longer available either.
    As such I'm having difficulty, as I'm missing all of the interfaces under javax.xml.stream, such as Attribute, XMLStreamReader, XMLStreamConstants etc. etc.
    What I need therefore is a copy of all the source-code to that package (as .java files or as a single .jar I can simply import would be great) or someone who knows how I can go about installing Java 6 on Mac OS X, or at least enough of it that I can build my XMLStreamReader in Eclipse.
    For those interested, I've come up with a new way to encode XML as a minimal byte format with very little processing overhead. I'm developing it in preparation for a new system I'm going to make which will use a lot of XML messages internally and possibly externally for outside applications.
    Will be making it available Open-Source once I'm done with it.
    Thanks for any help!

    Use transformer.setOutputProperty(OutputKeys.ENCODING, "ISO-8859-1") to specify the character set.

  • Protecting Apex Source Code

    Hi,
    It is possible to encrypt or protect the source code for an apex application.
    I want to make sure nobody can export my application or at least that is not legible to protect the logic.
    Any suggestions or workaround?
    Thanks!!!!

    Hello Oliver,
    You cannot encrypt the data in the apex tables (unless you use encrypted tablespaces, but then still you can access the data using an oracle front end). But you can use database packages (procedures/functions) to store your logic (and just call these functions from within apex). And you can wrap the source code of those packages..
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

Maybe you are looking for