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

function module SE16N_INTERFACE

Former Member
0 Likes
15,385

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

7 REPLIES 7
Read only

roberto_vacca2
Active Contributor
0 Likes
8,978

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 ...

Read only

ThomasZloch
Active Contributor
0 Likes
8,978

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
8,978

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.

Read only

Former Member
0 Likes
8,978

Hi,

Set the parameter I_SAPEDIT = 'X' and try.

Regards

Bala

Read only

0 Likes
8,978

hi bala

thanks its working with the addition of i_sapedit = 'X'

Read only

0 Likes
8,978

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

Read only

Former Member
0 Likes
8,978

Check with BASIS for Authorisations in diffrent environments