cancel
Showing results for 
Search instead for 
Did you mean: 

Problems executing a WS from WS-navigator and a Web Dynpro Java appl.

Former Member
0 Kudos

Hi,

We have created (exposed) a web service based on a ABAP function module that modify an

entry sheet using a call transaction based on the transaction ML81.

Executing the web service by web service navigator or a Web Dynpro Java application it has a different

behavior (failure) by executing the relative function module by the

transaction ECC SE37 (success).

These are the steps we have done:

1) Web Service navigator execution steps:

we fill some fields of the web service navigator screen interface with

our test data. When we exceed 22 services in the entry sheet adding the

23th service and saving, the service doesn't insert the last one.

2) Funtion module execution by transaction SE37:

in this case, using same test data and adding the 23th service, the

function module have a correct behavior updating the entry sheet.

Can you help us?

Thanks in advance

Luca

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved,

there were an error in the batch-input procedure.