cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in application WDK_C_DYNPCONV_CCT

Former Member
0 Kudos

Hi all,

i have standard web dynpro component WDK_C_DYNPCONV_CCT in my system. I am executing this application, which gives me short dump

*The ASSERT condition was violated.*

in input i am giving any transaction code like SE11, SE38 etc..

Please help me solve this problem.

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi ,

check ST22 transaction for the short dump message .

in general Assert Condition Violation occurs whenever the cardinality of the node mismatches.

regards,

amit

Former Member
0 Kudos

Thanks lekha,

i also debugged and found that it is giving above dump in following statement in INIT method.

WD_ASSIST->INIT(

IR_NODE = WD_CONTEXT

IR_MESS_MAN = LR_MESS_MAN ).

in INIT method, statement is

MR_TRC->CONNECT( ).

in CONNECT method, statement is

CREATE OBJECT TA.

it is giving dump in above statemnt.

plz help.

Former Member
0 Kudos

Hi,

have also found the same issue...I kepy deugging in the assistance class method for START method where this error

is thrown....

IN debugging i have the BADI refereed in that method is not returning X for lv_kykenv_act.

ASSERT lv_kykenv_act = abap_true.

when it is true it works fine....some where the above BADI implementation is missing...

As a temporary solution you can change it in debugging and can test it out.

Check out the package WDK_EXAMPLES for Tcodes and also yuo can test some applications in that package.

Regards,

Lekha.

Edited by: Lekha on Nov 7, 2009 5:51 PM