juan_suros
Contributor
Member since ‎2012 Mar 13

User Statistics

  • 220 Posts
  • 25 Solutions
  • 16 Kudos given
  • 24 Kudos received

User Activity

Please help supply understanding of SAP's implementation of OData as applied to publication of CDS views. We have found the following URL to list the Service Catalog of a SAP system: eg.  https://sap.mysys.com:44300/sap/opu/odata/iwfnd/catalogservice...
SAP has tamed the factory calendar information stored in table TFACS in a series of CDS views:Eclipse nameSE11 nameDescriptionFCLM_BAM_DATE1        VFCLMBAMD1Split Factory Calendar year into monthsFCLM_BAM_DATE2        VFCLMBAMD2Split Factory Calenda...
I have a requirement to send information about individual Purchase Order line items out of SAP. This is a sales interface that mixes Sales Orders and Purchase Orders, considering each line item (VBAP, EKPO) a unique order. In Sales Orders, NAST bas...
I need help with a simple transformation from internal table data to XML. I can do it in two stages, as shown below. I do not know how to do this in the transformation in one step: TYPES: BEGIN OF zxml_lot_t, tag TYPE c, n TYPE c, m...
In oss note 1969700 I see a reference to an "analysis command" named HANA_SQL_ExecutionWithHints_CommandGenerator that is supposed to run multiple SQL execution plans and give advice on any "@Consumption.dbHints:[]" tags that can be added to improve ...