org.hibersap.annotations
Annotation Type Bapi


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Bapi

Maps a Java class to a remote function module (or BAPI) in SAP.

Author:
Carsten Erker

Required Element Summary
 String value
          The name of a SAP remote function module, e.g.
 

Element Detail

value

public abstract String value
The name of a SAP remote function module, e.g. BAPI_FLIGHT_GETLIST.

Returns:
The function name.


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.