cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in MB1C

Former Member
0 Kudos

Hi all,

am giving Plant data, storage loc data and movement type in MB1C, the moment i press enter the system is giving me dump. i know its difficult for u guys to answer this query but still any one have any solution for the same.......

Cheers,

Anil.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Kindly past the screen shot of dump then we can probably help in this.

Regards

Goutham

Former Member
0 Kudos

Hi,

the second time i cld enter into the screen after pressing enter. but i got dump when i was saving the doc. the below is the error details.

Line SourceCde

170 xmcbest = xmcbest.

171 ENDIF.

172 IF flg_v2 NE space.

173 * V2-Verbuchung starten

174 CALL FUNCTION 'MCB_STATISTICS_UPD_V2' IN UPDATE TASK

175 EXPORTING

176 zeitp = con_zeitp

177 TABLES

178 xmcmseg = xmcmseg

179 xmcbest = xmcbest.

180

181 ENDIF.

182 IF flg_b NE space.

183 * V3-Verbuchung starten

184 CALL FUNCTION 'MCB_STATISTICS_UPD_V3' IN UPDATE TASK

185 EXPORTING

186 zeitp = con_zeitp

187 TABLES

188 xmcmseg = xmcmseg

189 xmcbest = xmcbest.

190

191 ENDIF.

192 IF flg_bw NE space.

193 SET EXTENDED CHECK OFF.

194 * Preparation for new update process (plug-in system).

195 * See note 486784.

196 DATA if_release TYPE i. "interface release

197 if_release = 1.

198 PERFORM mcex_if_release_03 IN PROGRAM saplmcex CHANGING if_release

199 IF FOUND.

>>>>> IF if_release >= 2.

201 CALL FUNCTION 'MCEX_UPDATE_CALL_03'

202 EXPORTING

203 zeitp = con_zeitp

contr = hlp_control

i_update_task = 'X'

TABLES

xmcbest = xmcbest

xmcmseg = xmcmseg.

ELSE.

CALL FUNCTION 'MCEX_UPDATE_03' IN UPDATE TASK

EXPORTING

zeitp = con_zeitp

contr = hlp_control

TABLES

xmcbest = xmcbest

xmcmseg = xmcmseg.

ENDIF.

SET EXTENDED CHECK ON.

ENDIF.

cheers,

Anil.

Former Member
0 Kudos

hi,

the best thing is take the help of abapers as they can put a break point and see the reason for dump and can suggest what can be done.

For you to why it dumped go to ST22 where you can find the dump analysis.

regards

sadhu kishore