cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DUMP ABAP error executing Tx. MD01 (Online) and MDBT (As Background Job)

Former Member
0 Kudos
612

DUMP ABAP error executing Tx. MD01 (Online) and MDBT (As Background Job)

Transactions involved:

  • MD01 – Online
  • MDBT - As Background Job

SAP OSS note 1207066 explains that this is a syntax error in a Select statement.

The solution suggested by the note is to correct the syntax but it is a standard SAP program that has not been modified.

Relevant aspects are as follows:

  • The customer activate Material Requirements Planning for MRP areas.
  • Stock Transfer Between Storage Locations is active in order to control the determination of the issuing storage location during stock transfer processing.For that badi MD_EXT_SUP was implemented, and using the client's own logic coded in the GET_SUPPLYING_SL method, it is possible to determine the issuing storage location.
  • When executing transaction MD03 the BADI is called without problems and the Transfer SolPed is generated with the issuing storage location.
  • The execution of transaction MD01 and MDBT(Job – Program RMMRP000), generate an error of type DUMP ABAP which are documented in the attached files and it is not possible to determine the issuing storage location.
View Entire Topic
Former Member
0 Kudos

Good morning jurgen, the abap dump error that generated transaction MD01 with active planning areas was solved in the following way

Apply the kernel patch specified in attached Note ##2425713. Or you can implement the attached pilot note ##2433051 as workaround before implementing the Kernel patch.

After applying the correction to kernell the error was solved Thanks for the support