Skip to Content
0
Former Member
Feb 25, 2010 at 12:17 PM

Dump while Executing Hrast_dT (Design time of HCM Process and Forms)

30 Views

Hi All,

I am getting Syntax Error Dump while Executing Hrast_dT tcode (Design time of HCM Process and Forms) and here with i have mentioned the source code also ist contained in standard class.

-


*METHOD constructor.

DATA:

badi_context TYPE REF TO lcl_badi_context.

CALL METHOD super->constructor

EXPORTING

form_scenario = form_scenario

form_scenario_service = form_scenario_service.

DATA:

t5asrfscnsrv_wa TYPE t5asrfscnsrv.

SELECT SINGLE * FROM t5asrfscnsrv INTO t5asrfscnsrv_wa WHERE form_scen_srv EQ form_scenari

ASSERT sy-subrc EQ 0.

ASSERT t5asrfscnsrv_wa-service_type = 'GENSRV'.

fill_table_metadata( ).*

-


i followed this link also..its not working for me..

[assertionfailed-dump-when-accessing-design-time-fo]

Regards,

Parthi