Skip to Content
Author's profile photo Abdul Azeez Syed

Short dump DYNPRO_NOT_FOUND in T-code ME21, ME31, ME41 (program SAPLXM06)

A short dump DYNPRO_NOT_FOUND is triggered while executing ME41 transaction code. This short dump is caused in the ABAP program SAPLXM06.

It says screen 0301 does not exist in program SAPLXM06.

IMG_26032014_095004.png

This short dump is caused when the user exit MM06E005 is implemented and is active.

To fix the short dump, follow the SAP note 1517584. As per this note, either the user exit should be deactivated (or) manually create all the below dynpros

SAPLXM06 0101 – Subscreen header purchase order

SAPLXM06 0201 – Subscreen header outline agreement

SAPLXM06 0301 – Subscreen header RFQ

SAPLXM06 0111 – Subscreen item purchase order

SAPLXM06 0211 – Subscreen item outline agreement

SAPLXM06 0311 – Subscreen item RFQ

Manual creation of the above dynpros will save these in $TMP package. Transport assignment will not be possible.

To assign z development class and transport request to these newly created subscreens, follow SAP note 169814. This note explains changing the development class of customer screen.

Steps to follow:

Execute SE03.

Enter the function group XM06 against FUGX as shown below

Change object directory entry

This will prompt a popup where the development class can be entered instead of $TMP.

3-26-2014 9-35-34 AM.png

Hope this helps.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.