Mobile: +91 7200274545/9042006969.SAP ABAP Interview Questions and Answers 1. What is a client in SAP terminology?S/W component that uses the service (offered by an s/w component) is called a Client. At the same time these clients may also be servers for other services.2. What is a ...
Mobile: +91 7200274545/9042006969.SAP ABAP Interview Questions and Answers 1. What is a client in SAP terminology?S/W component that uses the service (offered by an s/w component) is called a Client. At the same time these clients may also be servers for other services.2. What is a ...
SAP Managed Tags: ABAP Development NODES Basic form NODES node. Additions: 1... TYPE type. This statement is not allowed in an ABAP Objects context. See NODES Statement Not Allowed. Effect Creates a variable node with reference to a data type from the ABAP Dictionary with the...
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...
The BAPI Change() changes an existing instance of an SAP business object type, for example, a purchase order. The BAPI Change () is an instance method. Delete( ) and Undelete( ) The BAPI Delete() deletes an instance of an SAP business object type from the database or sets a deletio...
SAP NetWeaver 7.0 EhP2 brings you a rich set of new features and enhancements in ABAP Testing and Troubleshooting tools which will boost the efficiency of the entire ABAP development. This blog gives an overview of the major improvements and new tools and features in the areas of ABAP Testing...
The architecture diagram shows the SAP HANA provider as an example. You can configure multiple providers for corresponding components to collect data from those components. Examples include HANA database, HA cluster, Microsoft SQL Server instance, and SAP NetWeaver. The key components of the architect...
Host name, SQL instance name, and SAP system ID Batch requests, compilations, and page life expectancy over time Top 10 most expensive SQL statements over time Top 12 largest tables in the SAP system Problems recorded in the SQL Server error log ...
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...
SAP Managed Tags: ABAP Development Hi! I quickly describe 4 main aspects you need to know before creating an abap code for HCM. When I conducted job interviews I came across a widespread misconception. I heart something like that: "I never wrote abap code for HCM module task, but it do...