cancel
Showing results for 
Search instead for 
Did you mean: 

WebService Model Node

Former Member
0 Kudos

Hi experts,

I have worked with WebDynpro Java. There is it possible to create a WebService Model with a Wizzard. After that you can

drag and drop Model Nodes to the context node and view and bind them to a view.

Is this not possible in abap? Have I to create all Nodes and attributes by my own without wizzards support?

This could be a lot of work for a complex service

Thansk in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi SAP User,

In Webdynpro ABAP you can not drag and drop to the context node to create them, but you can use a wizard to add Nodes with a certain data dictionary structure.

Since the Webservice (you probably mean BAPI / Function Module) is always using data dictionary elements/structures as importing and exporting parameter, it might be more work as in Webdynpro Java but it's still relatively fast..

So you have some kind of wizard support, but not as complete as in Java.

Regards,

Roelof