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
4 answers

SE16n table edit works in DEV, but not in QA system

I created a custom table. Editing works in a SAP dev system via se16n. But editing does not work in a quality assurance system. Is there a way to edit the table anyway?
guettli
  • 25,042
  • 81
  • 346
  • 663
2
votes
1 answer

ABAP HTTP Destination => check whether SSL is enabled

I have an HTTP destination in an ABAP system (destination type G) and send sensitive data to the destination. Before I send the data, I need to check whether the destination has SSL option enabled. UPDATE: I'm using the destination in…
iPirat
  • 2,197
  • 1
  • 17
  • 30
2
votes
2 answers

Passing Arrays as Parameters to Soap Webservice in non-WSDL mode

I am using Zend_Soap_Client to query data from a webservice provided by SAP. Since the auto-generated WSDL file has a few flaws, I use the non-WSDL mode of the client. I managed to successfully call a webservice which only requires simple…
Sebastian Heuer
  • 1,022
  • 1
  • 11
  • 17
2
votes
2 answers

Add table rows to a TR programmatically?

I have a problem with adding rows of table to the transport request in programming way. When i wrote down the transport request number i get the error: You cannot use request EAMK913244 the code I use is data lt_variable_changed type table of…
letronas
  • 145
  • 1
  • 13
2
votes
2 answers

How to Execute SAP RFC using SOAP?

I have a requirement where I need to run an RFC from an ETL (Datastage) job. It can be done by executing a Unix command also, of course (the Datastage server is Unix). I don't think they have the SAP plug-in for Datastage, though. I've tried and…
Deep-B
  • 1,344
  • 1
  • 13
  • 22
2
votes
2 answers

RFC destinations

Where can I get a description of RFCOPTIONS strings from a RFCDES table? What it means to each parameter? (H=?,N=?,g=?,l=?, ...)
dino
  • 33
  • 2
  • 4
2
votes
1 answer

QTP find object in a Browser frame in a Java frame in an IE window?

So we have a bit of an unusual setup in our software. On a webpage, we have a Java applet. QTP can handle objects on the webpage itself or the Java applet itself quite easily. The problem comes when the Java applet then includes an internal…
Riddari
  • 1,713
  • 3
  • 26
  • 57
2
votes
1 answer

SAP Passport public CA certificate

Is there a Public SAP Passport Root Certificate I can use to import into an SAP system so that we could use SAP Passports as Logon certificates? I would like to test a SAP Passport in a DEV ABAP system and need the to import the Public root…
phil soady
  • 11,043
  • 5
  • 50
  • 95
2
votes
2 answers

Connect SQL Server to SAP Backend (also a SQL Server)

I am trying to connect my SQL Server directly to the SAP backend database so that I don't have to extract the data everyday (for fresh data) using SSIS packages. Instead I want to create views that will access this data directly (direct querying)…
qwerty
  • 887
  • 11
  • 33
2
votes
1 answer

SAP ABAP LDAP Active directory photos

I am trying to retrieve user photos that are stored in Active Directory with LDAP integration. I want to display pictures in a BSP application. I handled the login operation with the 'LDAP_SIMPLEBIND' function. It is working like a charm. However I…
Oguz
  • 1,867
  • 1
  • 17
  • 24
2
votes
3 answers

A safe way to avoid ABAP program running in productive ERP system

I need to develope an ABAP program which does some actions for SAP Basis. This program will be run in test/development systems only and it's not safe to run the program in productive system. I need any safe way how to prevent the program running in…
Skalozub
  • 539
  • 7
  • 26
2
votes
2 answers

Saving SQL Queries in SAP

Hey guys I've written some SQL statements in SAP, I want to be able to save the code and run it when ever I need to. The SQL code either locks or unlocks specified users based on the UFLAG value entered. I'm fairly new to SAP/SQL and have no idea on…
oceanlab1
  • 21
  • 1
  • 9
2
votes
2 answers

How to extract dynamic table key from CDPOS table field TABKEY into structure?

I need to get corresponding fields from cdpos-tabkey dynamically. Say, for example, I need to get plant, material, etc from tabkey. I tried so far with the below code, but I get type conflict error when I use MOVE statement. When I use ASSIGN…
Archana Palani
  • 247
  • 1
  • 6
  • 23
2
votes
1 answer

Transaction per user historical report?

I am trying to find out a report/program that can help me in getting the list of t-code changes for users for a particular duration. For e.g. : t-code SU01 was assigned to user ABC on 13th March 2016. t-code ME21n was removed from user XYZ on…
user2339071
  • 4,254
  • 1
  • 27
  • 46
2
votes
1 answer

Adobe LiveCycle Designer hide label description of textfield

I have textfield with datasource binding (from Interface). Those fields are only shown depending on another field "zkz", which holds a 'X' or is empty. So the value of the fields are only displayed when the zkz field has an 'X' and this works good.…
user2784676
  • 105
  • 1
  • 12