RUN ID generation

Hello All..
I have a requiremnt to conmtrol the RUN ID which generartes in Pre -DME.I would like to edit the system generated run ID as per the country specific.For example usually sytem generated the ID as 112230P.But i want ti edit the the first two lwttres as GB2230P for GB and FR2230P for France.Is thi spossible.If so please let me know how to do in configuration.

There is no standard way to get what you are asking for...the run id system time stamp. The C_ _ _ _ P is for reversed checks.
But you can explore the option of controlling the the values that appear in F4 drop down that is used for Run date / Id.
Include LF110U12 and FUNCTION F4_ZAHLLAUF has the logic for DME screen F4 for Run date & id. Try to work out with ABAPers to see if the you could filter it.
More over this function reads from REGUV table, if you dont have Countries stored as Business Place or in some format in REGUV it wpuld be difficult to get it.

Similar Messages

  • NoSuchMethodError on ejbc.run stub generation under Weblogic 5.1 SP12

    It seems like this error has been posted here before but I see no message
    body so I'm probably reposting this error.
    I am getting the below error where CollectorManagementModule is a JBuilder 7
    ejb module which is executing ejbc.run method to generate the CMP entity EJB
    stubs.
    "CollectorManagementModule.ejbgrpx":
    [weblogic.utils.compiler.CodeGenerationException: Exception:
    'java.lang.NoSuchMethodError' while trying to invoke: setPrimaryKeyParams at
    line 22 - with nested exception:
    Help? Any clues?
    Tom
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Rob, thanks for your reply.
    It looks like I replied to myself instead of to the group. In general, yes,
    it was the classpath issue you're pointing towards. The service pack jar
    files had to be at the beginning of the classpath.
    That I kinda knew however I was getting confused by another error I was
    getting when I did eventually move the service pack files to the right
    place. I didn't know that the \persistense\WebLogic_RDBMS.jar file was not
    present in the classpath.
    Tom
    "Rob Woollen" <[email protected]> wrote in message
    news:[email protected]...
    Looks like a classpath issue.
    Does it work if you invoke ejbc from a shell? If so, can you compare
    the classpath settings it's using vs JBuilder.
    In particular, I'd guess that some of the service pack jar files are not
    being correctly picked up by JBuilder.
    -- Rob
    Tom Zaranek wrote:
    It seems like this error has been posted here before but I see no
    message
    body so I'm probably reposting this error.
    I am getting the below error where CollectorManagementModule is aJBuilder 7
    ejb module which is executing ejbc.run method to generate the CMP entityEJB
    stubs.
    "CollectorManagementModule.ejbgrpx":
    [weblogic.utils.compiler.CodeGenerationException: Exception:
    'java.lang.NoSuchMethodError' while trying to invoke:setPrimaryKeyParams at> > line 22 - with nested exception:> >> > Help? Any clues?> >> > Tom                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Report Generation Toolkit Evaluation doesn't work

    Hello,
    I tried to insert data into an Excel file but it seems the Report Generation Toolkit Evaluation doesn't work.
    Attached file my VI.
    LV is saying i have to activate the product in order to run it. An error occurs on each Report Generation subVI, which involve i never could test my application.
    I went on Help/Activate Labview component and the evalution is well activate.
    Someone has an idea why the evaluation version doesn't run Report Generation Toolkit ? A solution asap please...
    PS : I still have 15 days evaluation left.
    Solved!
    Go to Solution.
    Attachments:
    Test_insert_data.vi ‏9 KB
    Test.xls ‏14 KB

    UP
    With message failure
    Attachments:
    Sans titre.JPG ‏50 KB

  • ABAP program in process chain running under another user

    Hi, gurus
    I have a process chain that load three DSO in order to generate authorizations. I wish to add a new process at the end of this process chain which calls ABAP program RSSB_GENERATE_AUTHORIZATION. I wish to run this ABAP program under a different user rather than using ALEREMOTE, our general purpose load user. The user to run authorization generation must be a system user specially created for this purpose.
    My question is: is it possible to define a different user to execute only a process (ABAP program) inside a process chain while the previous steps can be run by a general purpose load user?
    Is there any other approach? What about separating it into two tasks? How to sincronize them, that is, how to run generation just after successful ending of the load process?
    Thanks for ideas.
    Fernando

    Let us assume that you have two parts to this -
    1. Process chain for Data Loads
    2. Program for authorizations.
    Schedule the authorization program in the background and have it run after a particular event - this way your authorization program is run with a specific user.
    In your process chain put in a program to raise the event at the appropriate time so that the authorization program can run. The authorization program in the meanwhile will be runnnig and waiting for the event to occur.

  • Automatic Settlement rules generation

    PS Experts
    I need to have automatic settlement rule generation for WBS elements.
    I do have all the config (PS & IM) in place and when i release my WBS element then AUC is automatically created and no settlement rules are generated at this point.
    But when i create FINAL ASSET, then the settlement rules are generated automatically with final asset as the receiver. When i run my final settlement (CJ88) then the settlement rule is updated with AUC & Final asset.
    My question is do i need to have Investment profile to have automatic creation of settlement rules.
    What if i don't want to activate IM and still have automatic settlement rule generation?
    Edited by: Raj M on Apr 17, 2008 8:49 PM

    Hi,
    For automtic settlement rule generation folloowing steps need to be followed.
    1. Determine Strategy for Settlement Rule
    In this there will be settings for settlement rule where we define the recevier cost object after project settlement.
    This strategy will be assigned to project profile
    2. Generate Settlement
    CJB2 transaction need to be run for generation settlement for the WBSE.
    Hope this will help you.
    Regards,
    Rakesh Pradhan

  • SQL*Modeler generation DDL sequence

    SQL*Modeler Version 2.0.0. Build 584
    In my data model I have a dozen or so External tables and corresponding PUBLIC synonyms to each of them.
    The generated script from SQL*Modleler is sequenced by types, tables,views, sequences, synonyms(both public and private), directories, external tables, triggers (and probably some other things that I am not using).
    So at the end of running my generation script I always check for rows in DBA_OBJECTS for rows with status='INVALID', hoping for none of course. But because synonyms are created before my external tables the synonyms are invalid. No big deal, as soon as I access the synonym it will recompile anyway but it's a bit disconcerting for the DBA's implementing this model to have invalid objects.
    Is there a good reason why synonyms are generated before External tables or is this just an oversight?
    I also have a similar problem with types which are used cross schema because there is no way to grant the schema a privilege on a type ( I use an end of script option against the first table to do this but of course the types were invalid up until the point of granting execute on the parent type which recompiles the type but again leaves the synonym invalid). This could only be solved by having an option against the type to grant privileges as per tables. Would be nice to have.
    Regards
    Ian

    Hello,
    Is there a way to force Data Modeler (I am using version 4.0.2.840) to put a schema name in front of a table name that a trigger is defined on?
    Unfortunately there is not.  I've logged a bug on this.
    Thanks for reporting the problem.
    David

  • Cannot see BP in all currencies in Document generation

    Dear All,
    Our customer is on SAP2007A PL45, SQL2008, 3rd party add-on, CA localization. This issue is not associated with the add-on and the localization. I tried with / without our add-on. I tried in CA and US localization. I tried in SAP2007 and SAP8.8. So this looks like a system behavior.
    When I run document generation >> target AR invoice >> source delivery >> Choose BP
    I found if a BP is all currencies, it will not in the list.
    I've let our customer know this is a system behavior. Can anybody let me know why SAP doesn't allow us to use thsi tool for a BP in all currencies? Thanks in advance.
    Regards,
    Yuka

    Thanks for the reply Gordon. I can add the DN to IN manually (copy to / copy from).
    In Document Generation Wizard, step 5 or 8, it asks us choose customer. I click add customers >> code from... to... (It is a CFL). I click the choose from list, in that list, I should have all my customers. However, any customer in all currencies, not in the list. If this is a system behavior, I would like to know why.
    Regards,
    Yuka

  • [JHS10.1.3] incomplete generation of DataBindings.cpx

    Hi,
    I want to have another project after creating application by JSF ADF-BC template(remove original ViewController project and add a new one). But still use same Model project.After I add a new web project and run JHS generation,I found that DataBindings.cpx cannot be generated sucessfully.Only
    <?xml version="1.0" encoding="UTF-8" ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application"
    version="10.1.3.36.73" id="DataBindings" SeparateXMLFiles="false"
    Package="project1" ClientType="Generic"></Application>
    are generated.
    Instead of using Application template, I try to create projects on my own.
    If I create a new web project and a new Business component project and run JHS generation,and then run one of these generated pages.I got
    500 Internal Server Error
    java.lang.NullPointerException     at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:595)
    Finally, I found a way to add my new project.
    I use JSF ADF-BC template and again remove original ViewController project.
    And then I add a empty project and add a new JSF JSP page within it.
    After creating business components and running JHS generation , it works !
    Any ideas about this ?
    Thanks
    Eron Yang.

    Well, seems like that .rar or .zip file cannot be accepted.
    This is an automatically generated Delivery Status Notification
    Delivery to the following recipient failed permanently:
    [email protected]
    Technical details of permanent failure:
    PERM_FAILURE: SMTP Error (state 12): 554 5.7.1 Oracle Corporation does not accept mail with .ZIP attachments.
    What kind of file type I can use ?
    Thanks.
    Eron Yang.

  • Dependencies for speed of new generation gc

    I have two applications, doing very similar thing (they are both routing data from one source to another). They have almost the same number of thing to process per second, they are both done with a lot of shared code. Unfortunately, I can observe big difference in new gc times between both these applications. I have attached samples from gc logs below.
    I'm using CMS and non-parallel new generation gc. Both applications are running on the machines with exactly the same specs (and we get same results if we switch the applications between the machines, so it is not environment specific). As you can see from the logs,
    heap size is very similar, promotion ration is almost the same, both applications are running new generation gc once every 5 seconds on average.
    I'm just wondering what can be the reason for so different gc times in both cases. Amount of different pages in old generation touched between collections ? Average size of the object surviving collection ?
    In both cases following jvm is used
    java version "1.5.0_07"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
    Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
    Application 1:
    8495.565: [GC {Heap before gc invocations=380:
    def new generation   total 24576K, used 22521K [0x73000000, 0x74c00000, 0x74c00000)
      eden space 20480K, 100% used [0x73000000, 0x74400000, 0x74400000)
      from space 4096K,  49% used [0x74400000, 0x745fe620, 0x74800000)
      to   space 4096K,   0% used [0x74800000, 0x74800000, 0x74c00000)
    concurrent mark-sweep generation total 1019904K, used 471954K [0x74c00000, 0xb3000000, 0xf0000000)
    concurrent-mark-sweep perm gen total 131072K, used 14120K [0xf0000000, 0xf8000000, 0xf8000000)
    8495.566: [DefNew
    Desired survivor size 2097152 bytes, new threshold 6 (max 8)
    - age   1:     743624 bytes,     743624 total
    - age   2:     509984 bytes,    1253608 total
    - age   3:     239488 bytes,    1493096 total
    - age   4:     351904 bytes,    1845000 total
    - age   5:     229328 bytes,    2074328 total
    - age   6:     156096 bytes,    2230424 total
    : 22521K->2178K(24576K), 0.1627934 secs] 494476K->474132K(1044480K) icms_dc=5 Heap after gc invocations=381:
    def new generation   total 24576K, used 2178K [0x73000000, 0x74c00000, 0x74c00000)
      eden space 20480K,   0% used [0x73000000, 0x73000000, 0x74400000)
      from space 4096K,  53% used [0x74800000, 0x74a20898, 0x74c00000)
      to   space 4096K,   0% used [0x74400000, 0x74400000, 0x74800000)
    concurrent mark-sweep generation total 1019904K, used 471954K [0x74c00000, 0xb3000000, 0xf0000000)
    concurrent-mark-sweep perm gen total 131072K, used 14120K [0xf0000000, 0xf8000000, 0xf8000000)
    , 0.1635298 secs]Application 2:
    8297.934: [GC {Heap before gc invocations=303:
    def new generation   total 24576K, used 22584K [0x70000000, 0x71c00000, 0x71c00000)
      eden space 20480K, 100% used [0x70000000, 0x71400000, 0x71400000)
      from space 4096K,  51% used [0x71800000, 0x71a0e218, 0x71c00000)
      to   space 4096K,   0% used [0x71400000, 0x71400000, 0x71800000)
    concurrent mark-sweep generation total 799016K, used 482200K [0x71c00000, 0xa284a000, 0xf0000000)
    concurrent-mark-sweep perm gen total 131072K, used 13206K [0xf0000000, 0xf8000000, 0xf8000000)
    8297.935: [DefNew
    Desired survivor size 2097152 bytes, new threshold 6 (max 8)
    - age   1:     955304 bytes,     955304 total
    - age   2:     346240 bytes,    1301544 total
    - age   3:      94104 bytes,    1395648 total
    - age   4:     347336 bytes,    1742984 total
    - age   5:     189976 bytes,    1932960 total
    - age   6:     174000 bytes,    2106960 total
    - age   7:     110744 bytes,    2217704 total
    : 22584K->2165K(24576K), 0.5525575 secs] 504784K->484561K(823592K) icms_dc=5 Heap after gc invocations=304:
    def new generation   total 24576K, used 2165K [0x70000000, 0x71c00000, 0x71c00000)
      eden space 20480K,   0% used [0x70000000, 0x70000000, 0x71400000)
      from space 4096K,  52% used [0x71400000, 0x7161d6e8, 0x71800000)
      to   space 4096K,   0% used [0x71800000, 0x71800000, 0x71c00000)
    concurrent mark-sweep generation total 799016K, used 482396K [0x71c00000, 0xa284a000, 0xf0000000)
    concurrent-mark-sweep perm gen total 131072K, used 13206K [0xf0000000, 0xf8000000, 0xf8000000)
    , 0.5533990 secs]

    What command-line options do you give the JVM in the
    two cases?Almost exactly the same (except for the main class and program arguments of course).
    -Xloggc:path/to/gc/file.log -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:PermSize=128m -XX:+PrintTenuringDistribution -XX:MaxTenuringThreshold=8 -XX:NewSize=28m -XX:MaxNewSize=28m -XX:SurvivorRatio=5 -XX:+TraceClassUnloading -XX:+PrintHeapAtGC -XX:+CMSIncrementalMode -XX:CMSIncrementalDutyCycleMin=5 -XX:+CMSIncrementalPacing -XX:PrintCMSStatistics=1 -XX:-UseParNewGC -XX:+ParallelRefProcEnabled
    for one of the programs I have specified
    -Xmx2000m -Xms1024m
    for second
    -Xmx2048m -Xms256m
    I'll try out how the second program behaves with -Xms1024. Sorry for number of gc options, but they are leftovers from my fights with CMS/Weakreference problems.
    I see that in the first snippet no promotion
    happened
    while in the second some small number (196 KB) of
    data was promoted. This was the accident, generally number of promoted memory is very similar in both cases.
    Secondly, in the second case the
    heap occupancy (as a %ge of the committed heap)
    was larger; this might have affected the allocation
    rate
    in the old gen during scavenge.This might be related to -Xms specified to very low number, I'll check how it will behave after increasing the startup size. Anyway, I would expect bigger heaps to be generally slower ?
    Can you think of ways in which the applications are
    different wrt the object connectivity, and
    lifetimes?Not really, they are both adapters for the very same data. We have a source of realtime data in the company, which contributes it to certain distribution environment. From this place, it is read by our applications (application A) and by adapter to reuters (written in C++). There we again read the same data from reuters (application B). Yes, it is a waste, but let's not go into business requirements ;) Anyway, custom protocol used by application A is very similar to reuters and output from both applications is exactly the same - so except for the few internal structures they are doing exactly the same thing. We used to had a problem with big mutable array in one of them, but it was already fixed in _07 (and it was affecting CMS times, not new gen times).
    If you can condense the differences into a simple
    test
    case perhaps we can get closer to the problem.I'll first try out the startup heap sizing options. I don't think I'll be able to reproduce the problem on smaller application so easily.
    Also make sure to collect a sufficiently long GC trace
    so that you are observing real differences, not just
    large fluctations in the GC times over the duration of
    the run.I have full traces from 16 hours per day for last few weeks and they show this difference all the time.
    Sorry that is not much help, and more questions than
    answers.No problem, you have already helped me with pointing to the heap sizes (I was completly sure they are the same). I'll let you know about the results of -Xms test.
    Thanks for help.

  • Satellite A100-487: Game does not run properly

    My son has an A100 487, running on Windows XP. I recently bought him a game and it loads fine. The game plays for about 15 mins and then closes which returns to my desktop screen and gives an option to send an error report.
    It has 1GB of RAM so I am a bit stumped, could this be a graphics problem?
    Can anyone advise me and point me in the right direction. all help appreciated

    Hi
    Please dont be mad at me but I think the hardware seems not to be adequate to run such games.
    This notebook supports an 8-128MB shared memory Intel 945GM graphic chip.
    In my opinion a such graphic card is not designed to run a high performance games!
    But how about the update of graphic card driver?
    Sometimes newest graphic drivers could help to run new generation games with low graphic details and performance.
    Check the Intel page for updates! If you will be not able to install the graphic driver automatically, then try to install the driver from device manager and assign the driver file source manually.
    Good luck

  • What will Sigar Api reflect (CPU, Memory) when run Virtual Machine

    Hi,
    I am using sigar api for a module. The Module will  be deployed on machines which are virtual machines.
    i.e. a part of whole system resource (CPU, RAM etc.) will be allocated to the VM by the OS.
    If Sigar is  run on VM system, will it give the result for resources allocated for VM or for the System/OS as a whole?
    Please reply if any info is available, this is very urgent.
    Thanks

    Very interesting.  I'll have 30-40 VMs running, all Generation 2.  I notice a significantly faster start time on the Generation 2 than on any Generation 1.  Generally it starts in a couple seconds.
    It looks like you are using dynamic memory.  What sort of value do you have for startup memory?  Have you tried using fixed memory (just for a test)?  I tend to use fixed memory for my VMs.
    . : | : . : | : . tim

  • Command line compiler (rhcl.exe) adds on rogue full pathways into [Merge Files] of .hhp

    I'm using RH 9 and generating chm outputs on my Win 7 64-bit computer.
    I have a core chm help file and several sub chm helps that get merged into it.
    I have a batch file that regularly compiles our help files locally and then copies them into a common local directory. It then copies them up to a mapped network drive where they are picked up by the nightly build of our installer.
    The problem I have, is that the command line compiler (rhcl.exe) is adding on a full pathway for all the sub helps listed in the [Merge Files] section of the core help's .hhp file, causing these problems:
    1) First of all, the pathways are wrong. The pathway it puts on is from the location of my .xpj file of my core help project. The output directory for the compiler is actually sending all the helps to a different local directory.
    2) These need to be relative, and should not have full pathways. The full pathways make it so that when I click on a subhelp TOC entry that subhelp's topic opens up in an entirely different window instead of merged into the core help's window. (See #13 on Peter's helpful site here about the problem with absolute paths: http://www.grainge.org/pages/authoring/rh9/using_rh9.htm)
    Here' what I want it to look like (the good):
    [MERGE FILES]
    pcdmisportable.chm
    pcdmistutor.chm
    pcdmisvision.chm
    pcdmislaser.chm
    pcdmiscmm.chm
    pcdmisUJB.chm
    pcdbasic.chm
    toolkitmodulesvwmp.chm
    pcdmisdci.chm
    toolkitmodules.chm
    pcdmisnc.chm
    pcdmisip.chm
    toolkitmodulesblade.chm
    pcdmisregistry.chm
    pcdmisfixturing.chm
    Here's what it looked like after the command line compile (the bad and the ugly):
    [MERGE FILES]
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisportable.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmistutor.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisvision.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmislaser.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmiscmm.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisUJB.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdbasic.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodulesvwmp.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisdci.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodules.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisnc.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisip.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodulesblade.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisregistry.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisfixturing.chm
    I've done the following ....
    I've checked my .xpj file and they have relative paths only.
    I've deleted my .cpd file.
    I've removed chm references from my rhbag.apj.
    ... and the hhp file still gets modified with pathways to my core project
    directory tacked on:
    It's strange; because if I compile without the command line, by opening the project and running the generation inside of RH, I don't get the problem where it re-writes the [Merge Files] section with the pathnames.
    Any ideas on where are these rogue full pathways coming from and how I can fix it? Or is it just a bug with the command line version of the compiler that Adobe will need to fix?

    I don't use command line generation but to the best of my knowledge, this has not been fixed.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Accounting clerk in f110

    while configuring edit proposal in f110 it would ask us to select accounting clerk....,in my case i have configured in XK99 as well as in spro-fa(new)-ar and ap-vendor accounts-master data-preperation for creating vendor master data-define accounting clerks.
    my company code is 1981.
    while doing edit proposal the error which is showing is:
    COCD 1981/1981 do not appear in proposal:correct
    message no:fz003.
    and another error is  no data exist for the specific paying cocd1981 and sending company code 1981 in payment proposal...
    will you please guide me to resolve this.
    Thanks,
    kiran

    Hello,
    Please kindly check whether the following situation exist in your
      system, in this case that error FZ003 appears:
    If you create a payment proposal for some payment ID, date;
    then leave it as is;then create another payment ID, date and
    execute payment proposal generation. Vendors/ customers
    are blocked in the first payment proposal.
    Solution: please delete this first created payment proposal
    execute this payment run to the end.
    This action will allow to execute subsequent payment runs as
    company code will be unblocked for the subsequent payment runs by
    the system. Don't forget to delete unsuccessful payment proposals
    (with error FZ003) and run proposal generation again.
    As well check the selection criteria you're using in the payment run. Maybe you're not selecting any open item as well.
    Regards,
    Renan

  • Creation of new employment status

    Hi,
    We want to create new Employment Status similar to "0" - Withdrawn.  This status should have same features like status "0". I have created a new status "4" and assigned the same to an action. However, the attributes of the new status "4" are not same as "0".
    Eg: I have assigned the new status "4" to the termination action. When I execute this action the system updates the employment status to "4". However, I can execute a transfer action or pay change action on the same date of termination action. Ideally system does not allow 2 status change actions on same day. The system allows payroll to be run with the employment status as "4".
    Please let me know of any missing configuration or anything I need to check.
    Thanks.

    Hi all,
    thanks for reply.
    we can create new status from table V_T529U with description.
    We can assign that status to Perticular action also but after that when i run quota generation or payroll for that employee, logically it should not allow me.
    but in this case , it is allowing which is not in case with standard employment status 0- withdrawn.
    from my understanding , we can not create new standard employment status in sap hr as it refelects in all payroll and time related standard programs , which we can not change by adding new status.
    Please give your observations may b i am  wrong.

  • Where can I find a new or used version of Tiger?

    Hi, I would like to upgrade my old g4 Ibook, 10.3.9 (Panther) to run either Tiger or Leopard.  Where can I buy either new or used versions of this software?  Used would be fine, as long as it works.  The Apple store doesn't sell these anymore, and what I googled sounded very expensive for something that is really already outdated.  Are there any reliable stores that sell these?  If I buy it used, is there any danger I might get a bad DVD and somehow do damage to my computer?  Also, would Tiger be better than Leopard?  I'm mostly trying to get the computer to play videos on the internet, which doesn't work with Panther.
    Thanks for any help!

    I think there are online retailers but nobody I have seen specifically recommended.  There's the usual used parts sources such as e-bay and Craigslist but make sure you get a retail version disc.  Some people try to re-sell the gray colored discs that came with a computer but those are designed to only work on that particular model.  The retail Tiger discs are black.  There are also limited discs that are designed to only work when installing on top of Panther.  That would be okay in your situation except if you should ever need to re-install you would have to install Panther first again.
    See other recent posts in this forum about upgrading to Leopard.  Both Tiger and Leopard are no longer supported by Apple.  You can run newer versions of things such as iTunes on Leopard but it will still be several versions out of date.  With Leopard you can no longer run OS9 generation applications in Classic.  Leopard will also make more demands on your computer.  Check the specs for minimum system requirements.  I think your 512 MB RAM meets minimum but when Apple says minimum they mean it and some people complained about Leopard running slowly.  I run Tiger with 2 GB RAM.
    I have a copy of Leopard but I have never bothered installing it.  Yes, there are a few applications I could run in it that I can't with Tiger, but I am generally pretty happy with Tiger.  You need to review your exact needs but I suspect I probably won't really bother with Leopard and my next jump will be new hardware and something that will still run 10.6 and PPC generation applications.
    As for cost, it is what the market will bear.  I haven't checked prices recently but for quite a while Tiger and Leopard held strong on resale.  I can't imagine it going on for much longer because even if people are happy running old Macs the hardware will eventually give out and people will have to buy newer computers.

Maybe you are looking for