What is the advantage of structures? How do you use them in
the ABAP programs?
Answers were Sorted based on User's Feedback
Answer / tech3
Advantages:- GLOBAL EXISTANCE(these could be used by any
other program without creating it again).
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramachandran
you can make the structure as a separate table by referring
an internal table for that structure, we can add fields
from various transparent tables,hence we can use it for
various purposes.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lokesh
Structure does not contain data in it.ADV. Global existance
Is This Answer Correct ? | 1 Yes | 0 No |
what are selection screens which one triggers first?
Can I run normal abap applications in browser?if yes how?
How to get the status of an IDOC in a report without using WE02 transaction ?
when u create an index in Data Dictionary..how do we call it in a program or report..?
What are the three hierarchical levels of data types and objects?
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?
Hi To all ABAP Gurus Is there any other way to create data elements apart from se11 tocde as we dont use the se11 in real time generally this question is asked in enteg infotech
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
what is the Tcode BD87?
5 Answers Cibernetix Business Systems, Intel, SAP Labs,
while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????
Can we create a Table Without a Primary key?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization