‎2010 Nov 30 10:58 AM
hi everybody
i have created a z table
I have made a copy of the function module SE16N_INTERFACE and added it another program to be able to add, delete values from that z table
the problem is that program is working in some environments and in some not i.e rows can be added in env X and in environment, the icon for adding rows is invisible
does anybody have a clue why this happens
thanks for your help
‎2010 Nov 30 11:42 AM
Hi...
That's a rude way but try to launch your report and after the tcode "&sap_edit" that can abilitate you with all commands to edit ... use it with caution..
Probably there are controls inside the "se16n_interface" function module ...
‎2010 Nov 30 11:45 AM
Very likely this is connected to the client settings in table T000, or transaction SCC4. If changes to certain settings are not allowed (client-dependent or independent), then all editing functions will be disabled.
Debug the code to find out what exactly is happening.
Thomas
‎2010 Nov 30 11:45 AM
Hi,
Go to SE16N and then in command bar type &SAP_EDIT. then execute and find in that environment how it behaves. But as suggested, you need to be careful about the system.
‎2010 Nov 30 11:45 AM
‎2010 Nov 30 12:02 PM
hi bala
thanks its working with the addition of i_sapedit = 'X'
‎2010 Nov 30 1:42 PM
That is the dirty way. The clean way would be to open the client settings, if editing should be allowed at all in the particular client.
Thomas
‎2010 Nov 30 11:51 AM
Check with BASIS for Authorisations in diffrent environments