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

SPAU Issue

Former Member
0 Likes
707

Hi Experts,

We are carrying ECC upgarde from 4.6 to 6 . We have already completed spdd and spau is undergoing . Now we are facing an issue like...

we have standard include LK40CF0T in that sap has removed user exit and implemented a BADI . so we are trying to retain this function module inside the exist ( EXIT_SAPLK40C_001 ) . How to create EXIT_SAPLK40C_001 in the upgrade version.

Please let me know any inputs regarding EXIT_SAPLK40C_001.

Thanks in advance,

Mani.

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on May 19, 2010 9:49 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
674

Please check in deleted objects... If it is there then retain it. If not u need to implement BADI.

Eventhough it is there in deleted objects, I would suggest u to implement BADI to avoid problems in future upgrades.

Thanks and Regards,

Chandra

Hi Experts,

We are carrying ECC upgarde from 4.6 to 6 . We have already completed spdd and spau is undergoing . Now we are facing an issue like...

we have standard include LK40CF0T in that sap has removed user exit and implemented a BADI . so we are trying to retain this function module inside the exist ( EXIT_SAPLK40C_001 ) . How to create EXIT_SAPLK40C_001 in the upgrade version.

Please let me know any inputs regarding EXIT_SAPLK40C_001.

Thanks in advance,

Mani.

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on May 19, 2010 9:49 AM

4 REPLIES 4
Read only

Former Member
0 Likes
675

Please check in deleted objects... If it is there then retain it. If not u need to implement BADI.

Eventhough it is there in deleted objects, I would suggest u to implement BADI to avoid problems in future upgrades.

Thanks and Regards,

Chandra

Read only

0 Likes
674

Hi chandra,

Thanks for replying .

When i am trying to create EXIT_SAPLK40C_001 its giving me a message like " Reserved for sap standard Objects".

Regards,

Mani

Read only

0 Likes
674

If it is information message then you can ignore.

Let me know if it is error message.

Read only

0 Likes
674

It is an information message as well we have resolved the issue.