Cannot Use Short Form of PROVIDE

You can only apply this variant to tables with a header line, which means that it cannot be used in ABAP Objects.

In ABAP Objects, the following statements cause an error message:

PROVIDE f1 f2 ... FROM itab1
        g1 g2 ... FROM itab2
       ...                
          FROM itabn        
        ...                
        BETWEEN f AND g.    
  ...
ENDPROVIDE.

Reason:

Tables with header lines are obsolete.