@AbapCatalog.sqlViewName: ‘ZHRCCANDIDATEHea’ @AbapCatalog.compiler.compareFilter: true @AbapCatalog.preserveKey: true @AccessControl.authorizationCheck: #NOT_REQUIRED @EndUserText.label: ‘Person Header Consumption’ @Metadata.allowExtensions: true @VDM.viewType: #CONSUMPTION @OData.publish: true @ObjectModel:{ modelCategory : #BUSINESS_OBJECT, transactionalProcessingDelegated: true, compositionRoot: Читать дальше …
Рубрика: ABAP
Clean Code
Course Purpose To give an overview of main aspects for creation of good quality code. Target Audience SAP development course students, self-learners, and anyone interested Читать дальше …
Example of adding an additional value help using sorting via local annotations for a RAP based application
Example of adding an additional value help using sorting via local annotations for a RAP based application Existing ValueHelp and PresentationVariant in Backend The consumption Читать дальше …
CDS Currency Conversion Example
define view entity zsd_i_article_valuation as select from I_ProductValuationBasic { key Product as Article, key ValuationArea as ValuationArea, key ValuationType as ValuationType, @Semantics.amount.currencyCode: ‘CurrencyCode’ StandardPrice as Читать дальше …
Change Transport Request Status
*&———————————————————————* *& Report RDDIT076 * *& * *&———————————————————————* REPORT rddit076 NO STANDARD PAGE HEADING LINE-SIZE 132. TABLES: e070. * global variables for RDDIT076 PARAMETERS: pg_order Читать дальше …