cancel
Showing results for 
Search instead for 
Did you mean: 

abap mapping - Error in Control Framework

Former Member
0 Kudos

Hi Gurus,

Scenario: IDOC - -- XI -


Http (post)

i am using ABAP mapping for IDOC to XML. I am able to test it using sxi_mapping_test which gives me output XML. But, when i test the scenario from RWB, it fails with "SYSFAIL" error in inbound queue as per moni.

error - "Error in Control Framework".

Looks like it did not even go to message mapping pipeline step.

Please help.

Thank you,

mk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Pre-requisites: Enable ABAP Mapping:

Add additional mapping types in your exchange profile

Open http://<host>:<port>/exchangeProfile/index.html

Choose IntegrationBuilder ->IntegrationBuilder.Repository -> com.sap.aii.repository.mapping.additionaltypes

Maintain the Entry R3_ABAP|Abapclass;R3_XSLT|XSL (ABAPEngine)

Check whether the data has been successfully read from the exchange profile:

Open http://<host>:<port>/rep/support/admin/index.html

Choose Administration of Properties -> All Properties . If the value associated to parameter com.sap.aii.repository.mapping.additionaltypes is not correct, Choose at the top of the page and refresh.

Check this steps..

Answers (4)

Answers (4)

Former Member
0 Kudos

Looks like there is coding issue(saving XML in C:\)in ABAP mapping program caused the problem.

Thank you all for your help.

Former Member
0 Kudos

Hi All,

I have maintained the entry in exchange profile properly(did refresh as well).

Also, SXI_MAPPING_TEST runs fine and I get the XML output properly without any errors. This tells me there is no problem with ABAP mapping.

But, when I trigger the scenario from RWB using same IDOC-XML as input, it fails with "error in control frame work" in queue.

Please help.

Former Member
0 Kudos

HI,

Hope you have done all the necessary pre-requisites for ABAP mapping

This may help u- http://help.sap.com/saphelp_47x200/helpdata/en/55/bff20efe8c11d4b54a006094b9456f/content.htm

just cross verify with this guide-

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a4...

Please also try to debug as follows...

put a break point inside your class/method....

goto tcode SXI_MAPPING_TEST....give in the configuation details of your scenario...and when you execute, give the IDOC-XML, copy it from SXMB_MONI where you are getting the error....

when you execute, it shoudl stop at the break point that you had set in your class....continue debugging using 'F6' function key, and check where you are hitting this error...

The chances are that the FM that converts IDOC-XML to flat file format might not have been executed correctly...

Thanks

Swarup