cancel
Showing results for 
Search instead for 
Did you mean: 

Dump: Parameter error raised while editing Master catalog

Former Member
0 Kudos

Hi all,

I need some help.

While I am trying to edit the master catalog I am getting a dump error: Exception condition "PARAMETERS_ERROR" raised. The moment when I clicked on the edit button I am getting this dump.

I could see the field "operation" is showing as Undefined in the table /CCM/D_CTLG.

Could you please help me?

Dump details:

Error analysis

A RAISE statement in the program "SAPLSYGU" raised the exception

condition "PARAMETERS_ERROR".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

Short description of exception condition:

Errors in passing parameters

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

How to correct the error

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

"RAISE_EXCEPTION" C

"SAPLSYGU" or "LSYGUU03"

"GUID_CONVERT"

or

"SAPLSYGU" "PARAMETERS_ERROR"

or

"SAPMHTTP " "PARAMETERS_ERROR".

Information on where terminated

The termination occurred in the ABAP program "SAPLSYGU" in "GUID_CONVERT".

The main program was "SAPMHTTP ".

The termination occurred in line 119 of the source code of the (Include)

program "LSYGUU03"

of the source code of program "LSYGUU03" (when calling the editor 1190).

-

Line SourceCde

89 map22to16a 12 09 gc_map__345678.

90 map22to16a 13 10 gc_map345678__.

91 map22to16b 14 10 11 gc_map5678__34.

92 map22to16b 15 11 12 gc_map78__3456.

93 map22to16a 16 12 gc_map__345678.

94 map22to16a 17 13 gc_map345678__.

95 map22to16b 18 13 14 gc_map5678__34.

96 map22to16b 19 14 15 gc_map78__3456.

97 map22to16a 20 15 gc_map__345678.

98 map22to16a 21 16 gc_map345678__.

99 map22to16a 22 16 gc_map5678__34.

100 lv_g16x = lv_g16.

101 ev_guid_x16 = lv_g16x-x.

102 ev_guid_c32 = ev_guid_x16.

103

104

105 * conversion x16 or c32 to c22 if requested

106 *** iv_uuid_x16 (wins) or iv_uuid_c32 have to be filled with valid guid!

107 ELSE. "Y9CKxxxxxx

108 * elseif ev_guid_c22 is requested. "Y9CKxxxxxx

109 IF NOT iv_guid_x16 IS INITIAL.

110 lv_g16x-x = iv_guid_x16.

111 ev_guid_x16 = iv_guid_x16. "Y9CKxxxxxx

112 ev_guid_c32 = iv_guid_x16. "Y9CKxxxxxx

113 ELSEIF NOT iv_guid_c32 IS INITIAL.

114 lv_g16x-x = iv_guid_c32.

115 ev_guid_x16 = iv_guid_c32. "Y9CKxxxxxx

116 ev_guid_c32 = iv_guid_c32. "Y9CKxxxxxx

117 ELSE.

118 * no parameter at all provided ... "Y9CKxxxxxx

>>>>> RAISE parameters_error.

120 ENDIF.

121

122 IF ev_guid_c22 IS REQUESTED. "Y9CKxxxxxx

123 lv_g16 = lv_g16x.

124 ASSIGN lv_xofs TO <lv_xofs> TYPE 'b'.

125 map16to22a 01 01 fc gc_base345678__.

126 map16to22b 02 01 03 02 f0 gc_base5678__34.

127 map16to22b 03 02 0f 03 c0 gc_base78__3456.

128 map16to22a 04 03 3f gc_base__345678.

129 map16to22a 05 04 fc gc_base345678__.

130 map16to22b 06 04 03 05 f0 gc_base5678__34.

131 map16to22b 07 05 0f 06 c0 gc_base78__3456.

132 map16to22a 08 06 3f gc_base__345678.

133 map16to22a 09 07 fc gc_base345678__.

134 map16to22b 10 07 03 08 f0 gc_base5678__34.

135 map16to22b 11 08 0f 09 c0 gc_base78__3456.

136 map16to22a 12 09 3f gc_base__345678.

137 map16to22a 13 10 fc gc_base345678__.

138 map16to22b 14 10 03 11 f0 gc_base5678__34.

Contents of system fields

Name Val.

SY-SUBRC 0

SY-INDEX 1

SY-TABIX 1

SY-DBCNT 0

SY-FDPOS 2

SY-LSIND 0

SY-PAGNO 0

SY-LINNO 1

SY-COLNO 1

SY-PFKEY

SY-UCOMM

SY-TITLE HTTP Control

SY-MSGTY E

SY-MSGID /CCM/COMMON_DB_EX

SY-MSGNO 010

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

To add further on this when I clicked on upload button, it is giving me the error: Catalog type does not exist . It is not showing the master catalog name in the next screen.

Former Member
0 Kudos

Deal all,

Any help would be appreciated.

It seems like master catalog got locked. When I tried to map few supplier catalog to master catalog, I could see the message "Master catalog is locked" in SLG1.

I noticed two things which could be a reason:

1. There are two entries for the master catalog in the

table: /CCM/D_CTLG_REQ. Two versions are there 109 and 110. For the

version 109, field REQ_SENDER is showing the value FILE UPLOAD. Seems

like the master catalog is locked.

2. In the table /CCM/D_CTLG, for the version 109 the value for the

field Operation is showing as blank (undefined)

In SLG1 - when we tried to upload data in other supplier catalogs, we

are getting the message "Master catalog is locked".

I ran the report /CCM/CLEANUP_CATALOG to unlock the master catalog. But

it is not unlocking the catalog.

Also I ran the report: /CCM/CLEANUP_UPDATE_STATUS which changed the

status of the catalog from 03 to 05 in the table: /CCM/D_UPD_STATE

Please advise.

Thanks.

Former Member
0 Kudos

HI,

Does anyone have any suggestion / hints on this issue?

Please advise.

Thanks.