We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-dev] Run Time Error when pressing F4

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by bharathpvk
on Jun 17 at 2:28 AM
When Pressing F4 on field field VERNR I am getting the following error. Please give me a solution.

Short text
Screen: Illegal message

What happened?
The current screen processing action was terminated since a situation occurred where the application could not continue.
This is probably due to an error in the ABAP program or in the current screen.

Error analysis
The program attempted to issue a " " message during "F4" processing.
This is an illegal operation.
The program was terminated.

Screen name.............. "ZPSRA_COST_ESTI_APPR_REP"
Screen number............ 1000

SourceCde

FORM validate_p_pspid USING pv_pspid TYPE proj-pspid.
CLEAR wa_proj.
* Get the Project Definition if exist
SELECT pspnr " Project Definition
pspid " Project Definition
post1 " Short Description
vernr
FROM proj
INTO wa_proj
UP TO 1 ROWS
WHERE pspid EQ pv_pspid.
ENDSELECT. " SELECT pspid
IF sy-subrc NE 0.
CLEAR sscrfields.
MESSAGE e011(cj) WITH p_pspid.
ENDIF. " IF sy-subrc NE 0
ENDFORM. " VALIDATE_P_PSPID
__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
View this online
  
Popular White Papers

In the Spotlight
Toolbox.com for iPhone & Android: Ask Questions & Get Answers Anywhere. Download the Free App
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language