Skip to Content
0
Former Member
Nov 14, 2008 at 03:22 PM

while posting the Doc thru GM_CREATE_BUDGET taking to short dump

45 Views

while posting the Doc thru GM_CREATE_BUDGET taking to short dump

giving the message:-

Runtime Errors MESSAGE_TYPE_X

Error analysis

Short text of error message:

System error during characteristic derivation maintenance

Long text of error message:

Technical information about the message:

Message class....... "ABADR"

Number.............. 599

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Trigger Location of Runtime Error

Program SAPLABADR

Include LABADRF01

Row 255

Module type (FORM)

Module Name WORK_AREA PUT

225 EXPORTING

226 i_write_to_tabadrx = 'X'

227 i_list_access = buttons-list_access.

228 ENDIF.

229 * test mode: spool trace results

230 IF NOT debug-print_trace IS INITIAL.

231 CALL FUNCTION 'ABADR_TRACE_WRITE'

232 EXPORTING

233 i_write_to_spool = 'X'

234 i_list_access = buttons-list_access.

235 ENDIF.

236 ENDFORM. "trace--show

237

238 ----


239 * FORM WORK_AREA_DIR--ADD *

240 ----


241 * ........ *

242 ----


243 * --- I_IDENTIFIER *

244 ----


245 FORM work_area--put USING i_identifier TYPE t_identifier

246 i_work_area TYPE any.

247 DATA: name TYPE t_name.

248 FIELD-SYMBOLS: <l_work_area> TYPE ANY.

249

250 CHECK NOT i_identifier IS INITIAL.

251 * put item to work area

252 READ TABLE <strategy>-tab_func_parameters INTO name

253 WITH KEY identifier = i_identifier.

254 IF sy-subrc <> 0.

>>> MESSAGE x599(abadr).256 ENDIF.

257 PERFORM name work_area assign USING name.

258 * unicode

..........................contd...

Pls help.