Anil SAP Gupta

Anil SAP Gupta

97 Articles Published

Articles by Anil SAP Gupta

Page 7 of 10

How can I refer a certain class/interface/ by enclosing it with its namespace SAP.NET

Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 131 Views

Note that you have to ensure that you are using .NET framework and not .NET 4.0 client. Refer this link and you would get an idea:SAP Discussion

Read More

View the valid values of profit center groups in SAP ABAP

Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 386 Views

You need to select SETNAME from table SETLEAF with SETCLASS value 0106. To reduce number of values in search you can pass a Controlling area in field SUBCLASS or value of Profit center in VALFROM field.For more details, refer this SAP discussion: How to find profit center group for any profit centerSAP DiscussionOpen the Table SETLEAF, and follow below steps:Pass in field SETCLASS as '0106'.Pass in field SUBCLASS with controlling area.Pass Profit center in Field VALFROM.You will get Group name in Field SETNAME.

Read More

Rows with no data are visible after applying search in grid SAP UI5

Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 520 Views

The “No Data” rows are being shown in the grid irrespective of having no data is because of the “VisibleRowCount” attribute of the control. It controls the number of visible rows. So, once you are binding the table again after applying the filters, you need to update it dynamically to the number of rows in the matched result.Something similar to this −onBindingChange: function(oEvent) { this.getView().byId("").setVisibleRowCount(oEvent.getSource().getLength()); }

Read More

Use of fields PWDCHGDATE and BCDA1; PWDLGNDATE and TRDAT table USR02 in SAP

SAP
Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 516 Views

You can use RSUSR200 program, to perform a check on the fields: BCDA1 and PWDCHGDATE for the last password change. Earlier only BCDA1 was only used for this however there is difference now.You can use RSUSR200 report directly to find out the users according to the logon date and last password change.For those users for whom the password-based logon is deactivated, incorrect logons that occurred prior to deactivation are used as selection criterion and are incorrectly issued in the results list.If the login/disable_password_login profile parameter is used to deactivate the password-based logon, the password status is not correctly displayed.The influence ...

Read More

Load placed on server to perform encryption in SAP Secure Network Connection

SAP
Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 176 Views

When you use encryption, primary load is during initial handshake between client and server. At the time of initial handshake, keys are exchanged. Load of Secure Network Connection SNC using DIAG to HTTPS is different and can’t be compared.With use of F5 servers, it can be used for software and hardware acceleration of HTTPS and not for DIAG protocol.https://f5.com/You can also refer SNC guide for more information if you have SAP Partner ID.SAP Link

Read More

With use of SAP .NET Connector to perform an upgrade

Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 451 Views

You have SAP Portal Development Kit PDK for .NET that can be used to connect SAP to Visual Studio 2003, 2005, 2008. SAP Portal Development Kit PDK for Microsoft.NET (PDK for .NET) is a set of tools that enables .NET developers to build portal content for SAP NetWeaver Portal. Using PDK for .NET allows organizations to leverage their existing investments in the Microsoft .NET technology and developer skills, as well as to take advantage of the SAP NetWeaver technology.SAP Portal Development Kit PDK for .NET package contains below components −PDK contains a Portal Add-in for Visual Studio VSIt also has ...

Read More

Demo version of SAP BW

Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 562 Views

Note that SAP doesn’t provide demo version of BI tool. Only trial available is for SAP Basis and Java Stack and these doesn’t include any ERP modules. Without availability of any ERP module, it hardly makes sense to use SAP BW demo version as there won’t be any sensible scenario to be used in BI.I would suggest you to use IDES which comes with fully configured business scenarios and BW functionality for demo.To know more about SAP BI 7.0 IDES system, you can refer this SAP thread −SAP Thread

Read More

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

Anil SAP Gupta
Anil SAP Gupta
Updated on 13-Dec-2019 472 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 choice.INITIALIZATION %_name_%_app_%-text = Hope it helps.

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 812 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 report)I will provide you help for both. In case, if you are looking for just exporting the raw data then you can the following call and you should be able to fetch the raw data.http://:6405/biprws/raylight/v1/documents//dataproviders//flows/Also as will require the response in CSV, set the ACCEPT to ‘text/plain’ so that the ...

Read More

Using aggregated in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 344 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 can be easily performed.

Read More
Showing 61–70 of 97 articles
« Prev 1 5 6 7 8 9 10 Next »
Advertisements