Avoid jar generation during adpatch

Hi gurus,
I am applying bunch(many) of patches - upgrading to 11.5.10.2 from 11.5.10.
man of the patches spending much time on jar generation step.
what is the way to avoid jar generation during the adpatch and run the force jar generation using adadmin later stage.
Generating product JAR files in JAVA_TOP -
/u01/app/applmgr/11i/ipdtestcomn/java with command:
adjava -mx512m -nojit oracle.apps.ad.jri.adjmx @/u01/app/applmgr/11i/ipdtestappl/admin/ipdtest/out/genjars.cmd
Thank you.

You can stop compiling JSP files by using nocompilejsp option (I do not think there is a way to stop generating the jar files).
AD Command Line Options for Release R12 [ID 1078973.1]
Oracle E-Business Suite Patching Procedures, Page 2-16
http://download.oracle.com/docs/cd/B53825_08/current/acrobat/121adpp.pdf
Thanks,
Hussein

Similar Messages

  • Excise Invoice generation during stock transfer

    Hello All,
    For an excisable item it is a rule in indian localization whenever the goods leave the warehouse it has to carry a proper excise document. This is possible in case of a delivery. But how to manage this in case of stock transfer? When the excisable goods are transfered from one warehouse to another then a excise invoice is to be generated. How can this be managed in SAP Business One? Please suggest.I am using SAP Business One 2005B PL 41
    Regards,
    Debraj

    This Functionality is not available in SAP 2005B.
    As a workaround,
    Create Journal Entry for Excise Duty & VAT
    For Excise Invoice, create a seperare PLD in Inventory Transfer Screen
    Note:
    This feature of Excise Invoice generation during stock transfer is available in SAP 2007B
    Edited by: Sridharan T on Sep 8, 2008 3:10 PM

  • Automatic PR generation during third party sales order

    When I am create third party Sales order , systems automatically tries to creates the PR . Ok its fine and as expected . But system asks for Account assignment. Where I can give that account assignment during the auto PR at Sales order

    Hi,
    In Automatic PR generation during 3rd party sales order,the account category determination depends on following configuration:
    Step 1:
    Sales & Distribution-->Sales->Sales Documents->Sales Document Item->Define Item Categories--
    Check this configuration
    Step 2:
    Sales & Distribution-->Sales->Sales Documents->Sales Document Item->Define Schedule line CategoriesUnder this configuration ,for your scheduline item category ,check following entries ,Order type-NB ,Item Category---5 & Acct.Assingment category (3rd Party).
    Step3:
    Sales & Distribution-->Sales->Sales Documents->Sales Document Item--->Assign Schedule line Categories
    Then Assign the schedule line category to 3rd Party Item category defined .
    From this when PR get generated then acct.assingment category get populated automatically .
    Thanks,
    AMIT

  • [svn:bz-trunk] 5034: Avoid the NPE during server shutdown.

    Revision: 5034
    Author: [email protected]
    Date: 2009-02-22 05:59:29 -0800 (Sun, 22 Feb 2009)
    Log Message:
    Avoid the NPE during server shutdown.
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/factories/JavaFactory.java

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • Weblogic MBeanMaker throws exception during MBean Jar generation in WLS 9.2

    Hi,
    I followed the steps provided in weblogic guide(http://edocs.bea.com/wls/docs92/dvspisec/atn.html), to develop a custom authenticator provider.But, when i use weblogic MBean maker to create MBean jar file(by executing the command java -DMJF=jarfile -Dfiles=filesdir weblogic.management.commo.WebLogicMBeanMaker), i seem to get the following exception.
    I get exactly the same exception when i ant SampleSecurityProviders91 code found in bea code share.Any help will be very much appreciated.
    all:
    [mkdir] Created dir: C:\Work\bea\SampleSecurityProviders91\build
    [mkdir] Created dir: C:\Work\bea\SampleSecurityProviders91\classes
    [copy] Copying 1 file to C:\Work\bea\SampleSecurityProviders91\build
    [copy] Copying 30 files to C:\Work\bea\SampleSecurityProviders91\build
    [java] Creating an MJF from the contents of directory C:\Work\bea\SampleSecurityProviders91/build...
    [java] Compiling the files...
    [java] Creating the list.
    [java] Doing the compile.
    [java] Note: Some input files use unchecked or unsafe operations.
    [java] Note: Recompile with -Xlint:unchecked for details.
    [java] WLMaker-SubProcess: : Usage: javaw [-options] class [args...]
    [java] WLMaker-SubProcess: : (to execute a class)
    [java] WLMaker-SubProcess: : or javaw [-options] -jar jarfile [args...]
    [java] WLMaker-SubProcess: : (to execute a jar file)
    [java] WLMaker-SubProcess: :
    [java] WLMaker-SubProcess: : where options include:
    [java] WLMaker-SubProcess: : -client to select the "client" VM
    [java] WLMaker-SubProcess: : -server to select the "server" VM
    [java] WLMaker-SubProcess: : -hotspot is a synonym for the "client" VM [deprecated]
    [java] WLMaker-SubProcess: : The default VM is client.
    [java] WLMaker-SubProcess: :
    [java] WLMaker-SubProcess: : -cp <class search path of directories and zip/jar files>
    [java] WLMaker-SubProcess: : -classpath <class search path of directories and zip/jar files>
    [java] WLMaker-SubProcess: : A ; separated list of directories, JAR archives,
    [java] WLMaker-SubProcess: : and ZIP archives to search for class files.
    [java] WLMaker-SubProcess: : -D<name>=<value>
    [java] WLMaker-SubProcess: : Stopped draining WLMaker-SubProcess:
    [java] WLMaker-SubProcess: : set a system property
    [java] BeanGen code generation failed
    [java] WLMaker-SubProcess: : -verbose[:class|gc|jni]
    [java] WLMaker-SubProcess: : enable verbose output
    [java] WLMaker-SubProcess: : -version print product version and exit
    [java] WLMaker-SubProcess: : -version:<value>
    [java] WLMaker-SubProcess: : require the specified version to run
    [java] WLMaker-SubProcess: : -showversion print product version and continue
    [java] WLMaker-SubProcess: : -jre-restrict-search | -jre-no-restrict-search
    [java] WLMaker-SubProcess: : include/exclude user private JREs in the version search
    [java] WLMaker-SubProcess: : -? -help print this help message
    [java] WLMaker-SubProcess: : -X print help on non-standard options
    [java] WLMaker-SubProcess: : -ea[:<packagename>...|:<classname>]
    [java] WLMaker-SubProcess: : -enableassertions[:<packagename>...|:<classname>]
    [java] WLMaker-SubProcess: : enable assertions
    [java] WLMaker-SubProcess: : -da[:<packagename>...|:<classname>]
    [java] WLMaker-SubProcess: : -disableassertions[:<packagename>...|:<classname>]
    [java] WLMaker-SubProcess: : disable assertions
    [java] WLMaker-SubProcess: : -esa | -enablesystemassertions
    [java] WLMaker-SubProcess: : enable system assertions
    [java] WLMaker-SubProcess: : -dsa | -disablesystemassertions
    [java] WLMaker-SubProcess: : disable system assertions
    [java] WLMaker-SubProcess: : -agentlib:<libname>[=<options>]
    [java] WLMaker-SubProcess: : load native agent library <libname>, e.g. -agentlib:hprof
    [java] WLMaker-SubProcess: : see also, -agentlib:jdwp=help and -agentlib:hprof=help
    [java] WLMaker-SubProcess: : -agentpath:<pathname>[=<options>]
    [java] WLMaker-SubProcess: : load native agent library by full pathname
    [java] WLMaker-SubProcess: : -javaagent:<jarpath>[=<options>]
    [java] WLMaker-SubProcess: : load Java programming language agent, see java.lang.instrument
    [java] WLMaker-SubProcess: : Stopped draining WLMaker-SubProcess:
    BUILD FAILED
    thanks,
    Josh

    The console does not list RealmAdapterAuthenticator I'm no WLS security expert but this suggests to me that the appropriate mbean implementation is missing from your servers mbeantypes. If you have the mbeans for a RealmAdapterAuthenticar you need to stick them under:
    /wlserver9.2/weblogic92/server/lib/mbeantypes/
    and restart the admin console.
    Hussein Badakhchani
    http://dev2dev.bea.com/blog/hoos
    London Middleware
    http://londonmiddleware.org/index.html
    Edited by hoos at 01/04/2007 8:49 AM

  • Error during adpatch

    Dear Experts,
    I am upgrading Oracle APPS 11.5.10.2 to R12.1.1 on Windows 32 bit, during the execution adpatch exit with the below error. Can any one advice on this ??
    Cannot open patch file:
    T:\Patches_Downloaded\Apps-Patches\Apps_Tier\2278688\icx\admin\driver\icxfile.drvCannot open patch file:
    T:\Patches_Downloaded\Apps-Patches\Apps_Tier\2278688\icx\admin\driver\icxssfw.drvCannot open patch file:
    T:\Patches_Downloaded\Apps-Patches\Apps_Tier\2278688\icx\admin\driver\icxssp5.drv
    Error occurred in version checking for driver files.
    adpatch defaultsfile=C:\oracle\prodappl\admin\PROD\adalldefaults.txt workers=10 interactive=yes preinstall=y logfile=adpatch_c2278688.log patchtop=T:\Patches_Downloaded\Apps-Patches\Apps_Tier\2278688 driver=c2278688.drv
    Thanks in advance.
    Abul

    T:\Patches_Downloaded\Apps-Patches\Apps_Tier\2278688\icx\admin\driver\icxfile.drvCannot open patch file:
    T:\Patches_Downloaded\Apps-Patches\Apps_Tier\2278688\icx\admin\driver\icxssfw.drvCannot open patch file:
    Please verify whether the above two files exist or not under your patch directory. If the files do not exist, then you would need to redownload the patch and extract it again.
    Also, try to avoid long directory names with special characters.
    Thanks,
    Hussein

  • Error while generating JAR files during upgrade from 11.5.9 to 11.5.10

    Hi,
    We are getting the following issue after applying 11.5.9 CU2 patch set during the process of upgrade from 11.5.9 to 11.5.10.
    -     3171663: 11.5.9 Oracle E-Business Suite Consolidated Update 2
    Executing: /u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/bin/java -Djava.security.egd=file:/dev/urandom sun.security.tools.JarSigner -keystore ******** -storepass ******** -keypass ******** -sigfile CUST -signedjar /u01/app/tinst/tinstcomn/java/oracle/apps/fnd/jar/fnddssgraphgui.jar.sig /u01/app/tinst/tinstcomn/java/oracle/apps/fnd/jar/fnddssgraphgui.jar.uns CUSTOMER
    ERROR: JarSigner subcommand exited with status 1
    No standard output from jarsigner
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: sun.security.tools.JarSigner. Program will exit.
    Can you please advice regarding this issue....????
    Regards,
    Sreenivasulu.

    Please see these docs.
    Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner [ID 393306.1]
    Generating Jar Files Fails with a NoClassDefFoundError: sun/security/tools/JarSigner Error [ID 801014.1]
    Thanks,
    Hussein

  • Automatic Credit Note generation during billing

    Hi,
    How automatic credit note is generated during billing where document type is RV ? During Billing i.e, sales invoice accounting document type become RV and accounting entries are :-
    01 Customer A/c
    50 Revenue A/c
    50 Service tax payble A/c
    50 Educatio Cess A/c
    50 HEeducess A/c
    If there is VAT/CST it become credit.
    But two invoice documents are generated as doc type RV and accounting entries are :-
    11 Customer A/c
    40 Revenue A/c
    40 Service tax payble A/c
    40 Educatio Cess A/c
    40 HEeducess A/c
    In case of Credit note we can pass this entry through doc type DG. But during billing how automatic credit note is being generated ?
    Regards,
    Anindita
    Edited by: ARoy1000 on Aug 24, 2009 3:26 PM
    Edited by: ARoy1000 on Aug 24, 2009 9:52 PM

    Hi Yadav,
    In case of Credit note we can pass entry two ways are i) From Accounts by passing manual accounting entries if there is different of amounts and ii) direct generating credit note automatically after sales order istead of billing if there is shortage of quantitiy. Here Revenue accounts will be positive and Customer negative. In my case credit note has generated automatically after sales order instead of creating billing document which has posted directly as standard RV document type. I have one doubt there is no dfference in quantity. Whatever sales order quantity is raised same quantity has raised as Sales invoice. The user who generates normal sales invoice(billing) even he is very much doubt, instead of generating billing document how credit note is generated automatically where Revenue A/c, Service Tax A/c, Education and Higher Edu cess become Dr. How it is possible ?
    Regards,
    Samrat

  • How to run a Jar file during runtime

    Runtime.getRuntime().exec("javaw -jar MYJAR.jar");was what I used to run the jar originally, and it worked. Recently I created an installer for my program, where the user runs a batch-file shortcut which launches the main application. Because the main application is launched from the desktop, rather than directly, the "user.dir" property is different which makes the above code not work. How do I get the name of the folder that contains the running java application?
    Thanks

    You don't. You fix the installer so that it puts the correct working directory into the shortcut that it creates.

  • Loadjava / soap.jar / errors during loading into 9.2 dbms

    Hello!
    I followed the description under "
    http://otn.oracle.com/sample_code/tech/java/jsp/loadjars.html"!
    I tried to test a webservice call from java stored procedure in oracle 9.2 dbms, but i get the following error while using loadjava.
    e.g.
    referenced object oracle/dms/http/HttpBasicAuthorizationException could not be resolved, or e.g. OracleSOAPHTTPConnection ...
    Any idea, what i should do instead?
    regards
    Harald.

    This note details the errors I typically get from loading as well as the extra commands I need to run to get a call out to a particular endpoint running (as extra information to the writeup you already have used).
    Can 8i be a Web Service Consumer?
    The other thing to make sure is that you use the soap.jar that ships with Oracle9iAS not the one that ships with the database as the database soap.jar is from a much older version of Apache SOAP than that that ships with 9iAS. I believe the above writeup details this too.
    Mike.

  • ECC6(A+J) setup error in unpacksdmkit.jar phase during install java engine

    Hi Basis gurus,
    I am installing ERP 6.0 (A+J) system. we are using windows 2003 server enterprize endison SP2 as OS. MSSQL server 2005 as database.
    I am using Java 1.4.2_16 for AMD 64 bit machine.
    I am getting error in install java engine phase for sdmkit.jar file extraction.
    When I am checking the insterror.log and sdmkit.log file I am getting below error.
    ERROR 2007-12-03 20:50:03
    MUT-03011  Execution of the command "D:\j2sdk1.4.2_16-x64\bin\jar xvf "D:/NW04S SR2/51032257 NW 2004s SR2 Java based SW Comp\JAVA_EXPORT\SDM/SDMKIT.JAR"" finished with return code 1. Output: extracted: META-INF/MANIFEST.MF  created: META-INF/ inflated: bin/SDM.jar inflated: bin/readme.txt inflated: lib/util/exc/exception.jar inflated: lib/util/sec/tc_sec_secstorefs.jar inflated: lib/util/sec/SDMsec.jar inflated: lib/util/xml/sapxmltoolkit.jar inflated: lib/util/xml/SDMxml.jar inflated: lib/util/slutil/SLUtil.jar inflated: lib/jstartupapi.jar inflated: lib/serverext/fs/SDMfs.jar inflated: lib/serverext/dbsc/frame.jar inflated: lib/serverext/dbsc/jta.jar inflated: lib/serverext/dbsc/SDMdbsc.jar inflated: lib/serverext/dbsc/jperflib.jar inflated: lib/serverext/dbsc/jdsr.jar inflated: lib/serverext/dbsc/opensqlsta.jar inflated: lib/serverext/dbsc/antlr.jar inflated: lib/serverext/dbsc/jddicatalog.jar inflated: lib/serverext/dbsc/SDMdbsc_ext.jar inflated: lib/serverext/dbsc/jddi.jar inflated: lib/serverext/dbsc/util.jar inflated: lib/serverext/engine/SDMengine_ext.jar inflated: lib/serverext/engine/SDMengine.jar inflated: lib/SDMfs_spi.jar inflated: lib/SDMengine_spi.jar inflated: lib/jaas.jar inflated: lib/SDMdbsc_spi.jar inflated: lib/iaik_javax_crypto.jar inflated: lib/readme.txt inflated: lib/frog.jar inflated: lib/SDMcommon.jar inflated: lib/Net.jar inflated: lib/jdbc.jar inflated: lib/SLUtilAPI.jar inflated: lib/SDMapiint.jar inflated: lib/logging.jarjava.util.zip.ZipException: invalid entry CRC (expected 0x863c43d8 but got 0xc14c2d80) at java.util.zip.ZipInputStream.read(ZipInputStream.java:164) at sun.tools.jar.Main.extractFile(Main.java:715) at sun.tools.jar.Main.extract(Main.java:678) at sun.tools.jar.Main.run(Main.java:190) at sun.tools.jar.Main.main(Main.java:904)
    ERROR 2007-12-04 08:51:13
    FCO-00011 The step unpackSDMKITJAR with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|unpackSDMKITJAR was executed with status ERROR
    When I search on OSS notes and SDN forum I got the below OSS NOTE 904245 for solution. But I have try to replace the code in control.xml file its not working .
    I am able to start&stop SAP engine.
    I have also done the temp copy for folder 51032257\java_export\sdm\sdmkit.jar file and try to extract it manually there but its throwing error in java as below.
    D:\j2sdk1.4.2_15-x64\bin>jar xvf D:\51032257\JAVA_EXPORT\SDM\SDMKIT.JAR
    extracted: META-INF/MANIFEST.MF
    created: META-INF/
    inflated: bin/SDM.jar
    inflated: bin/readme.txt
    inflated: lib/util/exc/exception.jar
    inflated: lib/util/sec/tc_sec_secstorefs.jar
    inflated: lib/util/sec/SDMsec.jar
    inflated: lib/util/xml/sapxmltoolkit.jar
    inflated: lib/util/xml/SDMxml.jar
    inflated: lib/util/slutil/SLUtil.jar
    inflated: lib/jstartupapi.jar
    inflated: lib/serverext/fs/SDMfs.jar
    inflated: lib/serverext/dbsc/frame.jar
    inflated: lib/serverext/dbsc/jta.jar
    inflated: lib/serverext/dbsc/SDMdbsc.jar
    inflated: lib/serverext/dbsc/jperflib.jar
    inflated: lib/serverext/dbsc/jdsr.jar
    inflated: lib/serverext/dbsc/opensqlsta.jar
    inflated: lib/serverext/dbsc/antlr.jar
    inflated: lib/serverext/dbsc/jddicatalog.jar
    inflated: lib/serverext/dbsc/SDMdbsc_ext.jar
    inflated: lib/serverext/dbsc/jddi.jar
    inflated: lib/serverext/dbsc/util.jar
    inflated: lib/serverext/engine/SDMengine_ext.jar
    inflated: lib/serverext/engine/SDMengine.jar
    inflated: lib/SDMfs_spi.jar
    inflated: lib/SDMengine_spi.jar
    inflated: lib/jaas.jar
    inflated: lib/SDMdbsc_spi.jar
    inflated: lib/iaik_javax_crypto.jar
    inflated: lib/readme.txt
    inflated: lib/frog.jar
    inflated: lib/SDMcommon.jar
    inflated: lib/Net.jar
    inflated: lib/jdbc.jar
    inflated: lib/SLUtilAPI.jar
    inflated: lib/SDMapiint.jar
    inflated: lib/logging.jar
    java.util.zip.ZipException: invalid entry CRC (expected 0x863c43d8 but got 0xc14
    c2d80)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:164)
    at sun.tools.jar.Main.extractFile(Main.java:715)
    at sun.tools.jar.Main.extract(Main.java:678)
    at sun.tools.jar.Main.run(Main.java:190)
    at sun.tools.jar.Main.main(Main.java:904)
    D:\j2sdk1.4.2_15-x64\bin>
    If possible please let me know the other solution. Please treat this as urjent
    Thanks and regards,
    Ripal

    Ripal,
    Were you able to resolve this issue?
    Thx
    Ali

  • Avoid body focus during tabbing

    After opening Firefox and placing cursor in address bar, try pressing tab button. Now focus will set on each element like Address bar, Search window, body of the opened webpage. This is where im facing the problem. I don't want firefox to set focus on the body element while pressing tab i.e whole body gets focused. And also that does not make any sense , why the focus is setting to body of the page because we cant do any stuff by setting focus to the body of the element. I tried with other browsers , which works perfectly fine. But i like to stick to Firefox, the browser which i love the most. Being a developer i tried with lots of stuffs, but couldn't make out solution for it.Can u please provide the solution for it ? or the script which will avoid the focus of body element ?

    If you keep pressing the Tab key then the other focusable elements on the web page get focus, so the cycle doesn't end with focusing the body element.

  • Report  generation during runtme

    Is it possible to create new dynamic programs during runtime of an ABAP/4 program.give me the procedure

    To create new dynamic programs during the runtime of an ABAP/4 program, you must use an internal table. For this purpose, you should create this internal table with one character type column and a line width of 72. You can use any method you like from Filling Internal Tables to write the code of your new program into the internal table. Especially, you can use internal fields in which the contents are dependent on the flow of the program that you use to create a new one, to influence the coding of the new program dynamically. The following example shows how to proceed in principal:
    DATA CODE(72) OCCURS 10.
    APPEND 'REPORT ZDYN1.'
    TO CODE.
    APPEND 'WRITE / ''Hello, I am dynamically created!''.'
    TO CODE.
    Two lines of a very simple program are written into the internal table CODE.
    In the next step you have to put the new module, in the above example it is a report, into the library. For this purpose you can use the following statement:
    Syntax
    INSERT REPORT <prog> FROM <itab>.
    The program <prog> is inserted in your present development class in the R/3 Repository. If a program with this name does not already exists, it is newly created with the following attributes:
    Title: none,
    Type: 1 (Reporting),
    Application: S (Basis).
    You can specify the name of the program <prog> explicitly within single quotation marks or you can write the name of a character field, which contains the program name. The name of the program must not necessarily be the same as given in the coding, but it is recommended to do so. <itab> is the internal table containing the source code. For the above example you could write:
    INSERT REPORT 'ZDYN1' FROM CODE.
    or
    DATA REP(8).
    REP = 'ZDYN1'
    INSERT REPORT REP FROM CODE.

  • Avoiding case-sensitivity during reflection calls

    Hi All,
    I am reflecting methods from an object using java.lang.reflect.* classes and trying to invoke methods on the object. The problem is, I am aware of the filed names in the class that is reflected. The setter method name is not known exactly. They appear something like set<filed name>. Is there a way to avoid case sensitivity while trying to look up for methods from the class.
    Any early help is highly appreciated.
    Thanks
    Varaga

    You may also find java.beans.Statement and Expression useful:
    public class CrappyBean {
        private int value;
        public void makeValue(int value) {
            this.value = value;
        public int findValue() {
            return value;
    import java.beans.Statement;
    import java.beans.Expression;
    public class StatementUse {
        public static void main(String[] args) throws Exception {
            CrappyBean object = new CrappyBean();
            Statement setter = new Statement(object, "makeValue", new Object[]{17});
            Expression getter = new Expression(object, "findValue", null);
            setter.execute();
            System.out.println(getter.getValue());
    }

  • PPM generation during consistency check

    Hi,
    I am getting an error during PPM consistency check. Error message says that "Phase has no activities (message no U9 111)" and "PPM has no activities (mesage no U9 116).
    Please note that my resource and recipe are having the activities and scheduling formula. And I already activated the resources in another integration model without any message. In this case why system is giving message saying that no activities existed.
    Please help me...
    Regards,

    There was a problem in the scheduling formula. After correcting that ... problem was got resolved.

Maybe you are looking for

  • Itunes wont open after updating. Bounces once in dock?

    I just did a long overdue update to latest itunes. Now it wont open, icon in dock bounces once and nothing? I've done disk permissions repair, no chnage. Any suggestions appreciated?

  • 2.DMS uploading from Development server to Production server[GO LIVE]

    Hi All Is it all document type [dms] which r created in development server, these will transefer from development to production server by [uploading]transport request. Or is It needs Basiss Help. Rgds Ben.

  • What version of FaceTime is newest 1.1 or 1.0.2?

    So I have the Lion software system and my facetime is verision 1.1 but in the app store version 1.0.2 is available is newst? If 1.0.2 is the newest then why didnt they just name it 1.2?

  • [svn] 2473: adding the eclipse development files

    Revision: 2473 Author: [email protected] Date: 2008-07-14 13:28:56 -0700 (Mon, 14 Jul 2008) Log Message: adding the eclipse development files Added Paths: flex/sdk/trunk/development/eclipse/flex/flex4/ flex/sdk/trunk/development/eclipse/flex/flex4/.a

  • Make sub clip from a sequence?

    I am a recent convert from FCP and am used to placing multiple clips on a sequence and making sub clips from the sequence.  I shoot a lot of 20 -30 minute interviews and this sub clipping from the time line in FCP was my workflow to select the best s