Answer Posted / navneet
Report means you are displaying the records on the list, by
fetching the records from the table and updating some table
but in module pool programs you are showing the data in a
screen and you can add different functionality like
pushbutton, GUI menu, and PF etc. and it is called as
module b'coz on screen you can't use subroutine ou have to
write the code in module, endmodule
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
How did you test the form you developed? How did you taken print?
What is a type group?
How many default tab strips are there? How to insert more tabs in it?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
How to creat transactions? : abap data dictionary
Does every abap/4 have a modular structure? : abap modularization
What is the use of enqueue function module? : sap abap data dictionary
What is the function module to popup contents in the internal table?
How can we access the correction and transport system? : abap data dictionary
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What do you understand by work area and internal tables in abap? Why do we use it?
How is conversion of data types done between abap/4 & external level?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Can we display a list in a pop-up screen other than full-size stacked list?
On which even we can validate the input fields in module progams?