cancel
Showing results for 
Search instead for 
Did you mean: 

Response to Query in SD credit check is blank

Former Member
0 Kudos

Hello All,

I am using FSCM for credit check with SD. I have done the configuration for credit checks in soamanager. when i am trying to create a sales order i am getting dump. In debug i found that response to query is blank and hence its causing a dump. Can you tell where the issue could be?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

CALL METHOD ocwquery_proxy->execute_synchronous

EXPORTING

output = ls_query

IMPORTING

input = ls_response.

Here the response is blank.