Answer Posted / balamurugan
TABLES MARA.
SELECT * FROM MARA.
WRITE:/ MARA-MATNR,MARA-MTART,MARA-MBRSH.
ENDSELECT.
TABLES MARA -> IT CREATES A WORK AREA WITH THE NAME OF MARA.
THE SELECTED DATA HAS BEEN PLACED IN THE WORK AREA 'MARA'.
SO,WE CAN DIAPLAY THE DATA USING THE WITHOUT CREATION OF
INTERNAL TABLE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are multiple use BADIS?
what is the t-code to link technical and functional operation?
What are the parameters used in each function?
How can we omit a leading sign and a leading zero in sapscript?
Name a few data dictionary objects?
What is the tcode for sapscript forms?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What primary key and foreign key relationship
How do you retrieve the data for repetitive structures ? : abap hr
What are the 3 types of tables in sap? : abap data dictionary
How to read files and process BDC's automatically ?
Can i Have Some Examples on Enhancements.
How move-corresponding works