2019 Dec 26 11:29 AM
Hello
i want add an edit parameter to "SE16N_START" function
i created a copy from this function and add I_EDIT parameter to it and edit its source code
gd-edit = 'X'.
gd-sapedit = 'X'.
but table does not editable
Someone has solved this problem so far
Thank you in advance for your help
Hello
i want add an edit parameter to "SE16N_START" function
i created a copy from this function and add I_EDIT parameter to it and edit its source code
gd-edit = 'X'.
gd-sapedit = 'X'.
but table does not editable
Someone has solved this problem so far
Thank you in advance for your help
2019 Dec 26 1:33 PM
Hello,
Why do you need this? You can use &sap_edit in se16n or you can use FM 'SE16N_INTERFACE'.
More about &sap_edit you can find at link below:
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/
Shortly: goto se16n -> table -> type &sap_edit in the command line -> Enter -> F8
This will add an icon on ALV grid, if you need it.
I must warn you that direct edditing of tables is not the preferred way of changing table content and it should be used as a last resort because it may lead to severe inconsistencies.
Regards,
Igor
2019 Dec 26 2:18 PM
&sap_edit no longer works for all versions of SAP...
2019 Dec 26 2:27 PM
@dev.parbutteea
Thank you, I appreciate the comment. Forgot to switch from my company version. Maybe it is time for my company to inovate. 🙂
Regards,
Igor
2019 Dec 26 2:21 PM
SAP will clear gd-edit when doing authorization check. Only way to by-pass would be to change gd-edit via debugging ... but it is not recommended.