cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP 500 - Internal Server Error - Smartforms pdf

Former Member
0 Kudos

Hi, all

I'm trying to print a pdf (made with Smartforms) in Consolidation environment from a BSP form and occurs the error:

Exception condition "SINGLE_EXIT_MULTIPLY_ACTIVE" raised.

RABAX_STATE

Method: GET_INSTANCE of program CL_EXITHANDLER================CP

Function: HR_GET_BUSINESS_ADD_IN of program SAPLHRBAS00UTILITIES

Function: HRHAP_C_GET_BUSINESS_ADD_IN of program SAPLHRHAP_C_A_GLOBAL

Method: ONINITIALIZATION of program CLO249Z8ZDCO03QHBX8B23G1B5QGTCP

Method: %_ONINITIALIZATION of program CL_O249Z8ZDCO03QHBX8B23G1B5QGTCP

Method: DO_REQUEST of program CL_BSP_PAGE===================CP

Method: ON_REQUEST of program CL_BSP_RUNTIME================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

HTTP 500 - Internal Server Error

Somebory knows the solucion? In the Development environment works succesfully.

ps.: The error occurs in the call of HRHAP_C_GET_BUSINESS_ADD_IN.

Best regards,

Ana.

Edited by: Ana Carolina dos Santos on May 24, 2011 3:26 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

somehow you´re calling a BADI in your code, so make sure that the implementation has been transported into th test system:

* If Business Add-In is implemented, get instance
Line 56 of function HR_GET_BUSINESS_ADD_IN

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, all

We found the problem. A version of the BADI used to load the smartform was created by another project, but was discontinued still exists in the environment of Consolidation (should not be there). When we try to test our smartfom in Consolidation, the discontinued BADI generated the error (multiple call).

Best regards,

Ana Carolina.

Former Member
0 Kudos

Hi, Experts,

any idea? The problem continues.

Thanks,

Ana.

Former Member
0 Kudos

Hi, Jorge

Thanks for your answer. The transport of the change in our smartform is ok in the Consolidation environmet. Only smartform was changed and the aplication already in existence and operating in all environments.

The BADI is the same which was used before the change. I think some basis configuration in the SAP environment was changed.

The tests in the Dev environment worked.

Thank you,

Ana.