cancel
Showing results for 
Search instead for 
Did you mean: 

importing .sca file in NWDS

Former Member
0 Kudos

Hi All,

I have a portal & webdynpro application in the form of a single .sca file.

I unzipped the file using winzip and got two files - .ear and .epa.

I want to import this in NWDS to view the code and make some changes in webdynpro.

Can anybody give me the step by step procedure to do this?

Will surely award points for useful answers.

thanks

Juhi Kulshreshtha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Juhi...


i am new in SAP, and i don't know how to create .SCA file.

can you tell me , if it is possible then focus on all needed steps.

thanks....

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Raj,

SCA can be created in the Assemble step of the development cycle.

Please have a look at this guide:

http://help.sap.com/saphelp_nw73/helpdata/EN/ab/40833c87ac4d0cb5c4c44da8259386/frameset.htm

Of course there are many things to do before you can assemble a software, since NWDI has also a learning curve, I suggest you to read all the other documents on the above sent guide (check the navigation tree on the left hand side on help.sap.com).

I hope this helps.

Best Regards,

Ervin

Former Member
0 Kudos

thanks

Re: importing .sca file in NWDS

Ervin SzolkeTopaz

                  i am going through the link , u have sent to me.

                  hope it will be helpful for me....

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raj,

I am sure it will, if you have any questions feel free to raise them, however I believe if we could discuss this in a separate(new) scn thread that would be better since the topic of this very thread is slightly different.

Best Regards,

Ervin

dao_ha
Active Contributor
0 Kudos

Hi Juhi,

To my understanding, an *.epa file is a portal transport file. A portal app should be export into a PAR file then you can import it into NWDS. Which version of EP, NWDS are you using? Do you have NWDI set up?

If you have NWDI set up, you can try to check in the *.sca file into your track (Transport Studio), then you can check out your app from the DTR and make the modifications, etc.

Hope it helps.

Dao

Former Member
0 Kudos

Hi Dao,

I'm using SAP Netweaver 7.0 with EHP1.

Also I do have the NWDI setup.

Can you give me the step by step procedure to check in the .sca file into track and then

check out the project into my NWDS for local development .

thanks

Juhi Kulshreshtha

dao_ha
Active Contributor
0 Kudos

Hi Juhi,

This is in case that you've already had your SC properly defined in the SLD with all the dependencies, your track is properly configured in the NWDI and that you're familiar with java development process using NWDI. Please check out these links for more info about importing SCAs into NWDI:

/message/4945316#4945316 [original link is broken]

http://wiki.sdn.sap.com/wiki/display/JDI/SAPNetWeaverDevelopment+Infrastructure

Nonetheless, if this is something completely new from your system then I'm afraid that you won't be able to get the whole WD code and the project structure from an EAR file, you'd only get some java code from the EAR file, at best. Please check out the following threads (and many more if you search on SDN):

http://wiki.sdn.sap.com/wiki/display/WDJava/WelcometoWebDynproJava%21

/message/8729436#8729436 [original link is broken]

Cheers,

Dao

Former Member
0 Kudos

Hi Dao,

The .SCA file that I have was developed at clients side ie its a custom .SCA application.

I have deployed this file at our Web AS using SDM.

Now when i open the SLD and view the contents then the application is visible under "Installed application components"

but not in the "Software Components" catalog. Unless this application is visible under " Software Catalog" I cannot check-in the

same in the DTR. How to bring this in " Software Components" catalog. Also for this software the vendor name is different eg

<company-name>.com .

thanks

Juhi Kulshreshtha

Former Member
0 Kudos

You need to create it yourself in the SLD for custom SC's.

dao_ha
Active Contributor
0 Kudos

Hi Juhi,

As Pascal said, you'll have to create your SC in the SLD. I also mentioned that it'd only work if you've already had everything (SC/DC and track) configured properly.

Wouldn't it be easier for you to ask your client to have the WD project exported to a local file system so you can import it into your NWDS as a local development? Because, as mentioned before, I'm not sure if you can get any WD code (and the project structure) from the EAR file.

Regards,

Dao