Steps for JavaMapping in NWDS

Hi all,
Can anyone tell me about the steps to develop Java Mapping in NWDS.
Thanks,
Kalyan...!!

Follow these steps :
Step 1: -
--   Develop your Java code for example by using SAP  
     NetWeaver Developer Studio.
--   Define a Java class that implements the Java interface
     com.sap.aii.mapping.api.StreamTransformation
--    The required libraries are contained in the aii_map_api.jar,
      which is part of your SAP J2EE Engine installation.
--   DOM and SAX Parsers provided by the SAP XML Toolkit 
     for Java can be used.
Step 2: -
•        Create a .jar or .zip file for the JAVA Class file.
     ---Using the jar command of the jdk or
     ---Using a built-in IDE functionality
Step 3: -
•        Importing .jar into Integration Repository
              --Now open your Integration Repository and create a new Imported Archive.
            -- Import Archive into IR using import archive button .
Step 4: -
•        Attach the JavaClass to an Interface Mapping

Similar Messages

  • Steps for making the changes in DC and checking into NWDI

    Hi Experts,
    I  am new to the NWDI
    I have some questions related to the NWDI and NWDI integration manggement.
    We have some set of SC's got from some team. Now we need to upload to our NWDI .For that  I have done the following steps.
    I have created some track in the CMS.
    I have loded that SC in to the track.
    I have imported that track in to the NWDS.
    The track which imported contains the SC , this SC contains some DC's .
    for getting the project in to the local mechine.
    In the DC prospective -> Inactive DCs -> done the  right click on the respective DC's and choosen as Create project option. Then i am able to see the DC project in the webdynpro prospective.
    Now the project in the local mechine see the code and i need to rebuild and deploy .
    What  are steps need to be done. Please provide the step by step information for doing this
    Thanks& Regards
    vijay

    Hi Vijay,
    Follow this:
    1.Import a development configuration.
    The first step for you as a developer is to import an appropriate development configuration. The development configuration is your connection to the NWDI. By importing a development configuration, you get access to all resources relevant for your work without having to search for the right sources, libraries and servers.
    2.Select the components you want to develop.
    In the Development Configurations perspective, you can create projects for existing components to add them to your development list, The development environment automatically loads the required source files and archives into your local file system and tries to build the selected components locally
    3. Create new components.
    You can use the Development Configurations perspective also to create new components .Create the new component directly in the DTR. The development environment may propose a change list ("activity") or prompt you to create a new activity to be used to record the creation of the component.
    4.Synchronize the source files and libraries.
    From time to time, you should resynchronize your local sources and libraries with the NWDI to receive the most up-to-date changes of other developers.
    5.Change the component sources.
    Before you can change a source file, you must make the intended change known to the DTR (to check out the file) and agree on an activity to record the change. You can create a new activity or use an existing one.
    6.Edit components.
    Depending on the type of the component you develop, you can perform components development using the Java, J2EE, WebDynpro, Dictionary or any other suitable perspective.
    7. Release the changes for the central build.
    After checking the changes in, you can pass them to the Component Build Service (CBS), that is, you perform the activation process.
    8.Release the changes in the development landscape.
    After a successful activation, pass your changes to the Change Management Service (CMS) of the NWDI, which transports your changes within the development landscape, for example, between a development system and a consolidation system.
    Thanks
    Krishna

  • Ipod not recognized by itunes...next step for nike+

    when i started to set up the nike+ i downloaded the new version of itunes then later downloaded the new software update for the ipod nano...now when i plug the ipod into the computer using the usb cord, i get a message that says this...The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software....i have attempted to install, reinstall, remove and install again, itunes and the updated software... yet it still will not recognize the ipod when it is plugged in. How do i get the ipod to be recognized and then what is my next step for using the Nike+ shoes?
    ipod nano    

    I can't even get the tab that says Nike+ when I am trying to sync up. I can't get it to even go on to the Itunes. I can purchase music no problem

  • Step for Publish a development created with Webdynpro for Java

    Good Afternoon.
    I am new in this of publish development in the portal.
    We created a development with Webdynpro java using RFC. We want know what are the step for publish this development in the portal ESS?
    The development work fine. But i don't know how to publish this in the portal.
    What configurations i have that do In the part of ECC and in the part of portal.?.
    Can someone help me?
    Kind Regards-

    Hi,
    When i have that do configurations for the following paths:
    Employee Self-Service>General Settings>Homepage for Self-Services-->Resources
    Employee Self-Service>General Settings>Homepage for Self-Services-->Headers and Area Group Pages
    Employee Self-Service>General Settings>Homepage for Self-Services-->Areas
    Employee Self-Service>General Settings>Homepage for Self-Services-->Subareas
    Employee Self-Service>General Settings>Homepage for Self-Services-->Services.
    Kind Regards,

  • Step by step for 2.6

    So I think im finally ready to make the plundge to the 2.6 kernel.
    So I need some help. Ive only compiled a kernel a few times, and I never changed many settings.
    So could someone give a step by step for it (being sure to list any arch-specific quirks)? I would greatly appreciate it.
    Also, I hear theres a patch that lets you run the Official Nvidia drivers with the 2.6 kerne, has anyone gone through this? I really have no idea how to go about doing this,as i've only ever installed the .run file.
    Any help would be appreciated.
    Also, its possible to switch between the 2.4 and 2.6 kernel, right? (obviously with a reboot).
    Lastly, Is a new release of the 2.6 due out anytime soon? I dont want to download and compile this just to find a new version comes out.

    You have to use module-init-tools which supercedes modutils.  I made a PKGBUILD for it for my local system simply so I could uninstall it easier if I wanted.  However, you still need the old modutils as well.
    Here is my hack to get module-init-tools working:
    1.  Use the PKGBUILD below to compile and install module-init-tools.
    2.  For each of modprobe, lsmod, rmmod, depmod, and modinfo from modutils, rename those to modprobe.old, lsmod.old, etc.  To find where these binaries are, use "pacman -Ql modutils".
    3.  Create symbolic links from the binaries that modutils used to provide to the new binaries that module-init-tools provides.  Again, use "pacman -Ql module-init-tools" to figure out where the new ones are.
    Example - modutils provides /sbin/lsmod.  Rename that to /sbin/lsmod.old.  module-init-tools provides /usr/bin/lsmod.  Create a symbolic link as follows:
    [root@limbo root]# ln -s /usr/bin/lsmod /sbin/lsmod
    If you aren't 100% sure what i am trying to say here, don't try any of it, or you will bork your system.  Also, this is more of a hack, and that's why I didn't upload the package to incoming.  I only made the PKGBUILD to keep track of where everything was going.
    Anyway... hope this helps you on your way to:
    [john@limbo john]$ uname -r
    2.6.0-test5
    [john@limbo john]$
    PKGBUILD
    pkgname=module-init-tools
    pkgver=0.9.13
    pkgdesc=""
    url="http://www.kernel.org/pub/linux/kernel/people/rusty/modules/"
    depends=()
    conflicts=()
    backup=()
    install=
    source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$pkgname-$pkgver.tar.gz)
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure
    make || return 1
    make prefix=$startdir/pkg/usr install

  • Steps for Email integration in sap crm system?

    Hi Experts,
    Please guide me the steps for email integration so that the emails are in syn with the WEB UI Interaction centre.Settings at the backend GUI are already defined.Actually in my case the Development system is not integrated with Email sync in WEB UI.I need to test the email functionality in Development system as steps I have followed are as below:
    1)TCode :- SBWP,then I have created a mail & send it to email address which is defined in the SO28
    2)TCode :- SOST,there I have clicked on my test mail,select it & click on execute button,green light appears & shows the message that the email is successfully forwarded.
    Now when I open Web Ui,select my business role & then I go to inbox in the Navigation Bar,select email & click on search.Then it does not appear anything & shows search result zero.
    Kindly suggest me the steps so that I can see my test email in Dev system Web Ui business role .
    Thanks
    Warm Regards
    Vineet Joshi

    Hi Prashant,
    Thanks for your response. I want steps to configure communication channels like e-mail & fax to facilitate receipt of invoice from vendors, sending of PO to vendors, cheques, payment advices to name a few. Please let me know the detailed configuration steps for the same and also do we need to instal any tool to facilitate this process.
    Thanks
    Best regards,
    Bhaskar
    Edited by: Bhaskar Umashankar on Nov 25, 2008 4:08 AM
    Edited by: Bhaskar Umashankar on Nov 25, 2008 4:08 AM

  • HT201269 When I try to setup my new iPad air, I go through all the steps for the iCloud sign-in and choosing security questions and what not. But after I hit the agree to the terms and conditions... It says Apple ID could not be created because of a serve

    When I try to setup my new iPad air, I go through all the steps for the iCloud sign-in and choosing security questions and what not. But after I hit the agree to the terms and conditions... It says Apple ID could not be created because of a server error. Have no clue what to do... I've restarted the iPad and get the same message. But my internet works just fine.

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • I have problem with syncing in itunes and it stared since i installed new version of itunes.it stuck in backup step for houres.what shud i do?

    I have problem with syncing in itunes and it stared since i installed new version of itunes.it stuck in backup step for houres.what shud i do?

    So, in iTunes, when you look at the shuffle's content (in the sidebar) and click on the playlist under the shuffle, over to the right, the songs are in your desired order, correct?  Where do you look, or what do you do, that indicates the playlists are in alphabetical order?  Are you saying that when you play the songs while using the shuffle, they play in alphabetical order?
    If so, when you listen to the songs on the shuffle, are you using the playlist, or are you using the All Songs list? If you are in the default All Songs list, with the shuffle's power switch set to play-in-order (the middle position), the songs play alphabetically, I believe. 
    The 3rd gen shuffle uses VoiceOver.  If you are in the All Songs list, you need to use VoiceOver to switch to the playlist (see manual linked below for details).  When you are in the playlist (with the shuffle's power switch set to play-in-order), then the songs should play in playlist order.
    There are more details in the manual for the 3rd gen shuffle, which is online here
    http://manuals.info.apple.com/en_US/iPod_shuffle_3rdGen_UG.pdf
    See page 22 for the section about setting up and using VoiceOver.  The part about switching playlists starts on page 23 (Using the Playlist Menu).

  • Steps for free goods, purchase order and sales order

    Hi all,
    I am just starting to learn SAP and would appreciate it anyone can guide me along with navigation/steps for the below questions:
    1) can we create free goods automatically when purchase order is generated?
    2) Can we duplicate data from the purchase order to the inputs of sales order?
    Thank you so much for your help!

    Hi Experts,
    I set Free Goods determination Inclusive Calculation Rule 1=Pro Rata and Cal Rule 2=Unit reference both are working fine.
    When trying for cal Rule 3 it gives error message "The system determined free goods with quantity 0 for item 000010
    Means for 10Ton of A product 10% means 2To are free. If I apply quantity in multiple of 10 i.e.10, 20 30 free goods are determined, delivery & billing is working well.
    But if I apply 25Ton or 38ton, it is not even giving minimum discounts say for 25ton, it should give atleast 20ton equivalent fre goods. I checked in rounding rule OB90 where my company code3000 is giving 10 2 digit for USD currency. I set like this. When I checked pricing for condition type R100 it says requirement 055 not fulfilled. However I have maintained Req 055 & BaseType 28 in pricing procedure.
    For cal rule 3 what else setting I should check.
    Early reply with detail steps shall be highly appreciated.
    Thanks

  • Intsallation steps for Oracle Applications 11i(11.5.10.1)

    Hello All,
    Please some one provide me the installation steps for installing Oracle Applications 11i(11.5.10.1) in my local PC.
    I got a 5 DVD media pack. I require only Vision database instance(for learning purpose).
    Regards,
    Kiran

    Hi Kiran;
    Please some one provide me the installation steps for installing Oracle Applications 11i(11.5.10.1) in my local PC.Please follow below and see its helpful:
    Subject: Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) Doc ID: 316806.1
    Subject: Recommendations to Install Oracle Applications 11i Doc ID: 294932.1
    I got a 5 DVD media pack. I require only Vision database instance(for learning purpose).You have to create stage area. Please follow below and see its helpful:
    Re: 12.1.1 on windows 2003
    Creating Stages of R12 on Windows
    Regard
    Helios

  • What are the steps for loading master data

    Hello
    what are the steps for loading master data? i want to learn about loading all master data and the steps to choose the best way to load the data.
    if anyone has documents please send me the documents i will be really greatful
    [email protected] thanks everyone
    Evion

    Hi Heng,
    Download the data into a CSV file.
    Write a program using GUI_UPLOAD to upload the CSV file and insert records.Chk the below link for example
    http://www.sap-img.com/abap/vendor-master-upload-program.htm
    Reward Points for the useful solutions.
    Regards,
    Harini.S

  • What are the Major Step for Completely Avoiding the Server Problem?

    Like Ora-01033,Ora-12514.

    leen wrote:
    Ora-12514 : is listener error you need to make sure is running up and no error in listener.log
    any database error can be avoided by monitor your database everyday .
    It's possible to check daily that listener is running properly. Please, Don't mind can you provide the steps.The steps for what? Checking your listener? Just try to make a connection that uses it. For example.
    sqlplus scott/tiger@orclBut believe me, once your listener and clients are configured, the listener will 'just run' and NOT be a problem. I've been an Oracle DBA since 1995 and I've only seen ONE listener failure. And that was only when a friend at another company called to ask about a problem HE was having.

  • What are the basic steps for creating a content repository?

    I am trying to create a document store on a file system (fsdb) that will hold files that are ftp's to that location. Is this possible using KM? If so, what are the basic steps for creating a file system repository and using it through KM? I have found stuff on help.sap.com but that only tells you what each component does not what actual steps need to be taken to setup KM, such as user rights , creating an entry point, so that all of KM is not visible, etc...
    If anyone knows of any guides that show a step by step process that would be great too.
    Thanks
    Paul

    Hi Paul
    First of all you need to create a new repository
    Suppose you want to add all the documents under folder Paul under C: Drive
    (Even you can put whole documents of C: drive into Paul)
    Navigate to System Admin -> System Configuration -> Knowledge management -> Content Management -> Repository Manager -> File System Repository
    There you can create a new directory by clicking on button New
    Give the parameters as follows :-
    Name               :           Anything you like
    Description       :           Anything you want
    Prefix (must start with /)  :  Probably same as your repository name like \Paul
    Lookup mode : caseless
    Root Directory   :  C:\Paul
    NOTE:  This is the trick. You need to give the proper path means folder path which you want use as repository)
    Repository Services  :  Any services you want
    Property Search : Managercom.sapportals.wcm.repository.manager.generic.search.SimplePropertySearchManager
    Security Manager         :           AclSecurityManager
    ACL Manager Cache   :           ca_cm_rep_acl
    The save it
    Now see whether the same repository is coming under KM Content or not, if not may be after restart it will come.
    I think the above information will help you. If still you have problem, please feel free to contect me.
    Regards,
    Chamkaur

  • What are the different steps for  costing related to repetitive manufacturi

    Hi PP guys
    can any one explain the different steps for costing in repetitive scenario as compared to discrete scenario what is the major difference
    thanks
    shaik

    Dear Michel,
    !.In REM scenario Product cost collector is required for all the products for which production booking is
    to be done.
    2.For each production version created a product cost collector will be created in KKF6N.
    3.Without a product cost collector production confirmation can not be done in MFBF.
    4.Product cost collector is the cost object in REM scenario.
    5.Once after creating material master,BOM,work center,rate routing,aproduction version the next steps
    is creating product cost collector.
    6.While creating the PCC,the system creates a preliminary cost estimate nothing bu the sum up of the
    BOM and dare routing cost.
    7.Either a prelimnary cost or a standard cost estimate can be used for doing the production
    confirmation in MFBF as per the REM profile assigned.
    8.Standard cost estimate can be done in CK40N and this costs gets updated in the material master.
    9.For every production confirmation made in MFBF the costs gets accumulated in the respective PCC.
    10.the variances can be settled periodically as per the business requirement.
    Regards
    Mangalraj.S

  • Steps for creation of track

    Hi Experts,
    Kindly tell me the steps for creating track in NWDI.
    Thanks in advance!
    Regards

    Hello,
    If you just begin work on NWIDI, here is a good tutorial
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/4551421705be30e10000000a155106/content.htm
    and here is the details and example to create a track:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/4551421705be30e10000000a155106/frameset.htm
    Hope this hleps you.
    Regards,
    Thunder

Maybe you are looking for