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 |
Give me the Full flow of SD and MM
what is the impact of issuing of worning message inside the event of start of selection?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What is meant by hot spots? : abap data dictionary
Why don’t use LSMW method instead of BDC methods, if the data is master data?
I have multi use BAdi,i implemented 5 time for that BAdi.so want to give sequence for that like First implementation 4 second 3 .. .. So how it is possible?
What is meant by stacked list?
What are the types of the software component being deployed in the sap?
What are the mandatory fields to be filled in Transaction VA21 for 'Creation of sales order Quotation'.
how to find the driver program of a script without touching its print program?
4 Answers Cooperp, Genpact, Sony,
1) If the scripts are client dependent, what above driver program ? (client dependent / independent) 2. I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it? 3) Will 50,000 records be uploaded directly into APP's Server? 4) What is the button to change the variant in ALV ? 5) If your project is support project ? when is your implementation has completed ? 6)In start of selection, if we perform validation, what happens ? 7)How to join 3 tallies & looping. We have developed a program in a client say (200- client) and 210 has test data. No developing rights. How to test data? 8)How to transfer data which is coming from are report as output to another report 9)How to create standard text and how do u transfer it ? 10)What are the views when we are creating Material ?