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 ...
SSCR stands for SAP Software Change Registration, It is a process where all the manual changes are registered to SAP Dictionary objects and SAP source coding. To change the SSCR in the SAP system, an ABAP developer will be prompted for two access keys by SAP system which are: Developer ke...
Lock object in SAP ABAP is used to prevent multiple users from making changes to the same piece of data simultaneously. A lock is a mechanism that prevents a user from modifying a record that is already being accessed by another user. A lock object in SAP is defined using theLock Object ...
With SAP NetWeaver Enhancement Package 2 you have quite a lot of options to comfortably and efficiently process strings in ABAP. There is a new operator for concatenation (operator &&), and there are a great deal of new embedded string functions like distance, condense, concat_lines_of, escape...
An empty ABAP Class in the ABAP Developer tools as seen in Eclipse. SAP Solution Manageralso offers tools for managing the development lifecycle of ABAP code. There is little support for development tooling beyond what SAP provides, though some customers have built their own integrations with third...
SAP ABAP workbench can be opened by two methods – 1. Logon to SAP R/3 system and click on the tool from SAP easy access screen, click on ABAP workbench and start to work workbench. 2. Enter transaction code “S001” in the SAP command field and press enter, then a new screen open...
What should I install to start learning SAP ABAP - SAP NetWeaver is a Java-based stack and its developer edition is available.https://www.sap.com/developer/trials-downloads.htmlIn SAP system, Function modules are like web services. They are used to expos
Today was RTC of SAP NetWeaver 7.5 with AS ABAP 7.50. While there are already some big pictures around, let me provide you with some small ones. As with ABAP 7.40 ,
SAP Managed Tags: ABAP Development Hello Kannan Not really sure what you want but if you require a function module which display ALV lists "similar" like OO-based lists then have a look at REUSE_ALV_GRID_DISPLAY_LVC. Its interface is basically the same like the signature of method go_gr...
SAP Managed Tags: ABAP Development Hi, using packed variable we can decide the length of number and number of decimals we want in o/p which is not possible with other types Packed numbers - type P Type P data allows digits after the decimal point. The number of decimal places is gener...