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
vote
2 answers

Find SAP modifications of function groups includes

(access key for SAP standard modifications needed for test data of this question) Introduction: I want to find a certain type of modification to a certain SAP standard repository object (IDES test dataset). The modification is located in the…
Ela
  • 325
  • 1
  • 3
  • 13
1
vote
1 answer

How to replace a message for a locked user in SAP Logon?

We lock all business/developer SAP users for each system copy/upgrade session. The users are informed in advance about the planned works, but some of them try to logon into the system. They see SAP standard message that the user is locked and ask…
Skalozub
  • 539
  • 7
  • 26
1
vote
1 answer

SAP SSL handshake failed

I'm trying to retrieve data from an open data API. I have downloaded the certificate from the site and imported it into STRUST (SSL Client Anonymous). Then I created a HTTP connection to external server in SM59. In the beginning it worked fine,…
mrdeadsven
  • 744
  • 1
  • 9
  • 22
1
vote
3 answers

Browsing for installed notes in SAP system

How can I view all installed SAP notes in a system?
Anton Semenov
  • 6,227
  • 5
  • 41
  • 69
1
vote
1 answer

Blocked transactions in ABAP-based SAP software

What table and what field store the property for blocked transactions?
dino
  • 33
  • 2
  • 4
1
vote
1 answer

SAP Logon Error - Detail NiRClientHandle: route expected

The Error: Connection closed Error: internal error Location: SAProuter 40.4 on 'uccsaprouter' Tue Jan 30 20:35:02 2018 Release 720 Component NI (network interface), version 40 rc = -93, module nirout.cpp, line 2754 Detail NiRClientHandle: route…
Mike
  • 551
  • 1
  • 6
  • 18
1
vote
3 answers

TCode per department and user

I have a strange request from the business. They want a report where they give a tcode or tcodes and the program will check which department has this/these and which users. OK, I have found a couple of tables like AGR_TCODES (Assignment of roles to…
ekekakos
  • 563
  • 3
  • 20
  • 39
1
vote
1 answer

Update itab from another itab?

My program simply put the locks on users if the 'LOCK' checkbox is selected. Everything works and the users records are updated in the USR02. When this change occurs I want that it also be reflected in IT_USR02, i.e. DB table USR02 and itab it_usr02…
oceanlab1
  • 21
  • 1
  • 9
1
vote
1 answer

How to add field via Enhancement in SM20 (SAPMSM20)

I have a requirement to display the tcode description along with tcode field(column) in the output ALV grid of the report SM20. The report already contain the tcode field (column) , so just want to add an additional column in the output to show the…
Owais
  • 21
  • 3
1
vote
2 answers

How to put the values of a column of an internal table into a variant?

Can somebody help me figure out if there is a way for the query below: I have an internal table with one column with 69 records. I want all these 69 records to be populated into a variant and get saved so that with this variant and the values saved…
1
vote
1 answer

SAP Web Service throwing "Error during access to the ref node"

Using transaction code SRT_UTIL a web service call is reporting : Error during access to the ref node 'ITEM'. The ref node is not defined or does not have the necessary type ITEM is the name of a structure in the call. Additionally it says the error…
DragonYen
  • 958
  • 9
  • 22
1
vote
2 answers

Is there any RFC or BAPI implementing the transaction rsscd001 for displaying change documents in SAP?

I would like to know whether there is any RFC or BAPI functions to display change documents (transaction RSSCD001) based on input query in SAP. The customer requirement is to implement a java monitor system on SAP without adding any ABAP functions…
Yi.
  • 515
  • 1
  • 7
  • 19
1
vote
2 answers

No system in Service Maintenance while generating OData service

I generated my Service over Transaction "SEGW" and everything is fine, but after I generated the services (MPC and DPC) no "Service maintenance" occurs like in all tutorials i've done. Is there a way to generate an entry in the maintenance folder?
invasion
  • 101
  • 1
  • 4
  • 16
1
vote
0 answers

Log in and collect data from extranet page using CURL and cookies

I am writing a script which will log in to a SAP extranet page using cookie and grab some cookies using CURL (I need to collect data about prices of products on this page). My code looks like this: //username and password of accounts //trim-remove…
marple123
  • 11
  • 2
1
vote
1 answer

Movilizer - Send data to bluetooth printer

I have the requirement of print a ticket from a Movelet. The printer will be connected via bluetooth to the device. Is it possible to do this task on Movilizer for SAP? Thanks in advance. Best regards, David.
David
  • 86
  • 7