How do you define an internal using types?

Answer Posted / vijay

We can define internal tables in different ways. One way is
by using types.
ex:
DATA: ITAB TYPE STANDARD TABLE OF KNA1.

Instead of standard table , we can use hashed table, sorted
table also.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of view?

594


What is the difference between collect and append statements?

549


What is the advantage of structures?

573


Explain some essential objects in abap dictionary?

693


What is the t-code for transaction recorder? : abap bdc

585






How many primary keys can be created for a table?

607


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

697


How do you get the number of lines in an internal table? How to use a specific number occurs statement?

514


What are the abap/4 commands that link to a layout set?

852


In which cluster time results are stored? : abap hr

579


What is the syntax of packed number?

635


How to find the return code of a statement in abap programs?

596


Which transaction code is used executing a report (type 1 program)? : abap data dictionary

628


how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.

4762


Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul

3248