what is the purpose of TYPES keyword?
Answer Posted / atul katiyar
types statement is used to create own data type..
example.
types m type c.
data m1 type m.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the differences between session method and call transaction method? : abap bdc
Difference between stand alone CRM and back-end CRM
What is macro? : abap hr
Which objects are independent transport objects?
In a loop of an internal table, what is the use of at first & at last statements?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What are the different types of data dictionary objects? : abap data dictionary
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What are clustered tables?
What are the two levels in defining a match code ?
What is the function of a domain?
What are the various events associated with screen programming?
What is an abap data dictionary? : abap data dictionary
Have you set up a back ground job ? How to create a background job without a variant ?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?