SAP uses ABAP to implement its own applications on the NetWeaver ABAP platform, and SAP customers use ABAP to modify the functionality of SAP applications or build their own on the NetWeaver ABAP platform. ABAP is the oldest and, likely, the most widely used of SAP's four major application ...
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 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...
0 Kudos 567 SAP Managed Tags: ABAP Development hi experts. what is interface in oops abap. thanks. subhasisReply 1 ACCEPTED SOLUTION Former Member 2007 Apr 25 7:31 AM 0 Kudos 194 SAP Managed Tags: ABAP Development Like classes, you can define interfaces either globally in the...
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
I was in IT middleware technology but after that I have big professional gap.Now I am not getting job in Middleware technology so I am thinking to get into SAP ABAP as worked before in development. I would like to know which SAP institute will be good at fundamentals and after finishing ...
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 ,
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: SAP Process Integration Hi I am little confused here when I was reading the Chapter about the Proxy generation. 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 lit...
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...