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 ...
ABAP (Advanced Business Application Programming) is the primary programming language supported on the SAPNetWeaverABAP application server platform and applications that run on it, such as SAP ERP (formerly R/3),S/4HANAand CRM. SAP uses ABAP to implement its own applications on the NetWeaver ABAP...
What I understand is if your SAP version is 6.2 or above and XI ver is 3.0, then you can generate the ABAP proxies for you message exchange. But I am little confused about where to generate these proxies. using SPROXY, we can generate proxies on Application System (SAP R/3 .. can b...
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:...
SAP Managed Tags: ABAP Development Click here to know the meaning of syntax. http://en.wikipedia.org/wiki/Syntax pk Reply Former Member 2008 Oct 23 1:11 PM 0 Kudos 250 SAP Managed Tags: ABAP Development Hi, ->a~hbkid LIKE '9%'. -> The above statement means the field...
SAP ERP is enterprise resource planning software developed by the company SAP SE. ERP, or enterprise resource planning, software is modular software made to integrate the main functions of an organization's core business processes into a unified system....
2. What is the approach for the migration to the recommended alternative solution in SAP S/4HANA?Customers must consider the following activities when they are planning to migrate from Compatibility Scope to the alternative solution in SAP S/4HANA. adaptation of custom code changes of customizing...
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...
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
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...