Answer Posted / thanks
Let's atlk about internal table
1) While fetching data from trasnparent table.
Fully used Index key.
2) befor deleting data from intrnal table, use Sort on
internal table..
3) while deleting particular field, do use the option
called comparing..you get this syntax in library.
4) Instead of multiple Loop statement, do use Loop + Read
table statement.
5) in your report, your main table is EKKO and based on
EKKO, you fetched the further data from EKPO and MARA..
here, if you failed to get the record from EKKO,
after select fields from EKKO..
if sy-subrc <> 0.
Exit.
ENDIF.
This comes out of the report, if you set any message like
information .."No data Exist", this would appear on the
screen.
6) Try to use for all entries syntax.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between open sql and native sql? : abap data dictionary
What is generic buffering?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the difference between a dialog program and a report?
How can you display frames (horizontal and vertical lines) in lists?
Can you define a field without a data element?
What is the use of the raising exception?
What is bdc? : abap bdc
What is difference between inner join and outer join?
How many types of tables exist and what are they in data dictionary?
What is append search help? : sap abap data dictionary
What are the function modules used to create batch input session? : abap bdc
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
Difference between user exit and badis?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?