cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "COMMUNICATION_ERROR" raised

Former Member
0 Kudos

hi folks,

i getting this ''Exception condition "COMMUNICATION_ERROR" raised'' error while running my web dynpro application.. i am doing tutorial on presentation graphics, where my task is to integrate a complex presentation chart into a Web Dynpro ABAP application and fill this chart with data records.

there are no syntax errors in my web dynpro component..

help me out here.. please...

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hello Vijay,

this exception is thrown whenever there's something wrong with IGS. Could be one of the following:

- default RFC connection to IGS is not maintained or does not work

- IGS is not set up properly (for geomap you need map data)

Best regards,

Thomas

Former Member
0 Kudos

hi thomas,

i' have properly configured IGS.. if it was not then thr couldn't have been seen in UI element while designing.. also, thr' no eror in any of my program..

regards,

vijay..

thomas_szcs
Active Contributor
0 Kudos

Hello Vijay,

during design time a simple image is displayed - there's no connection to IGS. Where does the

RABAX happen? You can see it in transaction st22. If it happens inside of an IGS related class,

it's very, very likely an IGS configuration problem. Probably, the RABAX in st22 shows more

detailed information on what caused the problem.

Best regards,

Thomas