SAP Basis Articles

Page 12 of 50

How to place UI5 code in SAP NetWeaver Server?

SAP Expert
SAP Expert
Updated on 12-Jun-2020 233 Views

It is possible to deploy code from Eclipse /Web IDE to SAP backend server using ABAP developer tools. This will result a BSP page and you can check that in T-code: SE80.SAP Development Tools

Read More

Joining cobk and coep table using Inner join taking too long

SAP Expert
SAP Expert
Updated on 12-Jun-2020 615 Views

You can make use of T-Code: SE11 to check what indexes are available for table COEPFor one COEP record that you have the (now) 5 criteria for, navigate to T-Code: SE16 pass the selections and run to check how long it takes.To improve performance, you can also create an additional index in table COEP. You can also run a SQL trace in ST05 to see what indexes are used and if indexes are not improving performance.

Read More

Checking if a button is enabled or disabled in SAP Application

SAP Expert
SAP Expert
Updated on 12-Jun-2020 328 Views

All these methods come under Changeable Property (SapComponent). Refer this link for more details:Changeable Property

Read More

Replicating data from HANA db to other HANA system in real time

SAP Expert
SAP Expert
Updated on 12-Jun-2020 756 Views

You can also try using SAP Smart data access feature to transfer data in real time. In SAP HANA system, you can use Smart Data Access (SDA) option to replicate data to HANA database from other data sources where you create virtual tables, which are linked to tables in the remote system. You can perform read/write operations on these virtual tables - SELECT, Insert, and Update.Different types of remote systems can be used under Smart Data Access −SAP HANASybaseTeradataApache HadoopOracleTo know more about SAP HANA Smart data access replication, you can refer below SAP documentation:SAP Smart Data Access SAPSAPdocumentation

Read More

Adding a BCC recipient in Infoview publication

SAP Expert
SAP Expert
Updated on 12-Jun-2020 191 Views

I am not sure if you are running latest BO server or running older version of BOXI service. BCC option is available in later version of Business Objects.Refer SAP Note: 1369269 - Unable to Schedule reports through BCCSymptom − 'BCC" option not available while scheduling reports to email.     Reproducing the Issue − Schedule a report with destination as email.    Environment − Business Objects Enterprise XI 3.1    Resolution − The ‘BCC’ option is currently not supported by the product.    As per SAP Note: 1626654 - How do you specify a BCC entry when scheduling documents to email?    Reproducing the Issue    Log on to ...

Read More

Port number for SAP HANA Cockpit offline administration

SAP Developer
SAP Developer
Updated on 13-Mar-2020 1K+ Views

Following perquisites should be met for accessing SAP HANA cockpit for offline administration −To access this, you need credentials of the operating system user (adm user) that was created when the system was installed.Communication port 1129: As this Port 1129 is required for communication with the SAP Host Agent in a standalone browser via HTTPS.HANA Cockpit is configured with HTTP accessWeb browser supports the SAPUI5 library sap.m.

Read More

Soft and hard stop of HANA system using HANA Studio

SAP Developer
SAP Developer
Updated on 13-Mar-2020 607 Views

To stop a HANA system, right-click the system you want to stop and choose Configuration and Monitoring → Stop System…Following options are available when you stop a system −Soft − The system is stopped after all running statements have finished or the specified timeout is reached.Hard − The system is stopped immediately. Open transactions are aborted and rolled back.

Read More

Stop and start a particular database service in SAP HANA

SAP Developer
SAP Developer
Updated on 13-Mar-2020 733 Views

Yes, you can start/stop a particular service of HANA system. To stop a service, go to Administration editor → Services tab. Right-click the service and choose the required option:

Read More

Adding a service to a tenant database

SAP Developer
SAP Developer
Updated on 13-Mar-2020 817 Views

To scale out a tenant database and/or distribute it across multiple hosts, you can add further server components, for example, an additional index server or a separate XS server. You add a service to a tenant database using the ALTER DATABASE SQL command.You do this from the system database using the following command −ALTER DATABASE ADD Following perquisites should be met to perform this task −You are logged on to the system database.You have the system privilege DATABASE ADMIN.

Read More

Removing a service from a tenant database in SAP HANA

SAP Developer
SAP Developer
Updated on 13-Mar-2020 2K+ Views

Yes, it is possible to remove a server component, which are no longer required. This can be performed using ALTER DATABASE SQL command.Following perquisites should be met to perform this task −You are logged on to the system database.You have the system privilege DATABASE ADMIN.To remove a service, you need to open SQL console of the SAP HANA studio and run “ALTER DATABASE” statement.ALTER DATABASE DB1 REMOVE '' AT LOCATION 'HOST_A:30XXX'

Read More
Showing 111–120 of 498 articles
« Prev 1 10 11 12 13 14 50 Next »
Advertisements