Hi experts,
After creating some ABAP users in 3 ABAP systems and setting them some SU01 parameters. my attributes are param_DEV, param_UAT, param_PRD.
Each time my ABAP create job runs my users are created successfully with the right parameters (set as constants in each system). After this the ABAPUpdate job deleted all the parameters because the 3 attributes (param_DEV, param_UAT, param_PRD) are empty.
For example:
In the CreateABAP job I set: parameter1= AB I CD I EF ...
In the UpdateABAP job I set: parameter1 = %param_%$rep.$NAME%%
After creating ABAP users, the end user can add, remove some parameters in the ABAP system so ABAPUpdate handle empty parameters.
So how to keep the created parameters and the updated one ?
What should I put in my Attributes values to handle the updated parameters.
Many thanks for the help,
Mia