Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SE16N_START

Madjid_Khanevadegi
Participant
0 Likes
2,279

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

4 REPLIES 4
Read only

IN
Contributor
0 Likes
1,864

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

Read only

dev_parbutteea
Active Contributor
1,864

&sap_edit no longer works for all versions of SAP...

Read only

IN
Contributor
0 Likes
1,864

@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

Read only

dev_parbutteea
Active Contributor
0 Likes
1,864

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.