cancel
Showing results for 
Search instead for 
Did you mean: 

Creating SDA

former_member185881
Active Participant
0 Kudos

Hi all

can we create SDA file in NWDS?

If yes how? What are the steps?

Accepted Solutions (1)

Accepted Solutions (1)

vijay_b4
Active Contributor
0 Kudos

Hi Dheeraj,

to which type of project you want to create sda ?

for java project

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.

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.

check this link :

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

Reward points if this helps

Regards

Vani.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It may helps you,

http://help.sap.com/saphelp_nw70/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/content.htm

Follow:Build a SDA file

Thanks,

Boopathi

former_member185881
Active Participant
0 Kudos

Hi

I have create EJB Java project in this by choosing context menu i m able to create jar file but not sda.

can you help me out in this?