cancel
Showing results for 
Search instead for 
Did you mean: 

RAP: Dynamic Fieldgroup Labels

lars_kr
Participant
503

Hello Community,

Is it possible to dynamically adjust the labels of sections and field groups?

So far I have tried it with a virtual element and the adaptation of a char within the ABAP class. But without result.

@ObjectModel.virtualElementCalculatedBy: 'ABAP:ZCL_SECTION'
virtual SectionLabel   :abap.char( 15 ),
{
  parentId   : 'TestData',
  type       : #FIELDGROUP_REFERENCE,
  targetQualifier: 'Test',
  label      : #( SectionLabel )
},

Have I overlooked something or is it basically not possible?

regards

Lars

 

anna74
Explorer
0 Kudos
Have you solved this.
View Entire Topic
br_yz
Explorer
0 Kudos

Hello Lars,

Did you solve this issue? I am facing the same problem. 

 

Thanx

lars_kr
Participant
Unfortunately not