Anil SAP Gupta

Anil SAP Gupta

97 Articles Published

Articles by Anil SAP Gupta

Page 6 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 104 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 363 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\\n

Anil SAP Gupta
Anil SAP Gupta
Updated on 17-Feb-2020 494 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 477 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 150 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 420 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 540 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

Installing SAP JCo on Glassfish server 4.0

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Feb-2020 293 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. This will break the operability of other JCo versions that are already installed on the same system. Furthermore you would risk that the current installation also would not work anymore, if the sapjco3.dll gets replaced in the respective Windows system directory in the future.Then add {sapjco3-install-path} to the PATH environment ...

Read More

Accessing SAP Web Dynpro page within an application using NSURL

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Feb-2020 191 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

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 447 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
Showing 51–60 of 97 articles
« Prev 1 4 5 6 7 8 10 Next »
Advertisements