Advertisement
Jaehoon

EXT201_5.4.5

Feb 12th, 2020
1,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.24 KB | None | 0 0
  1. projection;
  2.  
  3. define behavior for ZC_TRAVEL_M_XXX alias TravelProcessor
  4. use etag
  5. {
  6. // scenario specific field control
  7. field ( mandatory ) BeginDate, EndDate, CustomerID;
  8.  
  9. use create;
  10. use update;
  11. use delete;
  12.  
  13. use action acceptTravel;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement