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
When is the top-of-page event triggered? : abap data dictionary
What is SAP Data conversion ?
Explain different types of locks?
What are the basic functions of database utility? : abap data dictionary
What are Table control and tab strip control in dialog programming ?
What is an abap instance?
How did you test the form you developed? How did you taken print?
What is the length of function code at user-command?
How many types of data classes are there in sap abap? : abap data dictionary
What are clustered tables?
Does sap handle multiple currencies?
What are field groups?
Explain what are interactive reports?
In delivery processing which step comes first picking, packing, posting goods issue ?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.