cancel
Showing results for 
Search instead for 
Did you mean: 

Dump after process starting

Former Member
0 Kudos

Hello

I tried to start the process of requisition approving. This process is not standard but it is based on the standard E-Recruiting process HR_MSSRCF_REQUISITION. After pushing the link "Create requisition request" I got a dump in program /1BCDWB/SAPLSM00000273 (sorry for russian but it is impossible to check the language in our portal):

================================================================================================

Вызов URL http://srvnova02.ciber-novasoft.ru:8002/sap/bc/webdynpro/sap/ASR_PROCESS_EXECUTE/ отменен из-за ошибки.

Указание

Следующий текст ошибки обработан в системе CN2 : Syntax error in program /1BCDWB/SAPLSM00000273 .

Ошибка возникла на сервере приложения SRVNOVA02_CN2_02 и в рабочем процессе 0 .

Вид отмены: RABAX_STATE

Иерархия вызовов ABAP:

Method: CREATE_PDF_DDIC of program CL_WD_ADOBE_SERVICES==========CP

Method: CREATE_PDF_DDIC of program CL_WD_ADOBE_SERVICES==========CP

Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/CADOBE==================CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/CADOBE==================CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C7STANDARD==============CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C7STANDARD==============CP

================================================================================================

Thanks for your attention

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dennis,

I translated to english and tried to understand ur query.This problem looks like with the abap coding error (BSP pages).

Calling the URL http://srvnova02.ciber-novasoft.ru:8002/sap/bc/webdynpro/sap/ASR_PROCESS_EXECUTE/ canceled due to errors.

Indication

The following error text processed in system CN2: Syntax error in program / 1BCDWB/SAPLSM00000273.

The failure occurred on the server application SRVNOVA02_CN2_02 and in the working process 0.

Kind of cancellation: RABAX_STATE

Call Hierarchy ABAP:

Vijay

Answers (1)

Answers (1)

Former Member
0 Kudos

Do onething put a break point at method CREATE_PDF_DDIC of program CL_WD_ADOBE_SERVICES==========CP and then try to execute the same. I beleive the code will stop there and at that point check the import & export parameter of the method. If debugged properly you will know the reason

Thanks & Regards,

Sandip

former_member206403
Active Contributor
0 Kudos

hi

alrernatively u can go to the bsp page in the r/3 system , launch it n check , may be some support pack or some config is missing.

Regards

sameer

Former Member
0 Kudos

Thanks for your posts.

We have WebDynpro, not BSP.

I tried to find the reason of error by debugging but unfortunately it is not clear for me. An error appears during calling the function m_fm_name but I can not understand which parameters are missing:

" dynamic call of the generated function module

CALL FUNCTION m_fm_name

PARAMETER-TABLE

lt_params

EXCEPTION-TABLE

lt_exceptions.

Both table-parameters exist. Lt_params contains fields from form scenario and lt_exceptions has 2 values: "10" and "other".

Our process was copied from another system that is why it is almost impossible the existence errors in HRASR_DT and SWDD.

Denis

igor_vernelen3
Active Participant
0 Kudos

Hi Denis,

Any solution yet. I'm facing the same problem today after having modified an existing form.

Kind Regards,

Igor