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

Working with SAP login structure in Angular

My web app is Angular 7. I have a API endpoint for the user to login and sending requests to this URL and get the answers. uri = 'https://mybackendurl.com/User'; constructor(private http: HttpClient) { } signIn(email: string, password: string)…
Karmacoma
  • 658
  • 1
  • 13
  • 37
4
votes
1 answer

Object is still in inactive version

I have created a basic application to get company details in SAP ABAP with following details. Package Name : ZSPT_930AM_PKG_1 Application Name : ZSPT_930AM_CMPNY_INFO_1 Transaction Code : Z39CD Transport Request Number : EC6K900010 Sub Request…
Yavvari Pradeep
  • 301
  • 5
  • 19
4
votes
1 answer

Possible SOAP version mismatch while consuming SAP web-service

My requirement is connect C# to SAP through SAP Web service which created via SOAMANAGER. I have followed this blog, but when I executing the code NetworkCredential cred = new NetworkCredential(); cred.UserName = "XXXXX"; …
Archana Palani
  • 247
  • 1
  • 6
  • 23
4
votes
1 answer

Optional Parameters not optional for Soap Calls using WSDL mode

I try to call a webservice provided by SAP to update customer data. I used SoapUI for testing the connection and the actual request that is needed. Everything worked fine, this is how the SoapUI request for changing an email address looks…
Sebastian Heuer
  • 1,022
  • 1
  • 11
  • 17
4
votes
2 answers

View transport request contents without a SAP system?

Is there a way to access the source code of a SAP transport file without a SAP system? I have a transport file containing an ABAP report which source code I would like to look at. Not run. Unfortunately, I don't have access to an SAP system at the…
4
votes
1 answer

LDAPMAP - Mapping SAP data to LDAP via RSLDAPSYNC_USER function

We are looking at syncing some of our LDAP (Active Directory) data with what is stored in SAP. SAP provides several function modules that allow you to write a custom program to handle mapping the data, but we are looking to use the provided solution…
Michael Freake
  • 1,197
  • 2
  • 14
  • 35
4
votes
1 answer

Connect to SAP message server through JCo

I have a working connection between my Java application and a SAP server through use of SAP JCo. The problem is that my connection is limited to 1 server. There should be an option available for connecting to a SAP message server that acts like a…
user965220
  • 45
  • 1
  • 7
4
votes
1 answer

PKCS7 Verify digital signature in Java

The situation is that I have to check a digital signature: String1 "A1005056807CE11EE2B4CE0025305725CFrCN=KED,OU=I0020266601,OU=SAPWebAS,O=SAPTrustCommunity,C=DE20130611102236" is signed via PKCS#7 and send over HTTP-URL to me. I get the signed…
Manfred
  • 179
  • 1
  • 2
  • 10
4
votes
1 answer

Difference between Authorization Object and an Object Class in ABAP?

I've been a Java developer having a limited knowledge about ABAP. While trying to understand the SAP Authorization concept, I came across the terms Authorization Objects and an Object Class. Now as per my understanding of Object Oriented concepts,…
n_g
  • 3,315
  • 8
  • 25
  • 29
4
votes
1 answer

how to authenticate SAP web service with ksoap2

I have to connect a SAP web service. Here is my code but it warns: org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG @1:7 in java.io.InputStreamReader@40e3fe98) Here…
GK Soft
  • 103
  • 2
  • 12
3
votes
2 answers

What is the simplest way to interact between a SAP OMS and Websphere Commerce?

What is the simplest way to interact between a SAP OMS and Websphere Commerce? Would it be using a Websphere Adaptor for SAP or webmethods or something else? Does something else need to be considered while opting for one of these? The final system…
sarego
  • 2,957
  • 6
  • 28
  • 39
3
votes
2 answers

Generate WSDL web-service objects in SAP

is it possible with SAP to generate client stubs and transfer objects from a WSDL served by a .NET WCF web service? Or do I have to build my SOAP XML requests manually? To be more on the point. I still have a WCF web service and the wsdl. I have no…
flosk8
  • 465
  • 1
  • 6
  • 17
3
votes
1 answer

Sending HTML email using SAP Workflow "Send Mail" activity

We have a SAP workflow which uses "Send Mail" activity to send an email to relevant users. I want to include hyperlinks in this email so that the user can be taken to particular site upon clicking the link in the email. Click here to view details…
Nirmal Patel
  • 5,128
  • 8
  • 41
  • 52
3
votes
1 answer

Underline string in Adobe Lifecycle Designer

I am trying to underline text using javascript in an adobe form. My current script is: var a = this.getField("options").value; of (a == "a") { event.value = (" model a paragraph ... "); How can I get the first line in the paragraph to be…
3
votes
1 answer

Hiding table in SAP Adobe Forms

I am working on a project in Adobe Forms (Interactive Forms) in SAP ABAP, and I have a table that can contain data or not according to some Select statements. When it contains data the table will be printed out otherwise the table must be hidden. I…
NeagDB
  • 47
  • 1
  • 2
  • 10
1
2
3
23 24