Advertisement
yaramohamed78

Untitled

Jan 26th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.27 KB | None | 0 0
  1. method ONACTIONGET_FLIGHTS .
  2.           DATA LO_COMPONENTCONTROLLER TYPE REF TO IG_COMPONENTCONTROLLER .
  3.           LO_COMPONENTCONTROLLER =   WD_THIS->GET_COMPONENTCONTROLLER_CTR( ).
  4.  
  5.             LO_COMPONENTCONTROLLER->EXECUTE_BAPI_FLIGHT_GETLIST(
  6.             ).
  7. endmethod.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement