Select into corresponding fields in SAP ABAP

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

Popular posts from this blog

New commodity code create in SAP S/4 Hana

BAPI to Change STO PO/ PO Delivery date in SAP

Decimal remove in a smartforms report