SAP HANA Articles

Page 55 of 58

Writing at the end of report without clearing current screen in SAP ABAP

Krantik Chavan
Krantik Chavan
Updated on 30-Jul-2019 193 Views

Yes, it is possible. You would require using MODIFY LINE

Read More

Identify the qualification and Employee relationship table in SAP system

radhakrishna
radhakrishna
Updated on 30-Jul-2019 465 Views

The answer is there is no such single table where you can find everything pertaining to qualifications as they are stored in PD tables as well.Basically, they are of object type ‘Q’ and are stored under HRP1000. HRP10001 will capture the relation between the qualification and employee.  We do have qualification rating and scales which you can find in HRPAD31 and T77TP respectively. T77TS stores the text with an id of qualification.You can also go ahead with function module ‘RHPP_Q_PROFILE_READ’ which you can use.

Read More

ABAP constants with %_ as prefix

Nancy Den
Nancy Den
Updated on 30-Jul-2019 432 Views

The constants with a value of %_ as prefix are defined in ABAP for its internal use of the system. These needs to be used as such and cannot be modified by the user.

Read More

Change leaves duration from hours to days in SAP Fiori app

varun
varun
Updated on 30-Jul-2019 227 Views

In general, customizing Fiori applications involves customizing the parent SAP application. So, if in the application, it defaults to hours then the Fiori app will also inherit the default behavior and show it in hours.Go ahead and change it to days, it will impact your Fiori app and the app will also start showing in days.In case you cannot afford to make a change in SAP application, then you need to handle it in a custom manner which will require you to have a custom implementation in place.

Read More

Updating Data source of provider by REST API in SAP

vanithasree
vanithasree
Updated on 30-Jul-2019 237 Views

I think you are missing the basic part over here. You have modified the document but you need to save it too.If you would have noticed after you had made changes to the document. Its state would have been updated to ‘Modified’ from the previous state which could be ‘Unused’ or ‘Original’.Now you need to send a PUT request, once the PUT request is processed for the requested document, then the change (data source of the data provider) will be updated in the repository as well.

Read More

Replace Tab with space in SAP ABAP

Sai Subramanyam
Sai Subramanyam
Updated on 30-Jul-2019 728 Views

You just need to make a small change. You need to add an “If condition” for handling the tab as shown below − if CO gc_hex_char I think it should sort out your issue and neither it looks like hardcoding or a wrong implementation.

Read More

Activation of ABAP table failing with reference error

usharani
usharani
Updated on 30-Jul-2019 278 Views

The answer is very naïve. If you have any quantity fields or currency fields, you require reference columns and reference table. You need to just add the reference field and table for any such columns in your table.

Read More

Unloading tables in SAP HANA database

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 805 Views

HANA consumes lot of space in system tables/views, statistics, caches. When you unload tables, these memory areas will not be released.Check SAP Notes https://launchpad.support.sap.com/#/notes/1969700

Read More

Generate excel from a report in SAP system

Giri Raju
Giri Raju
Updated on 30-Jul-2019 390 Views

I am not sure what you are asking, reason being if you are saying that the report is running in the background, then how it will come to know where the file needs to be saved locally (where locally it should be saved).However assuming few things, what can you try out is you can generate the file (translating data into excel is not a big task and get snippets online easily) on AS.Once generated, you can move this file from report running location to location of your choice using any SHELL command. It’s not suggested that you make a connection ...

Read More

Searching data from the different system in SAP.

seetha
seetha
Updated on 30-Jul-2019 252 Views

You need to create a search help with custom data selection by defining a search help exit. To do custom data selection, first, go to the “Definition” tab of search help, remove all the content of “Selection method” input and now input the new function module in the “Search help exit”. The signature of the new module should be same as the F4IF_SHLP_EXIT_EXAMPLE. To do this, you can look into the documentation inside F4IF_SHLP_EXIT_EXAMPLE. Now the data from the second system can be fetched with the help of remote function call.

Read More
Showing 541–550 of 573 articles
Advertisements