cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR ObjectModel.transactionalProcessing - Enabled Business Object does not exist

0 Kudos

I am using eclipse on S4 / Hana. CDS is active but I get the message that BOPF was not created. Has anyone ever experienced this ?

@AbapCatalog.sqlViewName: 'ZZCDS_00613'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Order for transactional app'
@ObjectModel.semanticKey: ['BANFN','BNFPO']
@ObjectModel.representativeKey: ['BANFN','BNFPO']
@ObjectModel.modelCategory: #BUSINESS_OBJECT
@ObjectModel.compositionRoot: true
@ObjectModel.transactionalProcessingEnabled: true
@ObjectModel.writeActivePersistence: 'EBAN'
@ObjectModel.createEnabled: true
@ObjectModel.deleteEnabled: true
@ObjectModel.updateEnabled: true
define view ZZSP_CDS_00613 as select from eban
{
key banfn as BANFN,
key bnfpo as BNFPO,
bsart as BSART,
bstyp as BSTYP

}

Accepted Solutions (0)

Answers (3)

Answers (3)

jasonmuzzy
Active Participant
0 Kudos

I realize this question is old, but I found it while looking for a solution to the same problem. I noticed that if I activated the CDS view as a local object then it would generate the BOPF object. Based on that I found and implemented note 2948149 which allowed the BOPF object to generate even though the package was assigned to transport layer SAP.

msadik
Explorer
0 Kudos

Hi;

Did anyone can find a solution for this issue?

Thx

david_hesse
Explorer
0 Kudos

Hello,

i have the same problem on a S/4 1809er system (Appliance).

Could you solve the problem or can anyone else help to find the reason/solution of the issue?

Thanks in advance,

David