Advertisement
Guest User

TST

a guest
Nov 6th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.59 KB | None | 0 0
  1. report  y3jwf_rel_solici_material message-id ywf00.
  2.  
  3. tables y3jwftb_solici.
  4.  
  5. type-pools: slis, abap, icon.
  6.  
  7. types: begin of y_solici.
  8.         include structure y3jwfst_rel_material.
  9. types:  mark type flag,
  10.        end of y_solici.
  11.  
  12. data: t_solici  type standard table of y_solici,
  13.       t_matflow type sorted table of y3jtbwf_matflow with unique key werks mtart fluxo,
  14.       t_tb910   type sorted table of y3jwf_tb_tb910 with unique key abtnr,
  15.       t_dd07    type standard table of dd07v,
  16.       r_status  type range of y3jwftb_solici-status,
  17.       t_fcat    type slis_t_fieldcat_alv.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement