Search This Blog

Friday, February 25, 2005

Methods Being Displayed through .Net Connector

I marked several BAPI methods as Modeled and Implemented throughtransaction SWO1. This removes the method from the BAPI Explorer, butthey are still being displayed through .Net Connector. Is there anywayto hide Methods from the .Net Connector until they are Released?
There might be small differences in the view of BAPI explorer in SAPGUI and Visual Studio. If you need another view, you cantry to select the "Hierarchical" node and change the "X"sesin the property window before you expand the node.Which methods appear inside of a BOR class is mainly controlledif there is an implementation specified(property Abapname is not empty). If you see more methods thanyou want to have in your proxy, the easiest is either droping theBOR object and deleting the methods you don't like from the designer,or drag the methods you need individually. Note that draggingindividual method would not do some auto-customizing (e.g.use of Key-fields and so on).

No comments: