Showing posts with label How to extend MKPF CDS Views In Sap Hana. Show all posts
Showing posts with label How to extend MKPF CDS Views In Sap Hana. Show all posts

Wednesday, February 20, 2019

How to extend MKPF CDS Views In Sap Hana



       Set Up GUI for SAP In Eclipse and logon to sap same as gui
       Select package where u want to save u r DDL view
       Go To Core Data Services - > Data Definitions and create new Data Definition 






@AbapCatalog.sqlViewAppendName: 'ZZMKPF1_DDL'
@EndUserText.label: 'MKPF Extended View'
extend view nsdm_e_MKPF with ZZMKPF_DDL {
     zztransporter , zztruckno , zzdrivername
}

ZZtransporter , zztruckno , zzdrivername are custom fields in append structure…

Do append structure to MKPF



Save And Activate.

Create Dynamic Internal Table & Dynamic FIELD CATALOG Introduction: This document explains how to create dynamic internal table ...