Show TOC

Function documentationValidations as Script Logic Locate this document in the navigation structure

 

You use this to check the integrity and correctness of entered values, before signing off such data as approved.

Activities

The validation process is handled by a stored procedure called VALIDATION. This procedure is launched using the following logic statement:

*RUN_PROGRAM VALIDATION(<parameters list>)

Example

*RUN_PROGRAM VALIDATION

CATEGORY = %C_CATEGORY_SET%

CURRENCY = %GROUPS_SET%

OTHER = [ENTITY=%ENTITY_SET%]

TID_RA = %TIME_SET%

*ENDRUN_PROGRAM

Any software coding and/or code lines / strings ("Code") included in this documentation are only examples and are not intended to be used in a productive system environment. The Code is only intended to better explain and visualize the syntax and phrasing rules of certain coding. SAP does not warrant the correctness and completeness of the Code given herein, and SAP shall not be liable for errors or damages caused by the usage of the Code, except if such damages were caused by SAP intentionally or by its gross negligence.