on ‎2013 Oct 06 1:49 PM
Dear All,
I am working on File -> PI -> ECC 6.0 (ABAP Inbound Proxy). We wrote a program in ECC side which includes calling the class and its method of the interface.I am able to successfully process the message in SAP PI and ECC as well i.e. I can see successfully processed message in PI and ECC. Now the problem is that we found that its not updating the table.
To debug the inbound proxy, I went to Tx SPROXY and went to the particular interface, Menu -> Test -> Pop up Select the option -> Generate Request Template and then uploaded the correct payload.
1. After executing and performing Execute Committing , I am not able to see any PI messages in the ECC integration engine (Tx SXMB_MONI).
2. We have called the interface class and its method (Export parameter ) in the report itself not in Tx SE24 ( not inside this method ).
I tried to put the break point at Class in the report and while executing the test payload from Tx SPROXY , its not being called.
Do help in this issue.
Regards
Request clarification before answering.
Hai,
If you have experience in ABAP then very easy otherwise take help from ABAPer.
Regards,
Raj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Raj,
I referred the above link before posting the discussion but was not helpful to point 2 I raised.
Since I dont have much experience in ABAP and I need to give input to consultant, my querry regarding point 2 is that whether I can insert the same logic written in the program (shown below )and replace the bold code inside the method at Tx SE24.
FORM read_proxy_xyz.
TRY.
CREATE OBJECT gcl_xyz.
CALL METHOD gcl_xyz->zprxinbii_si_xyz_ib~si_xyz_ib
EXPORTING
input = gs_xyz_ib.
ENDTRY.
Regards
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.