Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPlink

Former Member
0 Likes
1,596

Hy!

I managed to install SAPlink and to import / export some types of objects , but for Object Type I have 17 entries :

WAPA, CLAS, DTEL ,DOMA , FUGR, INDX, ENQU, MSAG , PROG, SHLP, SSFO, TABL, TABT, TTYP, VIEW, VIET, WTAG.

My questions:

- are another object types available?

- if so, how can I get them?

I tried to install wen dynpro plugins from http://saplink.googlecode.com/svn/trunk/Plugins/ABAP%20Web%20Dynpro/

, but I got an error so I can't import/ export dynpro Objects.

Is there a solution to manage importing/ exporting dynpro objects?

Thank you,

Ariana

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,325

Hi Ariana, Those are the only plugins which are currently available. When new plugins are created/released, you would see an annoucement at

http://groups.google.com/group/saplink?msg=pending&;

I know that there is a quirk with the WDA plugin installation, which is not yet fixed. I can help you get it working. Please let me know exactly what error you are seeing. I had the same problem when installing the WDA plugin and trying to use it.

Regards,

Rich Heilman

9 REPLIES 9
Read only

former_member182371
Active Contributor
0 Likes
1,325

Hi,

for the first question do have a look at he following weblog:

/people/ed.herrmann/blog/2006/10/19/using-sdn-to-win-the-demo-jam-on-two-continents

as for the second question i believe/guess it´s because in order to use webdynpro you need to have Netweaver installed.

Best regards.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,326

Hi Ariana, Those are the only plugins which are currently available. When new plugins are created/released, you would see an annoucement at

http://groups.google.com/group/saplink?msg=pending&;

I know that there is a quirk with the WDA plugin installation, which is not yet fixed. I can help you get it working. Please let me know exactly what error you are seeing. I had the same problem when installing the WDA plugin and trying to use it.

Regards,

Rich Heilman

Read only

0 Likes
1,325

That's right, you must have Netweaver 2004s(Application Server 7.0) in order to install and use the Web Dynpro ABAP Plugin.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,325

Hy !

Thank you for the replies .

I have Netweaver 2004 installed, but not the version Application Server 7.0 , so I

can't install and use the Web Dynpro ABAP Plugin.

Regards,

Ariana

Read only

Former Member
0 Likes
1,325

Another question...

I want to export a table with its entries. What kind of plugin entry should I choose?

I have tried with "table" , but does not appear any message after the import , nor a error message , and the database table that I have imported does not appear in my system.

If I export / import a database table that it's still in my system , it seems to overwrite it, and I get a message about this action.

Regards,

Ariana

Read only

0 Likes
1,325

Hi Ariana,

Currently you cannot export table entries, only the table structure itself. You are correct in using the table plugin; can you give us more details of the error? Please report any issues to the code page directly:

http://code.google.com/p/saplink/issues/list

-ewH

Read only

Former Member
0 Likes
1,325

I did not seems to be quite an issue, because maybe the problem is my mistake , so I will report my case here:

So, I make a database table , ZTEST, with

-delivery class A, display/maintenance allowed

-data class APPL0, size category 0

- as fields: my_id , data element s_carr_id

my_name, data element s_carr_name.

I export it as tabl object type to tabl_ztest.slnk.

After the export I delete ztest from my system, and try to import it.

I expect to appear the message that I should activate my new imported table, but only appears the usual screen with SAPlink title , without any message.

When I check my table ztest if it's in my system, it appears not to be.

If I do all these steps, except deleting ztest, it seems to work and to overwrite ztest.

I'm using Netweaver 2006, 6.40.

Any suggestions ...?

Regards,

Ariana

Read only

0 Likes
1,325

Hi Ariana,

I tried the exact scenario above on one of our 6.40 systems, and everything is working fine. Can you debug through and see what is happening?

-ewH

Read only

0 Likes
1,325

I can't understand what the problem might be....

Many thanks for your help.

I will try to find out ...