Skip to main content
Question

How to override fragment in IFS Cloud (with many dependencies)

  • June 4, 2025
  • 0 replies
  • 32 views

Forum|alt.badge.img

Hello,

I'm trying to do the following in ValidSupplierLovSelector-cust.fragment :

 

@Override
query ValidSupplierLov {
   attribute BlanketDate Enumeration(BlanketDate) {
      label = "Price Effective Date";
      lovcolumn = [true];
      fetch = "blanket_date_db";
   }
}

However, I'm getting a compilation error (during Generate & Deploy) when trying to update multiple other views (projections and client files).

 

sometime i have this message : 

Code Generator Target Version: 24R2-GA
Generating code for AdhocPurchaseDetails.client

and nothing else  - everithing remains idle and no impact

 

Do you have any idea how I can fix this issue?

Thanks

hnt