Program
Program
type
type
type
type
type
type
kna1-land1,
kna1-name1,
kna1-ort01,
kna1-regio,
kna1-telf1,
kna1-telfx,
end of itab.
when 'EXIT'.
leave program .
when 'LIST'.
leave to list-processing.
format color 5.
write : / 'PURCHASE ORDER DETAILS'.
loop at jtab.
format color 3 inverse.
write: / jtab-vbeln , jtab-erdat , jtab-netwr.
endloop.
endcase.
endmodule.
" USER_COMMAND_0100 INPUT
*&---------------------------------------------------------------------*
*&
Module STATUS_0110 OUTPUT
*&---------------------------------------------------------------------*
*
text
*----------------------------------------------------------------------*
module status_0110 output.
* SET PF-STATUS 'xxxxxxxx'.
* SET TITLEBAR 'xxx'.
move-corresponding itab to kna1.
endmodule.
" STATUS_0110 OUTPUT
*&---------------------------------------------------------------------*
*&
Module STATUS_0120 OUTPUT
*&---------------------------------------------------------------------*
*
text
*----------------------------------------------------------------------*
module status_0120 output.
* SET PF-STATUS 'xxxxxxxx'.
* SET TITLEBAR 'xxx'.
move-corresponding jtab to vbak.
endmodule.
" STATUS_0120
OUTPUT