February 2025

New ABAP syntax, VALUE FOR skip appending entry if it already exists

Hello experts, In the following test scenario: I have an internal table that contains unique entries and duplicated entries. Lets say we cannot touch this table and cannot delete duplicates etc. And lets say I wanted to use the new ABAP syntax to get ONLY the unique entries from that table – how can this …

New ABAP syntax, VALUE FOR skip appending entry if it already exists Read More »

[SAP Build Apps] how to disable dropdown field and change component style when disabled

Hi guys, our team is pretty new with SAP Build apps, so please bear with me with these simple questions — 1. How do I disable a dropdown field? Compared to other core components such as the input field, the dropdown field do not have a ‘Disabled’ property. Is there a way to disable a …

[SAP Build Apps] how to disable dropdown field and change component style when disabled Read More »

[SAP Build Apps] how to disable dropdown field and change component style when disabled

Hi guys, our team is pretty new with SAP Build apps, so please bear with me with these simple questions — 1. How do I disable a dropdown field? Compared to other core components such as the input field, the dropdown field do not have a ‘Disabled’ property. Is there a way to disable a …

[SAP Build Apps] how to disable dropdown field and change component style when disabled Read More »

Standard BAPI BAPI_GOODSMVT_CREATE Header Custom fields add for custom table

Hello Expert!!! Need to add zfields in the header portion as per business requirement. I want to make a copy of “BAPI_GOODSMVT_CREATE” to ”ZBAPI_GOODSMVT_CREATE”. In the header portion 3 custom fields need to add. Function group MB_BUS2017 copy as ZMB_BUS2017.For Function module am I give Z against all old function module. Please guided me step …

Standard BAPI BAPI_GOODSMVT_CREATE Header Custom fields add for custom table Read More »

Standard BAPI BAPI_GOODSMVT_CREATE Header Custom fields add for custom table

Hello Expert!!! Need to add zfields in the header portion as per business requirement. I want to make a copy of “BAPI_GOODSMVT_CREATE” to ”ZBAPI_GOODSMVT_CREATE”. In the header portion 3 custom fields need to add. Function group MB_BUS2017 copy as ZMB_BUS2017.For Function module am I give Z against all old function module. Please guided me step …

Standard BAPI BAPI_GOODSMVT_CREATE Header Custom fields add for custom table Read More »

Error while running CDS view from datasphere

  Hi, I created the following CDS view. @EndUserText.label: ‘CDS della tabella AGR_DEFINE’ @AbapCatalog: { sqlViewName: ‘ZCDS_CFO_AGRDEF’,compiler.compareFilter: true,preserveKey: true} @VDM.viewType: #[email protected]: #NOT_REQUIRED @analytics: {dataCategory: #CUBE,internalName: #LOCAL,dataExtraction: {enabled: true,delta.changeDataCapture: {automatic: true}}} define view ZCDS_AGR_DEFINEas select from agr_define{key agr_name,parent_agr,create_usr,create_dat,create_tim,create_tmp,change_usr,change_dat,change_tim,change_tmp,attributes} Importing it into Datasphere, and running the full extraction it gives me the following error The source connector …

Error while running CDS view from datasphere Read More »

Error while running CDS view from datasphere

  Hi, I created the following CDS view. @EndUserText.label: ‘CDS della tabella AGR_DEFINE’ @AbapCatalog: { sqlViewName: ‘ZCDS_CFO_AGRDEF’,compiler.compareFilter: true,preserveKey: true} @VDM.viewType: #[email protected]: #NOT_REQUIRED @analytics: {dataCategory: #CUBE,internalName: #LOCAL,dataExtraction: {enabled: true,delta.changeDataCapture: {automatic: true}}} define view ZCDS_AGR_DEFINEas select from agr_define{key agr_name,parent_agr,create_usr,create_dat,create_tim,create_tmp,change_usr,change_dat,change_tim,change_tmp,attributes} Importing it into Datasphere, and running the full extraction it gives me the following error The source connector …

Error while running CDS view from datasphere Read More »

Scroll to Top