cancel
Showing results for 
Search instead for 
Did you mean: 

How to create .sda using NWDS

Former Member
0 Kudos

Hi all...

Can anybody please tell me how to create .sda files by using NWDS. I need it to create the adapter for pck.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi anurag,

to which type of project you want to create sda ?

for java project

1. Make sure that you are in the J2EE Development Perspective -> J2EE Explorer view.

2. Click on the project name and from the context menu choose Build Library Archive:

You require an SDA file to allow you to transfer the table definitions from the current Dictionary project to a database instance of the SAP DB.

1.If you have not already done so, save the metadata for your project in its current state.

2. Select the project node in the Dictionary Explorer.

3. Open the context menu and choose Create Archive.

Former Member
0 Kudos

What type project you have? IT depends on it because say for an dictionary project you will have a deployable SDA in NDS only.

refer

http://help.sap.com/saphelp_nw04/helpdata/en/9f/2ade3fc6c6ec06e10000000a1550b0/frameset.htm

Former Member
0 Kudos

Hi Anurag,

to create the sda i followed this way:

i've created a java project containing only META-INF folder containing all xml files ecc..., and the rar file.

Export the project into a jar file with file extension .sda.

Hope this help

Francesco