‎2011 Sep 01 8:14 AM
Hi,
I have created an enhancement section within a BOR method. Now I want to create an implementation for the enhancement spot of this section. How can I create an enhancement implementation for an enhancement spot which is defined in a BOR method?
Thanks & regards,
Frank
‎2011 Sep 01 8:28 AM
Hi Frank,
Need some more information on this. Where you created enhancement point in bapi or program.
Regards,
Madhu.
‎2011 Sep 01 8:34 AM
Hi Madhu,
I have created the enhancement section within the program.
Regards,
Frank
‎2011 Sep 01 8:46 AM
Hi Frank,
[Create Enhancement Point|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=77988719]
Check this link and if there is any issue please post.
Regards,
Madhu
‎2011 Sep 01 11:08 AM
‎2011 Sep 01 1:47 PM
Hi Madhu,
thanks for the information but does not solve my problem since I want to use an enhancement section within a BOR method and not calling a BAdI.
Thanks for your help!
Regards,
Frank
‎2011 Sep 04 5:52 PM
Hi Frank,
Then did you created implementation in that enhancement point. Is there issue in creating that.
Regards,
Madhu.
‎2011 Sep 04 6:29 PM
Hi,
I think the issue is that the BOR program editor is an old-fashioned editor that doesn't contain the "enhancement spiral" button.
So, the only way to do it is to create the enhancement section outside the BOR program (call this external program using a PERFORM anysubroutine IN PROGRAM externalprogram), and implement it there.
Sandra