what is the difference between

data: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.
and
types: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.

Answer Posted / md

Types means just declaration which doesnot allocate memory
Data means data type of structure which allocates memory

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we include customizing include or an append structure with pooled or cluster tables?

674


how to genernate 21 sencondary index

7042


How to combine multiple billing into one RV document ( Step by Step)?

1547


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.

2482


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

601






How to set an Enhancement point for a custom report?

1154


What is the relationship existing between the various data elements in data dictionary? : abap data dictionary

726


What is help view?

564


What are the different functions used in sap script?

536


What are internal tables? How do you get the number of lines in an internal table?

642


How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization

618


What are the advantages of logical databases?

625


What are the steps in creating screen ?

1469


How to define selection screen?

604


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

628