Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Error Getting While Executing Transaction ME47.

Former Member
0 Likes
506

Hi Exports,

i am facing a problem in transaction ME47 For Maintaing Quotation.

if i enter RFQ Number and exceute, i am getting Runtime Error. This is happening in only in Test Server. Development and production it is working fine.

Error Details are given below.

ShrtText

Screen does not exist

What happened?

Error in ABAP application program.

The current ABAP program "SAPLXM06" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

The program had to be terminated.

Error analysis

Program "SAPLXM06" tried to use screen 0301.

The screen does not exist.

Trigger Location of Runtime Error

Program SAPLXM06

Include MM06EO0C_CUSTSCR1_HEAD_SET_DAT

Row 10

Module type (FUNCTION)

Module Name EXIT_SAPLEINM_013

Source Code Extract

Line SourceCde

1 ----


2 * MODULE CUSTSCR1_HEAD_SET_DATA OUTPUT *

3 ----


4 * ........ *

5 ----


6 MODULE CUSTSCR1_HEAD_SET_DATA OUTPUT.

7

8 PERFORM CUSTSCR1_HEAD_SET_DATA_PBO using fc_call.

9

>>>>> ENDMODULE.

Thanks,

Satheesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
443

This apepars to be customer code (exit). Have you verified that the programs, objects involved are identical in Test, Dev and Prod? Checked the transport logs to Test?

2 REPLIES 2
Read only

Former Member
0 Likes
444

This apepars to be customer code (exit). Have you verified that the programs, objects involved are identical in Test, Dev and Prod? Checked the transport logs to Test?

Read only

Former Member
0 Likes
443

have a look into cmod and the attached customer-exit MM06E005 , maybe in your test-system Screen 0301 is not active, that a look at the Screen exit.