Questions tagged [sap-basis]

Software platform that forms the base of an SAP ABAP-based system and on which applications and components are build. Use this tag for SAP ABAP-based system architecture, system administration, database abstraction, transactional processing, software distribution management, authorisations and security and similar topics. Do not use this tag for application specific questions.

A set of technical components including middleware programs and tools that provide the underlying software platform that forms the base of an SAP ABAP-based system and that enable applications to be interoperable across operating systems, databases and hardware.

SAP Basis is composed of a low-level kernel and additional system components that implement the foundation of a three tier client-server architecture.

It provides the following features:

  • an operating system abstraction layer (for windows, linux, unix) and network connectivity,
  • an RDBMS abstraction layer (e.g. SQL Server, Oracle, MySQL, DB/2) layer, with RDBMS connectors and RDBMS specific tools (e.g.standardised DBA and backup management),
  • a high performance transactional engine,
  • system monitoring and administration,
  • the integrated ABAP development environment with its data dictionary, and its runtime for the applications,
  • software logistic components (e.g.configuration management, transport and distribution of changes),
  • a web-server infrastructure and web-service connectivity,
  • several interfacing technologies (e.g. IDoc messages for data distribution, file based interfaces, web-services based BAPI technology)
  • security components and user administration.
  • cross-platform GUI technology (rich client and web frontend).

This tag shall not be used for application specific questions.

347 questions
2
votes
3 answers

How to store configuration data so that to not copy it during database copy?

There are parameters that I would not want to be transferred from production environment to QA system. Staff like network path and url's. The problem is that in ABAP everything is in the database and when the database is copied to the QA system you…
Igal Serban
  • 10,558
  • 3
  • 35
  • 40
2
votes
1 answer

SOAMANAGER can not be displayed

as the topic suggests I can not access the SOAMANAGER transaction, and after days of gooling I am at my wits end. My environment: - SAP NetWeaver 7.50 SP1 AS ABAP and SAP BW on SAP HANA [Developer Edition], From http://scn.sap.com/docs/DOC-41566…
stackmonkey
  • 115
  • 2
  • 11
2
votes
3 answers

SAP Java stack architectural differences from ABAP stack?

My company is thinking to upgrade SAP from 46C to ECC 6.0 EHP 5 and we have the next 3 questions: 1) What is the difference between ABAP Stack and Java Stack. I imagine 46C is "ABAP stack"? 2) In which cases it is absolutely necessary to install the…
vizcayno
  • 1,223
  • 3
  • 16
  • 24
2
votes
2 answers

DBACOCKPIT tcode on two SAP systems look different, why?

I have 2 different systems with SAP installed on them. First installation running on SQLServer, and the other installation running on Oracle. In the first installation of SAP running on SqlServer, when i run DBACOCKPIT tcode, i get the following…
gram77
  • 361
  • 1
  • 12
  • 30
2
votes
3 answers

How to define the SAP mandant/client number in an SAPUI5 application running inside Eclipse WebApp preview?

With the Eclipse development tools for SAPUI5 it is possible to run a SAPUI5 app in WebApp preview mode. It's working fine expect one point. The client data used in OData service is always "100" by default. I assume the used client is the one used…
user3783327
  • 616
  • 8
  • 30
  • 60
2
votes
1 answer

consume SAP Webservice within .net application - authentication error 401

I have been trying to consume a simple SAP web service within a .NET C# console application (.NET Framework 4.5) for hours. The SAP web service was created and activated by myself referring to this article ("Create an SAP Web Service, Call Web…
Snyvel
  • 23
  • 1
  • 3
2
votes
2 answers

How to copy a lot of code to a different company

I have a set of ZBAPI structures on a server of a company in which we developed and installed a custom application. I am having to use a lot of the same BAPIs in the same application for a different company. Is there any quick way in which I can…
2
votes
1 answer

A bug while displaying permissions in SU56

Because I could not create some objects in SAP, I was checking my permissions using the SU56 transaction. I realized that 2 permissions had the same text (roughly translated from German) Permission T-EP05077807: 9O,9W,9T create, delete Permission…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
2
votes
0 answers

php SoapClient Parsing WSDL: Unknown required WSDL extension

Couple of years ago I have developed a PHP application that uses Web Services to communicate with a SAP system that my customer is using. I've already encountered this problem then, but there was a workaround - I have replaced the "ws_policy" in…
khartvin
  • 551
  • 1
  • 7
  • 20
2
votes
1 answer

Is there a standard way to get previous login date of SAP user?

I've got a requirement to check whether some objects were modified since last logon of current user. There is a table USR02 that contains last logon date, but it is updated at moment of logon and here "last" means "current". For example, I logged in…
Nikolai Kim
  • 685
  • 8
  • 22
2
votes
1 answer

.NET SAP Connection Authentication via WEB Service

I am trying to connect to a web service served by SAP and I have authentication problem. I simply added the service by right clicking project, selecting add service reference, giving WSDL URL for the service and clicking OK.(After clicking ok asked…
mehmet6parmak
  • 4,777
  • 16
  • 50
  • 71
2
votes
1 answer

How to display list of attachments from Generic Object Services

I have a report that should display an attachment list from an object. For instance, in transaction FI02 (maintenance of banks), the GOS toolbar has the menu Attachment List: I want to display this list. What is the best way to display it? REPORT…
ayahya82
  • 374
  • 3
  • 6
  • 18
2
votes
0 answers

Call SAP webservice by PHP with parameters

I know how to call a SAP webservice from PHP, but how can I send parameters with my request? I tried the following: #Define Authentication $SOAP_AUTH = array( 'login' => 'user', 'password' => 'password'); #Specify…
StS
  • 283
  • 4
  • 10
2
votes
2 answers

SAP 4.6C and webservices

Is it possible to provide RFCs (remote function calls, aka remote procedure calls) as web services with SAP 4.6C?
Kottan
  • 4,944
  • 9
  • 41
  • 67
2
votes
1 answer

Cross Origin Resource Sharing (CORS) issue

We have some web services returning xml+atom response. These are hosted on SAP NetWeaver Gateway application server. They require BASIC authentication to access them. The response contains the following headers to support…
Hetal Vora
  • 3,341
  • 2
  • 28
  • 53