cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 dump 'CX_WD_GENERAL=================CP'

Former Member
0 Kudos

Hi Experts ,

We are running on SRM 7.0 with ECC 6 (EHp4). All was working fine and suddenly Shopping cart not craeting Classic PO and remainning in status "Awaiting Approval". But if we push the SC via FM BBP_PD_SC_TRANSFER then it craetes the PO immidiaatly. Same is happning with the Confirmation. It is not replicaing in ECC.

I am not sure if any one had touched /changed system. But I don't think so. From dump it shows sme web dynapro thing issue or soem thing wrong with UI or SE80...etc

System is showing below dump

Runtime Errors UNCAUGHT_EXCEPTION

Exception CX_WD_GENERAL

What happened?

The exception 'CX_WD_GENERAL' was raised, but it was not caught anywhere along

the call hierarchy.

Since exceptions represent error situations and this error was not

adequately responded to, the running ABAP program

'CX_WD_GENERAL=================CP' has to be

terminated.

Information on where terminated Termination occurred in the ABAP program "CX_WD_GENERAL===============

in "RAISE".

The main program was "SAPMHTTP ".

In the source code you have the termination point in line 5

of the (Include) program "CX_WD_GENERAL=================CM003".

Source Code Extract

Line SourceCde

1 method RAISE .

2

3 DATA: error TYPE STRING.

4 error = MSG_STRING( msg = msg a = a b = b c = c i = i j = j k = k ).

>>>>> RAISE EXCEPTION TYPE CX_WD_GENERAL EXPORTING msg = error.

6

7 endmethod.

Error analysis An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_WD_GENERAL', was not caught and

therefore caused a runtime error.

The reason for the exception is:

WebDynpro Exception: Application /SAPSRM/UNDEFINED Does Not Exist

Can anyone suggest me what should be issue and solution?

Thanks

NAP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the major difference between transferring your SC from BBP_PD and normal process in your scenario would be workflow approval. it's possible that termination is happening in the approval workflow.

Cheers, Prabhu

Former Member
0 Kudos

Thanks.

Our issue is resolved. We took ref of link

Some pne or automatically don't know the setting in SWETYPV changed . Now we done it as below annd it started working

/SAPSRM/CL_WF_PDO

READY_FOR_RELEASE -> Type Linkage - checked & Enable Event queue - Not Checked

READY_FOR_WORKFLOW -> Type Linkage - checked & Enable Event queue - Checked

Thanks

Regards

NAP

Answers (0)