SAP ABAP Data Element OIUCM_CONDITIONAL_PROGRAM_FORM (Program Form To Execute During Number Range Check)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-PRA (Application Component) Production and Revenue Accounting
     OIU_CM (Package) PRA common objects
Basic Data
Data Element OIUCM_CONDITIONAL_PROGRAM_FORM
Short Description Program Form To Execute During Number Range Check  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Cond Form 
Medium 15 Cond Prog Form 
Long 20 Cond Program Form 
Heading 30 Conditional Program Form 
Documentation

Within transaction O5UCM_SN_NR, a check is made before exit which verifies that all entries flagged as system have status of Okay (green LED). By setting the conditional flag in table OIU_CM_SN_NR for a particular entry, the check for that entry can be "conditional". Basically, a call to the conditional form within the conditional program will be made. If the return code is anything but 0, the check will be skipped.

The form must have the following format:

FORM xyz CHANGING p_rc TYPE sy-subrc.

    IF no check is to be performed.

        p_rc = 1. "anything but 0.

    ENDIF.

ENDFORM.

History
Last changed by/on SAP  20050224 
SAP Release Created in 46C