Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "ERR_ADAPT_BUSVIEWS" raised.

Former Member
0 Kudos

Hello All,

I have one of the runtime error RAISE_EXCEPTION

A RAISE statement in the program "SAPLIE01" raised the exception

condition "ERR_ADAPT_BUSVIEWS".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

Please see below code for your reference.

000150     DATA: L_T370T LIKE T370T.
000160
000170     IF WA_EQUI IS INITIAL.
000180	*   keine Equidaten vorhanden => Exception
	>       RAISE ERR_ADAPT_BUSVIEWS.
00020	0     ENDIF.
000210

Please advice the solution.

Regards,

Reshma

2 REPLIES 2

former_member194416
Contributor
0 Kudos

Hi,

Is problem in a standard program (probably is) ? If yes better search OSS notes in service.sap.com (you shouldn't modify standard program yourself).

Regards,

0 Kudos

Hi,

Yes, we found 1 sap note 581357.

However this is not relevant for our system.

Can you please check and assist?

Regards,

Reshma