Importing sc file in NWDS without NWDI

Hi,
How can i import a SC file containing ESS DCs in NWDS to modify a webdynpro provided by SAP. I don't want to install NWDI because i only need to an sall modification in a webdynpro. Is that possible? How can i do that?
Thanks in advance!!!

Hi
In ERP 2004 solution, SAP delivered the new ESS Solution that is WebDynpro based. To give all the ESS applications (including ESS country version services) similar UI they came up with a framework and called it FPM Framework.
FPM - The floorplan manager (FPM) is the central part of the XSS Business Package(along which its provided). It can be said to be the base of all self sevices. Any WebDynpro application that implements FPM is known as FPM Application. So all the ESS Applications in ERP 2004 are FPM applications.
FPM provdes 4 basic interfaces that are implemented by the Self Services WebDynpro Applications,
1) IVAC (for the Visual Application Component - Vc)
2) IBLC (for the Business Logic Component - Fc)
3) IXssAppConf ( for the Configuration Component - Cc)
4) IFPM (It gives the self service application access to the FPM and its utility classes)
All these above interfaces are provided with FPM Development Component xssfpm. Apart from this there are some other central components that are used by many ESS application which are provided in xssutils DC.
All the ESS WebDynpro application use the above two components in the Used DC section of their dc.
If you want to modify any ESS Application, you need to have the source code of these XSS DC's as well in your Design Time, else it will give you build errors.
For this you need to have a JDI setup since the ESS and XSS are provided in two different tracks of DTR.
As far as I know because of the used dependency of ESS Applications, using JDI is the best (and only) option to modify the ESS WebDynpro Applications.
And then implementing the JDI, helps in version management plus lot of other advantages which you can find in SAP Help.
Hope this answers ur question
Regards
Krishna

Similar Messages

  • Importing .ear file into NWDS

    Hi Experts,
    Do we have an option to import .ear file into NWDS directly? This ear file contains .war file. But I am not getting any option to do this import. Pls guide me.
    Thanks in Advance
    Mathur Saurabh

    Hi,
    Try in this way
    Select the Appropriate Project as per you .ear file(WDA,JAVA,J2ee)
    If java project
    1) File--> New > Project>Java> Java Project> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    If Enterprise Application Like(.war file and .jar)
    File--> New > Project>J2eeProject> Enterprise Applicaion> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    Thanks,
    Sreeni.

  • Import .par file into NWDS and Rum it without deploying ?

    Hello All,
    I'm new to the NWDS and the Portal.
    I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
    Is this  the right forum to place my Query ?
    If not then please let me know the right forum .
    My Requirement is like this :-
    1. I need to create a Portal Application which calls an URL.
    2. But before developing this, my Client gave me one 2 options :
         a. He gave me a par file and asked me to make  changes in it.
         b. Create a new Portal Project which calls the URL ( Predefined ).
    3. I wanted to check the 1rst option i.e  " a ".
    4. I tried to Import the .par file into NWDS like this :
    * Windows --> Open Perspective --> Enterprise Portal .
    * File --> Import --> Par FIle.
    * I gave the name of the Project as PortalLogon.
    5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
    <b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
    <b>B. How to test my PortalLogon Project without deploying ?</b>
    Is it possible to test this Project without deploying ?
    If yes can anyone tell me hoe to do this ?
    Regards,
    Deepu.K

    Hi Deepu,
    Usually Server will be having all the jar files and If you want to deploy your par file using NWDS you need to give a path to your Jar file location.
    So better download all the jar files from your server and keep it in your local desktop.
    Create a new folder called "JarFiles" in your desktop and keep all of your jar files inside.
    Download Jar finder from IBM Site ( search for "Resolving Java Classpath Issues" in SDN ,you will get a pdf and follow it.).Add it as a plugin to your NWDS path.
    Restart NWDS.
    Now you can resolve the jar file issues.there are many weblogs /articles/forum QAs regarding this.
    If u need more clarification,please let me know.
    Thank you.
    Regards,
    Karthick Eswaran

  • Import .par file into NWDS and Run without deployment ?

    Hello All,
          I'm new to the NWDS and the Portal.
    I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
    My Requirement is like this :-
    1. I need to create a Portal Application which calls an URL.
    2. But before developing this, my Client gave me one 2 options :
         a. He gave me a par file and asked me to make  changes in it.
         b. Create a new Portal Project which calls the URL ( Predefined ).
    3. I wanted to check the 1rst option i.e  " a ".
    4. I tried to Import the .par file into NWDS like this :
    * Windows --> Open Perspective --> Enterprise Portal .
    * File --> Import --> Par FIle.
    * I gave the name of the Project as PortalLogon.
    5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
    <b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
    <b>B. How to test my PortalLogon Project without deploying ?</b>
    Is it possible to test this Project without deploying ?
    If yes can anyone tell me hoe to do this ?
    Regards,
    Deepu.K

    hi Deepu,
    for simply displaying a URL, you can use the commonly available URL iView.
    your folder->new->create iView->iView from template->URL iView and then enter your URL
    for the other think.......
    you can create an iView from PAR file.
    your folder->new->create iView->Iview from PAR->then select your PAR and create an iView for that.
    and the last one.......to see the effect without deploying it on the portal......refer the link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm
    and the usual libraries to be associated are
    <b>htmlb.jar</b>  and
    <b>com.sap.portal.htmlbbridge.zip</b>
    Cheers........

  • Import EAR file to NWDS?

    hi,
    how to import an EAR file to NWDS?
    have JAR and WAR files inside this EAR......
    which option under the importing should I go for?
    Thanks in advance.

    Thanks guys....
    actually my requirement is something like change teh language properties.
    this now I am doing it manually from outside NWDS........
    obvioulsy after unzipping it after renaming it as .zip instead of .ear.
    thanks
    and keep rocking....
    cheeers......

  • In PSE 9.0, how do I import from files into organizer without duplicating images already in the orga

    In PSE 9.0, how do I import images from hard drive files into the organizer without importing duplicated files already in the organizer or
    How do I find duplicated images within the organizer so that I can delete them?

    I imported a bunch of photos from iPhoto 4 on one machine to iPhoto 5 on another, expecting it to catch duplicates, without testing beforehand (duh). It didn't catch them, and now I'm trying to figure out which were the imported ones so I can delete them.
    As this looks to be a laborious task if done from within iPhoto, and deleting the files via the Finder is a no-no -- assuming I can even identify the duplicates -- is there a third-party app, or even a good trick, for doing this?

  • E-commerce using NWDS without NWDI

    Good day!
    I must develop (in fact, just custom) an e-commerce application using NWDS. Unfortunately, there is no NWDI available to this project. Is it possible to deploy the application under such condition? In afirmative case, what would be the major drawbacks of such approach?
    Thanks in advance,
    Diego

    Hi Diego,
    Yes can create and deploy your project or DC without NWDI. YOu can just create projects or in case you are creating DCs you can do so in "LocalDevelopment" Development Configuration.
    Drawback is that you cannot do shared development. With NWDI you get a repository (DTR)  where you can create your DCs and your teammate can also modify that. Also NWDI provides CBS and CMS for Component Build Service and Change Management Service. YOu will not be able use these.
    CBS builds components and their dependants on demand and provides ready-to-use libraries
    and deployables for developers and runtime systems.
    CMS is responsible for the transport of software within the landscape,
    including source code and libraries.
    In case you still want to do shared development you can download open source plugins like subclipse(sub version repository). Install the plugin and you can share the code for modification.
    Hope this answers your question.
    Regards
    Pankaj

  • Importing AVCHD files into FCE without a camera

    I have a folder of AVCHD files and am unable to open them via Log and Transfer. I don't have access to the camera, I was given the files already in a folder which I copied to my drive. I believe the folder I have contains the entire AVCHD directory structure. They are not just MTS files.
    When I use the import button in Log and Transfer, all the files are grayed out, and when I try to drag any files or folders over to the queue, I get a warning message saying that it contains unsupported media.
    I'm guessing this is because it is looking for a camera and there is no camera?
    I currently have a workaround where I convert the MTS file using third-party trial software, but before I go and buy another piece of software, is there any way I can import these files from within FCE?

    Still grayed out, from the top level on down. I've tried each level. I must not have a complete directory tree then.
    My structure is:
    PRIVATE > AVCHD > AVCHDTN / BDMV / IISVPL > …
    Each of the slashes represents a separate folder, and the MTS files are stored in the BDMV > STREAM folder.
    I'm told by the camera owner that "PRIVATE" is what the camera automatically names the entire thing and that everything contained within it are the complete contents of the drive. He says that he copies the same thing to a USB drive and it opens fine for him.

  • Importing PAR files into NWDS

    Hi Experts,
    Some questions that I hope someone can verify:
    1. When we download a PAR file from Portal and import into NWDS, do references to JAR files not get imported? (for e.g. I see the Portal Logon component require adding of certain jar files)
    2. What are the differences between the PAR files in the following path (downloaded via System admin>support>Portal Runtime>Browse ):
    -ROOT/WEB-INF/deployment/temp
    -ROOT/WEB-INF/portal/portalapps 
    Thanks,
    ZM

    Hi,
    Whenever a PAR file is imported into the NWDS the JAR files will not be imported automatically.You need to copy it in the right location manually.
    Regarding the second question , ROOT/WEB-INF/deployment/temp will have the complete PAR file (also I compared the size of logon PAR file)
    -ROOT/WEB-INF/deployment/temp --356234
    -ROOT/WEB-INF/portal/portalapps--4096
    I guess the different path are for different necessity of the same portal application. While temp folder has the PAR file of the portal application, the portalapps might contain files and reference to launch the Portal application.
    When you download from the portalapps folder you will not get the PAR file.
    Any information on the second question are welcome..
    Regards
    Karthiheyan M

  • Error importing *.SCA file into NWDS:  Import (into source SC) not possible

    All,
    When attempting to import an SCA into a new project in NWDS, an "Import (into source SC) not possible: SCA doesn't contain DC sources" occurs.  Any assistance to fix this issue appreciated.
    Thanks,
    Lee

    You can indeed import SCAs into local development configurations in NWDS (Eclipse). You have to have a pre-existing software component of the same name and vendor which may or may not be empty.
    In the Development Infrastructure perspective in NWDS 7.1, just right-click on the software component you want to overwrite with the import and choose "Import".
    To import SCAs into a CMS track in the NWDI, you have to go to http://<NWDI server>:5<nn instance no>00/devinf/ and import the SCAs from the transport inbox directory of the NWDI server. Don't forget to maintain the SLD if necessary.
    Cheers,
    Thorsten

  • Error after importing PAR file into NWDS

    Hi Experts,
    I have imported a par file into my NWDS worlspace . While building the project it's giving the following error .
    import javax.servlet.http.HttpServletResponse can't be resolved .
    While i am organizing the importa , the same import is getting deleted and i am getting a new error as follows .
    The project was not built since its classpath is incomplete. Cannot find the class file for javax.servlet.http.HttpServletRequest. Fix the classpath then try rebuilding this project.
    jdk1.5 has been configured correctly inside NWDS and i have tested it also .
    Can anybody help me out regarding this .
    Thanks in advance .

    Hi Jain,
    Just right click on project to properties->java build path-> add external jars add the jar file servlet.jar.
    Venkat.

  • How to import ear files into nwds

    Hi,
    i have some  ear files how can i import then into NWDS.
    Thanks
    shikore
    Edited by: kishore shikore on Feb 10, 2010 5:18 AM

    Hi Kishore,
    try through this -
    1) File--> New > Project>Java> Java Project> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    and if you get an error asking that '.project' file is missing, then you can create the project explicitly in NWDS & copy ur src files in that project.Then u can create the ear file using that project.
    Hope this helps.
    Regards,
    Shailesh

  • Importing .pst files into mail without a PC

    Hello to all those lovely Mac users,
    I've got an Outlook .pst file on CD. How can I import mail messages
    b without having access to a PC???
    The only OS X email client I'm aware of that supports .pst files is entourage 2004 + pst importer for entourage. I, however, only have Office X which is not supported by pst importer. Nor is Office 2004 Test drive.
    Thunderbird for OS X is a dead end as well.
    Please help me!

    You should probably take a look at one of the following options:
    • ol2mbox (free): http://sourceforge.net/projects/ol2mbox
    • O2M ($10): http://www.littlemachines.com/
    Andreas

  • Error while importing .par file into NWDS

    Hi Experts,
    For my query I saw a similar thread in sdn forum. the link is given below.
    /thread/382306 [original link is broken]
    I have unzipped the par file and inside this there is no other par file. So I have to import this par file only.
    Can anybody give some alternate way to resolve this.
    Thanks a lot in advance.
    Edited by: Srini on Nov 22, 2010 10:46 PM

    Hi Experts,
    Please reply on this.
    Thanks a lot in advance.

  • Imported par file to NWDS, jar file missing. Where find par file structure?

    Hi All,
    We want to implement idle session timeout on the portal.  We found a wiki here on the subject.  In order to implement the solution we need to make adjuestments to com.sap.portal.navigation.masthead.par.bak.  When we import this par file to Netweaver Developer Studio, the libraries and jar files are missing.  So obviously it errors then in portal as files are missing.
    So I could add them manually but I don't know what the file structure is on this par file so don't where to add what.  Does anyone know?
    Also when I export the file after manually adding the missing files, will it export all the files or will it behave the same way as the import and leave out the additional files?
    If anyone could help, I'd really appreciate it,
    Kind regards,
    Liz.

    Hi Bala,
    I thought of that just before you responded and it worked!!  Thanks for the response..
    Regards,
    Liz.

Maybe you are looking for

  • Error while creating a system object for R3 in portal

    Hi, I am getting error while trying to create a system object in portal. Following are the details I used : Under WAS... Web AS Host Name :<XXXX>:8001 Web AS path: /sap/bc/bsp/sap/ Web AS protocol : http Under User management: Authentication Ticket T

  • Sharing Indesign on CC show low-resolution images and not the right font in preview

    Dear Adobe, I really want to make use of CC Files and the sharing ability with my clients. I have shared an Indesign file, whereas all the links in that indesign file are on CC Files too. The font is a regular Futura Std. But both the links in the fi

  • Installing problem;  Freezes at the "Born To be Together" image

    that pops up right after I tell it which drive to install in. This image pops up, and I click 'next' when it does this, it freezes. It is completely unresponsive (clicking buttons and whatnot doesnt help) although windows still lists it as 'respondin

  • Problem with setting date using java 1.4.2

    Is this a bug? under java 1.4.2, executing System.out.println(new java.util.Date("01-JAN-1950")) displays Sun Jan 01 00:10:00 SGT 1950 but under java 1.3.1 the same statement displays as Sun Jan 01 00:00:00 SGT 1950 which is the desired result.

  • Upload/download of user settings?

    Hi all, currently I am working for a client with access to dozens of systems. For each and every system, I have to - configure my favorites - OK, Up-/Download to text file is possible change my user settings: - Extras-Settings: No background picture,