Steps To Create ZAM - MARA1 Table
Steps To Create ZAM - MARA1 Table
Dated – 14-04-2009
Exercise-1 :
a) create table ZAM_MARA1 with all 230 fields of MARA
b) fetch first 5000 rows from MARA and put into ZAM_MARA1 + name and s
ex.
c) When rows are inserted into ZAM_MARA1, need pop up displaying
‘Inserted successfully!’
11. You may get the screen below. Simply hit Enter.
***********************************************************************
*
* D A T A D E C L A R A T I O N S
*
***********************************************************************
*
*DATA: it_mara TYPE STANDARD TABLE OF mara,
* wa_mara TYPE mara.
SELECT *
FROM mara
INTO TABLE it_mat up to 5000 rows. " select first 5000 rows from MARA
and store in internal table: IT_MAT
OUTPUT: