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

Hide text field in Adobe form and remove the space to move up the next text

I have 7 text fields in my Adobe form and if one of them is hidden, the next fields should move up. Currently, the text field between "Retenue..." and "Jalons" is hidden correctly but the fields below did not move up. When one field is hidden, how…
Youssra Saoudi
  • 105
  • 3
  • 13
3
votes
1 answer

How can I use table names containing slashes in SQL performance trace transaction st05 ("Explain SQL")?

How can I select table names that do contain slashes in the inline SQL performance analysis (aka "Explain SQL") of transaction ST05? I tried escaping them with '/table/name' or "/table/name" or "\/table\/name". None of them worked. Works for tables…
koks der drache
  • 1,398
  • 1
  • 16
  • 33
3
votes
2 answers

How to embed a CSV file in XML output

I am are trying to convert a CSV (comma separated file) into XML using XSLT. CSV Sample: AcctEntryId,ValueDate,Entity,Folder,DenomCcy,FunctCcy 321,2017-08-29,ABC NY,My Portfolio/PAC,BR,US 322,2017-08-30,ABC NY,My…
Kaushik
  • 155
  • 1
  • 2
  • 17
3
votes
2 answers

What ABAP object has been changed today?

Some functionality in a big project is broken on the development system. Pretty sure it worked a few hours ago. How do I know, which ABAP objects have been changed lately? (I think I can guess the transport and the package that contains the change…
Gerd Castan
  • 6,275
  • 3
  • 44
  • 89
3
votes
2 answers

Display 500+ character field from SAP transparent table

As it commonly known, it is not recommended by SAP to use 255+ character fields in transparent tables. One should use several 255 fields instead, wrap text in LCHR, LRAW or STRING, or use SO10 text etc. However, while maintaining legacy (and ugly)…
Suncatcher
  • 10,355
  • 10
  • 52
  • 90
3
votes
4 answers

Report with tcodes utilization on per user & per date basis

We want to create a report with Select Criteria DATE & USER and we display the Transactions that run per user & per date. I know the transaction ST03N but it does not extract the data as I want (DATE-USER-TCODES). Does anyone know where to find…
ekekakos
  • 563
  • 3
  • 20
  • 39
3
votes
3 answers

SAP Portal vs an ASP.NET Portal ... proof of concept?

We have an SAP portal, which is not user friendly from clients point of view, we as ASP.NET developers suggest to use ASP.NET as a presentation layer for SAP backend system instead of SAP portal. We already integrated successfully to SAP backend for…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
3
votes
1 answer

Email sent by SAP Workflow has partial Web hyperlink

I think this might be a simple question but I cannot seem to figure it out. I have a workflow which simply sends a mail. In the content of the mail I have a hyperlink going back to our SAP CRM system. I pass some parameters to this hyperlink. The…
JonH
  • 32,732
  • 12
  • 87
  • 145
3
votes
0 answers

SSO re-authentication is blocked with CORS error

We have a UI5 web app that sits on a gateway server (my.sap.gateway.server.com). We are not using web dispatcher. The issue we have is as follows: User logs onto the UI5 web app They are redirected to SSO to login User is able to use web app and…
neeko
  • 1,930
  • 8
  • 44
  • 67
3
votes
2 answers

@Object already exported, no package change is possible" while mass package assignment

I need to change a package for ~250 SAP development objects (ABAP classes, data elements, tables, etc). I'm getting an error message TR242 (Object already exported, no package change is possible) when I'm trying to do the change via se24/se80…
Skalozub
  • 539
  • 7
  • 26
3
votes
4 answers

SAP NetWeaver Trial Version for 64bit OS?

Is there a 64bit version out there for 64bit OS? If not, is there a way to install the SAP NetWeaver on a 64bit Windows 7 without using a VM with a 32bit system? Thanks :)
grady
  • 12,281
  • 28
  • 71
  • 110
3
votes
1 answer

BAPI for reading CCMS values

I am currently developing a small application which reads actual values from the CCMS Monitoring, but I got a small problem. I actually use the BAPI BAPI_SYSTEM_MTE_GETPERFCURVAL to read the values from the CCMS environment (e.g…
LStrike
  • 1,598
  • 4
  • 26
  • 58
3
votes
2 answers

Transport a single method instead of a complete ABAP class

I developed an ABAP class in SE24 and it is locked in transport request TR1 which was already transported to client. Now I am making some modifications in this class in another request TR2, this TR will be transported to client only in…
Piyush aggarwal
  • 750
  • 2
  • 14
  • 25
3
votes
1 answer

Web Service hosted by SAP and consumed by a .NET Application

I'm trying to setup an SAP Web Service that would be consumed by a .NET application. Thinking it was simple, I had set the Service up in SAP to use HTTP. I right-click on the "Service References" in the .NET Project Tree, and choose "Add Service…
user270529
3
votes
1 answer

What is difference between se01, se09 and se10?

Please explain why there are different transaction codes (se01, se09 and se10) for transporting handling in an ABAP-based system. What are the differences?
user3395652
  • 31
  • 1
  • 3
1 2
3
23 24