Select into corresponding fields in SAP ABAP:
Select into corresponding fields is used to get data from database table into a user define internal table or work area without define list of field.
Syntax:
Select * from DatabaseTable into corresponding fields of table <internalTable>
It has compare each of the database field,Sap doesn't advisable to use this.
Comments
Post a Comment