How to use ECLIPSE tool in SAP PI 7.31

Hi Experts,
  I have written code in normal JAVA IDE ECLIPSE. Not in NWDS. I need to implement that java code in SAP PI 7.31. Could anyone please guide me on the same.
Thanks,
SA

Hi Sai
I assume that you have written the java code in eclipse for Java mapping in PI. If so then do the following
1. Export the java class file as a jar file from eclipse
   or take the class file and then make a zip file from it.
2. Log in to the ESR of PI, go to imported archive and then import this jar or zip file.
3. Open the operation mapping, select the mapping type as java class, then select the class name from drop down.
Thanks,
Indrajit

Similar Messages

  • How to use IF Conditon in SAP Scripts?

    Hi Guys,
                   I am having adoubt how to use IF conditon with multiple variables in SAp Scripts
    for ex If a>b and a>c and a>d
             Elseif b>a and b>c and b> d.
             Elseif .....
              endif.
              How to use above example in SAP Scripts.
    thanks,
    Gopi.

    hi Gopi,
    it is almost the same as normal ABAP, you only have to use & before and after the variable and the variable has to be in capitals and you have to make the line as command ( /: before the line )
    IF &A& > &B& AND ...
    text to print
    ELSEIF ...
    text to print
    ENDIF.
    hope this helps
    ec

  • How to use the Variants in SAP Transportation and what is its use ?

    Hi experts,
    How to use the Variants in SAP Transportation and what is its use & How to create a variant in SAP ?
    Can anybody answer this ?
    Regards,
    Shakti

    Hi,
    If you are asking about "slection vairants" in SPRO settings of "shipment cost document" then
    When it is activated,
    each user can have his own slecetion  and list criteria for
    1. List shippment costs:calculation
    2. List shippment costs: settlement
    This can be directly saved from VI01 screen by the user.
    from environment> lists
    This is user specific only.
    Hope this helps.
    Regards,
    Sharan

  • How to use perform statements in sap scripts

    how to use perform statements in sap scripts . and pls send me one progam for this
    thnaks
    raja

    Hi Raja,
    <b>PERFORM</b> key work is used to include subroutine in sapscript form...
    But the processing is lttle bit different form the one we use in ABAP.
    Here the paramters passed to form is stored in internal table of name-value table. there are two table one for inbound parameter and other for outbound parameters.
    Check out the example below to see how this is used..
    <b>Definition in the SAPscript form:</b>
    /: PERFORM GET_BARCODE IN PROGRAM QCJPERFO
    /: USING &PAGE&
    /: USING &NEXTPAGE&
    /: CHANGING &BARCODE&
    /: ENDPERFORM
    / &BARCODE&
    <b>Coding of the calling ABAP program:</b>
    REPORT QCJPERFO.
    FORM GET_BARCODE TABLES IN_PAR STUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA: PAGNUM LIKE SY-TABIX, "page number
    NEXTPAGE LIKE SY-TABIX. "number of next page
    READ TABLE IN_PAR WITH KEY ‘PAGE’.
    CHECK SY-SUBRC = 0.
    PAGNUM = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘NEXTPAGE’.
    CHECK SY-SUBRC = 0.
    NEXTPAGE = IN_PAR-VALUE.
    READ TABLE OUT_PAR WITH KEY ‘BARCODE’.
    CHECK SY-SUBRC = 0.
    IF PAGNUM = 1.
    OUT_PAR-VALUE = ‘|’. "First page
    ELSE.
    OUT_PAR-VALUE = ‘||’. "Next page
    ENDIF.
    IF NEXTPAGE = 0.
    OUT_PAR-VALUE+2 = ‘L’. "Flag: last page
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    Hope this is clear to understand...
    Enjoy SAP.
    Pankaj Singh.

  • How to use pen tool in Adobe and Illustrator?

    How to use pen tool in Adobe and Illustrator?

    With the pen tool in Indesign, is there a way of making the points not join if you want to make a few single lines?

  • How to use bind tool in flash

    i'm using flash cs5.5 . i have a problem with bind tool. how to use it.i'm trying lot of times, but i can't find how to use bind tool.please any can help me with a helpful answer.

    Hi Sampath,
    Please use this Help article to learn how to use Bind Tool.
    http://help.adobe.com/en_US/flash/cs/using/WS58BD3A02-DA25-488f-B534-AE5463A24833.html
    Please let me know if you would need more help.
    Thanks,
    Suhas Yogin

  • Hi Any body Knows How to use CAT Tool for Up Loading?

    Hi
    If any body knows how to use CAT Tool for up loading transactions, explain the steps.
    Our requirement is, we want to up load transactions like Oppor , Quotation,Order etc...we want to up load these transcations from Local system to CRM Server
    how to do this? Let me know the steps.
    Regards
    Venkat

    If you have 10,000 or less, CATT is a reasonable method, but I would suspect that you have far more than that if you're needing to load transactions.
    LSMW is probably a better way to go if you have more than 10k, but I am not familiar with LSMW

  • Hello how to use nativetoacii tool

    hi,
    iam unable to display the properties file labels which are in arbic properly..i created a properties file called MessageBundle_ar_AE.properties and saved it as UTF-8 formatt..i read soeme where that we have to use nativetoacci for displayingn them correctly..can any body tell me how to use this tool..for my above file..i need synatx for this..
    Regards,

    Look on your computer. Under the directory where your JDK is installed you'll find a "docs" directory. Under that there's a "tooldocs" directory and in that there's a file "tools.html". Look in there.

  • How to use eyedropper tool?

    Hi Everyone,
    How to use eyedropper tool?
    Please describe to me.

    Hi, yes sorry I mean colour overlay.
    Here's an example. If you fill a layer with the paint bucket tool using red. And then give that same layer a 'colour overlay' of blue. When you use the eye dropper tool it will  give you the red colour. I was just wondering if there's a key I can press at the same time as using the eyedropper tool that will set the foreground colour (2 squares at the bottom of the tools toolbar) to blue in this case, rather than the underlying red.

  • How to use bone tool without getting my vector/object distort?

    Wish to get some help here. I drawn my human body figure using pen tool. I connect the bone tool directly without separating the part of (hand,legs and head) into symbol. After that, I try to move the hand but it get distort. Not just the hand but the body and head also getting distort as well. Do we need to necessary convert the body parts to symbol first before connecting the bone? Thanks.

    > So, is it right if I say that the services available in the backend are already implemented? And just creating an endpoint for them would make them ready for use?
    Yes: kind of instant services 
    > Also if I consume a service, say, 'CreateSalesOrder_In' for example, will it create entries in all my Sales order relevant tables (VBAK, VBAP) automatically using a BAPI internally?
    The service has the task to do all necessary steps, whether with or without using a BAPI.
    > Actually,  I have these doubts because during my time at SAP Labs (for the composites team in BusinesByDesign), I used to create business objects in the ESR and create an implementation for the same in the backend using BOPF. But now, in the customer scenario, where a full fledged ECC implementation is used, I am unaware as to how the services would update the tables or even read the relevant data.
    My consumer view on aservice is that I do not have to know how the service works, just need to know how to call it.
    Regards, Boris

  • How to use Xcelsius tool in Desktop applications

    Hello
    This is shankar, from IMS CRM4 team in SAP. We have a requirement for interactive anlalytics in our product and found that Xcelisus is the correct approach.
    Can you please clarify the following
    1. How to use the Xcelsius tool in desktop applications.
    2. Is Xcelsius Viewer free version available which can used only to view the interactive analytics. Xcelsius designer is not required for all the users.
    Thank You
    Shankar

    Hello Victor
    Thank you for your inputs !!
    Point 2 is very clear to me that we do not need any additional software to run the SWF files.
    We have CRM Mobile offline product with Crystal reports integrated already. CRM Mobile Offline solution is a desktop application and there is no intutive analytics.
    So i would like to know more on how to link the data (Excel or XML) to Xcelisus tool and get the output SWF file. Can it be done through the command line (without using Xcelsius designer) ??. Do we need to have any licensed version of Xcelisus for this task??
    This will promote both our prodcut and BOBJ Xcelisus prodcut as well
    Regards
    Shankar

  • How to Use NDS Tool and create a very simple application

    Hi All,
      Today i have Installed NDS on my machine,but i dont know
    how to use it,is there any guide inside NDS which gives me step by step procedure to create a simple application.
    Can any link help me know about this.version of NDS is 2.0.9.Is this latest one?
    I am pretty confused about NDS and PDK,if NDS can be used to develop java apllications ,then whats the need of PDK at all?
    Thanks in Advance
    Rani A

    Hi Rani,
      The Portal Development Kit (<b>PDK</b>) provides documentation and examples with source code to demonstrate how to develop portal applications and portal content for the SAP NetWeaver Portal using the <b>SAP NetWeaver Developer Studio</b>.
    PDK includes coding examples on the following topics:
    *Creating Portal Components and Portal Services,Portal Profiles,Resources,Internationalization,Portal Beans,Page Builder,EPCF,Application Integrator,Connector Framework,Portal Navigation,Object Based Navigation,Transformation Service,User Management etc
    PDK is for deployment for portal application, has very good documentation of portal development, contains sample application, Java Docs for all the apis for portal and KM and plugins for eclipse(which you don't need if you are using NWDS). It is basically a nice help for developer along with an iviews for uploading par and testing them.
    In EP 6.0 it is just business package that you import to your portal. This will then give a "java development" role in portal which can be assigned to users. The role will then create a tab called "Java Development" in the top navigation and click on it you can see all the contents underneath.
    If u want to see the application on which an iview is based on import that par file into NWDS.
    Regards,
    Pooja.

  • How to use print control in Sap script

    I would like to use print control in Sap script.Actualy my problem I have security font Troy ECF. Using this font I would like to print amount field in Check printing.
    we count download this font with sap .we talked to customer care they told we should hard code in sapscript. pls can any1 help on this how to do and how to use print control for this fonts.

    call this funcation. crate_text.
    CALL FUNCTION 'CREATE_TEXT'
             EXPORTING
               FID               =
               FLANGUAGE         =
               FNAME             =
               FOBJECT           =
             SAVE_DIRECT       = 'X'
             FFORMAT           = '*'
             TABLES
               FLINES            =
           EXCEPTIONS
             NO_INIT           = 1
             NO_SAVE           = 2
             OTHERS            = 3
           IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
           ENDIF.

  • CS6 how to use gradient Tool for outline

    Hi!
    I am a graphic designer I like to work hand and not numbers. The new version of Ai CS6 gradients can be given for strokes. Great!
    Please help me how exactly I can do it with a convenient tool 'Gradient Tool'?
    Does not respond to changes in drag when I try to use the mouse to outline?
    In advertising and instructions CS6 somehow strange is described ... I do not understand.
    http://helpx.adobe.com/illustrator/using/gradient-panel-gradient-tool-overview.html
    Regards!

    @Ivan David: Thank you for your response. I asked for something else. How to use the "Gradient Tool" no gradient palete. Why are chceck "ON" you own answer as helpful?
    As I explained I am a graphic designer will create a hands than numbers. I do not understand why no tool "gradient tool" works to fill but it does not work on outline.
    If I get a chance to show off with a representative of Adobe's a bit like crying...
    We need fair and real changes. According to me the most to do is to think about using Illustrator for themselves of their creators Illustrator.
    * For example in work with new gradient tool.
    - Why when you edit the gradient for the outline of the object is displayed slider gradient fill???. It's confusing and totally unnecessary.
    - Why is the Gradient Tool Outline tool does not work???
    - Why Control bar does not drop the Gradient icon??? What is the control bar when no controls? Control Bar cool idea but how would the developers were thinking of him as a stranger?
    - Why still the option of working with the gradient tool to fill, when you edit a color marker, I can not turn on the Eyedropper tool to select a color from another object???
    - Why does the apperance in the attributes panel stoke attribute does not appear easy gradient of a potential of gradient palette???
    - Why can not I fast copy between objects only attribute gradient???
    After all, it's easy and does not require a great job developers reach a solution to the function. I know that my naive questions now, and nobody I will not answer to them but sorrow grows. Sometimes I feel like a fly in pitch.
    This is not normal.
    So many years have passed, there was a lot of new tools but Adobe wants to use the same techniques as in his first product. Refresh in the new 64 bit version is also not so different to that in compared to regular equipment and are currently using...
    http://www.youtube.com/watch?v=N3TDmvZma84
    Sorry for the harsh words of criticism, But your answer is a perfect example that Adobe does not know what's going to people who work with Illustrator on a daily basis and  as can be seen starting to irritate me tight.
    Perhaps I have exaggerated expectations about the tools Adobe. I understand that there is so much work and needs, but I lack only a change of thinking about working with tools in Illustartor and reducing unnecessary clicks. Now, instead of tools to work with each other often exclusive and force running around.
    Regards!

  • How to use javadoc tool?

    I am new to Java, I thought you have to manually write all the java doc comments into your source code of java application. Some one told me javadoc tool can actually automatically add the comments for you. so I tried to that with my simpliest HelloWorld.java file, but got following errors:
    A:\>java HelloWorld
    Hello World I am back in again,
    and I WILL make it this time!
    A:\>javadoc HelloWorld
    Loading source files for package HelloWorld...
    javadoc: No source files for package HelloWorld
    1 error
    A:\>
    Can you help me explaining how to use automatic javadoc tool?
    Thanks,
    Ken

    This GREAT! it worked and added bunch of .html files
    into my curren directory with my HelloWorld.java.
    So, it will NOT add text doc comments into my
    HelloWorld.java source text code correct?
    Thanks, KenThat's correct - after all, how does the tool know what you want to say in your source code unless you tell it?. There are IDE's that present a GUI interface that will make it easier for you to enter your comments, but you still have to put in the comments. Also, Sun has some style guidelines on how to document your source code that might interest you:
    http://java.sun.com/j2se/javadoc/writingdoccomments/index.html

Maybe you are looking for

  • Oidadmin terminates after an attempt to log in

    Hello, I am trying to start oidadmin and it fails with this error message: /app/oracle/product/9.2.0.4/OID/JRE/lib/ia64/native_threads not found. Moreover my 'native_threads' directory is in a different location: /app/oracle/product/9.2.0.4/OID/JRE/l

  • TV show subscription downloads marked as watched

    I have a season pass for a TV show and iTunes downloads new episodes automatically. Those new episodes used to be stored locally as "unwatched". Lately, they are marked as "watched". I have to go into the watched list and manually change them to unwa

  • Transfer data with in a view

    Hi all, I get some data from function module, they are not binary type and i want to display that table data in pdf. In my context, one node gets the data from model and another node(PDFObject) displays in a view. i.e. Those two nodes in same View Co

  • Lion(?) appears to have destroyed my drive

    Ok, so last Friday (6 days ago), I installed Lion on my home Mac Pro.  The install went off without a hitch, and everything seemed to be working pretty well. Then today I woke my computer from sleep, and began working on a motion graphics piece in C4

  • When do I use Embedded software?

    Can someone explain to me when I would use the following toolkits: Microprocessor SDK Embedded ARM Touch Panel I am asking because I just purchased http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item​=330375626989&ssPageName=ADME:LU:US:1123 I'm lookin