2) What is the difference between TYPE and DATA?

Answer Posted / bharath

TYPE: is used to define new data types and will not occupy
any memory space.

DATA: is used to define the variables representing the
exisitng data types. and will hold the memory space.

Type: var1 type c.
DATA: def type var1.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does sap handle multiple currencies?

609


Different between Interface and Abstract classes?

1117


Events that can be used in both the classical and interactive reports

1125


What are the functions of lock objects?

705


What are the different types of abap reports in sap?

768






How do we assign dynamic views while creating material master and generating bdc? : abap bdc

631


How to transfer the objects? Have to transferred any objects?

578


Explain the Importance of pa20? : abap hr

633


What is a match code? : abap data dictionary

643


Can we create an abap program without using y or z?

572


How will you define posting procedures?

906


Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

571


Explain what are the events used for logical database?

530


In which particular scenario we use sorted table and which particular scenario we use standard table?

1024


– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5531