Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

provide statement

Former Member
0 Likes
432

hii,

What is Provide statement. What is the use of Provide statement?

thanks,

sk

3 REPLIES 3
Read only

Former Member
0 Likes
412

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

Read only

0 Likes
412

hi Aruna,

Thanks for immidiate reply.

u have provided one link here this is expired.

so, plz provide me any other link.

thanks,

sk

Read only

Former Member
0 Likes
412

thanks