cancel
Showing results for 
Search instead for 
Did you mean: 

Diffrent results from SAP gui and WEbdynpro

Former Member
0 Kudos

Dear all,

while i am creating a component in webdynpro i found something strange. i tested a bapi function called BAPI_SALESORDER_GETLIST from SAP gui and it returned values. but when i test the same function with the same inputs it returned V4213 no data found. i thought it is from transaction group but i put it also same problem happened. can any body help on this what might be the probelm?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

thanks srikanth,

but could you give more details how to enable the switch of external debugging.

Former Member
0 Kudos

Hi,

In sap gui-->go to tcode SE37

enter the name of the function module name and display.

There u find an icon called set external debugging in red color or use ctrlshiftf9.

Then the debugger will be on for the user and when the bapi is executed this will be triggered.

In this screen u will get the input fileds with the data u send.

Regards,

srikanth

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ebrahime ,

I think bapi is taking wrog data.Check it like this.

Switch on the external debugging in the function module in r/3 system.When u execute the bapi from webdynpro this will be triggered out.There u check the input fileds wether they are taking correct data or not.

Regards,

srikanth