cancel
Showing results for 
Search instead for 
Did you mean: 

Sysfail error while activatiing DO

Former Member
0 Kudos

Hi All,

I have created one SWCV and five Dataobjects in SWCV.while activating the dataobjects all went through except one.When i check SMQ2 it shows the status as SYSFAIl and when i check the detail it gives a error message as "Unable to activate structure ZDOE00100101SL. Check the activation log."

Activation log:

"A75165AD0298482828D10114 A75165AD0298482828D10114 SYSFAIL

E Exception condition "ACTIVATION_FAILED" raised."

" A75165AD02C24829A5EA01FD A75165AD02C24829A5EA01FD SYSFAIL

NONE Unable to activate structure ZDOE00100101SL. Che"

When i check the structure;its already active.I have created the Bi Directional DO with associations defined with other DO which are already active.Please suggest.

Thanks & Regards

Devendra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

When i check the table "ZDOE00100101SL" its active but when i perform the syntax check on the table it gives the following error log.

"

Check table ZDOE00100101SL (USERID/14.05.08/09:38)

Enhancement category for table missing

Enhancement category for include or subtype missing

Index ZDOE00100101SL-I01 (field C2 is not in the table)->Error

No data exists (structure change caused by DROP / CREATE)

ZDOE00100101SL: Structure change at field level (DB is adjusted)

Check on table ZDOE00100101SL resulted in errors"

Please suggest..what does C2refers to?

Thanks & Regards

Devendra

Former Member
0 Kudos

Hi,

C2 is the filed name. In DOE all the fields are renamed and saved as c1, c2, c3... in the CDS table. Looks like there might be a change in the BAPI wrapper after you created the data object in DOE.

So try to readjust/reimport/create the data object and then regenerate the data object.

Best Regards,

Siva.

0 Kudos

Hi,

As a quick fix, you can delete the structure ZDOE00100101SL in se11 transaction and then regerenerate the data object. It will solve your problem. Ideally, when the field was removed, the index also should have been removed. There might be an issue becoz of which this has happened.

Thanks, Dharani

Former Member
0 Kudos

HI ,

I deleted the Dataobject and created again.But problem is still the same.

Please suggest.

Thanks & Regards

Devendra

Former Member
0 Kudos

Hi Dharani,

I cannot dwelete the table as it is system generated and its asking for access key while trying to delete it.

Thanks & Regards

Devendra

Former Member
0 Kudos

Hi Siva,

I only created the DO and perfomed the mapping.I havnt created the Backend adapter yet for the DO which is giving error.

So it shouldnot be afffected by bapi wrappers in the backend

Regards

Devendra

Former Member
0 Kudos

Hi ,

I am getting the following dump in DOE.

Runtime Errors RAISE_EXCEPTION

-


Source Code Extract

-


Line

SourceCde

-


12

13

TYPE-POOLS: mgen.

14

DATA: id TYPE smmw_guid,

15

mbo_version TYPE REF TO cl_msb_mbo_version,

16

generate_structures TYPE smmw_flag,

17

rt_str TYPE timestamp,

18

rt_end TYPE timestamp,

19

run_time1 TYPE timestamp,

20

bapiret TYPE bapiret2,

21

bapi1 TYPE bapiret2,

22

class_desc TYPE REF TO cl_abap_typedescr,

23

lv_methodkey TYPE seocpdkey,

24

bapi TYPE bapiret2,

25

mbo_id TYPE smmw_guid,

26

s_current_hdr TYPE msb_hdr,

27

prev_active_trans TYPE smmw_guid.

28

29

DATA msb_mbo TYPE REF TO cl_msb_mbo.

30

31

SELECT SINGLE *

32

FROM smmw_hdr

33

INTO CORRESPONDING FIELDS OF s_current_hdr

34

WHERE mbo_trans = mbo_trans

35

AND active = 'X'.

36

37

IF sy-dbcnt EQ 0.

38

CALL FUNCTION 'SDOE_GEN_UNLOCK_OBJECT'

39

EXPORTING

40

object_id = mbo_trans

41

object_type = 'MBO'.

>>>>>

RAISE activation_failed.

43

ENDIF.

44

45

CREATE OBJECT msb_mbo

46

EXPORTING

47

tr_name = s_current_hdr-mbo_name

48

tr_swcv = s_current_hdr-swcv_name

49

EXCEPTIONS

50

no_such_mbo_name = 1

51

more_than_one_active_version = 2

52

more_than_one_edit_version = 3

53

OTHERS = 4.

54

55

id = s_current_hdr-mbo_trans.

56

57

  • Retreiving the previous active version of the MBO (soft delete version)

58

  • to check if structure wrappers have been generated for that version

59

SELECT SINGLE mbo_trans

60

FROM smmw_hdr

61

INTO prev_active_trans

-


-


Contents of system fields

-


Name

Val.

-


SY-SUBRC

0

SY-INDEX

1

SY-TABIX

0

SY-DBCNT

0

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

CPIC and RFC Control

SY-MSGTY

SY-MSGID

SY-MSGNO

000

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

0

SY-DATUM

20080514

SY-UZEIT

124551

SY-XPROG

SAPLSDOE_ASYNC_GENERATION

SY-XFORM

SDOE_ACTIVATE_MBO

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


11 FUNCTION SAPLSDOE_ASYNC_GENERATION LSDOE_ASYNC_GENERATIONU01 42

SDOE_ACTIVATE_MBO

10 FORM SAPLSDOE_ASYNC_GENERATION LSDOE_ASYNC_GENERATIONU01 1

SDOE_ACTIVATE_MBO

9 FORM SAPMSSY1 SAPMSSY1 281

XAB_RUN_DRIVER

8 FUNCTION SAPLSXAB LSXABU01 9

RFC_RUN_XAB_DRIVER

7 FUNCTION SAPLERFC LERFCU01 115

ARFC_EXECUTE

6 FUNCTION SAPLERFC LERFCU02 386

ARFC_DEST_SHIP

5 FORM SAPLERFC LERFCU10 195

SELECT_DATA

4 FUNCTION SAPLERFC LERFCU10 39

TRFC_QIN_DEST_SHIP

3 FORM SAPLERFC LERFCU10 1

TRFC_QIN_DEST_SHIP

2 FORM SAPMSSY1 SAPMSSY1 85

REMOTE_FUNCTION_CALL

1 MODULE (PBO) SAPMSSY1 SAPMSSY1 30

%_RFC_START

-


-


-


ABAP Control Blocks (CONT)

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-


20080

5195

76

SQLS

39

0000

LSDOE_ASYNC_GENERATIONU01

31

77

SQLS

3B

0000

LSDOE_ASYNC_GENERATIONU01

31

78

SQLS

07

C00C

LSDOE_ASYNC_GENERATIONU01

31

79

cmpr

00

00E2

001F

0000

LSDOE_ASYNC_GENERATIONU01

37

81

BRAF

02

000A

LSDOE_ASYNC_GENERATIONU01

37

82

FUNC

00

4974

LSDOE_ASYNC_GENERATIONU01

38

83

FUNC

80

0020

LSDOE_ASYNC_GENERATIONU01

38

84

PAR2

02

0000

001A

8000

LSDOE_ASYNC_GENERATIONU01

38

86

PAR2

02

0000

001B

0021

LSDOE_ASYNC_GENERATIONU01

38

88

FUNC

10

0001

LSDOE_ASYNC_GENERATIONU01

38

89

FUNC

FF

0000

LSDOE_ASYNC_GENERATIONU01

38

>>>>>

FUNE

03

001D

LSDOE_ASYNC_GENERATIONU01

42

91

ABOO

00

0001

C00E

0003

LSDOE_ASYNC_GENERATIONU01

45

93

clom

00

0002

C00E

000D

0000

0000

0000

0000

LSDOE_ASYNC_GENERATIONU01

45

97

PAR1

01

C00F

LSDOE_ASYNC_GENERATIONU01

45

98

PAR1

01

C010

LSDOE_ASYNC_GENERATIONU01

45

99

PAR2

00

0000

0005

0000

LSDOE_ASYNC_GENERATIONU01

45

101

PAR2

00

0000

0021

0001

LSDOE_ASYNC_GENERATIONU01

45

103

PAR2

00

0000

0022

0002

LSDOE_ASYNC_GENERATIONU01

45

-


Thanks and Regards

Devendra