‎2011 Mar 11 7:35 AM
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.
‎2011 Mar 14 2:17 PM
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?
‎2011 Mar 14 2:17 PM
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?
‎2011 Mar 14 2:34 PM
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.