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

How to pull/push data from/to existing SAP system?

I need to connect to ABAP-based SAP system, to pull/push data to/from that system. I downloaded SAP PDK for .NET, build a solution using it, but this requires Portal Runtime for .NET to be installed on server, and this cannot be done, because SAP…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
-1
votes
3 answers

Evaluating a program performance

I have to develop an ABAP report program. After it's execution, I have to display a popup with evaluating it's performance. It's possible? I mean without using transaction SAT. The scenario is simple: 1) Run report from se38 or it's using related…
Saros Begh
  • 35
  • 2
  • 9
-1
votes
2 answers

Mass User Locking/Unlocking

Hey guys I was just wondering how you go about doing mass user locking/unlocking. More specifically what are the best ways to do so? Any insights would be appreciated, thanks.
oceanlab1
  • 21
  • 1
  • 9
-1
votes
1 answer

can't start SAP application server

I can't find any information that is relevant to my specific situation. Around a month ago I had created my own application server which has become my local development machine. The tutorial I followed was available here:…
Bryan Abrams
  • 99
  • 1
  • 3
  • 10
-1
votes
3 answers

SAP Business Connector Version 4.8

It would be helpful if anybody can share ideas regarding SAP Business Connector Version 4.8. Is this out dated or still using? How could we integrate this using Coldfusion programming.
user40991
  • 173
  • 1
  • 3
  • 11
-1
votes
1 answer

SAP Customizing tasks - Import order

I'm new to transport management in SAP. How does it work when customizing requests are imported into PROD? Do the customizing tasks get imported by order of creation? Say that a released customizing task makes a change to a specific table record.…
Sam32
  • 117
  • 1
  • 8
-1
votes
4 answers

SAP instance definition

Could someone explain to me what SAP instance is? Is it also installed on the SAP application server?
user1523089
-1
votes
1 answer

SAP Web-Service pass Binary Data to C#

I developed a little (working) Web-Service in SAP. It demands a Import Parameter and Responses an Export Parameter. The Web-Service is reached by an basicHttp Request from C#. As the next Step I now want to pass binary data (Type x255) from SAP as…
JaB
  • 310
  • 4
  • 15
-1
votes
2 answers

how to read text files from content repository

My requirement is read text files from content repository in sap abap.I used SCMS_DOC_READ FM to read image file and creating url DP_CREATE_URL for creating image url but SCMS_DOC_READ not working for text. Can any one suggest some code, FM or…
satya
  • 31
  • 5
  • 11
-1
votes
1 answer

How should Tcode be used in JCO program

How do I set the Transaction Code (TCODE) in a JCO program and then fetch the required function? e.g. if I need to access SE11 or SE13 related function? Is the TCODE setting really important?
Nida Sahar
  • 698
  • 4
  • 13
  • 29
-1
votes
4 answers

Delete table entry locks

I have tried using the FM ENQUE_DELETE but I keep on not getting the expected result to delete the lock for some table entries. I noticed that there are different kind of locks and the program that locked those table entries is using lock type…
eunique0216
  • 875
  • 1
  • 16
  • 28
-1
votes
1 answer

SAP NetWeaver Application Server ABAP 7.03 trial error after installation

I am new to SAP. I have installed SAP NetWeaver Application Server ABAP 7.03 trial on Windows 7, 64 bit professional. When I started the server in SAP management console it became briefly green and later within a minute it turns yellow again. Could…
gullamahi
  • 107
  • 3
  • 11
-2
votes
1 answer

SAP function MSQ_SPACE_DOWNLOAD

Does anybody have documentation of MSQ_SPACE_DOWNLOAD function? It's used to monitor SAP running on MSSQL server, but can't be found on some servers. I'm searching for what to switch on in SAP to enable it or any other information. Thanks!
Marboni
  • 2,399
  • 3
  • 25
  • 42
-2
votes
3 answers

What is the difference between SAP HANA, S/4HANA and HANA Cloud Platform?

What is the difference between SAP HANA, S/4HANA and HANA Cloud Platform? Can anyone explain? regards, Umar Abdullah
Umar Abdullah
  • 1,282
  • 1
  • 19
  • 37
-2
votes
1 answer

How Users can call a SAP module, should they Log in?

I have created an SAP module for online recrutement exams that requires from candidates to log in to take their exams .. everything works fine but I have no idea how to do the "log in" part where users can log in and take their exams directly. Do I…
Insaf
  • 39
  • 1
  • 10
1 2 3
23
24