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
3
votes
1 answer

Can I generate a WSDL file without binding and service information?

I came across an issue where a customer is able to open a SAP WSDL using net-beans as well as in .NET but not in SOAPUI. When I checked the WSDL I found that service as well as binding tags are not defined or no such tags included. WSDL ends with…
sruthy
  • 115
  • 1
  • 2
  • 9
3
votes
1 answer

Displaying UTF-8 characters in PDF

I am trying to display a PDF by converting it into a binary string from the backend. This is the ajax call I am making $.ajax({ type : 'GET', url : '', data : oParameters, contentType :…
Themasterhimself
  • 1,016
  • 4
  • 17
  • 25
3
votes
1 answer

Problems with SOAP request

I am trying to integrate Siebel CRM with SAP system via... The problem is : the SOAP request that siebel is generating is giving me an error while if I use SOAP UI to generate the SOAP request, it is working fine. Following are the error mesages and…
Vic
  • 336
  • 6
  • 18
3
votes
2 answers

Is this possible to transport orders from a system in ECC 6.0 to a SAP R3 system in 46C?

Sounds not logic but I think there are many cases when a production system is in 46C and (for budget restrictions) the corresponding test system was recently upgraded to ECC 6.0 before doing the same in production. If not possible, which is the best…
Tristan
  • 351
  • 2
  • 4
  • 15
2
votes
3 answers

SAPUI5 and Logon Tokens/SSO?

I'm getting started with SAP's SAPUI5 framework, and I am trying to get single sign on to work with logon tokens (MYSAPSSO2), but I don't see anywhere that I can fetch a token or attach a token to an OData HTTP request. The example in the blog post…
Peder Rice
  • 1,764
  • 3
  • 28
  • 51
2
votes
1 answer

Executable output works fine in PS console, but not in Powershell ISE?

I have an SAP program call sapgenpse.exe. If i excute the below command from powershell command, the output is perfect. But if i do the same operation in powershell ISE, the output breaks abruptly.
2
votes
2 answers

Backward change transport from QAS to DEV?

I developed many programs on DEV environment then I transported them to QAS. Then, a problem occurred and the system administrator restored an old version of DEV without taking a backup of the recent version, so I lost many programs that I developed…
A.Ikram
  • 77
  • 10
2
votes
1 answer

How to configure SAP SNC using Docker

I need to containerize a service that talks to a SAP system. The service is written using Spring Boot. I have a document that performs steps manually on Linux Machine which will help to connect to the SAP system. The steps it follows are: Download…
Sweta Sharma
  • 2,404
  • 4
  • 21
  • 36
2
votes
0 answers

How to consume XML/WSDL SOAP in URL using .Net Core 3.1

I'm currently working on a project regarding pushing and pulling data from SAP in .Net Core. I can create web service in SOAMANAGER in SAP and try to access it in Postman API App. I can return a value but I'm having trouble when it comes to .Net…
2
votes
2 answers

Change RZ11 Profile parameters programmatically

I was asked by the IT Department to write an ABAP program that switches the profile parameter login/server_logon_restriction from 0 to 1 and back automatically triggered (time etc) on all of our SAP servers. I am not very familiar in the SAP…
Nils
  • 23
  • 2
2
votes
1 answer

Authorization object S_NUMBER

What difference is there between activity 02 and activity 17? 02 Create/change/delete number range intervals 17 Create/change/delete number range objects I read somewhere that this one and too.
dino
  • 21
  • 2
2
votes
1 answer

New SAP Instance not working. No instance profiles found

I have installed sap server 7.51 on ubuntu virtual machine (vmware). Installation was successful but when I run start I get the following error: ubuntu:npladm 1> startsap all No instance profiles found please send the tracefile…
mj1261829
  • 1,200
  • 3
  • 26
  • 53
2
votes
0 answers

SAP Webservice Client - Deserialization failed

I've created a simple Net WebSvc Client which receives an up to date reference of a SAP WebSvc. It expects a String, and four elements sent by reference: three arrays of custom objects and another custom object outside any collection structure…
apacay
  • 1,702
  • 5
  • 19
  • 41
2
votes
2 answers

Copy code and data types of namespace /FOO/ to second SAP system

During the last weeks I developed some code with the namespace/prefix /FOO/. The namespace is official. It is registered at SAP. If a second customer wants to use our code how one can transfer all code and data from this namespace from one sap…
guettli
  • 25,042
  • 81
  • 346
  • 663
2
votes
1 answer

Activating dictionary objects during import of new software is blocked in SAP ABAP

I'm facing the following error while activating the Field-Element-Domain in SE11: Activating dictionary objects during import of new software is blocked I am performing this operation with "test" user having SAP_ALL authorization in the…