Seetha has Published 86 Articles

Searching data from the different system in SAP.

seetha

seetha

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

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

Connecting to SAP R/3 system via JCo client and JCo Server

seetha

seetha

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

515 Views

In JCo3.0, Java client JCO.Client is replaced by JCoDestinations. You can connect to SAP system via Inbound RFC Communication (Java calls ABAP) or via Outbound RFC Communication (ABAP calls Java).For inbound RFC communication, you need to use JCoDestination for executing a remote function module at ABAP side. To use inbound ... Read More

What are valid identifiers in Java?

seetha

seetha

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

634 Views

A valid identifier in java – Must begin with a letter (A to Z or a to z), currency character ($) or an underscore (_). Can have any combination of characters after the first character. Cannot be a keyword. Example Following example shows various possible identifiers used to ... Read More

Is final method inherited in Java?

seetha

seetha

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

2K+ Views

No, we cannot override a final method in Java. The final modifier for finalizing the implementations of classes, methods, and variables. We can declare a method as final, once you declare a method final it cannot be overridden. So, you cannot modify a final method from a sub class. The ... Read More

What does the native in Java stand for?

seetha

seetha

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

162 Views

A native method in Java is a method whose implementation is written in other languages such as c and c++.The ‘native’ keyword is used as a method to indicate that it is implemented in another language.

Do I need to set up SAP user for every user of module?

seetha

seetha

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

93 Views

I think you knew the answer beforehand as you already mentioned it in your question. You need to set an SAP user for every user to work the SAP prescribed way otherwise you are violating the service agreement of SAP and hence support will be void.

Previous 1 ... 5 6 7 8 9
Advertisements