What is Open SQL?
Open SQL is a set of ABAP statements that performs operations like reads, modifies or deletes data in the SAP database. Open SQL is independent […]
Open SQL is a set of ABAP statements that performs operations like reads, modifies or deletes data in the SAP database. Open SQL is independent […]
The purpose of the foreign key is to validate the data that is being entered into a table by checking entries in a check table. […]
SAP parameters are used to store values in user-specific global SAP memory. SAP memory allows you to pass these values between programs.
A primary key is a field or group of fields that uniquely identify a record in a table. Primary key fields cannot be NULL and […]
After creating a table you can test it by maintaining a couple of entries in the table. Follow the below mentioned procedure to maintain entries […]
Every table has a unique name and consists of rows and columns. The number of columns in a table is fixed but can have any […]
Sometimes we want to run reports only in background due to performance issues or some other reasons. Here we are trying to deactivate the EXECUTE […]
First of all what is a text table? Text table is a table which contains descriptions in several languages for each key in the main […]
To create a data element go to t-code SE11.
To create a domain go to t-code SE11.
Copyright © 2024 | WordPress Theme by MH Themes