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

Read Security Audit Log static and dynamic filters using RFC

I am trying to read SAP Audit Log static and dynamic filters setting (sm19) using RFC connection. For static filters i figured out they are stored in table rsauprof: Field Key Data Element Type Offset Leng Decimals Check Table…
2
votes
1 answer

Sap Code Inspector how to use cl_ci_objectset class

I tried to use the cl_ci_objectset class to reference a set of objects to run a inspection afterwards: data: lr_ci_objectset type ref to cl_ci_objectset. CALL METHOD cl_ci_objectset=>get_ref EXPORTING P_OBJSNAM =…
2
votes
3 answers

How to find the Transport Request with my custom objects?

I've copied two Function Modules QM06_SEND_PAPER_STEP2 and QM06_FM_TASK_CLAIM_SEND_PAPER to similar Z* Function Modules. I've put these FMs into a ZQM06 Function Group which was created by another developer. I want to use Transaction SCC1 to move my…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
1 answer

Configure SAP .NET Connector for SNC using config file in C#

We have a number of applications developed in C# that interface with SAP using the SAP .NET Connector 3.0. I'm very familiar with this, and have recently been asked to look at securing this interface by using the SNC (Secure Network Communications)…
Gareth
  • 2,746
  • 4
  • 30
  • 44
2
votes
3 answers

SAP Background Job: how is it running?

I have to move an SAP background job (ABAP report for A/P) into Cronacle and can't figure out how to stop the job in SAP so I can start running it with the Cronacle schedule. The job runs in SAP from user SAPSYS every morning at 7:15am, but if you…
Kirk Burleson
2
votes
1 answer

Creation of REST service in SAP ECC 6.0 environment

We are using SAP ECC 6 as backend and our requirement is to call BAPI/RFC from the browsers and mobile devices. Our constraint is that we do not want to open the ports of the ECC environment. The solution we thought is as follows : To create REST…
Asha Datla
  • 126
  • 1
  • 11
2
votes
3 answers

Connect a third-party application (MS Excel) with SAP R/3

I'm working out a solution for communicate MS Excel (a VBA macro) with SAP. Sometimes is too hard to reach SAP support people at any company you are working for, so it is better to figure out your own solution. About that reason, I started with the…
BrOSs
  • 909
  • 4
  • 10
  • 27
2
votes
2 answers

Push TR files into SAP ERP system without using TMS

I'm salesforce.com developer and I need to build a simple SFDC/SAP integration scenario for demo purposes. I have absolutely no experiences with SAP but we have at least a SAP demo system that I can currently access via SAP GUI only. Now a third…
h9nry
  • 221
  • 1
  • 6
1
vote
1 answer

Schedule jobs without access to SM36 in SAP

Is there any way to schedule SAP Jobs without having access to the SM36 transaction? I have the "Run in background" option but what I want is to have the file saved somewhere or sent by email or something like that. Can I do this without access to…
Andrei Ion
  • 1,777
  • 15
  • 34
  • 54
1
vote
1 answer

How can I display SAP SOAP webservices Response in Android ? using ksoap2

When I run this application I got the exception: 02-04 09:31:37.213: WARN/System.err(538): org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG…
Venkat
  • 343
  • 1
  • 7
  • 17
1
vote
1 answer

How can Add username and password as URL parameter in Android SOAP webservices program with SAP SOAP WSDL? with desktop browser cheeking

I added the user name and password as URL parameter the following URL: private static final String URL =…
Venkat
  • 343
  • 1
  • 7
  • 17
1
vote
2 answers

How can I Invoke SAP SOAP webservices from Android? With username and password.?

When I run the program below I got the following exception in logcat: eclipse:02-17 18:33:35.254: WARN/System.err(608): org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope…
Venkat
  • 343
  • 1
  • 7
  • 17
1
vote
1 answer

Error when pulling data from SAP data source using table connector

EDIT: I am using Cloud Fusion (CDAP) on GCP. When validating a data pipeline that pulls data from SAP using the table connector, I get this error: Invalid schema: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 2 path $ I…
1
vote
4 answers

How to bypass SSL authentication in if_http_client ABAP consumer?

TLDR: Basically, my question would be if there is any method on class if_http_client or any ABAP class that can turn off SSL verification? Because it seems that it only works when it is disabled. If not then how do I bypass this error? Long…
1
vote
1 answer

Can I use NW SDK client 7.5 for accessing NW 7.4 SAP server?

I have SAP NETWEAVER 7.4 installed on my SAP. Can I use 7.5 client libraries to connect to the server? I have tried to connect to the server using SapNwRfc library, but got an exception "RFC_LOGON_FAILURE with message: 00024error during logon". Any…
kidbabic
  • 109
  • 2
  • 11