We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-dev] Input Not Type Compatible With Formal Parameter Input

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Question from beedza on Jun 6 at 4:25 AM
Hi guys,
I'm getting this error when I try to activate my web service in my proxy class

as shown below

*&---*
*& Report ZWS_ZIMRA
*&
*&---*
*&
*&
*&---*

REPORT ZWS_ZIMRA.
DATA: PROXY TYPE REF TO ZWSCO_ZIMRA_IMS_PROCESS_FISCAL .
data: OUTPUT type ZWSZIMRA_SUBMIT_INVOICES_SOAP .
data: INPUT type ZWSZIMRA_SUBMIT_INVOICES_SOAP1-INVOICE.

INPUT-BPN = '1212'.

TRY.
CREATE OBJECT PROXY
EXPORTING
LOGICAL_PORT_NAME = 'ZWS_ZIMRA_PORT'
.
CATCH CX_AI_SYSTEM_FAULT .
ENDTRY.

TRY.
CALL METHOD PROXY->ZIMRA_SUBMIT_INVOICES
EXPORTING
INPUT = INPUT
IMPORTING
OUTPUT = OUTPUT.

CATCH CX_AI_SYSTEM_FAULT .
CATCH CX_AI_APPLICATION_FAULT .
ENDTRY.
 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
© 2016 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
beedza  
 
View this online
Ask a new question
 
In the Spotlight
Have a technical question? Need to find IT solutions? Ask your peers in the Toolbox for IT community.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language