Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@furlan
Created June 5, 2012 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furlan/2872323 to your computer and use it in GitHub Desktop.
Save furlan/2872323 to your computer and use it in GitHub Desktop.
INTERFACE ZIF_BIF_BDC - Code Coaching sample
*----------------------------------------------------------------------*
* INTERFACE ZIF_BIF_BDC
*----------------------------------------------------------------------*
*
*----------------------------------------------------------------------*
INTERFACE zif_bif_bdc.
*@ jack:task
* Create methods signatures, for example:
* set_transaction
* IMPORTING
* i_transacton type sy-tcode
METHODS:
execute,
set_transaction,
get_transaction,
set_mode,
get_mode.
ENDINTERFACE. "ZIF_BIF_BDC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment