How do you define an internal using types?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anu
TYPES:BEGIN OF <DEFINITION NAME>,
END OF <DEFINITION NAME>.
Is This Answer Correct ? | 1 Yes | 0 No |
how can we print both side in smartforms?
How can I make a differentiation between dependent and independent data? : abap hr
How Calculate TOTALS,SUBTOTALS in ALV Reporting?
Explain the difference between domain and data element? What are aggregate object?
What are control commands in Scripts?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are the different functions used in sap script? What are the parameters used in each function?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
What is the diffrence between Abstract Class and an Interface in OOABAP.
what is exact difference between uline ad sy-uline?
What is static attribute
What is RFC? When it is use?