org.hibersap.annotations
Annotation Type Bapi


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

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

Author:
Carsten Erker

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

Element Detail

value

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



Copyright © 2009 Akquinet Tech@Spree GmbH. All Rights Reserved.