Skip to Content
1
Former Member
Nov 12, 2010 at 05:41 AM

&SAP_EDIT command on SE16N

2097 Views

The &sap_edit functionality was deactivated by SAP through Support package SAP-APPL 600 no 18.

We want to reactivate the &SAP_EDIT functionality.

So we implemented the SAP Note 1446530.

The note 1446530 doesn't solve the problem. There is an error in include LSE16NF10, form routine FILL_SAP_EDIT-

*..this function is only allowed for special purposes

if ld_on <> true.

exit.

endif.

The data declaration of the variable ld_on is-

data: ld_on(1) value ' '.

And definition of true is-

constants: true(1) value 'X'.

It's obvious that such if check would always be true and hence, the subsequent code won't be executed. Effectively, the note does nothing.

Any one has successfully activated &SAP_EDIT through SAP Note 1446530?

If so, please let me know how???

Thanks & regards,

Sagar