SAP NetWeaver 7.40 is announced and with it comes its ABAP Application Server AS ABAP 7.40. With AS ABAP 7.40 the ABAP language has some nice new features. But first of all, what is AS ABAP 7.40? AS ABAP 7.40 is
Master Data, Transaction Data, Organization Data and System Data are the data classes in SAP ABAP. Data in the Master Data class rarely changes. Data in the Transaction Data class changes frequently since they it is used in SAP transactions. Organization Data rarely changes since it includes cus...
The lock object in SAP is based on a locking mechanism known asenqueuing. When a user creates a lock, the lock object creates an entry in the lock table with the name of the object being locked, the user ID of the user who created the lock, and the type of lock. When another user...
SAP Managed Tags ABAP Development Hi, An infotype is a 'record' or a 'screen' which holds data against an employee or PD object such as a position, org.unit etc. A table stores values about an infotype and the way it will function. Main program generates internal tables for infotypes at...
What are Internal Table & How to Create Internal Tables in SAP ABAP - An internal table, like a database table, is made of one or more rows of the same structure. While a..
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Please correct me ...My inner join is not working as t_out internal table is not having a header . If it doesn't have header shall I use t_out for FOR ALL ENTRIES and IN WHERE condition ? What...
Custom_log_table_name | take 5 How do you get alerts? Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. You can then identify and address problems in your system before your customers notice them. You can configure alerts in Azure Monitor...
SAP Managed Tags: ABAP Development OPEN DATASET, is to open a file in application server. We can open a file in application server to READ or WRITE or APPEND data. Below extract the documenation can easily help you understand the same: OPEN DATASET Basic form 1 OPEN DATASET dsn. Ext...
ABAP continues to be an important part of SAP's technology stack. Though it has played a reduced role in many products with the advent of the HANA platform, it is still central to SAP's most widely deployed products, plays an important role in SAP's next-generation S/4HANA ERP platform...
1.DATABASE TABLE 2.VIEW 3.DATA TYPE 4.TYPE GROUP 5.DOMAIN 6.SEARCH HELP 7.LOCK OBJECT Award points if helpful. Kiran Kumar.G.A Reply Former Member 2008 Jan 10 7:40 AM 0 Kudos 2,089 SAP Managed Tags: ABAP Development The DDIC is nothing but the ABAP Dictionary. The ABA...