cancel
Showing results for 
Search instead for 
Did you mean: 

How to create sda to deploy the content of database table

Former Member
0 Kudos

Who know how to create a sda file to deploy the content of database table? Just like the file XML_DAS_Init.sda in SAPJTECHF05_0.SCA in the "J2EE-CD\J2EE-ENG\OFFLINE" of installation package of WAS6.40.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can do that using the Dictionary perspective in the SAP NetWeaver Developer Studio. There you can create the database tables, build the SDA and deploy the archive to the default database for the Web AS Java. For more information about how you use the tools, see the Java Dictionary documentation under Development Manual -> Java Dictionary at the following link: http://help.sap.com/saphelp_nw04/helpdata/en/13/a3bb3eff62847ae10000000a114084/frameset.htm

Best regards,

Zornitsa

Former Member
0 Kudos

Hi Zornitsa,

In Dictionary perspective, I can define the structure of table in database. Deploying the archive will create the table. But I still can not deploy the content of the table. I mean the rows in the table.

My problem is how to deploy these rows in the table.

Best Regards,

Jun