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

How can I force SQL Server from SAP side to create a new plan?

I created the perfect index for a query1 that normally runs for more than a day. However, the new index is not picked by the optimizer, I suspect because it just re-uses the old plan. I do not have DB level access, can I somehow make it pick a new…
András
  • 1,326
  • 4
  • 16
  • 26
1
vote
2 answers

How to update email with BAPI_USER_CHANGE in pyrfc?

I was able to write the code to get the details from SAP thru BAPI_USER_GET_DETAIL, here is attached code to get the email from SAP backend: import pyrfc from pyrfc import Connection setup= pyrfc.Connection(user=X , passwd=Y , mshost=Z , sysid=A ,…
Sapta619
  • 9
  • 7
1
vote
1 answer

SAP custom translations for standard SAPUI5 application

I am currently implementing an extension to a standard application from SAP Marketing. The extension contains new texts that need to be translated into different languages. In my previous extensions I could use the translation key of the standard…
C. Ubkcah
  • 273
  • 13
  • 33
1
vote
0 answers

Cache Buster with Multi-components - SAPUI5

I am currently developing an application that is used by multiple people, it includes multi-components from other projects that I have developed. When I make a change and deploy it to the ABAP repository, the changes do not take place unless I…
1
vote
1 answer

PHP SOAP server for SAP client has configuration issues in WSDL

I've coded a WS SOAP server using NuSOAP library, and it's working pretty fine, but as the client should be a SAP implementation, there are some issues when trying to reach it from SAP. My WSDL is automatically generated by nusoap contains following…
Farid
  • 542
  • 5
  • 16
1
vote
1 answer

How to install .PRI printer definitions on SAP?

I'm trying to help a customer with SAP printing. I have the .PRI definition files from the printer Vendor. Where in SAP would the Printer definitions get loaded and/or configured?
1
vote
1 answer

Are SAP Security Audit Logs (SAL) encrypted?

after hours of googling it, I still can't find an answer. Would some SAP Expert please tell me: Is it possible, that SAP SAL are generated as encrypted files or are they without encryption? Is it possible e.g., to parse the audit log files with a…
ack_flash
  • 13
  • 3
1
vote
1 answer

Hide logo in Adobe Form dynamically?

How do I set the visibility of an image in Adobe form based on page title. The page title will be different on each page, based on the value of page title set the visibility of the image. data.#pageSet[0].Page1.AUSTRALIAN_LOGO::initialize -…
ares
  • 27
  • 9
1
vote
2 answers

Possible values RFC_NAME field in S_RFC object

Where can I find the possible values for RFC_NAME field ?
dino
  • 11
  • 2
  • 6
1
vote
1 answer

Hide footer in Adobe Form based on line items field

This is an Adobe Form development. I have a requirement where I should display/hide a field in footer in a page and this footer should be displayed/hidden based on a flag which is a field in the line items internal table. I have a table with…
1
vote
1 answer

How to add a table data to transport request programmatically?

I have a task to add selected rows from alv grid to the transport request. At this moment I already have: Name of transport request Selected rows (I put them in a table because I don't know what the type they should be if I want to put them into…
letronas
  • 145
  • 1
  • 13
1
vote
3 answers

Error while installing sap netweaver_as_abap_750_sp02_ase_dev_edition. in linux mint 64 bit

When installing sap netweaver (netweaver_as_abap_750_sp02_ase_dev_edition) in my linux mint 64 bit I got the following error : (An error occurred while processing option System Rename > Standard System > SAP System Rename( Last error reported by…
raJU
  • 11
  • 2
1
vote
1 answer

Profile parameter login/password_downwards_compatibility meaning?

I am currently evaluating the use of the login/password_downwards_compatibility parameter, but I can not fully understand it. In what cases is it used? And what risks would it have associated?
1
vote
1 answer

Impersonalize SAP dialog user in SAP NCo application

I am building a special application that helps users to insert some data in SAP. Currently the functionality of the app works as expected. But when data is saved in database, the logs are showing, that the user who made changes is the System user. I…
gtu
  • 707
  • 1
  • 10
  • 22
1
vote
1 answer

how to execute an interface on SAP EM Data Browser

I have a SAP EM test case like this: Logon to SAP EM (SAP Event Management) Go to SE16 (Data Browser should be displayed) Check the entry of a table Run an interface on this table But I cannot find anywhere that I can enter an interface (or…
Lucy
  • 81
  • 6