Anil SAP Gupta has Published 115 Articles

Installing SAPUI5 on local machine using XAMPP

Anil SAP Gupta

Anil SAP Gupta

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

127 Views

You can refer this link for setting up basic development environment for SAP UI5:Basic Development environment for SAPUI5To setup local Development with Eclipse, you should refer this:UI5 with Eclipse

Reading latest measurement point in SAP RFC

Anil SAP Gupta

Anil SAP Gupta

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

392 Views

There is a Function Module: MEASUREM_DOCUM_RFC_SINGLE_002 that you can use to read documents if keys are known. When there is no RFC module to get a list of $foo according to a set of selection criteria, it is possible to use RFC_READ_TABLE to get the keys from db directly.Function Module ... Read More

Creating Attribute and Analytic view as persistent model in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

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

89 Views

This is possible as all views can be created as persistent in SAP HANA. You need to get XMS representation creating attributeview, .analyticview, .calculationview file and activate it.In your case I think you need to check details of your Analytic view and if there is some path that you need ... Read More

Creating Attribute and Analytic view as persistent model in SAP HANA

Anil SAP Gupta

Anil SAP Gupta

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

90 Views

This is possible as all views can be created as persistent in SAP HANA. You need to get XMS representation creating attributeview, .analyticview, .calculationview file and activate it.In your case I think you need to check details of your Analytic view and if there is some path that you need ... Read More

Fetching data from transparent tables in SAP system

Anil SAP Gupta

Anil SAP Gupta

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

340 Views

Try checking length of variable if it is meeting minimum variable length required, if not append zeroes in end.

Advertisements