You are on page 1of 1

*&---------------------------------------------------------------------*

*& Include
MZKRS_TEST2F01
*&---------------------------------------------------------------------*
*&---------------------------------------------------------------------*
*&
Form get_data
*&---------------------------------------------------------------------*
*
text
*----------------------------------------------------------------------*
* --> p1
text
* <-- p2
text
*----------------------------------------------------------------------*
form get_data .
check marc is initial.
select single * from marc
where matnr = wa_mat-matnr and
werks = wa_mat-werks.
if sy-subrc ne 0.
clear marc.
endif.
endform.

" get_data

You might also like