Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Select statements without EndSelect and with EndSelect?

Go down

Select statements without EndSelect and with EndSelect? Empty Select statements without EndSelect and with EndSelect?

Post  govind Tue Apr 03, 2012 1:29 am

1. Select Statement with EndSelect is a loop, which in a single run retrieves a single Record. This Record has to be stored in a Work Area and then appended into an Internal Table.
2. Select Statements without EndSelect is not a loop and it retrieves the whole Record set matching the Criteria in a single shot and has to be Stored in an Internal Table Directly.

govind
Admin

Posts : 54
Join date : 2012-01-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum