Dynamically Creating a Entity or Copy of an Entity

We’re exploring the idea making a true template for an object create in SAP. I have made an entity that has all 170 something fields in this one object. What I want to do is “show form to user, they can select which of those fields they want to use, then it creates a copy of the parent entity either only with the selected fields or not, but can name it something different”. How can this be done?

Comments

  • Benzema
    edited April 4


  • For creating Datastructure using a Flow, we can use the 'Add DataStructure' step available under Integration→InternalServices→DataStructureService. However, we need to define specific properties over here to create Entity Datastructure out of it.

Sign In or Register to comment.