‎2008 Aug 19 11:50 AM
hii,
What is Provide statement. What is the use of Provide statement?
thanks,
sk
‎2008 Aug 19 11:58 AM
Hi Friend,
PROVIDE ......ENDPROVIDE can only be used to process the data which is already available, it cannot be used as an replacement to SELECT....statement
Check links
http://help.sap.com/search/highlightContent.jsp
Syntax
PROVIDE <f1>... <fn> FROM <itab1>
<g1>... <gm> FROM <itab2>
... FROM <itabn>
... BETWEEN <f> AND <g>.
The contents of the specified fields of the internal tables <itab1> u2026 <itabn> are placed in their header lines. The processing block between PROVIDE and ENDPROVIDE is then executed for each interval.
Thanks,
Aruna
‎2008 Aug 19 12:04 PM
hi Aruna,
Thanks for immidiate reply.
u have provided one link here this is expired.
so, plz provide me any other link.
thanks,
sk
‎2008 Aug 27 4:32 PM