Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Renaming BOPF-generated structures and classes

Former Member
0 Likes
1,478

Hi all,

in my current project we're using the new programming model and thus are creating BOPF entities that are generated by CDS views.

By activating the CDS view that generates a BOPF object, all inherited BOPF structures are generated aswell. As we develop software in a customer namespace, the customer namespace prefix is correctly used for every generated object.

But we also structure our software using ABAP packages and we built naming conventions for every development object like the following: <customer namespace><ABAP package>_[description]. But when it comes to generated objects, it does not exactly work.

Example:
/ACME/S_DS01_I_DOCC (note: /ACME/ = namespace; DS01 = package)
as opposed to
/ACME/DS01_S_I_DOCC

Do you know any way of influencing the naming of generated structures or classes?

Cheers,

Dominik

1 ACCEPTED SOLUTION
Read only

former_member190794
Active Participant
0 Likes
1,003

Hello Dominik,

there is no functionality available to influence the naming of the generated structures/tables that are derived from CDS view. However the naming of action/determination/validation implementing classes can be influenced while creation.

Best regards

Tilmann

2 REPLIES 2
Read only

former_member190794
Active Participant
0 Likes
1,004

Hello Dominik,

there is no functionality available to influence the naming of the generated structures/tables that are derived from CDS view. However the naming of action/determination/validation implementing classes can be influenced while creation.

Best regards

Tilmann

Read only

0 Likes
1,003

Hi Tilmann,

thanks for clarifying.

Cheers,

Dominik