Rahul Sharma

Rahul Sharma

35 Articles Published

Articles by Rahul Sharma

Page 4 of 4

Way to check if SAP system is ABAP based, Java or Dual stack

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 2K+ Views

Using SAP GUI, you can only access ABAP or ABAP+Java based system. You can check at multiple places if it is a dual system.T-code: SMICM, you can checklist of services in transaction SMICM (Goto --> Services) - dual stack systems will have the J2EE services listed too. There will also be an AS Java menu in SMICM on ABAP+Java systems.

Read More

Finding CUID in a SAP BO Webi report in Formula Editor

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 884 Views

In Business Object, a CUID is a key to identify Universe or report in the same cluster when you publish an object first time in the repository. CUID is part of metadata stored in repository and data actually exists in the report.I don’t think you can find CUID from a webi report while you are editing in modify mode. This could be possible with the use of SDK.You can find CUID by opening object properties in CMC.

Read More

What are reference data types in Java?

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 9K+ Views

Reference datatypes in java are those which contains reference/address of dynamically created objects. These are not predefined like primitive data types. Following are the reference types in Java. class types − This reference type points to an object of a class. array types − This reference type points to an array. interface types − This reference type points to an object of a class which implements an interface. Once we create a variable of these types (i.e. when we create an array or object, class or interface). These variables only store the address of these values. Default ...

Read More

Information regarding function used in remote machine and their return values.

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 191 Views

There is a table TFDIR which contains all the information. You can use this table with FMODE=’R’ by transaction SE16. R denotes remote functions. If you want to check the return values of the function, you can use transaction SE37 by inputting the function in the search field.

Read More

Looping through a dynamic table in SAP

SAP
Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 587 Views

You have to use Runtime Type Identification RTTI and assign the component name of structure To .Please refer to below link for more details:https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/index.htm

Read More
Showing 31–35 of 35 articles
« Prev 1 2 3 4 Next »
Advertisements