Anil SAP Gupta has Published 115 Articles

Can I change the text of options for SELECT via code in ABAP?

Anil SAP Gupta

Anil SAP Gupta

Updated on 13-Dec-2019 06:19:29

240 Views

Yes, it can be done but I would request you to go through documentation available on SAP help before asking such questions as such things are well explained in documentation and help you to know the system better. You just need to set the text property to text of your ... Read More

Can I export CSV by using REST API in SAP Business Objects?

Anil SAP Gupta

Anil SAP Gupta

Updated on 13-Dec-2019 06:17:44

421 Views

Yes, it is feasible and I have done something similar in one of my previous projects. But you need to be little clear on what you need to export. There are two options regarding the content of export:Raw Data ( it is basically the query)Formatted Data ( it is your ... Read More

Converting the data back to table using SAP FM RFC_READ_TABLE

Anil SAP Gupta

Anil SAP Gupta

Updated on 04-Dec-2019 08:09:48

369 Views

This is very simple and you can write a code as below. This code works when you only have characters fields in table:DATA: lt_options TYPE TABLE OF rfc_db_opt,         lt_fields  TYPE TABLE OF rfc_db_fld,         lt_entries TYPE TABLE OF dpr_pha_type. CALL FUNCTION 'RFC_READ_TABLE'   ... Read More

Using aggregated in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

157 Views

SAP HANA is an in-memory database so all data resides in memory all the time and hence all calculations and functions can happen directly and hence materialized aggregations are not required in SAP HANA database.With the use of column store, data is available vertically and hence operations on different columns ... Read More

Data Provisioning option in SAP HANA Studio

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

256 Views

Data provisioning is available under SAP HANA Modeler Perspective.

Enabling XS Engine service in SAP HANA Studio

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

697 Views

To Configure DXC, you need to enable XS Engine (SAP HANA Extended Application Services). To enable XS Engine Change the Instance value to “1”. XS Engine Service in SAP HANA Studio is used to handle Control Flow Logic.

Checking XS Engine service in SAP HANA system

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

510 Views

You can try accessing XS Engine using below address in IE.http://:80 and you will get below screen to show that XS Engine is working fine.

Using flat file load in SAP HANA database

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

321 Views

You can use Import.. option in SAP HANA Studio to import data from a CSV file. Go to file and click on Import option.Next is to define Import properties. You can create a new table or you can also use an existing table in HANA database. You can also define ... Read More

Table mapping while data replication from flat file in SAP HANA database

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

128 Views

Table mapping is last step while uploading data using an Import option in HANA Studio. This shows the data that already exist in the table and also shows the information about the schema and table to which we are going to load the data.Click on Finish to load the data.Read More

Table type while importing data from flat file in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

Updated on 30-Jul-2019 22:30:22

149 Views

While importing data using flat file, you can use any existing table or can also create a new table in any of schema in database.You can create a new table in any of existing schema and also define table type in next window.Under target table, you can mention if you ... Read More

Previous 1 ... 6 7 8 9 10 ... 12 Next
Advertisements