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

Automatic Spool Sending

in FMS system I need to automatically send the spool of a given background job let say job 'B'. Job B is generated by a different background job, let say job 'A'. SM36 has the possibility to send only A job spool. Any suggestions? Already tried SM36…
DNASCI
  • 11
  • 2
1
vote
3 answers

Consuming Webservice fails with 'SRT: Unsupported xstream found: ("HTTP Code 200 : OK")'

I'm trying to consume a SAP WebService using Zend_Soap_Client and getting the error SRT: Unsupported xstream found: ("HTTP Code 200 : OK") Does this mean the call of the WebService method works, but I (respectively Zend/PHP) can't handle the…
1
vote
0 answers

Standard SAP S/4HANA API to query ArchiveLink tables and get metadata

The setup is: on-prem S/4HANA third-party document management system (DMS) using ArchiveLink to store all types of documents By design, ArchiveLink is used only to store the files in the external DMS and store links between files and business…
Goulutor
  • 378
  • 3
  • 13
1
vote
1 answer

SAP, IIS and SSO - Kerberos SSPI not usable with this User account

My goal is to let intranet user's credentials pass through a asp.net webpage to an SAP RFC. Background We have SAP SSO setup with our AD system. Users can open the SAP gui and login without entering a username/password. We are using ERPConnect to…
Nate
  • 2,316
  • 4
  • 35
  • 53
1
vote
1 answer

Removing custom package and its contents programmatically?

I'm in an attempt to provide an automatized way for removal of customer package ( and all it's objects ). For that purpose, I'm using FM's for creation of transport order - TRINT_INSERT_NEW_COMM , adding the objects - TRINT_INSERT_COMM and releasing…
1
vote
1 answer

Consuming a webservice with jsessionid in URL

I`m working on a SAP project, where i have to call a non-sap service with jsessionid in binding url. I already generated a proxy class out of the wsdl and defined a logical port with my URL. In my case it should be dynamic like:…
Toni
  • 15
  • 7
1
vote
1 answer

SAP ArchiveLink object cannot be opened

I have requirement to make SF Spool to PDF and save with Archivelink, I've used FMs: RSTS_GET_ATTRIBUTES, CONVERT_OTFSPOOLJOB_2_PDF, SCMS_XSTRING_TO_BINARY then save to application server via Open Dataset. For archiving part FMs are…
RALF
  • 33
  • 6
1
vote
1 answer

How can I turn spool requests into PDF files on the application server?

I'm currently doing Invoicing and Printing setup on a SAP demo system. I've managed to create Smart Forms based on the standard ones. The problem starts with printing using FPCOPARA transaction and LP01 as Output device. I was able to generate a…
RALF
  • 33
  • 6
1
vote
1 answer

How to create STC01 Task List

I've just set up a Fiori demo for a client. To do so I found the transaction STC01 - Task Lists. Now I am wondering about some use cases where those kind of task lists would be useful and how to implement client-task lists. I've played around a…
Sasku
  • 517
  • 7
  • 23
1
vote
1 answer

Finding the (usob)Hash of a Core Data /OData Service Required for the Authorization Object S_SERVICE (parameter SRV_NAME)

To access an OData web service that exposes data from a Core Data Service (CDS) in SAP R/3, a user needs has to have an authorization role assigned that contains the authorization object S_SERVICE. The authorization object S_SERVICE requires two…
koks der drache
  • 1,398
  • 1
  • 16
  • 33
1
vote
1 answer

generate classes from xsd schema without inheritence

I have a series of fairly complex xsd schema files and I would like to create c# classes out of them. I use xsd.exe in Visual Studio 8 and classes are generated fine. However, I would like to bypass inheritance, meaning no classes should inherit…
artsince
  • 1,022
  • 20
  • 36
1
vote
1 answer

Where are user deletion logs stored on SAP?

I want to know the date a user was deleted from SAP for a task automation. I am trying to pull user deletion data from SAP using Winshuttle Query. Usually, I do this (manually) using the SUIM transaction, going for the change document for users and…
Jorge Valentini
  • 397
  • 4
  • 17
1
vote
1 answer

How can I extract 'Memory Use Statistics' from ST03N?

I want to select following data from ST03N in a report: After a performance trace, I noticed that the data might be stored in one of the tables: MONI SWNCMONI I do not exactly know how to extract the CLUSTD data from the table. I heard of using…
Ovidiu Pocnet
  • 579
  • 12
  • 32
1
vote
3 answers

Consuming SAP Web Service in ASP.NET fails

I'm working on a web service that will create orders in SAP using .NET. Right now when I run the code below, I receive no errors and no order is created. I was hoping someone could help. string message = ""; // create initial connection …
Paul
  • 429
  • 1
  • 5
  • 15
1
vote
0 answers

Getting one email instead of several in SAP

I created a job with several steps with the transaction SM36 in SAP system and getting the results via email. For each step/report I am getting one separate email. Does anybody know how to combine all steps to one email? Is there a…