Home > SAP Tips > ABAP/Java developer tips > Checking Input values
SAP Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

ABAP/JAVA DEVELOPER TIPS

Checking Input values


Padma V
11.10.2002
Rating: -4.64- (out of 5) Hall of fame tip of the month winner


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


REPORT Test.
PARAMETERS: p_carrid like spfli-carrid OBLIGATORY.

Consider the above program. Suppose we need to check the validity of parameter p_carrid, then usually we write a SELECT statement to verify the entries. If the SELECT statement fails, then we issue an error message. Instead of following the above procedure, there is a simple method i.e., the addition of VALUE CHECK to the PARAMETERS.

REPORT Test.
PARAMETERS: p_carrid like spfli-carrid OBLIGATORY VALUE CHECK.

Here the datatype must refer to the data type from the dictionary. If a check table or a list of fixed values is defined in the ABAP Dictionary for the relevant type, the user can only enter these valid values. Otherwise, the system issues an error message in the status bar of the selection screen when the selection screen is processed. Since this check is performed even if the input field is empty, you should use the VALUE CHECK addition only for required fields.

In the example above, parameter p_carrid is declared with reference to field CARRID of database table SPFLI. For this field, check table SCARR is specified in the ABAP Dictionary. The user can only enter carrier ID values that are contained in SCARR.


Rate this Tip
To rate tips, you must be a member of SearchSAP.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
ABAP/Java developer tips
Select Text fields: Case-insensitive
Finding BADIs you can use
Is this the quickest way to find a BADI?
ABAP Objects in SAP Workflow to provide improved performance
Easily debug error messages in SAP processes
Accessing private attributes in ABAP Objects
Find a BADI in a minute
Top 10 SAP tips of 2007
How to transport an SAP query in R/3 4.6x
How to switch off message determination in BAPI_PO_CREATE1

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.

HomeNewsTopicsBlogsTipsAsk the ExpertsMultimediaWhite PapersProducts
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2000 - 2008, TechTarget | Read our Privacy Policy
SearchSAP.com is a search service provided by TechTarget and is completely
independent of and not affiliated with SAP AG.
  TechTarget - The IT Media ROI Experts