Custom Snippet and automatic code

How can I add my own custom snippets?
Also, how can I modify the text that is put out automatically by Raptor when creating say for example a package or trigger.
So my custom automatic text for a new package will have my format and also the comments section.

For custom snippets, add this Update Site:
esdev update site
http://osdn.dl.sourceforge.net/sourceforge/esdev/center.xml

Similar Messages

  • CUP - custom field and match code

    Hi,
    is it possible to have a custom field in CUP with a match code to help searching ?
    the only two way that i found are dropdown lists for a table from a backend system and free field ( varchar, date, numeric)
    thanks
    Regards
    Aurelien

    Hi Aurelien,
    You can create custom fields in CUP for the following types.
    1  Text type
    2 Numeric type
    3 Date type
    4 Drop down
       a) drop down data define in CUP
       b) Drop down data coming from backend table.
    If you want a request to be associated with a match code that helps you seaching the request later.
    Than create an text type custom field and use in a workflow.
    While a creating the request define the value of custom field.
    Now you can serch request on the basis of the value define in the custom field.
    Kind Regards,
    Srinivasan

  • JMX/RMI and Automatic Code Downloading

    There is a brief discussion of automatic code downloading in the JMX Best Practices document (http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/best-practices.jsp#mozTocId348704), but not enough to actually implement it.
    Would someone be kind enough to point me to some documentation on the subject, and/or maybe provide a few pointers?
    Thanks!
    Steve

    Hi Steve,
    If you want to know more about RMI dynamic code downloading have a look at the following link:
    http://download.java.net/jdk6/docs/technotes/guides/rmi/codebase.html
    You should also know that you can supply a ClassLoader to both the JMXConnectorServer and JMXConnector at instantiation time in the environment map. This ClassLoader will be used by the JMX connectors to serialize/deserialize the method parameters and return values when getting and setting attributes, or invoking operations on a given MBean.
    If you want to know more about how classloading works within the JMX connectors have a look at Chapter 13 "Connectors" in the JMX 1.4 specification:
    http://download.java.net/jdk6/docs/technotes/guides/jmx/JMX_1_4_specification.pdf
    Regards,
    Luis-Miguel Alventosa
    JMX Java SE development team
    Sun Microsystems, Inc.

  • Supplementary customs declaration and Import code number

    Hi guys,
    I've a question from my colleagues from export/import...
    They are working with the Supplementary customs declaration. Now it can happen that the Import code number change in the time when starting with the declaration and until sending it to the customs authority. So it can happen, that the "old" number is still in the document.
    Custom authority say, that we have to send it with the new number. But also if you're in change mode in the Supplementary customs declaration it isn't possible to change the Import code number.
    Any idea?
    Thank you in advance.
    Kind regards
    Thomas

    Did you already read whats behind the blue info button that is on top of slection screen in VIU4 transanction?
    Where exactly do you have the problem in this screen?
    Do you have an external file with commodity codes, description ..?

  • Working with Templates and Automatic Code Changes

    I am working in DW CS6.
    I am creating a new page based on a template and when DW creates the new page, it is automatically changing the paths to the links to .css and .js files.  These changes are breaking the template.  Is there a way to keep the auto-changes from occurring?
    BTW - All the pages were created with a different template and I was able to modify the pages and apply this template to those pages without a problem.  All is beautiful. 
    Original Code in the Template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Information Technology (IT):  (DADS)</title>
    <!-- TemplateEndEditable -->
    <link href="../assets/coo.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="../assets/sform.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" language="javascript" src="../assets/jquery-1-fontresizer.js"></script>
    <script src="../assets/jquery-fontresizer.js" type="text/javascript"></script>
    <script type="text/javascript" src="../p7epm/p7EPMscripts.js"></script>
    <link href="../p7tmm/p7TMM02.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="../p7tmm/p7TMMscripts.js"></script>
    <link href="../p7epm/epm52/p7EPM52p2.css" rel="stylesheet" type="text/css" media="all" />
    Code once I create a page using the template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index_wao.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Information Technology (IT):  (DADS)</title>
    <!-- InstanceEndEditable -->
    <link href="file://ausimo225/devDADSView/coo/ITnew/assets/coo.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="file://ausimo225/devDADSView/coo/ITnew/assets/sform.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" language="javascript" src="file://ausimo225/devDADSView/coo/ITnew/assets/jquery-1-fontresizer.js"></script>
    <script src="file://ausimo225/devDADSView/coo/ITnew/assets/jquery-fontresizer.js" type="text/javascript"></script>
    <script type="text/javascript" src="file://ausimo225/devDADSView/coo/ITnew/p7epm/p7EPMscripts.js"></script>
    <link href="file://ausimo225/devDADSView/coo/ITnew/p7tmm/p7TMM02.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="file://ausimo225/devDADSView/coo/ITnew/p7tmm/p7TMMscripts.js"></script>
    <link href="file://ausimo225/devDADSView/coo/ITnew/p7epm/epm52/p7EPM52p2.css" rel="stylesheet" type="text/css" media="all" />

    Always set site links to "Document" unless you NEED "Site Root". If you don't know whether you need them, then you don't need them. When you understand that you need them and why you need them, then you can use "Site Root"!
    Good advice.
    N

  • Automatically "Code Check" and "Compile/Generate" program or function

    Hello Experts;
    We will do upgrade to ECC 6.0 at near time.
    Our basis team will give us sendbox systems.
    And then We will enter the all z or y programs and check "Unicode Checks active".
    I want to do automatically "Code Check" and "Compile/Generate" with program.
    But I don't know "which use function or program"
    Please help me this point.
    Thanks.
    Best regards.

    HIi,
    Try Tcode : SGEN
    or
    try this link
    mass compile customer programs
    Regards
    Rajashiva.R

  • How do I create a drop down menu with Code Snippets and Flash CS5?

    Hi
    I am wondering how to create a drop down menu using the Code Snippets and CS5?
    There are some older tutorials out there and it would be nice if someone could create an updated drop down menu tutorial, and it might be me doing this after I have figured out the best and easiest way to create one, but before that I need some pointers.
    Thanks!
    Have a great day!
    Paal Joachim

    You can use panel widget to create manual menu where set to show target on rollover.
    Something like this :
    http://muse.adobe.com/exchange-library/menu-vertical-accordion-widget-1
    http://muse.adobe.com/exchange-library/tiptop-navigation-menu
    Thanks,
    Sanjit

  • Vendor payment and customer recipts across company codes

    Hi all,
    We are having 4 company codes in US.The vendors and customers are spread across company codes.
    1st scenario:
    Vendor "abc" has a debit balance os 5000 in company code A. In company code B, the same vendor has credit balance of 10000.
    How can we net the balances in both compnay codes and pay the difference to the vendor. The client has separate house banks for each company code.
    2 nd scenario:
    A customer sends a check for 2500. which needs to be applied against company code A (500) and Company code B (2000)
    How does the payment and receipts needs to be applied across company codes. Kindly suggest.
    Regards,
    Amulya.
    Edited by: amulya chowdary on May 21, 2010 4:31 PM

    Hi,
    You need to configure cross company clearing thru OBYA.
    Your queries can be addressed either treating other company code as the vendor/customer or clearing to a inter company GL.
    Best Regards,
    Madhu

  • Extend customer to multiple company codes and mutliple sales organisations

    Hi,
    Customers with only general info. are getting created from CRM system to SAP ECC. Now we extend the same customer to differnt company codes and different sales organisations.
    When I checked the BADI, CUSTOMER ADDDATA, in this S_KNA1, S_KNB1, S_KNVV structures are there only. So is it possible to extend it to mutiple company codes at the same time.
    It is mostly appreciated for early response.
    Thanks,

    Hi,
    You can use fm SD_CUSTOMER_MAINTAIN_ALL to extend customer to sales are and company code.
    Using this fm you can maintain all customer master data.

  • Is different tabbing order behavior between Custom and Automatic order a known issue?

    Good morning,
    I'm trying to debug a tabbing order issue where tabbing jumps over the instances of a repeating subform added at runtime only to return to them at the end of the tabbing sequence.
    Is this a know issue? If so, has it been fixed in newer version of Reader or Designer? I'm 98% sure this used to work before we installed service pack 1 for LC Designer ES. Here are the product versions currently used:
    LiveCycle Designer ES 8.2.1.4029.1.523496
    Adobe Reader 9.4.0
    Additional Information
    The hierarchy view looks like so (omitting fields for simplicity purposes):
    form1
         Subform1 (repeats)
         AddButton (button adding instances of Subform1)
         Subform3
    tabbing result after adding instances of Subform1:
    1. Subform1[0]
    2. AddButton[0]
    3. Subform3[0]
    4. Subform1[1]
    5. Subform1[2]
    expected results:
    1. Subform1[0]
    2. Subform1[1]
    3. Subform1[2]
    4. AddButton[0]
    5. Subform3[0]
    I built a simplified version of the form to isolate the source of the problem and noticed that I can reproduce the problem only when tabbing order is set to 'Custom'. The 'Automatic' order works fine. However most of the forms we're working on uses Custom order.
    I've tried removing the 'operation' tag in the XML Source as it sometimes fixes issues however it didn't this time. Using script to set focus on the exit event is currently considered but not ideal. It does not handle backward tabbing and will need to be manually removed later when forms are migrated to a newer version of ES/Reader.

    Yes, that behaviour is as expected. Out of order logging affords some performance improvements, particularly on machines with many CPUs.
    In iWS 6.0, you can set buffers-per-file="1" on the Init fn="flex-init" line to force iWS to log accesses in order.

  • Precedence and Associativity code snippet

    Look at this code snippet and assume the value of i is 2:
    ((k = (++i)) + (j = (2 * (++i))))We have the pre-increment operator showing up twice and that operator is the highest level precedence in this example. Next in line as far as precedence goes is the multiply operator. So what I did was I went to the far right and raised i from 2 to 3
    and then I figured since multiplication is the next in level of precedence I multiplied 3 * 2 to get 6.
    But I guess that's not the correct way to evaluate this. The author said when you have two operators that are of the same level of precedence, Java uses associativity rules to "break the tie."
    So I guess the correct thing to do is first increment i from 2 to 3 at the far left and then assign that to k.
    I'm just a bit confused I guess. I thought step 1 would be to go to the far right and increment i from 2 to 3. Then step 2 would be to carry out the multiply operation.
    Now the increment operator and the assignment operator are right associative. So the increment operator binds to variable i and the assignment operator binds to the result of incrementing i.
    But I don't see the connection between being right associative and proceeding to evaluate expressions from left to right. I'm still not completely understanding why we evaluate the far left expression first and not do the far right one first.
    Edited by: 357mag on Jun 6, 2010 7:46 PM
    Edited by: 357mag on Jun 6, 2010 7:48 PM
    Edited by: 357mag on Jun 6, 2010 7:49 PM

    Savitch said Java first does binding; that is it fully parenthesizes the expression using precedence and associativity rules. Then it evaluates expressions left to right.If that's what he says he is wrong. There is no such thing as 'binding; that is it fully parenthesizes the expression using precedence and associativity rules,' and I've already shown that 'evaluates expressions left to right' isn't correct either. See also the JLS, where none of this fantasy is mentioned. Compilers don't 'fully parenthesize' expressions. They parse them according to the grammar, which defines precedence and associativity; then they evaluate the operators in order of precedence, evaluating the operands of each operator in left-to-right order.
    Walter Savitch is apparently a professor of CS and should know better than that. I'd like to see what he really said.
    Since multiplication has a higher level of precedence than addition we perform the multiply operation first.Of course we do. That's not the point at issue.
    Java is actually doing this:
    d = a + (b * c)
    That is the point at issue. This is incorrect. Java isn't 'actually doing this' at all. That's just begging the question. There is no compilation step that corresponds to the insertion of those parentheses. What is actually happening is that operator precedence dictates that the multiplication be evaluated before the addition.
    As I said above, to a compiler writer, () is just another operator. Explaining operator precedence in terms of parentheses is putting the cart before the horse. It works the other way round.
    Answer is 7Of course it is. That's not in dispute.
    It's like the BODMAS you learned in 3rd grade.
    The way it is actually done is (a) turning the expression into a parse tree, with the operators already in the correct place due to precedence, as dictated by the grammar, and (b) outputting a Reverse-Polish representation of the expression, which in the above case would look like this:
    PUSH 1
    PUSH 2
    PUSH 3
    MULTIPLY ; pop the top two elements on the stack, multiply them, and push the result
    ADD ; pop the top two elements on the stack, add them, and push the result.
    No parentheses there.

  • Extending a customer into another company code and division

    Hello Gurus,
    I have created the following SP:
    301000008
    into this sales area:
    ZV - Sales Organisation
    99 - Distribution Channel
    ZA - Retail.
    I have copied this customer from an existing one.
    Now I want to keep the same information about the customer but change the above into:
    C-Code TCPS
    ZV - Sales Organisation
    99 - Distribution Channel
    ZB - Whole sale
    I can I do that?
    Thanks
    Chris

    Hi,
    You can extend a customer using the T.code xd01.On the first half of the screen give the details of the company code,sales org,dist.channel and division u wish to extend the customer and the below give the details from which you wanted extend the customer from.
    Regards,
    Ramesh.

  • Adding a target to 'drag and drop' code snippet

    Hi,
    I would imagine it's a simple enough bit of additional code, but I'm no programmer, and trawling the Web has proved fruitless to date...
    Within Flash CS5 and using AS 3, I'm attempting to create a series of drag-and-drop interactions for a learning exercise where items must be dragged into the correct box with positive and negative feedback being generated as a result of where the learner drops the item. All I need is the code to link the drag and drop code snippet (which I have working) to a specific object/location on the stage (which I cannot find nor figure out for the life of me)!
    I may be overcomplicating given that perhaps there is a CS5-compatible extension out there somewhere (whatever happened to all of the e-learning extensions and tools Flash once had if my memory serves?) which can provide me with an easily customizable template to achive what I need to do?
    Many thanks in advance to whomever can offer and tips, tools or usable code for this task.
    Galvoice.

    the easiest way to handle that would be to assign a transparent movieclip to the target position and use that movieclip as your droptarget.

  • Code Snippets and actions?

    I am using code snippets and trying to apply action to create a button for an interactive graphic. Every time I click on the "Click to go to frame and stop" it opens the actions window in which the coding appears for a brief second then all of it completely disappears so it's an empty actions window. Any ideas?

    Have you tried contacting Adobe Tech Support?  If there is a problem with your installation, Adobe Tech Support folks are the most likely folks to be able to help. (just to clarify, these are user-to-user forums, not an Adobe Tech Support channel).

  • IM PUTTING IN THE REDEMPTION CODE AND ITS TELLING TO CONTACT CUSTOMER SERVICE THAT MY CODE WASNT ACTIVATED

    IM PUTTING IN THE REDEMPTION CODE AND ITS TELLING TO CONTACT CUSTOMER SERVICE THAT MY CODE WASNT ACTIVATED

    Try here:
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    For a standard iTunes account you need a valid payment method even for a free app. You can however create a new account w/o a CC:
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

Maybe you are looking for