SAP-samples / cloud-abap-rap

This repository contains several examples how to develop with the ABAP RESTful Application Programming Model (RAP) in SAP BTP, ABAP environment.
Apache License 2.0
226 stars 62 forks source link

Augmented Texts for Customizing Tables #3

Open attilaberencsi opened 3 years ago

attilaberencsi commented 3 years ago

Hello Andre, I am using Your generator to generate customizing tables in Fiori successfully. Thanks for Your efforts. I saw more arrived in terms of functionality, and would like to put here another new feature request :). This is about the augmentation feature. My use case is simple, I would like to edit language dependent texts, like it is happenning in SM30 on the user logon language on top of a maintenance view (constructed from a basic and a text table assigned).

So we have code-text pairs, like in SM30, and the text can be edited on the user logon language, for example English

So when the user logs on in German to the system we want to maintain the texts in German and be saved it to the text table

I assume the augmentation feature could become here handy, to solve this. Implementing all the time the same in the augment method in the behaviour definition is time consuming. I would like to save that effort :).

What do You think, makes that sense ?

Thank you Attila

anfisc commented 1 year ago

Hi Attila, sorry for my late reply. Yes, I think such a feature makes sense. I would have to look into this. Kind regards, Andre