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

What data is available through SAP JCo

SAP JCo provides SAP system, process and OS related data. Is there any document or any place where all the data is enlisted, and what BAPI tables are required to access this data?
Nida Sahar
  • 698
  • 4
  • 13
  • 29
0
votes
1 answer

Change user password in child system remotely from CUA

I am trying to find a solution which will allow me to change a user's password from our Central User Administration (CUA) system where the user's access and password is on the child system. I tried to use BAPI_USER_CHANGE with destination call but…
user3493004
  • 85
  • 4
  • 12
0
votes
1 answer

C# response object reference not set while calling SAP webservice

I have a web service in SAP and I have to make a C# client to the web service. I create the client but I receive an error from C#. Error is this : Object reference not set to an instance of an object. My source for client is this: Uri uri = new…
0
votes
1 answer

SOAP endpoint to be called from SAP

I have been tasked with writing a web-service that will be used as an integration point between an ASP.NET MVC application and corporate SAP. Basically, I just have to write a SOAP web-service (Wcf SOAP) with an endpoint that SAP will call and…
Carel
  • 2,063
  • 8
  • 39
  • 65
0
votes
1 answer

Add Web Service Reference fails

I'm trying to connect a SAP soap provider with a C# program... @Edit: SAP on it's non-public webservice provider, prompts for user and password (before anything) Using the info here: I came to the webservice I have to attach to, and when…
apacay
  • 1,702
  • 5
  • 19
  • 41
0
votes
2 answers

how to reset password in SAP system using BAPI?

I am trying to reset password for SAP system using BAPI but I am getting error password is not type of field input I am posting my code below. getRandomString() is a user-defined function. I have copied this code from Internet and I am unaware…
MNW
  • 79
  • 2
  • 7
0
votes
1 answer

Consuming SAP WebService - request sent twice and fails every time

I'm struggling a bit with consuming a SAP webservice. I've been through many tutorials and also many threads on MSDN, but I cannot find a solution for my problem: Running my program ends up with this error: CommunicationException not handled. ->…
Tim_Staat
  • 26
  • 1
  • 6
0
votes
1 answer

How to change selection popup for countries in sap

I want to change the SAP selection table that can be popped up when entering a country - I think it is table T005T (countries). Could you please tell me how to change the entries? Or show a completely different table with different entries, or…
chrnit
  • 17
  • 2
  • 8
0
votes
1 answer

STAD data extraction into Java Application

SAP logs all the transactions executed by user and accumulates them by monthly wise. Information it stores user ID, date, time, transaction executed instance, etc. Table MONI contains this information. But when I check this table it looks like raw…
user2816525
  • 13
  • 1
  • 5
0
votes
2 answers

Can I import SAP tables that were exported by SE16?

I have exported the contents of a table with transaction SE16, by selecting all the entries and going selecting Download, unconverted. I'd like to import these entries into another system (where the same table exists and is active). Furthermore,…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
0
votes
3 answers

Can the user be forced to enter a non-initial value by the Table Maintenance screen in SM30?

I'd like to force the user to chose between Yes and No, and not let him add an entry where the value is initial. This is regardless of whether I check the Initial checkbox in the table definition. Can this be done? Domain data type : CHAR, 1…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
0
votes
1 answer

'SAP Android Apps' Not able to create Project - "Template Generation Wizard Error"

I am trying to follow the below article to integrate SAP module with Android mobile: https://blogs.sap.com/2012/07/18/developing-an-android-app-consuming-data-from-sap-is-just-a-few-clicks-away/ I have followed each and every step as suggested. Now…
Nirav Shah
  • 2,064
  • 5
  • 24
  • 34
0
votes
1 answer

SOAP Web Service accessing with PHP, need a blank Header

this is what I generate using the SoapClient PHP class.
Petros Mastrantonas
  • 806
  • 1
  • 15
  • 41
0
votes
2 answers

How to set file owner to Logged in user?

When creating a file using OPEN DATASET, SAP creates the File with the owner as adm. How to set this as the logged in user?
Raja
  • 1
0
votes
1 answer

Is it possible to check specific values with eCATT?

I'm researching for eCATT and found a lot of examples, but I found no example for my question. With eCATT I can check transactions with different test data. But I found no example if it is possible to check specific data. It is possible to Test…
knut
  • 27,320
  • 6
  • 84
  • 112