cancel
Showing results for 
Search instead for 
Did you mean: 

&SAP_EDIT command on SE16N

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

which Basis-Release you are using right now?

You can use T-Code UASE16N.

But this T-Code will be deleted after upgrading to Basis-Release 22.

I - nowadays - don't know a possibilty für sap_edit on Release 22 ... we upgraded one of our test-systems today.

Best Regards

Former Member
0 Kudos

Hi Patrick,

We are at basis Level of 22.

Which is Y I suppose I am not able to use the transaction UASSE16N.

Answers (2)

Answers (2)

Former Member
0 Kudos

Moderator - Please fix this note.

Former Member
0 Kudos

Hello,

to make it short :

to activate se16 and &sap_edit :

1st implement :

note 1446530 : CO-OM tools: SE16N: Technical enhancement

+ 1468636 (pilote) (it's not an obligation)

2st implement :

note 1525586 :CO-OM tools: SE16N: Technical enhancement

This note is a correction for side effect from previous notes. (If you have implemented Note 1446530 and pilot note 1468636 but you have not added any entries to the table SE16N_EDIT, an internal field is checked incorrectly)

3rd

Launch program sa38 / RK_SE16NEDIT

Select option : Activate Editing Function

execute

enjoy.

Or wait SAP give the all things in a legal SP.

Former Member
0 Kudos

Hi Sagar,

In note there are 3 steps:

1) Manual Pre-Implementation

2) Apply note using SNOTE

3) Manual Post-Implementation

Hope you have followed all steps , check with ABAPer for verification.

Regards,

Former Member
0 Kudos

Dear Gagan,

I have followed the 3 steps as mentioned in the SAP Note.

have verified with the ABAPer also.

According to him, there needs to be some corrections in the Program.

There is also SAP Note 1525586 - CO-OM-Tools: SE16N: Technische Erweiterung

Didnt really understand what it means. Can you please help.

Soultion says.. Remove this Note

Confused......

Former Member
0 Kudos

You should be able to apply the note. As you have ECC6 you must implement 832561 correction instructions using SNOTE. When you download the note using SNOTE whats the status of the note?

Former Member
0 Kudos

Hi Sunil,

The SAP note suggested by you is related to Live Cache.

Note 832561 - Additional information about the upgrade to liveCache 7.6

The system I am using is pure ECC 6.0 system.

Can u please explain in details, how is it related to ECC.

Thanks & regards,

Sagar Bhosale

Former Member
0 Kudos

opps, sorry I think i wrongly pasted it, as I am working in parallel on LiveCache.

I mean the note 1446530 the same as you mentioned.

Former Member
0 Kudos

Any news on this?

Thanks for your help!

Former Member
0 Kudos

The issue has been resolved by SAP.

There is SAP note 1468636 which is in Pilot stage, which resolves the program error.

Thanks for all your help.

Regards,

Sagar

Former Member
0 Kudos

Does anyone know, when note 1468636 will be released?

Best Regards

Former Member
0 Kudos

Hi Patrick,

The SAP note has not yet been released. No one knows the release date.

If you want to use SE16N urgently, make changes into the report LSE16NF10, FORM FILL_SAP_EDIT.

Change data: ld_on(1) value ' '. to data: ld_on(1) value 'X'.

and it will work.

or use the function module SE16N_INTERFACE to make changes directly into the table.

Best regards,

Sagar

former_member182657
Active Contributor
0 Kudos

Dear sir,

Thank you very much for your solution.it worked for me.

Regards,

Gaurav