Anil SAP Gupta has Published 115 Articles

Not able to call another function within initialize method of controller in SAP UI5.

Anil SAP Gupta

Anil SAP Gupta

Updated on 17-Feb-2020 12:34:32

329 Views

Yes, you are absolutely correct. It is very basic thing, you just need to use this operator for making the function call.onInit: function() {    //Your logic    this.CustomFunction(); } CustomFunction : function () {   // some logic }

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 12:33:59

34 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

View the valid values of profit center groups in SAP ABAP

Anil SAP Gupta

Anil SAP Gupta

Updated on 17-Feb-2020 12:31:53

185 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 ... 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 10:56:18

313 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 ... Read More

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

Anil SAP Gupta

Anil SAP Gupta

Updated on 17-Feb-2020 10:39:32

183 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 ... Read More

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

Anil SAP Gupta

Anil SAP Gupta

Updated on 17-Feb-2020 10:37:51

74 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 ... Read More

With use of SAP .NET Connector to perform an upgrade

Anil SAP Gupta

Anil SAP Gupta

Updated on 17-Feb-2020 10:36:46

114 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 ... Read More

Demo version of SAP BW

Anil SAP Gupta

Anil SAP Gupta

Updated on 17-Feb-2020 10:33:54

330 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 ... Read More

Installing SAP JCo on Glassfish server 4.0

Anil SAP Gupta

Anil SAP Gupta

Updated on 12-Feb-2020 12:45:45

158 Views

In SAP, there is a file intro.html that contains detailed instructions on installation of JCo3 on different Operating Systems.Following are the instructions:To install JCo for Windows unzip the appropriate distribution package into an arbitrary directory {sapjco3-install-path}.Note: Do not copy the sapjco3.dll neither into the {windows-dir}\system32 nor into the {windows-dir}\SysWOW64 directory. ... Read More

Accessing SAP Web Dynpro page within an application using NSURL

Anil SAP Gupta

Anil SAP Gupta

Updated on 12-Feb-2020 12:42:55

91 Views

You need to pass browser identification string otherwise Web Dynpro application won’t take browser and will show an error message as mentioned by you.You can refer below link for more details −Apple NSURL Link

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