How do you define an internal using types?

Answer Posted / ravi

By using data statement , we define internal table

Types: begin of <type definition name>
|
|
End of <type definition nmame>.

Data: <Int Tab name> type standard table of <type definition name> <occurs n>.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different database integrities?

582


What are interactive reports?

638


Can i Have Some Realtime Examples On Modulepool programming.

5552


Does the call transaction method allow multiple transactions to be processed by sap?

561


Explain about sap fico testing and the tools used? : abap bdc

612






Explain about drill down report?

8781


What is the difference between getting and get late?

592


What is the modification assistant?

582


How to read files and process BDC's automatically ?

1542


Why do we use dynamic where conditions?

878


what precautions or prerequisites do you follow to update a record into database table and how

5251


After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1455


B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

2472


What should be the approach for writing a bdc program? : abap bdc

581


Can we define our own match code id's for sap matchcodes? : abap data dictionary

569