<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>SAP - Systems, Applications and Products in Data Processing</title><description>Free Download SAP ABAP Books,Projects,Reports,Faqs 
BADI,BAPI'S,BDC,HR,Interview Questions,Programming, Reports,RFC,TCodes,ABAP-Java,ALE,IDOCs,ALV's,BSP,BTE, Data Dictionary,Dialog Programming,FICO,SD,MM,Function Modules,Interactive Reports,Internal Tables,Locking, Logical Database,OOPS,PM,PP,QM,R/3,BW,SCRIPTS,SMART FORMS, Free ABAP Training</description><managingEditor>noreply@blogger.com (A S Chakrapani)</managingEditor><pubDate>Wed, 16 Apr 2025 13:24:06 +0530</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">36</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://liveinsap.blogspot.com/</link><language>en-us</language><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>My first psting on Botony</title><link>http://liveinsap.blogspot.com/2010/01/my-first-psting-on-botony.html</link><category>free botony tutorial</category><author>noreply@blogger.com (A S Chakrapani)</author><pubDate>Sun, 3 Jan 2010 20:00:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-4023755757448841458</guid><description>This is a sample post on botony subject&lt;br /&gt; FOR ALL BOTANY STUDENTS&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Real Time questions in SAP ABAP</title><link>http://liveinsap.blogspot.com/2008/09/real-time-questions-in-sap-abap_20.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:25:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-5405512399398421307</guid><description>Q.Which client number you use for the current project?&lt;br /&gt;&lt;br /&gt;Q.You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.&lt;br /&gt;&lt;br /&gt;Q.After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?&lt;br /&gt;&lt;br /&gt;Q.You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?Q.What is the difference between report and script?&lt;br /&gt;&lt;br /&gt;Q.what are the differences between scripts &amp;amp; smart forms?&lt;br /&gt;&lt;br /&gt;Q. what are enhancements?&lt;br /&gt;&lt;br /&gt;Q. what are user-exits ?&lt;br /&gt;&lt;br /&gt;Q. what is badi?&lt;br /&gt;&lt;br /&gt;Q. what is the difference between user-exit &amp;amp; BADIs?&lt;br /&gt;&lt;br /&gt;Q. what is the difference between user-exit &amp;amp; customer-exit?&lt;br /&gt;&lt;br /&gt;Q. How do you get functional specs when you are assigned some object? (specs through email..??)&lt;br /&gt;&lt;br /&gt;Q. How do you write technical specs?Q. How do you write UTP?(unit test plan)&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ITs about FAQS in SAP ABAP</title><link>http://liveinsap.blogspot.com/2008/09/its-about-faqs-in-sap-abap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:22:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-6140783893374081660</guid><description>1. What is the typical structure of an ABAP/4 program?&lt;br /&gt;ANS:- HEADER ,BODY,FOOTER.&lt;br /&gt;&lt;br /&gt;2. What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups?&lt;br /&gt;ANS:-&lt;br /&gt;Field symbols:-&lt;br /&gt;&lt;br /&gt;Field groups :-&lt;br /&gt;&lt;br /&gt;3. What should be the approach for writing a BDC program?&lt;br /&gt;ANS:-&lt;br /&gt;STEP 1: CONVERTING THE LEGACY SYSTEM DATA TO A FLAT FILE to internal table CALLED "CONVERSION".&lt;br /&gt;STEP 2: TRANSFERING THE FLAT FILE INTO SAP SYSTEM CALLED "SAP DATA TRANSFER".&lt;br /&gt;STEP 3: DEPENDING UPON THE BDC TYPE i)call transaction(Write the program explicity)&lt;br /&gt;ii) create sessions (sessions are created and processed.if success data will transfer).&lt;br /&gt;&lt;br /&gt;4. What is a batch input session?&lt;br /&gt;ANS:-&lt;br /&gt;BATCH INPUT SESSION is an intermediate step between internal table and database table.&lt;br /&gt;Data along with the action is stored in session ie data for screen fields, to which screen it is passed,program name behind it, and how next screen is processed.&lt;br /&gt;&lt;br /&gt;5. What is the alternative to batch input session?&lt;br /&gt;ANS:- Call transaction.&lt;br /&gt;&lt;br /&gt;6. A situation: An ABAP program creates a batch input session.&lt;br /&gt;We need to submit the program and the batch session in back ground. How to do it?&lt;br /&gt;ANS:-&lt;br /&gt;go to SM36 and create background job by giving&lt;br /&gt;job name,job class and job steps (JOB SCHEDULING)&lt;br /&gt;&lt;br /&gt;8. What are the problems in processing batch input sessions?&lt;br /&gt;How is batch input process different from processing online?&lt;br /&gt;ANS:-&lt;br /&gt;PROBLEMS:-&lt;br /&gt;i) If the user forgets to opt for keep session then the session will be automatically removed from the session queue(log remains). However if session is processed we may delete it manually.&lt;br /&gt;ii)if session processing fails data will not be transferred to SAP10. What are the different types of data dictionary objects?&lt;br /&gt;ans:-&lt;br /&gt;tables, structures, views, domains, data elements, lock objects, Matchcode objects.&lt;br /&gt;&lt;br /&gt;11. How many types of tables exists and what are they in data dictionary?&lt;br /&gt;ans :-&lt;br /&gt;4 types of tables&lt;br /&gt;i)Transparent tables - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Both Opensql and Nativesql can be used.&lt;br /&gt;&lt;br /&gt;ii)Pool tables &amp;amp; iii)Cluster tables -&lt;br /&gt;These are logical tables that are arranged as records of transparent tables.one cannot use native sql on these tables&lt;br /&gt;(only opensql).They are not managable directly using database system tools.&lt;br /&gt;&lt;br /&gt;iv)Internal tables - .&lt;br /&gt;&lt;br /&gt;12. What is the step by step process to create a table in data dictionary?&lt;br /&gt;ans:-&lt;br /&gt;step 1: creating domains(data type,field length,range).&lt;br /&gt;step 2: creating data elements(properties and type for a table&lt;br /&gt;field).&lt;br /&gt;step 3: creating tables(SE11)13. Can a transparent table exist in data dictionary but not in the data base physically?&lt;br /&gt;ANS:- NO.&lt;br /&gt;TRANSPARENT TABLE DO EXIST WITH THE SAME STRUCTURE BOTH IN THE DICTIONARY AS WELL AS IN THE DATABASE,EXACTLY WITH THE SAME DATA AND FIELDS.&lt;br /&gt;&lt;br /&gt;14. What are the domains and data elements?&lt;br /&gt;ANS:-&lt;br /&gt;DOMAINS : FORMAL DEFINITION OF THE DATA TYPES.THEY SET ATTRIBUTES SUCH AS DATA TYPE,LENGTH,RANGE.&lt;br /&gt;DATA ELEMENT : A FIELD IN R/3 SYSTEM IS A DATA ELEMENT.&lt;br /&gt;&lt;br /&gt;15. Can you create a table with fields not referring to data elements?&lt;br /&gt;ANS:-&lt;br /&gt;YES. eg:- ITAB LIKE SPFLI.here we are referening to a data object(SPFLI) not data element.&lt;br /&gt;&lt;br /&gt;16. What is the advantage of structures? How do you use them in the ABAP programs?&lt;br /&gt;ANS:-&lt;br /&gt;Adv:- GLOBAL EXISTANCE(these could be used by any other program without creating it again).&lt;br /&gt;&lt;br /&gt;17. What does an extract statement do in the ABAP program?&lt;br /&gt;ANS:-&lt;br /&gt;Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements:&lt;br /&gt;EXTRACT .&lt;br /&gt;&lt;br /&gt;When the first EXTRACT statement occurs in a program, the system creates the extract dataset and adds the first extract record to it. In each subsequent EXTRACT statement, the new extract record is added to the dataset&lt;br /&gt;&lt;br /&gt;EXTRACT HEADER.&lt;br /&gt;&lt;br /&gt;When you extract the data, the record is filled with the current values of the corresponding fields.&lt;br /&gt;&lt;br /&gt;As soon as the system has processed the first EXTRACT statement for a field group , the structure of the corresponding extract record in the extract dataset is fixed. You can no longer insert new fields into the field groups and HEADER. If you try to modify one of the field groups afterwards and use it in another EXTRACT statement, a runtime error occurs.&lt;br /&gt;&lt;br /&gt;By processing EXTRACT statements several times using different field groups, you fill the extract dataset with records of different length and structure. Since you can modify field groups dynamically up to their first usage in an EXTRACT statement, extract datasets provide the advantage that you need not determine the structure at the beginning of the program.&lt;br /&gt;&lt;br /&gt;18. What is a collect statement? How is it different from append?&lt;br /&gt;ANS:-&lt;br /&gt;If an entry with the same key already exists, the COLLECT statement does not append a new line, but adds the contents of the numeric fields in the work area to the contents of the numeric fields in the existing entry.&lt;br /&gt;&lt;br /&gt;19. What is open sql vs native sql?&lt;br /&gt;Ans:&lt;br /&gt;Open SQL , native SQL are the interfaces to create the database applicatons.&lt;br /&gt;Open SQL is consistant across different types of existing Databases.&lt;br /&gt;Native SQL is the database language specific to database.Its API is specific to the databse.&lt;br /&gt;Open SQL API is consistent across all vendors&lt;br /&gt;&lt;br /&gt;20. What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;21. What is the meaning of ABAP/4 editor integrated with ABAP/4 data dictionary?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;22. What are the events in ABAP/4 language?&lt;br /&gt;ANS:-&lt;br /&gt;Initialization, At selection-screen,Start-of-selection,end-of-selection,top-of-page,end-of-page, At line-selection,At user-command,At PF,Get,At New,At LAST,AT END, AT FIRST.&lt;br /&gt;&lt;br /&gt;23. What is an interactive report?&lt;br /&gt;What is the obvious diff of such report compared with classical type reports?&lt;br /&gt;ANS:-&lt;br /&gt;An Interactive report is a dynamic drill down report that produces the list on users choice.&lt;br /&gt;diff:-&lt;br /&gt;a) THE LIST PRODUCED BY CLASSICAL REPORT DOESN'T allow user to interact with the system&lt;br /&gt;the list produced by interactive report allows the user to interact with the system.&lt;br /&gt;b) ONCE A CLASSICAL REPORT EXECUTED USER LOOSES CONTROL.IR USER HAS CONTROL.&lt;br /&gt;c) IN CLASSICAL REPORT DRILLING IS NOT POSSIBLE.IN INTERACTIVE DRILLING IS POSSIBLE.&lt;br /&gt;&lt;br /&gt;24. What is a drill down report?&lt;br /&gt;ANS:-&lt;br /&gt;Its an Interactive report where in the user can get more relavent data by selecting explicitly.&lt;br /&gt;&lt;br /&gt;25. How do you write a function module in SAP? describe.&lt;br /&gt;ANS:-&lt;br /&gt;creating function module:-&lt;br /&gt;called program - se37-creating funcgrp,funcmodule by assigning attributes,importing,exporting,tables,exceptions.&lt;br /&gt;calling program - SE38-in pgm click pattern and write function name- provide export,import,tables,exception values.&lt;br /&gt;&lt;br /&gt;26. What are the exceptions in function module?&lt;br /&gt;ANS:-&lt;br /&gt;COMMUNICATION_FAILURE&lt;br /&gt;SYSTEM_FAILURE&lt;br /&gt;&lt;br /&gt;27. What is a function group?&lt;br /&gt;ANS:-&lt;br /&gt;GROUP OF ALL RELATED FUNCTIONS.&lt;br /&gt;&lt;br /&gt;28. How are the date and time field values stored in SAP?&lt;br /&gt;ANS:-&lt;br /&gt;DD.MM.YYYY. HH:MM:SS&lt;br /&gt;&lt;br /&gt;30. Name a few data dictionary objects? //rep//&lt;br /&gt;ANS:-&lt;br /&gt;TABLES,VIEWS,STRUCTURES,LOCK OBJECTS,MATCHCODE OBJECTS.&lt;br /&gt;&lt;br /&gt;31. What happens when a table is activated in DD?&lt;br /&gt;ANS:-&lt;br /&gt;It is available for any insertion,modification and updation of records by any user.&lt;br /&gt;&lt;br /&gt;32. What is a check table and what is a value table?&lt;br /&gt;Check table will be at field level checking.&lt;br /&gt;Value table will be at domain level checking ex: scarr table is check table for carrid.&lt;br /&gt;&lt;br /&gt;33. What are match codes? describe?&lt;br /&gt;ans:-&lt;br /&gt;It is a similar to table index that gives list of possible values for either primary keys or non-primary keys.&lt;br /&gt;&lt;br /&gt;34. What transactions do you use for data analysis?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;35. What is table maintenance generator?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;36. What are ranges? What are number ranges?&lt;br /&gt;ANS:-&lt;br /&gt;max,min values provided in selection screens.&lt;br /&gt;&lt;br /&gt;37. What are select options and what is the diff from parameters?&lt;br /&gt;ANS:-&lt;br /&gt;select options provide ranges where as parameters do not.&lt;br /&gt;&lt;br /&gt;SELECT-OPTIONS declares an internal table which is automatically filled with values or ranges&lt;br /&gt;of values entered by the end user. For each SELECT-OPTIONS , the system creates a selection table.&lt;br /&gt;&lt;br /&gt;SELECT-OPTIONS FOR .&lt;br /&gt;&lt;br /&gt;A selection table is an internal table with fields SIGN, OPTION, LOW and HIGH.&lt;br /&gt;The type of LOW and HIGH is the same as that of .&lt;br /&gt;The SIGN field can take the following values: I Inclusive (should apply) E Exclusive (should not apply)&lt;br /&gt;The OPTION field can take the following values: EQ Equal GT Greater than NE Not equal BT Between LE Less&lt;br /&gt;than or equal NB Not between LT Less than CP Contains pattern GE Greater than or equal NP No pattern.&lt;br /&gt;diff:-&lt;br /&gt;PARAMETERS allow users to enter a single value into an internal field within a report.&lt;br /&gt;SELECT-OPTIONS allow users to fill an internal table with a range of values.&lt;br /&gt;&lt;br /&gt;For each PARAMETERS or SELECT-OPTIONS statement you should define text elements by choosing&lt;br /&gt;Goto - Text elements - Selection texts - Change.&lt;br /&gt;&lt;br /&gt;Eg:- Parameters name(30).&lt;br /&gt;when the user executes the ABAP/4 program,an input field for 'name' will appear on the selection screen.You can change the comments on the left side of the input fields by using text elements as described in Selection Texts.&lt;br /&gt;&lt;br /&gt;38. How do you validate the selection criteria of a report?&lt;br /&gt;And how do you display initial values in a selection screen?&lt;br /&gt;ANS:-&lt;br /&gt;validate :- by using match code objects.&lt;br /&gt;display :- Parameters default 'xxx'.&lt;br /&gt;select-options for spfli-carrid.&lt;br /&gt;&lt;br /&gt;39. What are selection texts?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;40. What is CTS and what do you know about it?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems and clients in your system landscape.&lt;br /&gt;This documentation provides you with an overview of how to manage changes with the CTS and essential information on setting up your system and client landscape and deciding on a transport strategy. Read and follow this documentation when planning your development project.&lt;br /&gt;For practical information on working with the Change and Transport System, see Change and Transport Organizer and Transport Management System.&lt;br /&gt;&lt;br /&gt;41. When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;42. What is the client concept in SAP? What is the meaning of client independent?&lt;br /&gt;ANS:-&lt;br /&gt;&lt;br /&gt;43. Are programs client dependent?&lt;br /&gt;ANS:-&lt;br /&gt;Yes.Group of users can access these programs with a client no.&lt;br /&gt;&lt;br /&gt;44. Name a few system global variables you can use in ABAP programs?&lt;br /&gt;ANS:-&lt;br /&gt;SY-SUBRC,SY-DBCNT,SY-LILLI,SY-DATUM,SY-UZEIT,SY-UCOMM,SY-TABIX.....&lt;br /&gt;SY-LILLI IS ABSOLUTE NO OF LINES FROM WHICH THE EVENT WAS TRIGGERED.&lt;br /&gt;&lt;br /&gt;45. What are internal tables? How do you get the number of lines in an internal table?&lt;br /&gt;How to use a specific number occurs statement?&lt;br /&gt;ANS:-&lt;br /&gt;i)It is a standard data type object which exists only during the runtime of the program.&lt;br /&gt;They are used to perform table calculations on subsets of database tables and for re-organising the contents of database tables according to users need.&lt;br /&gt;ii)using SY-DBCNT.&lt;br /&gt;iii)The number of memory allocations the system need to allocate for the next record population.&lt;br /&gt;&lt;br /&gt;46. How do you take care of performance issues in your ABAP programs?&lt;br /&gt;Performance of ABAPs can be improved by minimizing the amount of data to be transferred.&lt;br /&gt;The data set must be transferred through the network to the applications, so reducing the amount OF time and also reduces the network traffic.&lt;br /&gt;&lt;br /&gt;Some measures that can be taken are:&lt;br /&gt;&lt;br /&gt;- Use views defined in the ABAP/4 DDIC (also has the advantage of better reusability).&lt;br /&gt;- Use field list (SELECT clause) rather than SELECT *.&lt;br /&gt;- Range tables should be avoided (IN operator)&lt;br /&gt;- Avoid nested SELECTS.&lt;br /&gt;&lt;br /&gt;i)system tools&lt;br /&gt;&lt;br /&gt;ii)field symbols and field groups.&lt;br /&gt;ans:-&lt;br /&gt;Field Symbols : Field symbols are placeholders for existing fields. A Field Symbol does not physically reserve space for a field,but points to a field which is not known until runtime of the program.&lt;br /&gt;eg:- FIELD-SYMBOL [].&lt;br /&gt;&lt;br /&gt;Field groups : A field group combines several fields under one name.At runtime,the INSERT command is used to define which data fields are assigned to which field group.&lt;br /&gt;There should always be a HEADER field group that defines how the extracted data will be sorted,the data is sorted by the fields grouped under the HEADER field group.&lt;br /&gt;&lt;br /&gt;47. What are datasets?&lt;br /&gt;ANS:-&lt;br /&gt;The sequential files(ON APPLICATION SERVER) are called datasets. They are used for file handling in SAP.&lt;br /&gt;&lt;br /&gt;48. How to find the return code of a statement in ABAP programs?&lt;br /&gt;ANS:-&lt;br /&gt;Using function modules.&lt;br /&gt;&lt;br /&gt;49. What are interface/conversion programs in SAP?&lt;br /&gt;ANS :&lt;br /&gt;CONVERSION : LEGACY SYSTEM TO FLAT FILE.&lt;br /&gt;INTERFACE : FLAT FILE TO SAP SYSTEM.&lt;br /&gt;&lt;br /&gt;50. Have you used SAP supplied programs to load master data?&lt;br /&gt;&lt;br /&gt;51. What are the techniques involved in using SAP supplied programs?&lt;br /&gt;Do you prefer to write your own programs to load master data? Why?&lt;br /&gt;&lt;br /&gt;52. What are logical databases? What are the advantages/disadvantages of logical databases?&lt;br /&gt;ANS:-&lt;br /&gt;To read data from a database tables we use logical database.&lt;br /&gt;A logical database provides read-only access to a group of related tables to an ABAP/4 program.&lt;br /&gt;&lt;br /&gt;adv:-&lt;br /&gt;The programmer need not worry about the primary key for each table.Because Logical database knows how the different tables relate to each other,and can issue the SELECT command with proper where clause to retrieve the data.&lt;br /&gt;i)An easy-to-use standard user interface.&lt;br /&gt;ii)check functions which check that user input is complete,correct,and plausible.&lt;br /&gt;iii)meaningful data selection.&lt;br /&gt;iv)central authorization checks for database accesses.&lt;br /&gt;v)good read access performance while retaining the hierarchical data view determined by the application logic.&lt;br /&gt;&lt;br /&gt;disadv:-&lt;br /&gt;i)If you donot specify a logical database in the program attributes,the GET events never occur.&lt;br /&gt;ii)There is no ENDGET command,so the code block associated with an event ends with the next event&lt;br /&gt;statement (such as another GET or an END-OF-SELECTION).&lt;br /&gt;&lt;br /&gt;53. What specific statements do you using when writing a drill down report?&lt;br /&gt;ans:-&lt;br /&gt;AT LINE-SELECTION,AT USER-COMMAND,AT PF.&lt;br /&gt;&lt;br /&gt;54. What are different tools to report data in SAP? What all have you used?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;55. What are the advantages and disadvantages of ABAP/4 query tool?&lt;br /&gt;&lt;br /&gt;56. What are the functional areas? User groups? and how does ABAP/4 query work in relation to these?&lt;br /&gt;&lt;br /&gt;57. Is a logical database a requirement/must to write an ABAP/4 query?&lt;br /&gt;&lt;br /&gt;59. What are Change header/detail tables? Have you used them?&lt;br /&gt;&lt;br /&gt;60. What do you do when the system crashes in the middle of a BDC batch session?&lt;br /&gt;ans:-&lt;br /&gt;we will look into the error log file (SM35).&lt;br /&gt;&lt;br /&gt;61. What do you do with errors in BDC batch sessions?&lt;br /&gt;ANS:-&lt;br /&gt;We look into the list of incorrect session and process it again. To correct incorrect session we analyize the session to determine which screen and value produced the error.For small errors in data we correct them interactively otherwise&lt;br /&gt;modify batch input program that has generated the session or many times even the datafile.&lt;br /&gt;&lt;br /&gt;62. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs?&lt;br /&gt;ans:-&lt;br /&gt;go to SM36 and create background job by giving job name,job class and job steps(JOB SCHEDULING)&lt;br /&gt;&lt;br /&gt;63. Is it possible to run host command from SAP environment? How do you run?&lt;br /&gt;&lt;br /&gt;64. What kind of financial periods exist in SAP? What is the relavent table for that?&lt;br /&gt;&lt;br /&gt;65. Does SAP handle multiple currencies? Multiple languages?&lt;br /&gt;ans:-&lt;br /&gt;Yes.&lt;br /&gt;&lt;br /&gt;66. What is a currency factoring technique?&lt;br /&gt;&lt;br /&gt;67. How do you document ABAP/4 programs? Do you use program documentation menu option?&lt;br /&gt;&lt;br /&gt;68. What is SAPscript and layout set?&lt;br /&gt;ans:-&lt;br /&gt;The tool which is used to create layout set is called SAPscript. Layout set is a design document.&lt;br /&gt;&lt;br /&gt;69. What are the ABAP/4 commands that link to a layout set?&lt;br /&gt;ans:-&lt;br /&gt;control commands,system commands,&lt;br /&gt;&lt;br /&gt;70. What is output determination?&lt;br /&gt;&lt;br /&gt;71. What are IDOCs?&lt;br /&gt;ans:-&lt;br /&gt;IDOCs are intermediate documents to hold the messages as a container.&lt;br /&gt;&lt;br /&gt;72. What are screen painter? menu painter? Gui status? ..etc.&lt;br /&gt;ans:-&lt;br /&gt;dynpro - flow logic + screens.&lt;br /&gt;menu painter -&lt;br /&gt;GUI Status - It is subset of the interface elements(title bar,menu bar,standard tool bar,push buttons) used for a certain screen.&lt;br /&gt;The status comprises those elements that are currently needed by the transaction.&lt;br /&gt;&lt;br /&gt;73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.&lt;br /&gt;ans:-&lt;br /&gt;The control statements that control the screen flow.&lt;br /&gt;PBO - This event is triggered before the screen is displayed.&lt;br /&gt;PAI - This event is responsible for processing of screen after the user enters the data and clicks the pushbutton.&lt;br /&gt;&lt;br /&gt;74. Overall how do you write transaction programs in SAP?&lt;br /&gt;ans:-&lt;br /&gt;Create program-SE93-create transcode-Run it from command field.&lt;br /&gt;&lt;br /&gt;75. Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?&lt;br /&gt;&lt;br /&gt;76. What are step loops? How do you program pagedown pageup in step loops?&lt;br /&gt;ans:-&lt;br /&gt;step loops are repeated blocks of field in a screen.&lt;br /&gt;&lt;br /&gt;77. Is ABAP a GUI language?&lt;br /&gt;ANS:-&lt;br /&gt;Yes.&lt;br /&gt;ABAP IS AN EVENT DRIVEN LANGUAGE.&lt;br /&gt;&lt;br /&gt;78. Normally how many and what files get created when a transaction program is written?&lt;br /&gt;What is the XXXXXTOP program?&lt;br /&gt;ans:-&lt;br /&gt;ABAP/4 program.&lt;br /&gt;DYNPRO&lt;br /&gt;&lt;br /&gt;79. What are the include programs?&lt;br /&gt;ANS:-&lt;br /&gt;When the same sequence of statements in several programs are to be written repeadly they are coded in include programs (External programs) and are included in ABAP/4 programs.&lt;br /&gt;&lt;br /&gt;80. Can you call a subroutine of one program from another program?&lt;br /&gt;ans:- Yes- only external subroutines Using 'SUBMIT' statement&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>The Other 50 ABAP Interview Faq's in SAP</title><link>http://liveinsap.blogspot.com/2008/09/other-50-abap-interview-faqs-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:19:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-1866119951828403999</guid><description>The Other 50 ABAP Interview Faq's&lt;br /&gt;&lt;br /&gt;51. What are the techniques involved in using SAP supplied programs?&lt;br /&gt;Do you prefer to write your own programs to load master data? Why?&lt;br /&gt;&lt;br /&gt;52. What are logical databases? What are the advantages/disadvantages of logical databases?&lt;br /&gt;ANS:-&lt;br /&gt;To read data from a database tables we use logical database.&lt;br /&gt;A logical database provides read-only access to a group of related tables to an ABAP/4 program.&lt;br /&gt;&lt;br /&gt;advantages:-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The programmer need not worry about the primary key for each table.Because Logical database knows how the different tables relate to each other,and can issue the SELECT command with proper where clause to retrieve the data.&lt;br /&gt;&lt;br /&gt;i)An easy-to-use standard user interface.&lt;br /&gt;ii)check functions which check that user input is complete,correct,and plausible.&lt;br /&gt;iii)meaningful data selection.&lt;br /&gt;iv)central authorization checks for database accesses.&lt;br /&gt;v)good read access performance while retaining the hierarchical data view determined by the application logic.Disadvantages:-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i)If you donot specify a logical database in the program attributes,the GET events never occur.&lt;br /&gt;ii)There is no ENDGET command,so the code block associated with an event ends with the next event&lt;br /&gt;statement (such as another GET or an END-OF-SELECTION).&lt;br /&gt;&lt;br /&gt;53. What specific statements do you using when writing a drill down report?&lt;br /&gt;ans:-&lt;br /&gt;AT LINE-SELECTION,AT USER-COMMAND,AT PF.&lt;br /&gt;&lt;br /&gt;54. What are different tools to report data in SAP? What all have you used?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;55. What are the advantages and disadvantages of ABAP/4 query tool?&lt;br /&gt;&lt;br /&gt;56. What are the functional areas? User groups? and how does ABAP/4 query work in relation to these?&lt;br /&gt;&lt;br /&gt;57. Is a logical database a requirement/must to write an ABAP/4 query?&lt;br /&gt;&lt;br /&gt;59. What are Change header/detail tables? Have you used them?&lt;br /&gt;&lt;br /&gt;60. What do you do when the system crashes in the middle of a BDC batch session?&lt;br /&gt;ans:-&lt;br /&gt;we will look into the error log file (SM35).&lt;br /&gt;&lt;br /&gt;61. What do you do erros in BDC batch sessions?&lt;br /&gt;ANS:-&lt;br /&gt;We look into the list of incorrect session and process it again. To correct incorrect session we analyize the session to determine which screen and value produced the error.For small errors in data we correct them interactively otherwise&lt;br /&gt;modify batch input program that has generated the session or many times even the datafile.62. How do you set up background jobsin SAP? What are the steps? What are the event driven batch jobs?&lt;br /&gt;ans:-&lt;br /&gt;go to SM36 and create background job by giving job name,job class and job steps(JOB SCHEDULING)&lt;br /&gt;&lt;br /&gt;63. Is it possible to run host command from SAP environment? How do you run?&lt;br /&gt;&lt;br /&gt;64. What kind of financial periods exist in SAP? What is the relavent table for that?&lt;br /&gt;&lt;br /&gt;65. Does SAP handle multiple currencies? Multiple languages?&lt;br /&gt;ans:-&lt;br /&gt;Yes.&lt;br /&gt;&lt;br /&gt;66. What is a currency factoring technique?&lt;br /&gt;&lt;br /&gt;67. How do you document ABAP/4 programs? Do you use program documentation menu option?&lt;br /&gt;&lt;br /&gt;68. What is SAPscript and layout set?&lt;br /&gt;ans:-&lt;br /&gt;The tool which is used to create layout set is called SAPscript. Layout set is a design document.&lt;br /&gt;&lt;br /&gt;69. What are the ABAP/4commands that link to a layout set?&lt;br /&gt;ans:-&lt;br /&gt;control commands,system commands,&lt;br /&gt;&lt;br /&gt;70. What is output determination?&lt;br /&gt;&lt;br /&gt;71. What are IDOCs?&lt;br /&gt;ans:-&lt;br /&gt;IDOCs are intermediate documents to hold the messages as a container.&lt;br /&gt;&lt;br /&gt;72. What are screen painter? menu painter? Gui status? ..etc.&lt;br /&gt;ans:-&lt;br /&gt;dynpro - flow logic + screens.&lt;br /&gt;&lt;br /&gt;Menu painter -&lt;br /&gt;GUI Status - It is subset of the interface elements(title bar,menu bar,standard tool bar,push buttons) used for a certain screen.&lt;br /&gt;The status comprises those elements that are currently needed by the transaction.&lt;br /&gt;&lt;br /&gt;73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;The control statements that control the screen flow.&lt;br /&gt;PBO - This event is triggered before the screen is displayed.&lt;br /&gt;PAI - This event is responsible for processing of screen after the user enters the data and clicks the pushbutton.&lt;br /&gt;&lt;br /&gt;74. Overall how do write programs in SAP?&lt;br /&gt;ans:-&lt;br /&gt;Create program-SE93-create transcode-Run it from command field.&lt;br /&gt;&lt;br /&gt;75. Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?&lt;br /&gt;&lt;br /&gt;76. What are step loops? How do you program pagedown pageup in step loops?&lt;br /&gt;ans:-&lt;br /&gt;step loops are repeated blocks of field in a screen.&lt;br /&gt;&lt;br /&gt;77. Is ABAP a GUI language?&lt;br /&gt;ANS:-&lt;br /&gt;Yes.&lt;br /&gt;ABAP IS AN EVENT DRIVEN LANGUAGE.&lt;br /&gt;&lt;br /&gt;78. Normally how many and what files get created when a transaction program is written?&lt;br /&gt;What is the XXXXXTOP program?&lt;br /&gt;ans:-&lt;br /&gt;ABAP/4 program.&lt;br /&gt;DYNPRO&lt;br /&gt;&lt;br /&gt;79. What are the include programs?&lt;br /&gt;ANS:-&lt;br /&gt;When the same sequence of statements in several programs are to be written repeadly they are coded in include programs (External programs) and are included in ABAP/4 programs.&lt;br /&gt;&lt;br /&gt;80. Can you call a subroutine of one program from another program?&lt;br /&gt;ans:- Yes- only external subroutines Using 'SUBMIT' statement.&lt;br /&gt;&lt;br /&gt;81. What are user exits? What is involved in writing them? What precations are needed?&lt;br /&gt;&lt;br /&gt;82. What are RFCs? How do you write RFCs on SAP side?&lt;br /&gt;&lt;br /&gt;83. What are the general naming conventions of ABAP programs?&lt;br /&gt;ANS:-&lt;br /&gt;Should start with Y or Z.&lt;br /&gt;&lt;br /&gt;84. How do you find if a logical database exists for your program requrements?&lt;br /&gt;ans:-&lt;br /&gt;SLDB-F4.&lt;br /&gt;&lt;br /&gt;85. How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?&lt;br /&gt;ans:-&lt;br /&gt;Transcode is entered in command field to open the table.Utilities-Table contents-display.&lt;br /&gt;&lt;br /&gt;86. How do you find the menu path for a given transaction in SAP?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;87. What are the different modules of SAP?&lt;br /&gt;ans:-&lt;br /&gt;FI,CO,SD,MM,PP,HR.&lt;br /&gt;&lt;br /&gt;89. How do you get help in ABAP?&lt;br /&gt;ans:-&lt;br /&gt;HELP-SAP LIBRARY,by pressing F1 on a keyword.&lt;br /&gt;&lt;br /&gt;90. What are different ABAP/4 editors? What are the differences?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;91. What are the different elements in layout sets?&lt;br /&gt;ans:-&lt;br /&gt;PAGES,Page windows,Header,Paragraph,Character String,Windows.&lt;br /&gt;&lt;br /&gt;92. Can you use if then else,perform ..etc statements in sap script?&lt;br /&gt;ans:-&lt;br /&gt;yes.&lt;br /&gt;&lt;br /&gt;93. What type of variables normally used in sap script to output data?&lt;br /&gt;&lt;br /&gt;94. How do you number pages in sapscript layout outputs?&lt;br /&gt;&lt;br /&gt;95. What takes most time in SAP script programming?&lt;br /&gt;ANS:-&lt;br /&gt;LAYOUT DESIGN AND LOGO INSERTION.&lt;br /&gt;&lt;br /&gt;96. How do you use tab sets in layout sets?&lt;br /&gt;&lt;br /&gt;97. How do you backup sapscript layout sets? Can you download and upload? How?&lt;br /&gt;&lt;br /&gt;98. What are presentation and application servers in SAP?&lt;br /&gt;ANS:-&lt;br /&gt;The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on application servers. The application servers communicate with the presentation components, the database, and also with each other, using the message server.&lt;br /&gt;&lt;br /&gt;99. In an ABAP/4 program how do you access data that exists on a presentation server vs on an application server?&lt;br /&gt;ans:-&lt;br /&gt;i)using loop statements.&lt;br /&gt;ii)flat&lt;br /&gt;&lt;br /&gt;100. What are different data types in ABAP/4?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;Elementary -&lt;br /&gt;predefined C,D,F,I,N,P,T,X.&lt;br /&gt;userdefined TYPES.&lt;br /&gt;ex: see in intel book page no 35/65&lt;br /&gt;&lt;br /&gt;Structures:-&lt;br /&gt;predefined TABLES.&lt;br /&gt;userdefined Field Strings and internal tables.&lt;br /&gt;&lt;br /&gt;101. What is difference between session method and Call Transaction?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;102. Setting up a BDC program where you find information from?&lt;br /&gt;ans:-&lt;br /&gt;&lt;br /&gt;103. What has to be done to the packed fields before submitting to a BDC session.&lt;br /&gt;ans:-&lt;br /&gt;fields converted into character type.&lt;br /&gt;&lt;br /&gt;104. What is the structure of a BDC sessions.&lt;br /&gt;ans:-&lt;br /&gt;BDCDATA (standard structure).&lt;br /&gt;&lt;br /&gt;105. What are the fields in a BDC_Tab Table.&lt;br /&gt;ans:-&lt;br /&gt;program,dynpro,dynbegin,fnam,fval.&lt;br /&gt;&lt;br /&gt;106. What do you define in the domain and data element.&lt;br /&gt;Technical details like&lt;br /&gt;&lt;br /&gt;107. What is the difference between a pool table and a transparent table and how they are stored at the database level.&lt;br /&gt;ans:-&lt;br /&gt;ii)Pool tables is a logical representation of transparent tables .Hence no existence at database level. Where as transparent tables are physical tables and exist at database level.&lt;br /&gt;&lt;br /&gt;108. What is cardinality?&lt;br /&gt;For cardinality one out of two (domain or data element) should be the same for Ztest1 and Ztest2 tables. M:N&lt;br /&gt;Cardinality specifies the number of dependent(Target) and independent (source) entities which can be in a relationship&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP Certification Sample Questions for Abapers in SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-certification-sample-questions-for.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:16:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-2342064975939809444</guid><description>Question:&lt;br /&gt;Within the TOP-OF-PAGE event the following code represents:write: /1 text-001.&lt;br /&gt;&lt;br /&gt;A: A selection text.&lt;br /&gt;B: A basic list row.&lt;br /&gt;C: A page footer&lt;br /&gt;D: A page headerQuestion:&lt;br /&gt;Given the two ABAP Dictioary tables below, the Customer number field in table one must contain a value from table two. The Customer number field is known as a ____.&lt;br /&gt;&lt;br /&gt;Table one:&lt;br /&gt;Customer number (Primary key)&lt;br /&gt;Company code (Primary key)&lt;br /&gt;Other data&lt;br /&gt;&lt;br /&gt;Table two:&lt;br /&gt;Customer number (Primary key)&lt;br /&gt;Customer name&lt;br /&gt;Other data&lt;br /&gt;&lt;br /&gt;A: Secondary index&lt;br /&gt;B: Matchcode object&lt;br /&gt;C: Validation field&lt;br /&gt;D: Foreign key&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question:&lt;br /&gt;A batch input job with two steps is processed. IMPORT/EXPORT statements are used to pass values between the steps.&lt;br /&gt;&lt;br /&gt;Step 1 contains the statements&lt;br /&gt;STATUS='S'. CONT = 'C'.&lt;br /&gt;EXPORT STATUS CONT TO MEMORY ID 'XXXX'.&lt;br /&gt;&lt;br /&gt;Step 2 contains the statements&lt;br /&gt;CLEAR:CONT, STATUS, FLAG.&lt;br /&gt;IMPORT CONT FLAG FROM MEMORY ID 'XXXX'.&lt;br /&gt;&lt;br /&gt;What do the fields SY-SUBRC, CONT and FLAG contain after the IMPORT statement have been executed?&lt;br /&gt;&lt;br /&gt;A. SY-SUBRC=4. CONT='C'. FLAG=''.&lt;br /&gt;B. SY-SUBRC=0. CONT='C'. FLAG=''.&lt;br /&gt;C. SY-SUBRC=0. CONT=''. FLAG=''.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question:&lt;br /&gt;The structure of a table has been changed in the ABAP/4 Dictionary.&lt;br /&gt;Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?&lt;br /&gt;&lt;br /&gt;A. Delete and recreate the database table.&lt;br /&gt;B. Change the database directory (ALTER TABLE) where the structure change with ALTER TABLE is supported by the database.&lt;br /&gt;C. Convert the table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question:&lt;br /&gt;Must Exits be predefined by SAP programmers?&lt;br /&gt;&lt;br /&gt;A. No&lt;br /&gt;B. Yes&lt;br /&gt;C. Customers can determine for themselves where they want to use exits&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Important ABAP FAQ's in SAP</title><link>http://liveinsap.blogspot.com/2008/09/important-abap-faqs-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:12:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-1932050965744294158</guid><description>1)What are dml statements in sap?&lt;br /&gt;&lt;br /&gt;Ans: Insert, Update, Delete.&lt;br /&gt;&lt;br /&gt;2)What is the difference between open sql &amp;amp; native sql?&lt;br /&gt;&lt;br /&gt;Ans: Open SQL allows you to access all database tables known to the SAP system, regardless of the database manufacturer. Sometimes, however, we may want to use database-specific SQL statements called Native SQL in your ABAP/4 program.&lt;br /&gt;To avoid incompatibilities between different database tables and also to make ABAP/4 programs independent of the database system in use, SAP has created a set of separate SQL statements called Open SQL. Open SQL contains a subset of standard SQL statements as well as some enhancements which are specific to SAP.&lt;br /&gt;A database interface translates SAP's Open SQL statements into SQL commands specific to the database in use. Native SQL statements access the database directly&lt;br /&gt;&lt;br /&gt;3)What is Primary key, foreign key ? what is primary index? secondary index?&lt;br /&gt;&lt;br /&gt;Ans: Primary index: the primary index contains key fiels of a table and a pointer to non-key fields of the table. The primary index is created automatically when a table is created in database and moreover you can further define reference to the primary index which are known as Secondary index.4)How many indexes can be created for a table?&lt;br /&gt;&lt;br /&gt;Ans: 9.&lt;br /&gt;&lt;br /&gt;5)What is data class?&lt;br /&gt;&lt;br /&gt;Ans: The data class specifies in which table space the table is created in database.&lt;br /&gt;&lt;br /&gt;6)Give few names of cluster tables in sap?&lt;br /&gt;&lt;br /&gt;Ans7)Give few names of pooled tables in sap?&lt;br /&gt;&lt;br /&gt;Ans: A pool table has many to one relation with the table in the database. For one table in the database there are many tables in the dictionary. Tha table in the database has a diff name than in the table in the data dict, it has diff no of fields and field names are different. A pooled table is stored in the pool at the database level. A table pool is a databse table with a special struct that enables the data of many R3 tables to be stored in it. It can hold only pooled tables.&lt;br /&gt;Sorry I dont know table names.&lt;br /&gt;&lt;br /&gt;8)Give few names of transparent tables?&lt;br /&gt;&lt;br /&gt;Ans: A transparent table has a one to one relataionship in the database. The table in the dictionary has the same name, same no of fields, and the fields have the same name as in the R3 table defn. A transparent tabel has application data (Master and Transaction). sorry i dont know table names.&lt;br /&gt;&lt;br /&gt;9)What is a buffer and how many types?&lt;br /&gt;&lt;br /&gt;Ans: Buffer is othing but which stores data temporarily. there are two types of buffers.&lt;br /&gt;&lt;br /&gt;They are Roll and Page areas.&lt;br /&gt;Pages : it stores the application data.&lt;br /&gt;Roll area: it stores the data of previous pages.Data areas of used programs are created in roll areas for each internal session.&lt;br /&gt;&lt;br /&gt;10)What is table maintenance generator and how to create that? What is the transaction code?&lt;br /&gt;&lt;br /&gt;Ans: Table maintanence generator is nothing but making a table available for adding records and deleting records.&lt;br /&gt;The transaction code used is SM30.&lt;br /&gt;&lt;br /&gt;11)How to add new fields to a standard sap table?&lt;br /&gt;&lt;br /&gt;Ans: 1. Appended structures 2. Customizing tables&lt;br /&gt;&lt;br /&gt;12)What are lock objects?&lt;br /&gt;&lt;br /&gt;Ans: Lock objects are nothing but which holds a data for particular field value until you remove a lock..&lt;br /&gt;&lt;br /&gt;13)Diff betwn inner &amp;amp; outer join?&lt;br /&gt;&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;14)What is the use of start-of-selection event?&lt;br /&gt;&lt;br /&gt;Ans: Start-of-selection is called implicity even it is not used in the program. start-of-selection is triggered after the standard selection screen has been displayed.&lt;br /&gt;&lt;br /&gt;15)What is the difference between end-of-page and end-of-selection?&lt;br /&gt;&lt;br /&gt;Ans: End-of-page : is footer of the page. End-of-selection: is triggered At the end of the processing block.&lt;br /&gt;&lt;br /&gt;16)If you write a write statement after end-of-selection, will that be triggered?&lt;br /&gt;&lt;br /&gt;Ans: Yes&lt;br /&gt;&lt;br /&gt;17)How to create a button in selection screen?&lt;br /&gt;&lt;br /&gt;Ans: Using parametres&lt;br /&gt;&lt;br /&gt;18)How to add a gui status in a selection screen?&lt;br /&gt;&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;19)How to create a check box/option button in a list?&lt;br /&gt;&lt;br /&gt;Ans: Regarding Runtime creation of Check Boxes&lt;br /&gt;&lt;br /&gt;20)Can you call a bdc program from a report? how?&lt;br /&gt;&lt;br /&gt;Ans: Yes through Submit and return&lt;br /&gt;&lt;br /&gt;21)Can you call a transaction from a report? how?&lt;br /&gt;&lt;br /&gt;Ans: Yes Using Call transaction and leave to.&lt;br /&gt;&lt;br /&gt;22)What are ALV reports? how they are different from normal reports?&lt;br /&gt;Ans: these reports are used to find subtotals and totals in a report. If you want i'll give you an example program.&lt;br /&gt;&lt;br /&gt;23)What are the main events that are used in an ALV report?&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;24)What is the use of SLIS type pool in alv reports?&lt;br /&gt;&lt;br /&gt;Ans: Slis type pool is a global defination of pooltypes of catalog structure, table and layout which we use in ALV reports.&lt;br /&gt;&lt;br /&gt;25)Difference between top-of-page and top-of-page during at-line- selection?&lt;br /&gt;&lt;br /&gt;Ans: Top-of-page is a header on primary list. Top-of-page during line-selection is a header on secondary lists.&lt;br /&gt;&lt;br /&gt;26)In an interactive report, after going to 5th list, can you come back to 2nd list? how?&lt;br /&gt;&lt;br /&gt;How many type of internal tables are there?&lt;br /&gt;&lt;br /&gt;Ans: Standard, Hashed, Sorted tables&lt;br /&gt;&lt;br /&gt;27)What is the difference between hashed &amp;amp; sorted internal tables?&lt;br /&gt;&lt;br /&gt;Ans: Sorted internal table works on Binary Search and Hashed internal tables works on hashed alogorthim through indexes.&lt;br /&gt;&lt;br /&gt;28)What is the difference between standard and sorted internal tables? (in performance wise)&lt;br /&gt;&lt;br /&gt;Ans: Sorted table improve the performance in case of a huge table which has no: of records&lt;br /&gt;&lt;br /&gt;29)What is the use of at new statement?&lt;br /&gt;&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;30)When do you need to create an internal table with header line? and with out a header line? line?&lt;br /&gt;&lt;br /&gt;Ans: If we don't want to use any explicit work area then its better to go for an internal table with header line.&lt;br /&gt;&lt;br /&gt;31)What does it mean occurs 0 while creating an internal table?&lt;br /&gt;&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;32)Which of these methods can be best used in background process?&lt;br /&gt;&lt;br /&gt;Ans : Batch Input method.&lt;br /&gt;&lt;br /&gt;33)What is direct input method?&lt;br /&gt;&lt;br /&gt;What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?&lt;br /&gt;&lt;br /&gt;Ans: Exec Sql[Performing&lt;br /&gt;[Native sql statements]&lt;br /&gt;endexec.&lt;br /&gt;The above is the syntax for the native sql statements.&lt;br /&gt;&lt;br /&gt;Disadvantages:&lt;br /&gt;&lt;br /&gt;. Syntax check is not done to statements written inside the EXEC SQL statements.&lt;br /&gt;&lt;br /&gt;34)What is the meaning of ABAP/4 editor integrated with ABAP/4 data dictionary?&lt;br /&gt;&lt;br /&gt;What transactions do you use for data analysis?&lt;br /&gt;&lt;br /&gt;ANs: Sorry i dont know but for runtime analysis we use transaction code : se30.&lt;br /&gt;&lt;br /&gt;35)What are selection texts?&lt;br /&gt;&lt;br /&gt;Ans: in the selection screen you can change the name of the field,title etc using selection texts. go to text--&gt; text elemets---&gt; selection texts in the menu bar to set selection texts.&lt;br /&gt;&lt;br /&gt;36)What is the client concept in SAP? What is the meaning of client independent?&lt;br /&gt;&lt;br /&gt;How to find the return code of a statement in ABAP programs?&lt;br /&gt;&lt;br /&gt;Ans: Through functions.&lt;br /&gt;&lt;br /&gt;37)What is performance tuning?&lt;br /&gt;&lt;br /&gt;Ans: Performance tuning for Data Selection Statement&lt;br /&gt;&lt;br /&gt;38)What are steps you follow to improve the performance of a report?&lt;br /&gt;&lt;br /&gt;Ans: 1) USe select fields statements (not select *)&lt;br /&gt;2) Use views rather than tables&lt;br /&gt;3) Don't use nested Select.&lt;br /&gt;&lt;br /&gt;39)What is the role of secondary index in performance?&lt;br /&gt;&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;40)What is the role of ST05 in performance tuning?&lt;br /&gt;&lt;br /&gt;Ans: SQL trace&lt;br /&gt;&lt;br /&gt;41)What is the role of extended syntax check in performance tuning?&lt;br /&gt;&lt;br /&gt;Ans:&lt;br /&gt;&lt;br /&gt;42)Will join conditions in sql queries affect perfomance? how?&lt;br /&gt;&lt;br /&gt;Ans : Yes&lt;br /&gt;&lt;br /&gt;43)Will sorted internal tables help in performance?&lt;br /&gt;&lt;br /&gt;Ans: Yes&lt;br /&gt;&lt;br /&gt;44)Will where conditions in a sql query help improve performance?&lt;br /&gt;&lt;br /&gt;Ans: No Not at all&lt;br /&gt;&lt;br /&gt;45)Does select single *.. / select * .. affect performance? how?&lt;br /&gt;&lt;br /&gt;Ans: Select single we use for first hit of the record. so obviously Select single will improve the performance.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SAP ABAP FAQ (Technical)</title><link>http://liveinsap.blogspot.com/2008/09/sap-abap-faq-technical.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:09:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-8334477239619591454</guid><description>DATA DICTIONARY&lt;br /&gt;&lt;br /&gt;1.What is data Dictionary ?&lt;br /&gt;&lt;br /&gt;2.What is the difference between open sql &amp;amp; native sql ?&lt;br /&gt;&lt;br /&gt;3.Difference between Pooled, cluster &amp;amp; transparent tables?&lt;br /&gt;&lt;br /&gt;4. What is Primary key, foreign key ? what is primary index?&lt;br /&gt;secondary index?&lt;br /&gt;&lt;br /&gt;5.How many indexes can be created for a table?&lt;br /&gt;&lt;br /&gt;6. what is a value table?&lt;br /&gt;&lt;br /&gt;7. what are the components of a table?8. what is a domain?&lt;br /&gt;&lt;br /&gt;9.what is a data element?&lt;br /&gt;&lt;br /&gt;10.what is data class?&lt;br /&gt;&lt;br /&gt;11.can you create a table with out a data element?&lt;br /&gt;&lt;br /&gt;12. can you create a field with out a data element?&lt;br /&gt;&lt;br /&gt;13.What approach you prefer for creating a table?14.Give few names of cluster tables in sap?&lt;br /&gt;&lt;br /&gt;15.Give few names of pooled tables in sap?&lt;br /&gt;&lt;br /&gt;16.give few names of transparent tables?&lt;br /&gt;&lt;br /&gt;17.what is a buffer and how many types?&lt;br /&gt;&lt;br /&gt;18.what is table maintenance generator and how to create&lt;br /&gt;that? What is the transaction code?&lt;br /&gt;&lt;br /&gt;19.How to add new fields to a standard sap table ?&lt;br /&gt;&lt;br /&gt;20.How many types of table joins are there?&lt;br /&gt;&lt;br /&gt;21.Difference between inner join &amp;amp; outer join?&lt;br /&gt;&lt;br /&gt;22. Difference between "select * from mara" and "select&lt;br /&gt;single * from mara"?&lt;br /&gt;&lt;br /&gt;23.what is a match code ? Lock objects ?&lt;br /&gt;&lt;br /&gt;24.what are views?&lt;br /&gt;&lt;br /&gt;25. what are logical tables/database?&lt;br /&gt;26. what is the difference between table and a structure?&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Faq Miscellaneous in SAP ABAP</title><link>http://liveinsap.blogspot.com/2008/09/faq-miscellaneous-in-sap-abap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:06:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-1110255589431110572</guid><description>1. Can you create a table with fields not referring to data elements?&lt;br /&gt;&lt;br /&gt;YES. eg:- ITAB LIKE SPFLI.here we are referening to a data object&lt;br /&gt;(SPFLI) not data element.&lt;br /&gt;&lt;br /&gt;What are the different types of data dictionary objects? tables,&lt;br /&gt;structures, views, domains, data elements, lock objects, Match code&lt;br /&gt;objects.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. What should be the approach for writing a BDC program?&lt;br /&gt;&lt;br /&gt;STEP 1: CONVERTING THE LEGACY SYSTEM DATA TO A FLAT FILE to&lt;br /&gt;internal&lt;br /&gt;table CALLED "CONVERSION".&lt;br /&gt;STEP 2: TRANSFERING THE FLAT FILE INTO SAP SYSTEM CALLED "SAP&lt;br /&gt;DATA&lt;br /&gt;TRANSFER".&lt;br /&gt;STEP 3: DEPENDING UPON THE BDC TYPE&lt;br /&gt;i)call transaction(Write the program explicity)&lt;br /&gt;ii) create sessions (sessions are created and processed.if success&lt;br /&gt;data will transfer).&lt;br /&gt;&lt;br /&gt;3. What are the problems in processing batch input sessions and How&lt;br /&gt;is batch input process different from processing online?&lt;br /&gt;&lt;br /&gt;PROBLEMS:&lt;br /&gt;i) If the user forgets to opt for keep session then the session will&lt;br /&gt;be automatically removed from the session queue(log remains).&lt;br /&gt;However if session is processed we may delete it manually.&lt;br /&gt;ii)if session processing fails data will not be transferred to SAP&lt;br /&gt;database table.&lt;br /&gt;&lt;br /&gt;4. What does an extract statement do in the ABAP program?&lt;br /&gt;&lt;br /&gt;Once you have declared the possible record types as field groups and&lt;br /&gt;defined their structure, you can fill the extract dataset using the&lt;br /&gt;following statements: EXTRACT. When the first EXTRACT statement&lt;br /&gt;occurs in a program, the system creates the extract dataset and adds&lt;br /&gt;the first extract record to it. In each subsequent EXTRACT&lt;br /&gt;statement, the new extract record is added to the dataset EXTRACT&lt;br /&gt;HEADER. When you extract the data, the record is filled with the&lt;br /&gt;current values of the corresponding fields. As soon as the system&lt;br /&gt;has processed the first EXTRACT statement for a field group , the&lt;br /&gt;structure of the corresponding extract record in the extract dataset&lt;br /&gt;is fixed. You can no longer insert new fields into the field groups&lt;br /&gt;and HEADER. If you try to modify one of the field groups afterwards&lt;br /&gt;and use it in another EXTRACT statement, a runtime error occurs. By&lt;br /&gt;processing EXTRACT statements several times using different field&lt;br /&gt;groups, you fill the extract dataset with records of different&lt;br /&gt;length and structure. Since you can modify field groups dynamically&lt;br /&gt;up to their first usage in an EXTRACT statement, extract datasets&lt;br /&gt;provide the advantage that you need not determine the structure at&lt;br /&gt;the beginning of the program.&lt;br /&gt;&lt;br /&gt;5. Can a transparent table exist in data dictionary but not in the&lt;br /&gt;data base physically?NO. TRANSPARENT TABLE DO EXIST WITH THE SAME STRUCTURE BOTH IN&lt;br /&gt;THE&lt;br /&gt;DICTIONARY AS WELL AS IN THE DATABASE,EXACTLY WITH THE SAME&lt;br /&gt;DATA AND&lt;br /&gt;FIELDS.&lt;br /&gt;&lt;br /&gt;6. What is the step by step process to create a table in datadictionary?&lt;br /&gt;&lt;br /&gt;step 1: creating domains(data type, field length, range).&lt;br /&gt;step 2: creating data elements(properties and type for a table&lt;br /&gt;field).&lt;br /&gt;step 3: creating tables(SE11).&lt;br /&gt;&lt;br /&gt;7. What is the typical structure of an ABAP/4 program?&lt;br /&gt;&lt;br /&gt;HEADER ,BODY,FOOTER.&lt;br /&gt;&lt;br /&gt;8. A situation: An ABAP program creates a batch input session. We&lt;br /&gt;need to submit the program and the batch session in back ground. How&lt;br /&gt;to do it?&lt;br /&gt;&lt;br /&gt;go to SM36 and create background job by giving job name, job class&lt;br /&gt;and job steps (JOB SCHEDULING)&lt;br /&gt;&lt;br /&gt;9. What are the domains and data elements?DOMAINS : FORMAL DEFINITION OF THE DATA TYPES.THEY SET&lt;br /&gt;ATTRIBUTES&lt;br /&gt;SUCH AS DATA TYPE,LENGTH,RANGE. DATA ELEMENT : A FIELD IN R/3&lt;br /&gt;SYSTEM&lt;br /&gt;IS A DATA ELEMENT.&lt;br /&gt;&lt;br /&gt;10. What is the alternative to batch input session?&lt;br /&gt;&lt;br /&gt;Call transaction.&lt;br /&gt;&lt;br /&gt;12. What is a batch input session?&lt;br /&gt;&lt;br /&gt;BATCH INPUT SESSION is an intermediate step between internal table&lt;br /&gt;and database table. Data along with the action is stored in session&lt;br /&gt;ie data for screen fields, to which screen it is passed, program&lt;br /&gt;name behind it, and how next screen is processed.&lt;br /&gt;&lt;br /&gt;13. What is the advantage of structures? How do you use them in theABAP programs?&lt;br /&gt;&lt;br /&gt;Adv:- GLOBAL EXISTANCE(these could be used by any other program&lt;br /&gt;without creating it again).&lt;br /&gt;&lt;br /&gt;14. How many types of tables exists and what are they in datadictionary?&lt;br /&gt;&lt;br /&gt;4 types of tables&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i)Transparent tables - Exists with the same structure both in&lt;br /&gt;dictionary as well as in database exactly with the same data and&lt;br /&gt;fields. Both Opensql and Nativesql can be used.&lt;br /&gt;&lt;br /&gt;ii)Pool tables &amp;amp; iii)Cluster tables - These are logical tables that are arranged as&lt;br /&gt;records of transparent tables. one cannot use native sql on these&lt;br /&gt;tables (only open sql).They are not managable directly using&lt;br /&gt;database system tools.&lt;br /&gt;iv)Internal tables - .?&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------&lt;br /&gt;Faq Miscellaneous-2&lt;br /&gt;1. What is the command in subscript?&lt;br /&gt;&lt;br /&gt;2. In ver 3.0b how is the print program to layout set?&lt;br /&gt;&lt;br /&gt;3. What's an effective way of using an internal table record? What are the types of internal tables?&lt;br /&gt;&lt;br /&gt;4. In production what is the user exit?&lt;br /&gt;&lt;br /&gt;5. What type of user exits have you written?&lt;br /&gt;&lt;br /&gt;6. Have you worked with field groups? Have you used Import/Export statements?&lt;br /&gt;&lt;br /&gt;7. In the `select' statement what is group by?&lt;br /&gt;&lt;br /&gt;8. Have you used performance tuning? What major steps will you use for these?&lt;br /&gt;&lt;br /&gt;9. On ABAP: Did you set up a workflow? Are you familiar with all steps for setting up a workflow?&lt;br /&gt;&lt;br /&gt;10. Have you created Maintenance dialog or Table Maintenance?&lt;br /&gt;&lt;br /&gt;11. How to create client independent tables?&lt;br /&gt;&lt;br /&gt;12. Difference between client dependent and client independent tables?&lt;br /&gt;&lt;br /&gt;13. Have you created database tables?&lt;br /&gt;&lt;br /&gt;14. Difference between Search Helps and Match Codes?&lt;br /&gt;&lt;br /&gt;15.Elementary search helps, Collective search help.?&lt;br /&gt;&lt;br /&gt;16.What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?&lt;br /&gt;&lt;br /&gt;17.What is open sql vs native sql?&lt;br /&gt;&lt;br /&gt;18.What is a collect statement? How is it different from append?&lt;br /&gt;&lt;br /&gt;19. If an entry with the same key already exists, the COLLECT statement does not append a new line, but&lt;br /&gt;adds the contents of the numeric fields in the work area to the contents of the numeric fields in the existing entry.?&lt;br /&gt;&lt;br /&gt;20. How can I copy a standard table to make my own z_table.?&lt;br /&gt;&lt;br /&gt;21. Which transaction code can I used to analyze the performance of ABAP program.?&lt;br /&gt;&lt;br /&gt;22. How do we debug sapscript?&lt;br /&gt;&lt;br /&gt;23.Can we create field without data element and how?&lt;br /&gt;&lt;br /&gt;24. When top of the page event is triggered?&lt;br /&gt;&lt;br /&gt;25. How do you get output from IDOC?&lt;br /&gt;----------------------------------------------------------&lt;br /&gt;Faq Miscellaneous-3&lt;br /&gt;&lt;br /&gt;SAP R-3 Interview Question?&lt;br /&gt;&lt;br /&gt;1. In selection screen I have three fields, plant mat no and materialgroup. If I input plant how do I get the mat no and material groupbased on plant dynamically?&lt;br /&gt;&lt;br /&gt;2. On which even we can validate the input fields in module progams?&lt;br /&gt;&lt;br /&gt;3. What are client dependant objects in abap/sap?&lt;br /&gt;&lt;br /&gt;4. How data is stored in cluster table?&lt;br /&gt;&lt;br /&gt;5. What is the difference between Upload and WS_Upload ?&lt;br /&gt;&lt;br /&gt;6. Open datasets, Read datasets ( Reading and writing data to files)?&lt;br /&gt;&lt;br /&gt;7.Have you set up a back ground job ? How to create a background job without a variant ?&lt;br /&gt;&lt;br /&gt;8. Have you processed BDCs ?&lt;br /&gt;&lt;br /&gt;9. How do you send files to the legacy systems from SAP and vice versa?&lt;br /&gt;&lt;br /&gt;10. How does one know that the legacy files have come on to the SAP server you are working&lt;br /&gt;on?&lt;br /&gt;&lt;br /&gt;11. What kind of BDC programs are written ?&lt;br /&gt;&lt;br /&gt;12. Update types in Call transaction method. What is the difference?&lt;br /&gt;&lt;br /&gt;13. Call transaction method, how to capture the errors ?&lt;br /&gt;&lt;br /&gt;14. Data conversion experience?&lt;br /&gt;&lt;br /&gt;15. Experience with ABAP and Unix files?&lt;br /&gt;&lt;br /&gt;16. From Excel to ABAP - Is batch mode possible ?&lt;br /&gt;&lt;br /&gt;17. How to read files and process BDCs automatically?&lt;br /&gt;&lt;br /&gt;18. Difference between /N and /BEND?&lt;br /&gt;&lt;br /&gt;19. SM35 transaction . How to automate BDC ?&lt;br /&gt;&lt;br /&gt;20. BDC vs Direct Loads( have you used direct loads on SAP tables )?&lt;br /&gt;&lt;br /&gt;21. Recording Function?&lt;br /&gt;&lt;br /&gt;22. What are logical databases?&lt;br /&gt;&lt;br /&gt;23. What is Group by in Select statement?&lt;br /&gt;&lt;br /&gt;24. Catch Command?&lt;br /&gt;&lt;br /&gt;25. Explain Commit and Roll back?&lt;br /&gt;&lt;br /&gt;26. Difference between Insert, Update and Modify?&lt;br /&gt;&lt;br /&gt;27. What happens Update command is used without where clause ?&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP Interview Questions in SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-interview-questions-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 22:03:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-3849883222941074583</guid><description>1. How data is stored in cluster table?&lt;br /&gt;Each field of cluster table behaves as tables which contains the no. of entries.2. What are client dependant objects in abap/sap?&lt;br /&gt;SAP Script layout, text element, and some DDIC objects.&lt;br /&gt;&lt;br /&gt;3. On which even we can validate the input fields in module progams?&lt;br /&gt;In PAI (Write field statement on field you want to validate, if you want to validate group of fields put in chain and End chain statement.)&lt;br /&gt;&lt;br /&gt;4. In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?&lt;br /&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR MATERIAL.&lt;br /&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' to get material and material group for the plant.&lt;br /&gt;&lt;br /&gt;5. How do you get output from IDOC?&lt;br /&gt;Data in IDOc is stored in segments, the output from Idoc is obtained by reading the data stored in its respective segments.&lt;br /&gt;&lt;br /&gt;6. When top of the page event is triggered?&lt;br /&gt;After excuteing first write statement in start-of-selection event.&lt;br /&gt;&lt;br /&gt;7. Can we create field without data element and how?&lt;br /&gt;In SE11 one option is available above the fields strip. Data element/ direct type.&lt;br /&gt;&lt;br /&gt;8. How do we debug sapscript?&lt;br /&gt;Go to SE71 give lay set name , go to utilities select debugger mode on.&lt;br /&gt;&lt;br /&gt;9. Which transaction code can I used to analyze the performance of ABAP program.TCode AL21.&lt;br /&gt;10. How can I copy a standard table to make my own z_table.&lt;br /&gt;Go to transaction SE11. Then there is one option to copy table. Press that button. Enter the name of the standard table and in the Target table enter Z table name and press enter.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;11. What is the use of 'outerjoin'&lt;br /&gt;Ans. With the use of outer join you can join the tables even there is no entry in all the tables used in the view.&lt;br /&gt;In case of inner join there should be an entry in al the tables use in the view.&lt;br /&gt;&lt;br /&gt;12. When to use logical database?&lt;br /&gt;Ans. Advantage of Logical databases:&lt;br /&gt;less coding s required to retrieve data compared to normal internel tables.&lt;br /&gt;Tables used LDB are in hierarchial structure.&lt;br /&gt;&lt;br /&gt;13. What is the use of 'table index'?&lt;br /&gt;Ans .Index is used for faster access of data base tables.&lt;br /&gt;&lt;br /&gt;14. What is the use of 'FOR ALL ENTRIES'?&lt;br /&gt;Ans. To avoid nested select statements we use SELECT FOR ALL ENTRIES statement.&lt;br /&gt;If there r more than 10000 records SELECT FOR ALL ENTRIES is used.&lt;br /&gt;Performance wise SELECT FOR ALL ENTRIES is better to use.&lt;br /&gt;&lt;br /&gt;15. Can you set up background processing using CALL TRANSACTION?&lt;br /&gt;Yes,Using No Screen Mode.&lt;br /&gt;&lt;br /&gt;16. What are table buffers?&lt;br /&gt;Table buffers reside locally on each application server in the system. The data of buffered tables can thus be accessed&lt;br /&gt;directly from the buffer of the application server. This avoids the time-consuming process of accessing the database.&lt;br /&gt;&lt;br /&gt;Buffering is useful if table needs to be accessed more no. of times in a program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;17. How do I set a flag for a field in any table?&lt;br /&gt;Create a char field of length 1. for example field STAS-LKENZ is Deletion Indicator. It means that if the value in the field is 'X' then that record has been deleted.&lt;br /&gt;&lt;br /&gt;18. Can I execute user exits? If yes, how?&lt;br /&gt;Yes you can. after finding the user exit, you need to use, goto CMOD add ur user-exit to your project. Then activate the FM which you require. Now go into that function module there will be a Include program wit name ZX* . Double click on it, it will ask to create an object, answer it Yes and then write your code in it.&lt;br /&gt;19. How do I find the output type of a table or a program?&lt;br /&gt;Table TNAPR / NAST&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Interview Question on BAPI, RFC, ABAP Objects, Tables in SAP</title><link>http://liveinsap.blogspot.com/2008/09/interview-question-on-bapi-rfc-abap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:59:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-7346305412134385680</guid><description>1) What is the difference between RFC and BAPI ?&lt;br /&gt;What are subclasses and super classes in BAPI and also what are the methods in BAPI ?&lt;br /&gt;2) Is it possible to connect SAP to Non-SAP systems to retrieve data using RFC alone with out using BAPI ?&lt;br /&gt;3) What is the difference between Function module and BAPI ?&lt;br /&gt;4) What are the types of tables?&lt;br /&gt;5) What are pooled table ?&lt;br /&gt;6) What are Hashed Tables ?&lt;br /&gt;7) What are advantages of using ABAP objects?&lt;br /&gt;8) What is the advantage of using ABAP objects in Reports ?1) BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.&lt;br /&gt;&lt;br /&gt;The following standardized BAPIs are provided:&lt;br /&gt;Reading instances of SAP business objects&lt;br /&gt;GetList ( ) With the BAPI GetList you can select a range of object key values, for example, company codes and material numbers.The BAPI GetList() is a class method.&lt;br /&gt;GetDetail() With the BAPI GetDetail() the details of an instance of a business object type are retrieved and returned to the calling program. The instance is identified via its key. The BAPI GetDetail() is an instance method. BAPIs that can create, change or delete instances of a business object type&lt;br /&gt;&lt;br /&gt;The following BAPIs of the same object type have to be programmed so that they can be called several times within one transaction. For example, if, after sales order 1 has been created, a second sales order 2 is created in the same transaction, the second BAPI call must not affect the consistency of the sales order 2. After completing the transaction with a COMMIT WORK, both the orders are saved consistently in the database.&lt;br /&gt;&lt;br /&gt;Create( ) and CreateFromData! ( )&lt;br /&gt;The BAPIs Create() and CreateFromData() create an instance of an SAP business object type, for example, a purchase order. These BAPIs are class methods.&lt;br /&gt;&lt;br /&gt;Change( )&lt;br /&gt;The BAPI Change() changes an existing instance of an SAP business object type, for example, a purchase order. The BAPI Change () is an instance method.&lt;br /&gt;&lt;br /&gt;Delete( ) and Undelete( ) The BAPI Delete() deletes an instance of an SAP business object type from the database or sets a deletion flag.&lt;br /&gt;&lt;br /&gt;The BAPI Undelete() removes a deletion flag. These BAPIs are instance methods.&lt;br /&gt;&lt;br /&gt;Cancel ( ) Unlike the BAPI Delete(), the BAPI Cancel() cancels an instance of a business object type. The instance to be cancelled remains in the database and an additional instance is created and this is the one that is actually canceled. The Cancel() BAPI is an instance method.&lt;br /&gt;&lt;br /&gt;Add ( ) and Remove ( ) The BAPI Add adds a subobject to an existing object inst! ance and the BAPI and Remove removes a subobject from an object instance. These BAPIs are instance methods.&lt;br /&gt;&lt;br /&gt;2) No it is not possible to connect SAP to Non-SAP systems to retrieve data using RFC alone. RFC can acces the SAP from outside only through BAPI and same is for vice versa access.&lt;br /&gt;&lt;br /&gt;3) Each Bapi Object has Interface, Key Fields, Attributes,Methods and Events.&lt;br /&gt;Bapi Function Modules can be attached to these Bapi objects .Function module has a single bound functionality while a BAPI object can contain many functionalities&lt;br /&gt;&lt;br /&gt;4) Transparent table, Pool table and cluster table are data dictionary table objects sorted table, indexed table and hash table are internal tables.&lt;br /&gt;&lt;br /&gt;5) Table plools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.&lt;br /&gt;&lt;br /&gt;A table in the database in which all records from the pooled tables assigned to the table pool are stored corresponds to a table pool.&lt;br /&gt;&lt;br /&gt;The definition of a pool consists essentially of two key fields (Tabname and Varkey) and a long argument field (Vardata).&lt;br /&gt;Table Clusters Several logical data records from different cluster tables can be stored together in one physical record in a table cluster.&lt;br /&gt;&lt;br /&gt;A cluster key consists of a series of freely definable key fields and a field (Pageno) for distinguishing continuation records. A cluster also contains a long field (Vardata) that contains the contents of the data fields of the cluster tables for this key. If the data does not fit into the long field, continuation records are created. Control information on the structure of the data string is still written at the beginning of the Vardata field.&lt;br /&gt;&lt;br /&gt;6) Hashed tables&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is the most appropriate type for any table where the main operation is key access. You cannot access a hashed table using its index. The response time for key access remains constant, regardless of the number of table entries. Like database tables, hashed tables always have a unique key. Hashed tables are useful if you want to construct and use an internal table which resembles a database table or for processing large amounts of data.&lt;br /&gt;&lt;br /&gt;Sample Prog: This does nothing.&lt;br /&gt;REPORT Z_1 .&lt;br /&gt;tables: mara.&lt;br /&gt;data: i type hashed table of mara with unique key matnr&lt;br /&gt;&lt;br /&gt;7) and 8) ABAP objects are root for your program and reports.&lt;br /&gt;&lt;br /&gt;RFC Vs BAPI&lt;br /&gt;&lt;br /&gt;BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA.&lt;br /&gt;&lt;br /&gt;In this case you only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI. It is not possible to connect SAP to Non-SAP systems to retrieve data using RFC alone. RFC can acces the SAP from outside only through BAPI and same is for vice versa access.&lt;br /&gt;&lt;br /&gt;RFC is the protocol used by SAP for remote communication, that is, for communications between remote (independent) systems. RFC is used for communications between two independent SAP systems, or for communications between an SAP system and a non-SAP system, such as an external application. It can also be used for communications between modules on the same system. Using the RFC interfaces you can extend the functionality of R/3 applications from an external program.&lt;br /&gt;&lt;br /&gt;What is the different btween clear and refresh?&lt;br /&gt;&lt;br /&gt;There are 2 types of clear statements we can use:&lt;br /&gt;Clear ITAB : This Statement will clear the Internal Table Header content.&lt;br /&gt;To clear the Intertal Table Hearder as well Body we can use Clear ITAB [ ] statement.&lt;br /&gt;&lt;br /&gt;Refresh will deletes the Internal Table content but still memory is not freed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the pick statement do?&lt;br /&gt;&lt;br /&gt;Pick Statemnt will captures the UserAction.&lt;br /&gt;Eg: if SY-UCOMM = 'X'.&lt;br /&gt;This type of user actions can be captured thru PICK Statement only.&lt;br /&gt;&lt;br /&gt;What is the different between session method and call transaction method and suppose I used one method to transform the data next time suppose I want transform the data which method I can use.&lt;br /&gt;&lt;br /&gt;There are many difference between Session method and Call Transaction.&lt;br /&gt;Which method we have to use will be found based on Volume Of data and Accuracy of data given. Mainly Call Transaction used for small sets of data because in Call Transaction we have to Handle the Processing errors explicitly. We can do this by BDCMSGCOLL structure.&lt;br /&gt;In Session method seperate session will crate for errors. Calll Transaction will update the Database fastly compare with Session Method.&lt;br /&gt;&lt;br /&gt;What is single and upto one row different?&lt;br /&gt;&lt;br /&gt;The Major difference between Select Single and Select UPTO 1 rows is The Usage Of Buffer for each.&lt;br /&gt;Select Single will search for all the satisfied data and bring all that data into Buffer and later it will give to that data to the program.&lt;br /&gt;Select UPTO 1 Rows will end the search after getting the 1st satisfied record and gives that record to the program.&lt;br /&gt;Thus Select Single will take much processing time when compare with Select UPTO 1 rows.&lt;br /&gt;&lt;br /&gt;What is the differences between selection screen and selection screen out?&lt;br /&gt;&lt;br /&gt;The difference between Selection Screen and Selection Screen Output is we use the Selection Screen Output Event before the Selection Screen will displayed. Eg: Suppose if we want to disable some fields and enable some fields in the Selection Screen then we can code that in Section-Screen Output event.&lt;br /&gt;Selection-Screen Event will trigger after section-screen is displayed and user action takes place on that.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Learning ABAP or SAP Application</title><link>http://liveinsap.blogspot.com/2008/09/learning-abap-or-sap-application.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:56:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-1577129031086448556</guid><description>This is important for you, as an ABAP/4 programmer, to know because these applications are all written entirely in ABAP/4. These are the applications you must understand to be a proficient developer in R/3.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For example, assume you know ABAP/4 and you have been asked to write a financial report summarizing debits and credits by fiscal year for each vendor in the enterprise. You might know how to code in ABAP, but would you know how to begin to solve such a request?Or perhaps your job entails new development in ABAP/4. You are asked to design a system that provides stock quotations to potential buyers. If you do not know the financial and sales and distribution systems, you won't know if you are creating something that already exists in R/3. Nor can you know if there are R/3 tables that already contain data similar to or identical to the type of data you want to store. These applications are highly integrated. A developer who takes the approach "I'll build my own tables and keep my own copies of the data," might soon find his data is redundant and must be routinely synchronized with the rest of the database. He has built an application that does not take advantage of the highly integrated nature of the R/3 environmentI only point this out because many developers who wish to become independent consultants think that learning ABAP/4 is all they need to develop in the R/3 system. It is certainly a great start, but it is only the start. The importance of training in a functional area can be overlooked or unknown to those interested in becoming proficient ABAP/4 consultants. Obviously, much of this learning can and will be done on the job. However, I hope to illustrate the point that learning the ABAP/4 language is only the beginning of a long journey into SAP. If you desire to be successful as an independent consultant, you will eventually need to acquire functional area knowledge&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP Objective Questions in SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-objective-questions-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:51:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-5720015543712028638</guid><description>1 Full Buffering would be appropriate for&lt;br /&gt;&lt;br /&gt;A. Transaction Tables&lt;br /&gt;B. Small Static tables&lt;br /&gt;C. Internal Tables&lt;br /&gt;D. Tables with generic Keys&lt;br /&gt;&lt;br /&gt;2 What is the basic object of data Dictionary&lt;br /&gt;&lt;br /&gt;A. Domains&lt;br /&gt;B. Documentation&lt;br /&gt;C. Data Models&lt;br /&gt;D. Dynpro&lt;br /&gt;&lt;br /&gt;3 Search help can not be attach to:&lt;br /&gt;A. Domain&lt;br /&gt;B. field of a table&lt;br /&gt;C. check table&lt;br /&gt;D. Type4 Sub query usually more efficient because:&lt;br /&gt;&lt;br /&gt;A. data is filtered in the database&lt;br /&gt;B. data is filtered on the network&lt;br /&gt;C. data is filtered in the sapgui&lt;br /&gt;D. data is filtered at the application server&lt;br /&gt;&lt;br /&gt;5 It is better to buffer a table when&lt;br /&gt;A. When a table is read infrequently&lt;br /&gt;B. When a table is linked to check tables&lt;br /&gt;C. When a table is read frequently and the data seldom changes&lt;br /&gt;D. When a single record is to be picked up&lt;br /&gt;&lt;br /&gt;6 In Inner and outter join&lt;br /&gt;A. buffers are always used&lt;br /&gt;B. Choice of buffer can be made to use&lt;br /&gt;C. buffers are always bypassed&lt;br /&gt;D. None of above&lt;br /&gt;&lt;br /&gt;7 What is invalid attribute of a domain&lt;br /&gt;A. Type&lt;br /&gt;B. Fixed values&lt;br /&gt;C. Length&lt;br /&gt;D. Header&lt;br /&gt;&lt;br /&gt;8 Data element is an example of&lt;br /&gt;A. Physical Definition&lt;br /&gt;B. Business Object&lt;br /&gt;C. Semantic Domain&lt;br /&gt;D. Technical Domain&lt;br /&gt;&lt;br /&gt;9 What is true&lt;br /&gt;A. A view contains data&lt;br /&gt;B. Views can be buffered&lt;br /&gt;C. Views can not be buffered&lt;br /&gt;D. None of above&lt;br /&gt;&lt;br /&gt;10 Command flushes the database buffers&lt;br /&gt;A. $TAB&lt;br /&gt;B. $RESET&lt;br /&gt;C. $INIT&lt;br /&gt;D. $FREE&lt;br /&gt;&lt;br /&gt;11 How many lists can exist in parallel in an interactive reporting?&lt;br /&gt;A. An Interactive report can have 1 basic list and up to 20 Secondary lists.&lt;br /&gt;B. An Interactive report can have 1 basic list and up to 19 Secondary lists.&lt;br /&gt;C. An Interactive report can have 1 basic list and up to 19 Secondary lists.&lt;br /&gt;D. An Interactive report can have 1 basic list and up to 21 Secondary lists.&lt;br /&gt;&lt;br /&gt;12. What are the check tables and value tables? (Multiple Answer)&lt;br /&gt;A. Check table will be at field level checking.&lt;br /&gt;B. Value table will be at domain level checking&lt;br /&gt;C Value table will be at field level checking&lt;br /&gt;D. Check table will be at domain level checking.&lt;br /&gt;&lt;br /&gt;13.What are presentation and application servers in SAP? (Multiple Answer)&lt;br /&gt;&lt;br /&gt;A. Application server is actually a program named Sapgui.exe. It is usually installed On a user’s workstation.&lt;br /&gt;&lt;br /&gt;B. Application server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input &amp;amp; output for them.&lt;br /&gt;&lt;br /&gt;C. Presentation server is actually a program named Sapgui.exe. It is usually installed On a user’s workstation.&lt;br /&gt;&lt;br /&gt;D. Presentation server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input &amp;amp; output for them.&lt;br /&gt;&lt;br /&gt;14.What is the difference between Synchronous and Asynchronous updates? (Multiple Answer)&lt;br /&gt;&lt;br /&gt;A. In synchronous processing, the program waits: control returns to the program only when the task has been completed.&lt;br /&gt;&lt;br /&gt;B. In asynchronous processing, the program does not wait: the system returns control after merely logging the request for execution.&lt;br /&gt;&lt;br /&gt;C. In asynchronous processing, the program waits: control returns to the program only when the task has been completed.&lt;br /&gt;&lt;br /&gt;D. In synchronous processing, the program does not wait: the system returns control after merely logging the request for execution.&lt;br /&gt;&lt;br /&gt;15.What are the main events an interactive report have? (Multiple Answer)&lt;br /&gt;&lt;br /&gt;A. Top-of-page during line selection.&lt;br /&gt;&lt;br /&gt;B. At line-selection.&lt;br /&gt;&lt;br /&gt;C. At user-command.&lt;br /&gt;&lt;br /&gt;D. AT New&lt;br /&gt;&lt;br /&gt;16.How many types of tables exist in data dictionary? (Multiple Answer)&lt;br /&gt;&lt;br /&gt;A. Transparent tables&lt;br /&gt;B. Internal Table&lt;br /&gt;C. Pool tables&lt;br /&gt;D. Hash Table&lt;br /&gt;E. Cluster tables&lt;br /&gt;F. Master Data Table&lt;br /&gt;&lt;br /&gt;17. What is the difference between UPLOAD and WS_UPLOAD? (Multiple Answer)&lt;br /&gt;&lt;br /&gt;A. WS_UPLOAD - File transfer with dialog from presentation server file to internal table. Data which is available in a file on the presentation server is transferred in an internal table. ASCII &amp;amp; Binary files can be transferred.&lt;br /&gt;&lt;br /&gt;B. UPLOAD - To read data from the presentation server into an internal table without a user&lt;br /&gt;dialog, use the function module WS_UPLOAD. The most important parameters are listed below.&lt;br /&gt;&lt;br /&gt;C. UPLOAD - File transfer with dialog from presentation server file to internal table. Data which is available in a file on the presentation server is transferred in an internal table. ASCII &amp;amp; Binary files can be transferred.&lt;br /&gt;&lt;br /&gt;D.WS_UPLOAD - To read data from the presentation server into an internal table without a user dialog, use the function module WS_UPLOAD. The most important parameters are listed below.&lt;br /&gt;&lt;br /&gt;18.Is Session Method, Asynchronous or Synchronous?&lt;br /&gt;A. Asynchronous&lt;br /&gt;B. Synchronous&lt;br /&gt;C. Synchronous and Asynchronous&lt;br /&gt;D. None of above&lt;br /&gt;&lt;br /&gt;19. What are the differences between SAP memory and ABAP memory? (Multiple Answer)&lt;br /&gt;&lt;br /&gt;A. SAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this area is retained within a sequence of program calls, allowing you to pass data between programs that call one another. It is also possible to pass data between sessions using SAP Memory.&lt;br /&gt;&lt;br /&gt;B. ABAP Memory is a memory area to which all sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session (as with ABAP memory) or to pass data from one session to another.&lt;br /&gt;&lt;br /&gt;C.ABAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this area is retained within a sequence of program calls, allowing you to pass data between programs that call one another. It is also possible to pass data between sessions using SAP Memory.&lt;br /&gt;&lt;br /&gt;D.SAP Memory is a memory area to which all sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session (as with ABAP memory) or to pass data from one session to another.&lt;br /&gt;&lt;br /&gt;20. Which data type cannot be used to define parameters.&lt;br /&gt;&lt;br /&gt;A. Type N&lt;br /&gt;B. Type C&lt;br /&gt;C. Type F&lt;br /&gt;D. Type P&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ANSWERS:-&lt;br /&gt;&lt;br /&gt;1. B&lt;br /&gt;&lt;br /&gt;2. A&lt;br /&gt;&lt;br /&gt;3. D&lt;br /&gt;&lt;br /&gt;4. A&lt;br /&gt;&lt;br /&gt;5. C&lt;br /&gt;&lt;br /&gt;6. C&lt;br /&gt;&lt;br /&gt;7. D&lt;br /&gt;&lt;br /&gt;8. C&lt;br /&gt;&lt;br /&gt;9. B&lt;br /&gt;&lt;br /&gt;10. A&lt;br /&gt;&lt;br /&gt;11. A&lt;br /&gt;&lt;br /&gt;12. A,B&lt;br /&gt;&lt;br /&gt;13. C,B&lt;br /&gt;&lt;br /&gt;14. A,B&lt;br /&gt;&lt;br /&gt;15. A,B,C&lt;br /&gt;&lt;br /&gt;16. A,C,E&lt;br /&gt;&lt;br /&gt;17. C,D&lt;br /&gt;&lt;br /&gt;18. B&lt;br /&gt;&lt;br /&gt;19. C,D&lt;br /&gt;&lt;br /&gt;20. C&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>QUESTION Database in SAP ABAP</title><link>http://liveinsap.blogspot.com/2008/09/question-database-in-sap-abap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:46:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-4949526086201593389</guid><description>Q) What is ASAP methodology?&lt;br /&gt;&lt;br /&gt;Answer. ASAP stands for Accelerated SAP (ASAP). ASAP is a software tool used for project management in SAP implementations. Normally, any SAP implementation involves various phases. ASAP helps in guiding a SAP implementation project. Thus from the initial stages to the "Go Live" stage, ASAP helps in streamlining the entire SAP implementation process.&lt;br /&gt;&lt;br /&gt;One of the most asked question in a SAP interview is whether it is possible to have a self defined transaction code in SAP. The answer to the question is simple and if given tactfully can impress the interviewers.&lt;br /&gt;&lt;br /&gt;Q) In SAP, is it possible to have a self-defined transaction code?&lt;br /&gt;&lt;br /&gt;Answer: To start with, yes, self-defined reports, transactions or functions are possible within SAP. There might be numerous reasons why a company might go in for customized transaction codes or for that matter reports. To cater to this demand, SAP allows creation of user-defined transaction codes.Creating a transaction code allows the user to speed up access to specific reports/programs as the user no longer needs to use transaction code [SA38]. Thus, instead of using T-Code SA38, then entering the program name or report name and pressing execute, the same can be done directly through a pre-defined T-Code. The user can then simply use a transaction code, which will automatically open the program. In SAP customized T-codes can be created through transaction code [SE93].&lt;br /&gt;&lt;br /&gt;Q) What is ABAP data dictionary?&lt;br /&gt;Answer. A data dictionary is central source information for data in a data management system. Its function is creation and management of data definitions.The data dictionary objects are automatically created in the database.&lt;br /&gt;&lt;br /&gt;Q) How many types of tables are there in SAP?&lt;br /&gt;&lt;br /&gt;Answer. There are three types of tables&lt;br /&gt;&lt;br /&gt;1) Transparent tables&lt;br /&gt;2) Pooled tables&lt;br /&gt;3) Cluster tables&lt;br /&gt;&lt;br /&gt;Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.&lt;br /&gt;&lt;br /&gt;A table pool or table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, and continuous texts such as documentation). Data of commercial relevance is usually stored in transparent tables.&lt;br /&gt;&lt;br /&gt;Transparent Table: Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Pooled Table: Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data. Several pooled tables can be combined in a table pool. The data of these pooled tables are then sorted in a common table in the database.&lt;br /&gt;Cluster Table: Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to store control data. They can also be used to store temporary data or texts, such as documentation.&lt;br /&gt;&lt;br /&gt;A transparent table is a table that stores data directly. You can read these tables directly on the database from outside SAP with for instance an SQL statement. I.E you can use Native SQL also to read the tables along with Open SQL. Transparent table is a one to one relation table i.e. When you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data.&lt;br /&gt;&lt;br /&gt;A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field. I.E they must be read using OPEN SQL only. You cannot read them using native SQL.&lt;br /&gt;&lt;br /&gt;You can create secondary indexes on transparent tables where as secondary indexes can’t be created on pooled and cluster tables.&lt;br /&gt;&lt;br /&gt;Q) What is a table? What is the difference between structure and table?&lt;br /&gt;&lt;br /&gt;Answer: Table consists of rows and columns where we store the real world data. Main difference between structure and Table –&lt;br /&gt;&lt;br /&gt;When we create table and activate it, it will be created both in ABAP dictionary and under lying physical database. Table can hold data. Where as structure can not hold data. It is created only in the ABAP dictionary. We can declare objects that are of structure type and make use of them to hold data in run time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q)Have you ever created custom database tables (Z tables) in any project?&lt;br /&gt;&lt;br /&gt;Answer: This is the most common question being asked in any interview. For this you can say YES. I will give you a real time example. There is a report program. You want to maintain the log of execution for that report. That means you want to maintain user details who has executed the report. When they have executed and what time?&lt;br /&gt;&lt;br /&gt;For that you will create a custom table with fields like user id, date, time etc. When ever a particular report is executed, the custom table is updated with the details mentioned above. This is the simple scenario. Like this, we can create custom tables to suit our requirements.&lt;br /&gt;&lt;br /&gt;Q)What is a logical database?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answer: This is one of the most commonly asked questions in a SAP technical interview. A logical database is simply an ABAP program that combines the contents of database tables. A logical database is linked to an ABAP report program as one of the program attributes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It supplies the ABAP report program with a set of hierarchically structured table entries derived from different database tables. This saves the developer from having to program the data retrieval. The logical database term covers both the program and the dataset.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q). In SAP how can a user view a list of all changed entries in customizing tables?&lt;br /&gt;&lt;br /&gt;Answer: For viewing changed entries in a user has to turn on table logging, once this is done, one can view each changed entry to the customizing table. SAP shows information by system, date, time, user, the old entry, and the new entry; a list of all prior modified data is also shown by the system.&lt;br /&gt;Question Database&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q1) what is a data dictionary?&lt;br /&gt;&lt;br /&gt;A data dictionary is a centralized storage location for information about the data that is stored in a database. This information is often called “metadata” (data about data).&lt;br /&gt;&lt;br /&gt;A data dictionary provides answers to questions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;such as:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* What data is contained in the database?&lt;br /&gt;&lt;br /&gt;* What are the attributes of this data: name, length, format, etc.?&lt;br /&gt;&lt;br /&gt;* What relationships exist among different data objects?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q2) what is SAP’s data dictionary?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SAP’s data dictionary is called the ABAP Dictionary.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The ABAP Dictionary:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;– Enforces data integrity&lt;br /&gt;&lt;br /&gt;– Manages data definitions without redundancy&lt;br /&gt;&lt;br /&gt;– Is tightly integrated with the rest of the ABAP Workbench&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q3) what is database utility?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The database utility provides the interface between the ABAP Dictionary and the underlying database management system (DBMS). It supports the creation of tables and secondary indices in the database both online and in the background.&lt;br /&gt;&lt;br /&gt;Whenever you make a change to a dictionary object that affects the underlying database, the database utility is activated. Usually it works silently behind the scenes, but occasionally the database utility will prompt you for information. This occurs when an error is encountered or when existing data must be converted.&lt;br /&gt;&lt;br /&gt;The database utility provides the interface to the DBMS by automatically generating the Data Definition Language (DDL) that the DBMS understands.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q4) what is a data element?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A data element provides a meaningful description for a field. You will hear it called a semantic domain. The data element description appears beside a field in a table definition. These descriptions are language-dependent.&lt;br /&gt;&lt;br /&gt;Question Database&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q5) what is a domain?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A domain specifies the technical characteristics and the allowed values of a field.&lt;br /&gt;&lt;br /&gt;Domains are linked to fields via data elements. In other words, fields are assigned to data elements, and data elements are assigned to domains. You cannot directly assign fields to domains.&lt;br /&gt;&lt;br /&gt;The technical characteristics of a field are the field’s type and length. These are also referred to as the field’s format.&lt;br /&gt;&lt;br /&gt;The allowed values of a field define what is acceptable input for that field. These may be listed explicitly or may be specified by reference to a value table.&lt;br /&gt;&lt;br /&gt;Domains can exist independently in the ABAP Dictionary.&lt;br /&gt;&lt;br /&gt;Just as multiple fields may be assigned to the same data element, multiple data elements may be assigned to the same domain.&lt;br /&gt;&lt;br /&gt;As with data elements, pre-defined domains exist in the system and are available for your use. If an SAP R/3-supplied domain matches the characteristics you require, use the pre-defined domain. If you wish to change the domain’s allowed values, however, you must create your own domain.&lt;br /&gt;&lt;br /&gt;In addition to the characteristics listed previously, domains can also specify a fields output characteristics, such as output length and whether or not lowercase letters are permitted for that domain.&lt;br /&gt;&lt;br /&gt;By defining valid values for a domain, automatic validation is provided for any fields that point to that domain. This includes validation at the ABAP Dictionary level (if a program tries to insert invalid data, an error will occur) as well as at the screen level (users will not be permitted to enter invalid data).&lt;br /&gt;&lt;br /&gt;Additionally, users can obtain a list of possible entries (for fields pointing to domains with allowed values) by pressing function key F4 .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q6) what is a foreign key?&lt;br /&gt;&lt;br /&gt;A foreign key is a field (or combination of fields) that represents the primary key of another table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Foreign keys are used for:&lt;br /&gt;&lt;br /&gt;– Maintaining data integrity&lt;br /&gt;&lt;br /&gt;– Providing additional texts in the online help system&lt;br /&gt;&lt;br /&gt;– Creating other dictionary objects that are defined over multiple tables&lt;br /&gt;(such as views)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q7) what is a value table?&lt;br /&gt;&lt;br /&gt;The table containing the set of allowed values attached to a domain.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q8) what is a check table?&lt;br /&gt;&lt;br /&gt;The table that is referenced by a foreign key. A check table is either identical to a value table, or is another table containing a subset of the records in a value table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q9) what is a foreign key table?&lt;br /&gt;&lt;br /&gt;The table containing fields that are the primary key of the other table. The foreign key table is also known own as the “dependent” or “child” table.&lt;br /&gt;&lt;br /&gt;When creating foreign key relationships, you should always specify the cardinality of that relationship. Here is a reminder of the possible values for each side of the n : m notation that SAP uses to specify cardinality.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q10) How many table types are there in SAP ABAP dictionary?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are 5 different table types in the SAP ABAP Dictionary:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Transparent tables&lt;br /&gt;&lt;br /&gt;* Structures&lt;br /&gt;&lt;br /&gt;* Pool tables&lt;br /&gt;&lt;br /&gt;* Cluster tables&lt;br /&gt;&lt;br /&gt;* Views&lt;br /&gt;11) How many types of table buffering are there?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• Buffering types:&lt;br /&gt;&lt;br /&gt;– Single record: Only records actually being processed are moved into the buffer. This type of buffering preserves buffer space but requires more database hits in order to load the table. Recommended for large tables when only a few records need to be accessed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;– Generic: A subset of the table records is loaded based on part of the primary key. Recommended if only certain “generic” areas of the table will be needed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;– Full: Results in either all of the table or none of it being loaded into the buffer. Recommended for a) tables up to 30 K in size, b) larger tables where access is needed to many records, and c) tables against which attempts to access data will frequently yield a “no record found” result.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12) What is an index? What is the use of an index?&lt;br /&gt;&lt;br /&gt;An index serves as a sorted copy of the table reduced to specific fields, with a pointer to the remaining fields.&lt;br /&gt;&lt;br /&gt;Indexes accelerate the reading of tables when the system looks for records satisfying specific search criteria.&lt;br /&gt;&lt;br /&gt;The system determines the most efficient index by which to select data for the specific request.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13) What is Database Utility?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• The Database (DB) Utility is a tool used in SAP to serve as a interface between the database management software (i.e., ORACLE, INFORMIX, DB2, INGRES, etc.) and the ABAP Dictionary.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It is used to:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;– Convert data (i.e., change field lengths and data types, etc.)&lt;br /&gt;&lt;br /&gt;– Activate objects in the ABAP Dictionary&lt;br /&gt;&lt;br /&gt;– Create tables and indices&lt;br /&gt;&lt;br /&gt;– Perform all standard table operations in the database that were entered in the ABAP Dictionary&lt;br /&gt;&lt;br /&gt;• The DB Utility automatically writes the SQL commands necessary to create, change and delete tables and indexes in the physical database, and records the tables in the ABAP Dictionary.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• As the DB Utility is operating, a log file gets created which contains information on whether or not the conversion was successful and the point of failure during the conversion if it was not successful.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• The DB Utility can be run either online or in the background.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• You can also manually run the DB Utility from any ABAP Dictionary screen under the UTILITIES menu or transaction SE14.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;14) In how many ways we can modify SAP tables?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• Groups of fields or individual fields can be added to SAP delivered tables using append structures, or customizing includes:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ø Customizing includes are provided in SAP tables and structures to allow you to add fields to these structures/tables without modifying the tables themselves.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ø Append structures allow you to add fields to SAP-provided structures and transparent tables that were not provided for in the standard version.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Customizing includes are supplied empty by SAP and are filled in by the customer with the help of special customizing transactions. These includes make it possible to extend (add fields to) tables without modifying the tables themselves and without the risk of additions being overwritten during a Release Upgrade.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;· Names of customizing includes start with ‘CI_’. If a table does not contain a customizing include, you can still make additions by creating an Append structure. You cannot add your own ‘.INCLUDE CI_’ to an SAP table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Append structures are intended for additions not provided for in the standard version of SAP tables via customizing includes. They are to be used with SAP transparent tables or structures, not with customer tables.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;An Append structure is a structure assigned to exactly one table. However, a single table can have a number of append structures. It is recommended to use only one append structure in a table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When an append structure is activated, its assigned table is also activated with all of the append structure fields. When a table including an append structure is activated, the append structure fields are found and added to the table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Append structures cannot be deleted.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Append structures cannot be used with tables containing fields of data type VARC, LCHR, or LRAW because these data types must be the last field in a table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Use the Append structures … push-button in the table display screen to add fields to SAP tables.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fields contained in an Append structure are added to the SAP tables when an upgrade is performed and the appropriate tables are activated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question Database&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q) What are Reports and how do you setup Reports?&lt;br /&gt;&lt;br /&gt;A report program reads and analyzes data from one or more database tables without modifying database. Usually, the result of such a program is in the form of list which is output to the screen or sent to a printer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q) What are the different types of programs?&lt;br /&gt;&lt;br /&gt;I Include Program&lt;br /&gt;M Module Pool&lt;br /&gt;&lt;br /&gt;F Function Modules&lt;br /&gt;S External Subroutines&lt;br /&gt;&lt;br /&gt;1 On line program&lt;br /&gt;&lt;br /&gt;Q) What are the events in report programming Explain?&lt;br /&gt;&lt;br /&gt;The following events occur at runtime of a typical report program which uses logical databases. INITIALIZATION Point before the selection screen is displayed When you start a program in which a selection screen is defined (either in the program itself or logical database program), the system normally processes the selection screen first. If you want to execute a processing block before the selection screen is processed, you can assign it to the keyword INITIALIZATION.&lt;br /&gt;&lt;br /&gt;AT SELECTION-SCREEN Point after processing user input on the selection screen while the selection screen is still active.&lt;br /&gt;&lt;br /&gt;The event keyword AT SELECTION-SCREEN provides you with several possibilities to carry out processing blocks while the system is processing the selection screen.&lt;br /&gt;&lt;br /&gt;START-OF-SELECTION point after processing the selection screen&lt;br /&gt;&lt;br /&gt;The event START-OF-SELECTION gives you the possibility of creating a processing block after processing the selection screen and before accessing database tables using a logical database. You can use the processing block, for example, to set the values of internal fields or to write informational statements onto the output screen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;At the START-OF-SELECTION event, also all statements are processed that are not attached to an event keyword except those that are written behind a FORM-ENDFORM block.&lt;br /&gt;&lt;br /&gt;GET table point at which the logical database offers a line of the database table ..table.. The most important event for report programs with an attached logical database is the moment at which the logical database program has read a line from a database table. To start a processing block at this event, use the GET statement as follows.&lt;br /&gt;&lt;br /&gt;syntax GET ..table.. [fields ..List..]&lt;br /&gt;after this statement, you can work with the current line of the database table ..table... The data is provided in the table work area ..table..&lt;br /&gt;&lt;br /&gt;GET ..table.. LATE point after processing all tables which are hierarchically inferior to a specific data base table, use the event keyword GET as follows&lt;br /&gt;&lt;br /&gt;GET ..table.. LATE [FIELDS ..list..]&lt;br /&gt;&lt;br /&gt;In analogy to report programs that use only SELECT statements, the processing block of a GET ..table.. LATE statement would appear directly before the ENDSELECT statement in the SELECT loop for the database table ..table..&lt;br /&gt;&lt;br /&gt;END-OF-SELECTION point after processing all the lines offered by a logical database.&lt;br /&gt;&lt;br /&gt;To define a processing block after the system has read and processed all database tables of a logical database, use the keyword END-OF-SELECTION.&lt;br /&gt;&lt;br /&gt;QUESTION DATABASE&lt;br /&gt;&lt;br /&gt;The following events occur during the processing of the output list of a report program:&lt;br /&gt;&lt;br /&gt;Event keyword Event&lt;br /&gt;&lt;br /&gt;TOP-OF-PAGE Point during list Processing when a new page is started&lt;br /&gt;END-OF-PAGE Point during list Processing when a Page Is ended&lt;br /&gt;&lt;br /&gt;The following events occur during the display of the output list of a report program:&lt;br /&gt;Event key work Event&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AT LINE-SELECTION Point at which the user Selects a Line&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AT USER-COMMAND Point at which the user Presses a Function key or enters a command in the&lt;br /&gt;command Field.&lt;br /&gt;&lt;br /&gt;AT PF ..nn.. Point at which the User presses the Function key with the function code PF With the selection screen, ABAP/4 offers an interactive element also for report programs. You can define a selection screen without having to bother about all the details required in dialog programming.&lt;br /&gt;&lt;br /&gt;The selection screen is always processed directly after a report program is started. The user can enter field values and selection criteria on this screen.&lt;br /&gt;&lt;br /&gt;The main purpose of the selection screen is to enable the user to control the database selections of the report program. If a report program is started from another ABAP/4 program with the SUBMIT statement (see Calling Reports), the selection screen objects also serve as a data interface, With a selection screen defined in the report program, you can enable the user to&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Assign values to variables with the PARAMETERS statement&lt;br /&gt;&lt;br /&gt;Determine selection criteria with the SELECT-OPTIONS statement&lt;br /&gt;&lt;br /&gt;Q)How do you read selected lines of database table into an internal table in packages of predefined size.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SELECT * FROM SPGLI INTO TABLE ITAB PACKAGE SIZE ..N..&lt;br /&gt;&lt;br /&gt;Where ‘n’ is variable.&lt;br /&gt;&lt;br /&gt;Q)Name the WILDCARD characters which are used for comparisons with character strings &amp;amp; numeric&lt;br /&gt;&lt;br /&gt;strings.‘%’ and ‘-‘&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q)How to specify a client for database table processing.&lt;br /&gt;&lt;br /&gt;TABLES SPFLI .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SELECT * FROM SPFLI CLIENT SPECIFIED&lt;br /&gt;WHERE MANDT BETWEEN ‘001’ AND ‘003’ .&lt;br /&gt;. . .&lt;br /&gt;ENDSELECT.&lt;br /&gt;&lt;br /&gt;Q) Activation – During activation, the runtime object of aggregate object or tables is created. The runtime object is buffered so that the application program can access it quickly. Runtime object has information about the following objects of table&lt;br /&gt;&lt;br /&gt;- domain – data elements – field definition – table definition&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q) Lock Mechanism – prevents a new database operation being started an existing one has been correctly completed. When conversion is done, lock is created automatically and released only when conversion is successful.&lt;br /&gt;&lt;br /&gt;Clearing of locks&lt;br /&gt;&lt;br /&gt;- restart adjustment – attempt is made to continue conversion at the point of termination cancel adjustment - lock entry is simply deleted from table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q) Version Management functions –&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Canceling changes - reset revised version to active version&lt;br /&gt;&lt;br /&gt;- Storing changes - active version will be temporarily stored in version&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q)Switching changes - switch between active and revised versions Version catalog - list of all existing versions of an object&lt;br /&gt;&lt;br /&gt;Q)Revised version - produced when we edit an existing object&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- active version - produced when we activate an object&lt;br /&gt;&lt;br /&gt;- Temporary version - produced when we copy the active version temporarily to the database with store version functions&lt;br /&gt;&lt;br /&gt;- Historical versions - created when 1. Correctuib us created 2 cirrectuib us Released&lt;br /&gt;&lt;br /&gt;Q)Table Buffering : Possible buffering types&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- full buffering - either, whole table or none of the table is located in the buffer (Tables up to 30 kb done in client dependent fully buffered tables)&lt;br /&gt;&lt;br /&gt;- Generic buffering - generic areas of the table are fully buffered.&lt;br /&gt;&lt;br /&gt;- Generic key - left justified section of primary key of a table.&lt;br /&gt;&lt;br /&gt;- Generic area - all records for which fields of generic key correspond&lt;br /&gt;&lt;br /&gt;Single record buffering - records actually being accessed are loaded to buffers, large records where few records are accessed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q)Types of internal tables?Internal Tables ? Types ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STANDARD table&lt;br /&gt;&lt;br /&gt;Key access to a standard table uses a linear search. This means that the time required for a search is in linear relation to the number of table entries.&lt;br /&gt;&lt;br /&gt;You should use inde operations to access standard tables.&lt;br /&gt;&lt;br /&gt;SORTED table&lt;br /&gt;&lt;br /&gt;Defines the table as one that is always saved correctly sorted.&lt;br /&gt;&lt;br /&gt;Key access to a sorted table uses a binary key. If the key is not unique, the system takes the entry with the lowest index. The runtime required for key access is logarithmically related to the number of table entries.&lt;br /&gt;&lt;br /&gt;HASHED table&lt;br /&gt;&lt;br /&gt;Defines the table as one that is managed with an internal hash procedure&lt;br /&gt;&lt;br /&gt;You can only access a hashed table using the generic key operations or other generic operations (SORT, LOOP, AND SO ON). Explicit or implicit index operations (such as LOOP . . . FROM oe INSERT itab within a LOOP) are not allowed.&lt;br /&gt;&lt;br /&gt;INDEX table&lt;br /&gt;&lt;br /&gt;A table that can be accessed using an index.&lt;br /&gt;&lt;br /&gt;Index table is only used to specify the type of generic parameters in a FORM or FUNCTION. That means that you can’t create a table of type INDEX.&lt;br /&gt;&lt;br /&gt;Standar tables and sorted tables are index tables.&lt;br /&gt;&lt;br /&gt;Syntax :&lt;br /&gt;&lt;br /&gt;DATA itab TYPE table type of line type [WITH UNIQUE/NON-UNIQUE KEY ] [Initial size n] [WITH HEADER LINE]&lt;br /&gt;&lt;br /&gt;QUESTION DATABASE&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q) What are DATA CLUSTERS ?&lt;br /&gt;&lt;br /&gt;You can group any complex internal data objects of an ABAP/4 program together in data clusters and store them temporarily in ABAP/4 memory or for longer periods in databases. You can store data clusters in special databases of the ABAP/4 Dictionary. These databases are known as ABAP/4 cluster databases and have a predefined structure. Although you can also access cluster databases using SQL statements, only ABAP/4 statements are able to decode the structure of the stored data cluster.&lt;br /&gt;&lt;br /&gt;Q)Describe the functions of the debugger screen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Single step(F5) - Use this option to step through the program statement by statement. This allows you to branch into subroutines and function modules, and to execute these routines step by step as well. Once a subroutine or function module has been processed, control returns to the statement following the CALL FUNCTION or PERFORM statement.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Execute(F6) – Use this option to process a program line by line. All of the statements on the current line are processed in a single step. If you are positioned on a line that calls a subroutine and you choose Execute, the Debugger processes the whole subroutine and then moves on to the line following the subroutine call. This allows you to jump through the statements within the subroutine.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Return (F7) - The Debugger returns from a routine to the point at which control returns to the main program. Use this option to return from a subroutine function module, or called program to the calling program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Continue (F8) – Use this option to process the program up to the next dynamic or static breakpoint or up to the cursor position. If there are no more breakpoints in the program and no cursor has been set, the system exits debugging mode and executes the rest of the program normally.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Tables – Display the contents of internal tables.&lt;br /&gt;&lt;br /&gt;Q)Problem : How to run a program in background?&lt;br /&gt;&lt;br /&gt;Solution : Execute the Report a&lt;br /&gt;&lt;br /&gt;In the selection screen: After filling the screen fields press F9&lt;br /&gt;&lt;br /&gt;A screen appears requesting U to print the Background Parameters&lt;br /&gt;&lt;br /&gt;*Enter the output device(Eg HPLJ / SAP2 etc)&lt;br /&gt;&lt;br /&gt;*In the spool options uncheck Print immediately, uncheck delete after output, and new spool request.&lt;br /&gt;&lt;br /&gt;Press enter.&lt;br /&gt;&lt;br /&gt;Another screen appears with heading start time. You can press start immediately, then save. Now the Background job is scheduled for the given program.&lt;br /&gt;&lt;br /&gt;Q)To View the status of background Job, The transaction code is SM37.&lt;br /&gt;&lt;br /&gt;Execute from the resulting screen. A Job overview --&gt; From the Job list select U’r program and select spool from the application tool bar a output Controller:List of Spool Requests a Select U’ r Spool request and click display icon from the overview screen. You can see the List.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Caution : See to that the list with does not exceed 255 columns. It it exceeds the extra columns will be truncated in Background.&lt;br /&gt;&lt;br /&gt;Q)What are presentation and application servers in SAP?&lt;br /&gt;&lt;br /&gt;A presentation server is actually a program named SAP GUI. Ex. It is usually installed on a user’s workstat on. Application server is a set of executables that collectively interpret the ABAP/4 programs and manage the input &amp;amp; output for them.&lt;br /&gt;&lt;br /&gt;Q)In an ABAP/4 program how do you access data that exists on a presentation server v/s on an application server?&lt;br /&gt;&lt;br /&gt;For presentation server use UPLOAD or WS_UPLOAD function modules.&lt;br /&gt;For application server use OPEN DATASET, READ DATASET and CLOSE DATASET commands.&lt;br /&gt;&lt;br /&gt;Q)Describe the syntax and function of the AUTHORITY CHECK command?&lt;br /&gt;&lt;br /&gt;Ans :- AUTHORITY - CHECK OBJECT ID FIELD&lt;br /&gt;ID FIELD&lt;br /&gt;&lt;br /&gt;IF SY – SUBRC NE O .&lt;br /&gt;The AUTHORITY – CHECK checks whether a user has the appropriate authorization to execute a particular activity.&lt;br /&gt;&lt;br /&gt;Q) Explain the EXPORT and IMPORT commands? How can you pass more than one group of data by using IMPORT commands?&lt;br /&gt;&lt;br /&gt;EXPORT :-&lt;br /&gt;&lt;br /&gt;To read data objects from an ABAP program into ABAP memory, use the following statement :&lt;br /&gt;&lt;br /&gt;Syntax:&lt;br /&gt;&lt;br /&gt;EXPORT [FROM ] [FROM ] . . . TO MEMORY ID .&lt;br /&gt;&lt;br /&gt;This statement stores the data objects specified in the list as a cluster in memory. If you do not use the option FROM , the data object is saved under its own name. if you use the FROM option, the data object is saved under the name . the name identifies the cluster in memory. It ma be up to 32 characters long.&lt;br /&gt;&lt;br /&gt;The EXPORT statement always completely overwrites the contents of any existing data cluster with the same name .&lt;br /&gt;&lt;br /&gt;IMPORT :-&lt;br /&gt;To read data objects from ABAP memory into an ABAP program, use the following statement :&lt;br /&gt;&lt;br /&gt;Syntax:&lt;br /&gt;&lt;br /&gt;IMPORT [TO ] [TO ] . . . FROM MEMORY ID .&lt;br /&gt;&lt;br /&gt;This statement reads the data objects specified in the list from a cluster in memory. If you do not use the TO option, the data object in memory is assigned to the data object in the program with the same name. if you do use the option, the data object is read from memory into the field . the name identifies the cluster in memory. It may be up to 32 characters king.&lt;br /&gt;&lt;br /&gt;You do not have to read all of the objects stored under a particular name . You can restrict the number of objects by specifying their names. If the memory does not contain any objects under the name , SY-SUBRC is set to 4. if, on the other hand, there is a data cluster in memory with the name , SY-SUBRC is always 0, regardless of whether it contained the data object . if the cluster does not contain the data object, the target field remains unchanged.&lt;br /&gt;&lt;br /&gt;Q)Explain the READ LINE and MODIFY LINE commands.&lt;br /&gt;&lt;br /&gt;READ LINE :- use the statements READ LINE and READ CURRENT LINE to read data from the lines of existing list levels. These statements are closely connected to the HIDE technique.&lt;br /&gt;&lt;br /&gt;MODIFY LINE :- To modify the lines of a completed list from within the program, use the MODIFY LINE statement.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q)What are the differences between calling a program, transaction ‘with return’ and ‘without return’ and how can each be accomplished?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Program&lt;br /&gt;&lt;br /&gt;-SUBMIT | {field&gt;) [AND RETURN] []&lt;br /&gt;&lt;br /&gt;if you use AND RETURN, the system stores the data of the calling executable program and returns to the calling after processing the called program. The system resumes executing the calling program at the statement following the call.&lt;br /&gt;&lt;br /&gt;If you omit the AND RETURN addition, all data and list levels of the calling program (the entire internal session) are deleted. After the called executable program has finished, control returns to the level from which you started the calling program.&lt;br /&gt;&lt;br /&gt;Transaction&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-CALL TRANSACTION [AND SKIP FIRST SCREEN] [USING ].&lt;br /&gt;&lt;br /&gt;This statement saves the data of the calling program, and starts transaction . At the end of the transaction, the system returns to the statement following the call in the calling report.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-LEAVE TO TRANSACTION [AND SKIP FIRST SCREEN].&lt;br /&gt;This statement ends the calling program and starts transaction . This deletes the call stack (internal sessions) of all previous programs. At the end of the transaction, the system returns to the area menu from which the original program in the call stack was started.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Real Time questions in SAP ABAP</title><link>http://liveinsap.blogspot.com/2008/09/real-time-questions-in-sap-abap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:43:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-2136078653618971924</guid><description>Q.Which client number you use for the current project?&lt;br /&gt;&lt;br /&gt;Q.You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.&lt;br /&gt;&lt;br /&gt;Q.After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?&lt;br /&gt;&lt;br /&gt;Q.You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?&lt;br /&gt;&lt;br /&gt;Q.What is the difference between report and script?Q.what are the differences between scripts &amp;amp; smart forms?&lt;br /&gt;&lt;br /&gt;Q. what are enhancements?&lt;br /&gt;&lt;br /&gt;Q. what are user-exits ?&lt;br /&gt;&lt;br /&gt;Q. what is badi?Q. what is the difference between user-exit &amp;amp; BADIs?&lt;br /&gt;&lt;br /&gt;Q. what is the difference between user-exit &amp;amp; customer-exit?&lt;br /&gt;&lt;br /&gt;Q. How do you get functional specs when you are assigned some object? (specs through email..??)&lt;br /&gt;&lt;br /&gt;Q. How do you write technical specs?&lt;br /&gt;&lt;br /&gt;Q. How do you write UTP?(unit test plan)&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Sample Test Questions on ABAP Programming in SAP</title><link>http://liveinsap.blogspot.com/2008/09/sample-test-questions-on-abap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:40:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-8859783343934816254</guid><description># 1 . What are the 2 boxes in your system for coding for Abap and their logins?&lt;br /&gt;&lt;br /&gt;Development System &amp;amp; IDES/Sandbox# 2. If I get a problem on a report in Production server how can I modify the report.&lt;br /&gt;&lt;br /&gt;If the problem in production server we have to alter the program in Developemnt Client and transport it to QA client Test it throughly and then Transport it to Production.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# 3. Tell me about Tokens.&lt;br /&gt;&lt;br /&gt;Tokens are Issues sent by the Client to us.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#4 .How to Fix the bugs and where you will do those things.&lt;br /&gt;&lt;br /&gt;It Actuall Depends what kind of bugs they asked about:&lt;br /&gt;If it is a problem in Program, then we alter them in the SE38 (Develpment) and transport it after testing to Prd Server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#5. What is a sandboxes.&lt;br /&gt;&lt;br /&gt;SAND BOX is nothing but a test client other than Develpment Client or QA.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#6.How to conncet the from ur office to clinet in US.&lt;br /&gt;&lt;br /&gt;It will be configured by the BASIS guys..&lt;br /&gt;&lt;br /&gt;In the sap logon pad they will enter the application server id and Routing String and the SERver type in the Sytem Number....&lt;br /&gt;&lt;br /&gt;with that we will connect#7.Tell me about VPN and the connections.&lt;br /&gt;&lt;br /&gt;Its a another way to connect to other PC. its a 3rd party utility....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#8. How to login ur system.&lt;br /&gt;&lt;br /&gt;Thru SAP Logon enter the client number ,user id &amp;amp; password.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#9 .What is the purpose of SE14.&lt;br /&gt;&lt;br /&gt;Database Utility to perform table maintenance such as deleting the table or adjusting the table when there is a structure change.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#10 .What is the purpose of SM30.&lt;br /&gt;&lt;br /&gt;SM30 is a table Maintanance for the Ztable Created by us.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#11.In Data dictionary in the table creation,What is the purpose of Technical settings.&lt;br /&gt;&lt;br /&gt;To identify the Size of the Table Created and to Set whether buffering needs to be done for the table or not.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#12. What is the purpose of buffering in technical settings and for what type of tables are using buffering.&lt;br /&gt;&lt;br /&gt;It will reduce the Network tarffic but disadvantage is it will not update the Server back immediately.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#13. In reporting tell me all the events in a sequential order.&lt;br /&gt;&lt;br /&gt;- Initialization.&lt;br /&gt;&lt;br /&gt;- At Selection-Screen&lt;br /&gt;&lt;br /&gt;- Start-of-Selection.&lt;br /&gt;&lt;br /&gt;- Top-of-Page.&lt;br /&gt;&lt;br /&gt;- At Pfn.&lt;br /&gt;&lt;br /&gt;- End-of-Page.&lt;br /&gt;&lt;br /&gt;- End-of-Selection&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP Frequently Asked Question FAQ in SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-frequently-asked-question-faq-in.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:36:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-3131517929722283597</guid><description>Q: Is ABAP program client dependent or independent?&lt;br /&gt;&lt;br /&gt;A: Independent.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: What is the diffference between modifications and enhancements?&lt;br /&gt;&lt;br /&gt;A: Modification, we are modifying which is already exists, In enhancement we are adding additional functionality.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: What type of objects exist in the Data dictionary?&lt;br /&gt;&lt;br /&gt;A: Data in data dictionary is not the actual data like emp.name.name or emp.address but rather a type data whose function is to define the properties of the data, such as type, length, and relationship.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: Explain the concept of asynchronous update?&lt;br /&gt;&lt;br /&gt;A: When you change data of one table the sy-subrc is returned. And then updation of other affected tables takes place. So if system fails to update other tables still sy-subrc returned is 0 (ie, When first table gets updated).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q:What components does a dynpro consists of?&lt;br /&gt;&lt;br /&gt;A: Number of screen. Length(4)Q: What is the difference between data elements and domain?&lt;br /&gt;&lt;br /&gt;A: Data element&lt;br /&gt;&lt;br /&gt;ABAP/4 Development Workbench (BC-DWB)&lt;br /&gt;&lt;br /&gt;A data element describes the contents of a field. For example, a data element contains the F1 help texts and the key word texts (field texts) for displaying the field on the screen.&lt;br /&gt;&lt;br /&gt;Several table fields with identical contents can refer to the same data element.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Domain&lt;br /&gt;&lt;br /&gt;ABAP/4 Development Workbench (BC-DWB)&lt;br /&gt;A domain describes the technical attributes of a table field.&lt;br /&gt;These technical attributes include the data type and the field length.&lt;br /&gt;Several fields with the same technical attributes can refer to the same domain. In this case, each of these fields has the technical attributes specified in this domain.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q:What are the main elements of a status?&lt;br /&gt;&lt;br /&gt;A: 1. Usage data&lt;br /&gt;&lt;br /&gt;2. SAP data&lt;br /&gt;&lt;br /&gt;3. Host data&lt;br /&gt;&lt;br /&gt;4. SAP system data&lt;br /&gt;&lt;br /&gt;5. Database data.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: How many lists can exist in parallel in an interactive reporting?&lt;br /&gt;&lt;br /&gt;A: In the interactive reports, we can create as many as 21 lists.&lt;br /&gt;The first list is called 'Basic list' and all the successive lists are called 'Secondary lists'.&lt;br /&gt;Each list is again an interactive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q:What are the 3 main events in interactive reporting?&lt;br /&gt;&lt;br /&gt;A: 1. Top-of-page during line selection.&lt;br /&gt;&lt;br /&gt;2. At line-selection&lt;br /&gt;&lt;br /&gt;3. At user-command&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: What is IDOC and when, how to use it ?&lt;br /&gt;&lt;br /&gt;A: IDOC is one of the EDI(Electronic data interface). It is used as a format modifier.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: Is there any standard SAP report which gives a count of the number of times a program is executed ?&lt;br /&gt;&lt;br /&gt;A: Try transaction STAT&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: When we create a customer the information is updated in structure RF02D and the some tables like KNA1 are updated. How can we find the tables for master data transactions?&lt;br /&gt;&lt;br /&gt;A: Go to ABAP Workbench -&gt; Overview -&gt; application hierarchy - SAP -&gt; follow the customizing based tree for your application. Double click on a lowest hierarchy level to get for the correct marked development class. Here you can find all the tables, views, logical databases etc. used for a system operation.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP FAQ in SAP Important</title><link>http://liveinsap.blogspot.com/2008/09/abap-faq-in-sap-important.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:32:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-4807714680757464946</guid><description>ABAP Frequently Asked Question&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: How can we use CAD with SAP ?&lt;br /&gt;&lt;br /&gt;A: Third party tools from Eigner + Partner provide interfaces to SAP. Another third party software - Fastlook Plus from Kamel Software enables you to view all of the Autocad formats.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: How can I access SAP through Internet?&lt;br /&gt;&lt;br /&gt;A: SAP has its own Internet transaction Server (ITS) . Other products include Haht, WebObjects, NetDynamics etc. Each product has its' own architecture.&lt;br /&gt;&lt;br /&gt;However to access the database, access paths SAP GUI or RFC Channel have to be used.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: How can we transport the standard text?&lt;br /&gt;&lt;br /&gt;A: Refer note 3355 in OSS for a complete explanation. The SAPscript objects that should be transported must be written in a transport request.&lt;br /&gt;&lt;br /&gt;The entries are as follows:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;R3TR FORM NAME (NAME = Name of the layout set)&lt;br /&gt;R3TR STYL NAME (NAME = Name of the style)&lt;br /&gt;R3TR TEXT OBJECT,NAME,ID,L&lt;br /&gt;(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)&lt;br /&gt;&lt;br /&gt;If you want to transport a number of texts, you can use report RSTXTRAN to insert the individual text keys into a correction.&lt;br /&gt;&lt;br /&gt;The transport request must be entered and released via the transport systemQ: How to find what transactions a particular user was running for a given period in the past (Eg: from 1st of a month )&lt;br /&gt;&lt;br /&gt;A: You may use the transaction - STAT.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: We want protect/lock a field so that only selected people can change the value while others can only read. How to set the authorizations?&lt;br /&gt;&lt;br /&gt;A: Create an authorization object for change mode. Loop at screen in the user exit and set input to 0. Check the user based on sy-uname and the authorization. Decide whether input should be 0 or 1.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: How to lock an user defined transaction for some time during which no user can access the same?&lt;br /&gt;&lt;br /&gt;A: Use transaction SM01. Scroll through the transactions and check against the transaction to be locked. And after the maintenance is over, go back to SM01 and uncheck the same to unlock.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP Frequently Asked Question in SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-frequently-asked-question-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:28:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-1862872251696830985</guid><description>ABAP Frequently Asked Question&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;BDC&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: Our ABAP program is working properly in Foreground. Can I schedule it for background processing on the weekend?&lt;br /&gt;&lt;br /&gt;A: SAP standard program RSBDCSUB helps you to schedule the job. Create a variant for RSBDCSUB with the BDC session name.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: How can we send a mail to the user intimating him that his report/BDC is completed in background?&lt;br /&gt;&lt;br /&gt;A: You can use FUNCTION RS_SEND_MAIL_FOR_SPOOLLIST&lt;br /&gt;If Unix is being used, you may send a report to any internet mail with the following:&lt;br /&gt;&lt;br /&gt;REPORT ZSNDMAIL .&lt;br /&gt;DATA: COMND(200) type c.&lt;br /&gt;DATA: RESULT(200) type c occurs 100 with header line.&lt;br /&gt;PARAMETERS: FILE(60) type c lower case default '/sapdata/sd_outbound/testmail.dat'.&lt;br /&gt;PARAMETERS: SUBJECT(60) type c lower case.&lt;br /&gt;PARAMETERS: EMAIL(60) type c lower case.&lt;br /&gt;INITIALIZATION.&lt;br /&gt;TRANSLATE EMAIL TO LOWER CASE.&lt;br /&gt;START-OF-SELECTION.&lt;br /&gt;TRANSLATE EMAIL TO LOWER CASE.&lt;br /&gt;CONCATENATE 'cat' FILE '| elm -s "' subject '"' email into comnd seperated by space.&lt;br /&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD comnd 'TAB' FIELD UNIX_RESULTS-*SYS*.&lt;br /&gt;Loop at Results.&lt;br /&gt;write: /1 results.&lt;br /&gt;endloop&lt;br /&gt;end-of-selection.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SAPScript&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: We get the total number of pages as expected by using 'SAPSCRIPT-FORMPAGES' in a duplex layout. In our case duplex case is always 'Terms &amp;amp; Conditions'. We do not want the number of pages as in duplex printing. What is the best&lt;br /&gt;possible solution?&lt;br /&gt;&lt;br /&gt;A: On the Terms &amp;amp; Conditions page, Change the Page counter mode to 'HOLD' to keep the page counter from incrementing when you print the Term &amp;amp; Conditions.Q: Can I Print a logo on an Invoice?&lt;br /&gt;&lt;br /&gt;A: Save a Logo using Paintshop Pro or Corel Draw as Tiff file. Use RSTXLDMC to convert the logo to standard text in SapScript. When the program is executed, the path and file name have to be correctly specified.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Process could be like the following:&lt;br /&gt;&lt;br /&gt;Run RSTXLDMC&lt;br /&gt;Enter file name C:\MAIL\COMPLOGO.TIF&lt;br /&gt;Resolution for Tiff file&lt;br /&gt;Absolute X-position&lt;br /&gt;Absolute Y-position&lt;br /&gt;Absolute positioning&lt;br /&gt;Reserved height&lt;br /&gt;Shift to right&lt;br /&gt;UOM = CM&lt;br /&gt;Text title&lt;br /&gt;Line width for text = 132&lt;br /&gt;Text name ZHEX-MACRO-COMPLOGO&lt;br /&gt;Text ID ST&lt;br /&gt;Text language = E&lt;br /&gt;Postscript scaling&lt;br /&gt;Width &amp;amp; Height according to PS scaling&lt;br /&gt;Number of Tiff gray levels (2,4,9) 2&lt;br /&gt;Then Create a new window 'COMP' with attributes;&lt;br /&gt;Window COMP description Company Logo&lt;br /&gt;Window type CONST&lt;br /&gt;Left margin 7.00 CH window width 10.00 CH&lt;br /&gt;Upper margin LN window height 8.00 LN&lt;br /&gt;&lt;br /&gt;Finally in the text element , mention&lt;br /&gt;/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.&lt;br /&gt;&lt;br /&gt;Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed!&lt;br /&gt;&lt;br /&gt;You will not be able to see the logo in a test print. The same will be printed in actual printout.&lt;br /&gt;&lt;br /&gt;If you are using two logos in the same layout, the names of the logos should be unique. Say 'ZHEX-MACRO-LOGO1' and 'ZHEX-MACRO-LOGO2'. Else all the information will be overwritten.&lt;br /&gt;&lt;br /&gt;If the logo is not EXACTLY TIFF 6.0 , the same will not be printed.&lt;br /&gt;&lt;br /&gt;See OSS notes 5995, 18045, 39031 for some inputs.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP FAQ in SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-faq-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:25:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-3784768146624254719</guid><description>ABAP Frequently Asked Question&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RFC&lt;br /&gt;&lt;br /&gt;Q: We want to move a SAP table to an Access table using TABLE_EXPORT_TO_MSACCESS_RFC&lt;br /&gt;&lt;br /&gt;Importing parameters areDBNAME&lt;br /&gt;DEST&lt;br /&gt;FLG_APPEND&lt;br /&gt;FLG_POPUP&lt;br /&gt;LANGU&lt;br /&gt;&lt;br /&gt;The table has three columns:&lt;br /&gt;&lt;br /&gt;TABNAM&lt;br /&gt;MANDT&lt;br /&gt;SDATA&lt;br /&gt;&lt;br /&gt;We have no Exporting parameters.How shall we set the parameters?&lt;br /&gt;&lt;br /&gt;A: Install the PS utilities, which are part of SAPGUI install CD. You may run report RIACCESS from SE38 .&lt;br /&gt;&lt;br /&gt;Go to SALE -&gt; Communication -&gt; Define RFC Destination. Setup two RFC destinations PS_ACCESS_1 and PS_ACCESS_2 and will have to get them to point to wdpsastr.exe and wdpsatab.exe respectively. Then execute RIACCESS and choose PS_ACCESS_1 to generate access tables. Please note that Access only supports tables with up 255 fields.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: We want an RFC do the following transactions - MB1A, MB1C,&gt;MB01 (goods receipt/issue).&lt;br /&gt;&lt;br /&gt;A: Call the RFC INBOUND_IDOC_PROCESS with IDOC_CONTROL and IDOC_DATA. The structure in the field sdata in the IDOC_DATA are e1mbxyh and e1mbxyi.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Transports&lt;br /&gt;&lt;br /&gt;Q: In a Dev instance, we want to transport a modification to a layout set from one client to another. What is the best way?&lt;br /&gt;&lt;br /&gt;A: use transaction SE71 . Choose Utilities-&gt;Copy from Client. Layout sets need not be transported between clients , via transport requests DEVKxxxxxx.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: We need to keep track of the transports that need to flow through to other systems (ie, DEV, TST, TRN, PRD etc). Is there a way do this?&lt;br /&gt;&lt;br /&gt;A: SAPCRAFT enables you to control the CTS from DEV system. This keeps track of all transports at all stages and enables you to allocate Import, export and Authorization functions to specific user.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tables&lt;br /&gt;&lt;br /&gt;Q: We specify the logical database. And we want a field that is not present in any of the tables defaulted in logical database. How can we want to add this additional field from a different table?&lt;br /&gt;&lt;br /&gt;A: . Presume you have a logical database&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;table 1&lt;br /&gt;table 2&lt;br /&gt;table 3&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Define the required field as additional field say fld of table 1, table 2 or table 3&lt;br /&gt;and then in the code section define.&lt;br /&gt;Perform get_f1d(zxxxxxxx) using f1d.&lt;br /&gt;Form zxxxxxxx could be like;&lt;br /&gt;Form get_f1d using f.&lt;br /&gt;Select * from where 'conditions'&lt;br /&gt;f = table4 - f1d.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: We need to download an internal table to the Presentation Server(local workstation). Whenever we run the program, the same file has to be saved as a separate file in sequential order. Ex: 0001.txt, 0002.txt etc. Where can we store the last file number?&lt;br /&gt;A: SAP has a table TVARV for storing the variants.&lt;br /&gt;A record may be created in TVARV for all the programs that require this kind of incremental records.&lt;br /&gt;&lt;br /&gt;For Ex: the record could be 100Zmm10001 MM sequence rec where first part consists of client code and the program being run. Client code is required because TVARV does not has a field for client code. The second part is the description indicating the purpose what the record is created. This entire string may be posted in the Name field (char - 30).&lt;br /&gt;&lt;br /&gt;The Type field ( char - 1 ) may be populated with P or S (Parameter or Selection)&lt;br /&gt;Low field (char- 45) may be populated with '0001' when run first time and increment it by one in your program for downloading of the internal table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Batch input / Direct input&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: We are calling transaction VL01 in batch input to create deliveries using a program for delivery due list. How ever we are unable to create deliveries for transport stock orders. Why?&lt;br /&gt;&lt;br /&gt;A: Batch-inputs can not be used to fill the "delivery due list" screen because it is not a dynpro. This is a standard SAP report.&lt;br /&gt;&lt;br /&gt;A SAP report (check with "System -&gt; Status") may be called using SUBMIT sentence with the appropriate options .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It is preferred to call a report than create a Batch-input program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Q: What are some sample Direct input data transfer programs?&lt;br /&gt;A: In MM for Material Master data - RMDATIND&lt;br /&gt;&lt;br /&gt;FI - for Accounting Documents - RFBIBL00&lt;br /&gt;&lt;br /&gt;PP - for Independent requirements - RM06IN00&lt;br /&gt;&lt;br /&gt;CA - for Classification data - RCCLBI03&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SAP ABAP Interview Questions And Answers(FAQ's)</title><link>http://liveinsap.blogspot.com/2008/09/sap-abap-interview-questions-and_9234.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:20:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-5264381263190653649</guid><description>What are the advantages and disadvantages of using views in ABAP programming ?&lt;br /&gt;&lt;br /&gt;Advantages: view is used to retrieve the data very fastly from the database tables&lt;br /&gt;*memory wastage is reduced&lt;br /&gt;*faster than joins to retrieve the data from database tables&lt;br /&gt;disadvantages:&lt;br /&gt;view is not a container,it will not hold the data&lt;br /&gt;*view memory is not permanent memoryHow data is stored in cluster table?&lt;br /&gt;A cluster table conatins data from mulitple DDIC tables.&lt;br /&gt;It stores data as a name value pair ( varkey, vardata)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Have you used performance tuning? What major steps will you use for these?&lt;br /&gt;First of all tunning can be done&lt;br /&gt;In three ways: disk i/o ,sql tunning , memory tunning,&lt;br /&gt;Before tunning u have to get the status of your database using&lt;br /&gt;Oracle utility called statpack , tkprof, then you should go for tunning&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to create client independent tables?&lt;br /&gt;client independent tables:&lt;br /&gt;the table in which the first field is not mandt is the client independent tables&lt;br /&gt;*mandt is the field with mandt as the data element&lt;br /&gt;*automatically client which we login is populated to mandt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What type of user exits have you written?&lt;br /&gt;&lt;br /&gt;There are four types&lt;br /&gt;&lt;br /&gt;1.function exit&lt;br /&gt;&lt;br /&gt;2.menu ixit&lt;br /&gt;&lt;br /&gt;3.screen exit.&lt;br /&gt;&lt;br /&gt;4.field exit.&lt;br /&gt;&lt;br /&gt;These are the user exits&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How can you debug a script form?&lt;br /&gt;&lt;br /&gt;SE71 -&gt; give the form name -&gt; utilities -&gt; activate debugger&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How do we debug sapscript?&lt;br /&gt;&lt;br /&gt;First we need to put Break point in Print program where ever you want to stop the execution.&lt;br /&gt;&lt;br /&gt;After in SE71 give your form name and go to Utilities--&gt;Active De-bugger.&lt;br /&gt;&lt;br /&gt;Then go to your transcation like VF03(for Invoice or Credit memo) etc to see the print preview or print the form execute it.&lt;br /&gt;&lt;br /&gt;When you execute it the the form Debugging will get activated and you can see your Form execution step by step.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are the different types of data dictionary objects?&lt;br /&gt;&lt;br /&gt;Answer1&lt;br /&gt;&lt;br /&gt;Data Dictionary Objects&lt;br /&gt;&lt;br /&gt;* Tables&lt;br /&gt;&lt;br /&gt;* Views&lt;br /&gt;&lt;br /&gt;* Domain&lt;br /&gt;&lt;br /&gt;* Data Element&lt;br /&gt;&lt;br /&gt;* Type Groups&lt;br /&gt;&lt;br /&gt;* Search Helps/Matchcode Objects&lt;br /&gt;&lt;br /&gt;* Lock objects&lt;br /&gt;&lt;br /&gt;* Structures&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Table Types&lt;br /&gt;&lt;br /&gt;Answer2&lt;br /&gt;&lt;br /&gt;the dictionary objects are:&lt;br /&gt;&lt;br /&gt;Domain&lt;br /&gt;Dataelements&lt;br /&gt;Tables&lt;br /&gt;Views&lt;br /&gt;Structures&lt;br /&gt;Typegroups&lt;br /&gt;Search helps&lt;br /&gt;Lock objects etc which are data base related objects in sap&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the step by step process to create a table in data dictionary?&lt;br /&gt;&lt;br /&gt;Answer1&lt;br /&gt;&lt;br /&gt;Steps to create database tables&lt;br /&gt;&lt;br /&gt;1.go to se11&lt;br /&gt;&lt;br /&gt;2.give name the database table&lt;br /&gt;&lt;br /&gt;3.give short description for the table&lt;br /&gt;&lt;br /&gt;4.Give delivery class name as A and data browser / table view maint as&lt;br /&gt;&lt;br /&gt;Display/maintenence allowed&lt;br /&gt;&lt;br /&gt;5.select fields tab&lt;br /&gt;&lt;br /&gt;6.give field name data type(user defined element type/built-in-type),short text&lt;br /&gt;&lt;br /&gt;7.select technical settings tab ,give data class as appl0 and size category as 0&lt;br /&gt;&lt;br /&gt;8.save it&lt;br /&gt;&lt;br /&gt;9.go utillities menu click table contents select create and enter the field values then select display in table contents and u can view the table values with field lables.&lt;br /&gt;&lt;br /&gt;Answer2&lt;br /&gt;&lt;br /&gt;Bottom to top approach:&lt;br /&gt;&lt;br /&gt;step 1:&lt;br /&gt;&lt;br /&gt;creating a domain:&lt;br /&gt;&lt;br /&gt;*Se11,select the object type as domain ,name it ,create,description,enter the datatype and length(size),save ,activate&lt;br /&gt;&lt;br /&gt;step2:&lt;br /&gt;&lt;br /&gt;Creating a dataelement;&lt;br /&gt;&lt;br /&gt;Se11,select the object type as :date element,name it ,create,desc,assign it with a domain what we created now,save,activate it.&lt;br /&gt;&lt;br /&gt;Step3:&lt;br /&gt;&lt;br /&gt;Creating a table;&lt;br /&gt;&lt;br /&gt;Se11,select the object type as table,name it, create,&lt;br /&gt;Enter the field name and assign it with the data element instead of assigning a datatype to it,&lt;br /&gt;&lt;br /&gt;Like this create req fields:&lt;br /&gt;&lt;br /&gt;On behalf of this:&lt;br /&gt;&lt;br /&gt;Table maintainence:&lt;br /&gt;&lt;br /&gt;Assign the type of the table ie.,A C G L S&lt;br /&gt;&lt;br /&gt;NEXT&lt;br /&gt;Maintaince:&lt;br /&gt;allowed,not allowed ,allowed with restricions&lt;br /&gt;______________________________________________&lt;br /&gt;fields of a table:(as descripted above)&lt;br /&gt;___________________________________________&lt;br /&gt;&lt;br /&gt;Techical settings:&lt;br /&gt;&lt;br /&gt;A0&lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;A1&lt;br /&gt;&lt;br /&gt;AND&lt;br /&gt;&lt;br /&gt;BUFFERED OR NON-BUFFERED&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can a transparent table exist in data dictionary but not in the data base physically?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answer1&lt;br /&gt;&lt;br /&gt;NO. TRANSPARENT TABLE DO EXIST WITH THE SAME STRUCTURE BOTH IN THE DICTIONARY AS WELL AS IN THE DATABASE,EXACTLY WITH THE SAME DATA AND FIELDS.&lt;br /&gt;No,&lt;br /&gt;&lt;br /&gt;At the point you will activate your table a same transparent table is going to be create in database&lt;br /&gt;&lt;br /&gt;Answer2&lt;br /&gt;&lt;br /&gt;Yes, a transparent table(definition) can exist in the data dictionary and not in the database. In this case, it is not activated&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are the domains and data elements?&lt;br /&gt;&lt;br /&gt;Domains:&lt;br /&gt;___________&lt;br /&gt;&lt;br /&gt;domains are the dictionary objects that are assigned with constants and data types&lt;br /&gt;data elements:&lt;br /&gt;______________&lt;br /&gt;data elements are dictionary objects that are assigned with the domains.&lt;br /&gt;uses:'&lt;br /&gt;&lt;br /&gt;* data elements are used to create relation between tables.&lt;br /&gt;&lt;br /&gt;* data elements are used to transfer the data from one R/3 to another R/3.&lt;br /&gt;&lt;br /&gt;* to create search helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is a collect statement? How is it different from append?&lt;br /&gt;&lt;br /&gt;APPEND :&lt;br /&gt;IT IS USED TO GET THE RECORD FROM THE INTERNAL TABLE HEADER TO THE BODY AREA&lt;br /&gt;IT ALLOWS DUPLICATION&lt;br /&gt;&lt;br /&gt;COLLECT:&lt;br /&gt;&lt;br /&gt;IT IS USED TO A GET A RECORD FROM HEADER TO THE BODY AREA BUT IT WILL NOT ALLOW ANY DUPLICATION EXCEPT IF THERE IS ANY NUMERIC FIELS IT ADDS THAT FIELDS DATA BUT NOT AS A NEW RECORD&lt;br /&gt;&lt;br /&gt;On ABAP: Did you set up a workflow? Are you familiar with all steps for setting up a workflow?&lt;br /&gt;&lt;br /&gt;Yes.&lt;br /&gt;&lt;br /&gt;Execute the Txn SWDD(Creating a new Workflow).&lt;br /&gt;&lt;br /&gt;In the header of the Workflow, define the Business Object and Event you refer to for triggering the Wf.&lt;br /&gt;&lt;br /&gt;Create the Steps required for your workflow(Activity).&lt;br /&gt;&lt;br /&gt;Inside the Activity, Create the task and assign the Business Object and the related method for that business object.&lt;br /&gt;&lt;br /&gt;Activate the Workflow.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the ‘select’ statement what is “group by”?&lt;br /&gt;&lt;br /&gt;Group by clause is used to fetch the data from the table by the specified field&lt;br /&gt;Ex.select count (*) from emptable group by deptno where deptno = 1.&lt;br /&gt;&lt;br /&gt;It is used to find the number of employees present in the specified department no.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How can I copy a standard table to make my own z_table?&lt;br /&gt;&lt;br /&gt;WE CAN CREATE A STRUCTURE LIKE THE SAME STRUCTURE AS DATABASE TABLE AND WE CAN USE&lt;br /&gt;&lt;br /&gt;SELECT* FROM DATABASE TABLE INTO TABLE ITAB&lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;INSERT INTO ITAB VALUES DATABASE TABLE&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From Excel to ABAP - Is batch mode possible ?&lt;br /&gt;&lt;br /&gt;DATA w_file TYPE string.&lt;br /&gt;&lt;br /&gt;* Convert the file path into string&lt;br /&gt;&lt;br /&gt;w_file = p_input.&lt;br /&gt;&lt;br /&gt;* Internal Table should have same field sequence as EXL File.&lt;br /&gt;&lt;br /&gt;CLEAR t_upload.&lt;br /&gt;&lt;br /&gt;REFRESH t_upload.&lt;br /&gt;&lt;br /&gt;* Call function to upload the data into internal table&lt;br /&gt;&lt;br /&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;br /&gt;&lt;br /&gt;EXPORTING&lt;br /&gt;&lt;br /&gt;filename = w_file&lt;br /&gt;&lt;br /&gt;filetype = 'ASC'&lt;br /&gt;&lt;br /&gt;has_field_separator = 'X'&lt;br /&gt;&lt;br /&gt;TABLES&lt;br /&gt;&lt;br /&gt;data_tab = t_upload&lt;br /&gt;&lt;br /&gt;EXCEPTIONS&lt;br /&gt;&lt;br /&gt;file_open_error = 1&lt;br /&gt;&lt;br /&gt;file_read_error = 2&lt;br /&gt;&lt;br /&gt;no_batch = 3&lt;br /&gt;&lt;br /&gt;gui_refuse_filetransfer = 4&lt;br /&gt;&lt;br /&gt;invalid_type = 5&lt;br /&gt;&lt;br /&gt;no_authority = 6&lt;br /&gt;&lt;br /&gt;unknown_error = 7&lt;br /&gt;&lt;br /&gt;bad_data_format = 8&lt;br /&gt;&lt;br /&gt;header_not_allowed = 9&lt;br /&gt;&lt;br /&gt;separator_not_allowed = 10&lt;br /&gt;&lt;br /&gt;header_too_long = 11&lt;br /&gt;&lt;br /&gt;unknown_dp_error = 12&lt;br /&gt;&lt;br /&gt;access_denied = 13&lt;br /&gt;&lt;br /&gt;dp_out_of_memory = 14&lt;br /&gt;&lt;br /&gt;disk_full = 15&lt;br /&gt;&lt;br /&gt;dp_timeout = 16&lt;br /&gt;&lt;br /&gt;OTHERS = 17.&lt;br /&gt;&lt;br /&gt;IF sy-subrc NE 0.&lt;br /&gt;&lt;br /&gt;* MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;br /&gt;&lt;br /&gt;* WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4. ELSE.&lt;br /&gt;&lt;br /&gt;* Delete the first row of heading from the uploaded table&lt;br /&gt;&lt;br /&gt;DELETE t_upload INDEX 1.&lt;br /&gt;&lt;br /&gt;ENDIF. " IF sy-subrc EQ 0&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Interview Questions And Answers for SAP ABAP</title><link>http://liveinsap.blogspot.com/2008/09/interview-questions-and-answers-for-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:17:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-200288568044647962</guid><description>What is the difference between Type and Like?&lt;br /&gt;&lt;br /&gt;Answer1:&lt;br /&gt;&lt;br /&gt;TYPE, you assign datatype directly to the data object while declaring.&lt;br /&gt;LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced indirectly.&lt;br /&gt;&lt;br /&gt;Answer2:&lt;br /&gt;&lt;br /&gt;Type is a keyword used to refer to a data type whereas Like is a keyword used to copy the existing properties of already existing data object.&lt;br /&gt;&lt;br /&gt;Answer3:&lt;br /&gt;&lt;br /&gt;type refers the existing data type&lt;br /&gt;like refers the existing data objectWhat is Tcode SE16. For what is it used. Explain briefly?&lt;br /&gt;&lt;br /&gt;Answer1:&lt;br /&gt;&lt;br /&gt;SE16 is a T-code for object browser.&lt;br /&gt;Generally used to search the fields of SAP Tables . and respective data.&lt;br /&gt;&lt;br /&gt;Answer2:&lt;br /&gt;se16 is a data browse and it is used to view the contents of the table and we cannot change or append new fields to the existing structure of the table as we cannot view the structure level display using the se16&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are different ABAP/4 editors? What are the differences?&lt;br /&gt;&lt;br /&gt;The 2 editors are se38 and se80 both have the abap editor in place. In se38 you can go create programs and view online reports and basically do all thedevelopmet of objects in this editor. In se80 ( object navigator) there are additional features such as creating packages,module pool , function group ,classes, programs ( where you can create ur programs) and BSP applications .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is difference between dialog program and a report?&lt;br /&gt;&lt;br /&gt;Report is a excecutable program&lt;br /&gt;Dialog is a module pool program.It has to be executed via a transaction only.&lt;br /&gt;Dialog programming is used for customization ofscreens&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How do you connect to the remote server if you are working from the office for the client in remote place.&lt;br /&gt;&lt;br /&gt;WAS web application server or ITS are generally used for this purpose. If you are sitting at your office with a server which is in the system and the other server is at the clients place you can generate IDOC, intermidiate documents which carry the data you want to transfer or the documents you want to transfer, these IDOC are interpretted by the system at the recieving end with the message class with which it is bound with. If you want to logon a system which is very distant..then remote login can be used this depends on the internet speed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Explain about roll area , Dispatcher, ABAP-Processor.&lt;br /&gt;&lt;br /&gt;Answer1:&lt;br /&gt;&lt;br /&gt;Roll area is nothing but memory allocated by work process. It holds the information needed by R/3 about programs execution such as value of the variables.&lt;br /&gt;Dispatcher :All the requests that come from presentation server will be directed first to dispatcher. Further dispatcher sends this requests to work process on FIFO(First In and First Out) basis.&lt;br /&gt;&lt;br /&gt;Answer2:&lt;br /&gt;&lt;br /&gt;Dispatcher recieves the request from client and assigns the request to one of the work process.&lt;br /&gt;&lt;br /&gt;Roll area: Each workprocess works in a particular memory that memory is known as Role Area, which consists of User context and session data.&lt;br /&gt;&lt;br /&gt;ABAP- Processor :is an interpretor which can execute logic&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Which one is not an exit comand ? (Exit, cencle, stop, back)&lt;br /&gt;&lt;br /&gt;STOP.&lt;br /&gt;&lt;br /&gt;Effect :The statement STOP is only to be used in executable programs&lt;br /&gt;&lt;br /&gt;EXIT.&lt;br /&gt;&lt;br /&gt;Effect :If the EXIT statement is executed outside of a loop, it will immediately terminate the current processing block.&lt;br /&gt;&lt;br /&gt;BACK.&lt;br /&gt;&lt;br /&gt;Effect : This statement positions the list cursor on the first position of the first line in a logical unit.&lt;br /&gt;&lt;br /&gt;So "Cancle" is not an exit command&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is Field symbol ?&lt;br /&gt;&lt;br /&gt;Answer1:&lt;br /&gt;You can use field symbols to make the program more dynamic. In this example the name of a table control is substituted by a field symbol. Thus you cal call the form with any internal table, using the name of the table control as a parameter.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;form insert_row&lt;br /&gt;using p_tc_name.&lt;br /&gt;&lt;br /&gt;field-symbols .tc. type cxtab_control. "Table control&lt;br /&gt;&lt;br /&gt;assign (p_tc_name) to .tc.&lt;br /&gt;&lt;br /&gt;* insert 100 lines in table control&lt;br /&gt;.tc.-lines = 100.&lt;br /&gt;&lt;br /&gt;Answer2:&lt;br /&gt;&lt;br /&gt;fieldsymbol has the same concept as pointer in c,&lt;br /&gt;fieldsymbol don't point to a data type like char, num instead of that it points to the memory block. the syntax for fieldsymbol is&lt;br /&gt;&lt;br /&gt;FIELD-SYMBOL .N.&lt;br /&gt;EG. FOR FIELD SYMBOL.&lt;br /&gt;DATA: DAT LIKE SY-DATUM,&lt;br /&gt;TIM LIKE SY-UZEIT,&lt;br /&gt;CHAR(3) TYPE C VALUE 'ADF'.&lt;br /&gt;FIELD-SYMBOL : .FS.&lt;br /&gt;MOVE DAT TO .FS.&lt;br /&gt;WRITE:/ .FS.&lt;br /&gt;MOVE TIM TO .FS.&lt;br /&gt;WRITE:/ .FS.&lt;br /&gt;MOVE CHAR TO .FS.&lt;br /&gt;WRITE:/ .FS.&lt;br /&gt;The output will be&lt;br /&gt;Today's date&lt;br /&gt;current time&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is lock object ?&lt;br /&gt;LockObjects used to synchornize access of several users using same data.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Why BAPI need then BDC ?&lt;br /&gt;&lt;br /&gt;BAPI"S provide the standard interface to other applications apart from SAP and within differnt vesions of SAP too. Also it is OOD bases so dosen"t depends on screen flow. BDC gets failed if we make changes for screen changes through IMG customization&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SAP ABAP Real Time Interview Questions And Answers</title><link>http://liveinsap.blogspot.com/2008/09/sap-abap-real-time-interview-questions.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:10:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-8111184964586876757</guid><description>What is the difference between collect and sum?SUM&lt;br /&gt;&lt;br /&gt;When processing an internal table in a block starting with LOOP and concluded by ENDLOOP , SUM calculates the control totals of all fields of type I , F and P (see also ABAP/4 number types ) and places them in the LOOP output area (header line of the internal table or an explicitly specified work area).&lt;br /&gt;&lt;br /&gt;When you use SUM in a LOOP with an explicitly specified output area, this output area must be compatible with the line type of the internal table.When using LOOP to process a sorted extract (see SORT ), the control total of f at the end of the group appears in the field SUM(f) - - if f is type I , F or P .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;COLLECT&lt;br /&gt;&lt;br /&gt;COLLECT is used to create unique or compressed datsets. The key fields are the default key fields of the internal table itab .&lt;br /&gt;&lt;br /&gt;If you use only COLLECT to fill an internal table, COLLECT makes sure that the internal table does not contain two entries with the same default key fields.&lt;br /&gt;&lt;br /&gt;If, besides its default key fields, the internal table contains number fields,the contents of these number fields are added together if the internal table already contains an entry with the same key fields.&lt;br /&gt;&lt;br /&gt;If the default key of an internal table processed with COLLECT is blank, all the values are added up in the first table line.&lt;br /&gt;&lt;br /&gt;If you specify wa INTO , the entry to be processed is taken from the explicitly specified work area wa . If not, it comes from the header line of the internal table itab .&lt;br /&gt;&lt;br /&gt;After COLLECT , the system field SY-TABIX contains the index of the - existing or new - table entry with default key fields which match those of the entry to be processed.&lt;br /&gt;&lt;br /&gt;COLLECT can create unique or compressed datasets and should be used precisely for this purpose. If uniqueness or compression are unimportant, or two values with identical default key field values could not possibly occur in your particular task, you should use APPEND instead. However, for a unique or compressed dataset which is also efficient, COLLECT is the statement to use.&lt;br /&gt;&lt;br /&gt;If you process a table with COLLECT , you should also use COLLECT to fill it. Only by doing this can you guarantee that the internal table will actually be unique or compressed, as described above and COLLECT will run very efficiently.&lt;br /&gt;&lt;br /&gt;If you use COLLECT with an explicitly specified work area, it must be compatible with the line type of the internal table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How we format the data before before write statement in report ?&lt;br /&gt;&lt;br /&gt;We can format the reports output by using the loop events like:&lt;br /&gt;&lt;br /&gt;1.at first&lt;br /&gt;&lt;br /&gt;2.at new&lt;br /&gt;&lt;br /&gt;3.at last&lt;br /&gt;&lt;br /&gt;etc check docu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the difference between Table and Template?&lt;br /&gt;&lt;br /&gt;table is a dynamic and template is a static&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When do we use End-of-selection?&lt;br /&gt;&lt;br /&gt;End-of-selection event are mostly usedÂ when we are writing HR-ABAP code. In the HR-ABAP code, data is retrived in the Start-of-selection event and Printing on the list and all will beÂ done in End-of-selection event.&lt;br /&gt;&lt;br /&gt;In events start-of-selection is default event. When we have to use this event explicitly? Why?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The default event in the ABAP is Start-of-selection.We have to call explicitely this event when you are writing other than ths eventÂ , that is when you write ATÂ SELECTION-SCREEN EVENTS OR INITIALIZATION EVENT etc,you have to explicitely mention the Start-of-selection event while you are writing the logic.&lt;br /&gt;&lt;br /&gt;Before these events called ,all the code you have written come into this default Start-of-selection screen event.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the differences between ABAP and OOABAP. In which situation we use OOABAP?&lt;br /&gt;&lt;br /&gt;OOABAP is used to develop BSP/PCUI applications and also anthing involved object oriented like BADIs, SmartForms..etc.where as ABAP is used to develop traditional programs in R/3.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is table buffer? Which type of tables used this buffer?&lt;br /&gt;&lt;br /&gt;Buffer is nothing but a memory area. table is buffered means that table information is available on application server. when you call data from database table it will come from application server.&lt;br /&gt;&lt;br /&gt;Transperent and pooled tables are buffered. cluster tables can not buffered.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the use of pretty printer ?&lt;br /&gt;&lt;br /&gt;Exactly where can we link the functional module to abap coding.&lt;br /&gt;&lt;br /&gt;Pretty Printer is used to format the ABAP Code we write in ABAP Editor ,like KEY WORDS in Capitals and remaining are in small letters which is also depend on system settings.&lt;br /&gt;&lt;br /&gt;We can call the function module in the ABAP Code .Press the Pattern button on Appl. tool bar then u will get box where u write the function module NAME which u want to call in the code by selecting the radio button CALL FUNCTION. In this way we link function module to ABAP Code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the difference between SAP memory and ABAP memory?&lt;br /&gt;&lt;br /&gt;Answer1:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Data sending between main sessions using get parameter and set parameter is sap memory.&lt;br /&gt;&lt;br /&gt;Data sending between internal sessions using import or export parameters is abap memory&lt;br /&gt;&lt;br /&gt;Answer2:&lt;br /&gt;&lt;br /&gt;sap memory is a global memory whereas abap memory is local memory.&lt;br /&gt;&lt;br /&gt;For example, we have four programs in abap memory and assigned some varibles to a particular program in abap memory then those varibles can't be used by anyother program in abap memory i.e., the variables are only for that program and also local to that memory,whereas sap memory can access all the abap memory or else it can perform any kind of modifications.&lt;br /&gt;&lt;br /&gt;Answer3:&lt;br /&gt;&lt;br /&gt;SAP memory is available to the user during the entire terminal session.&lt;br /&gt;ABAP memory is available to the user duringÂ life timeÂ ofÂ external session&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SAP ABAP Interview Questions And Answers1</title><link>http://liveinsap.blogspot.com/2008/09/sap-abap-interview-questions-and_20.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:07:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-8346057912212690671</guid><description>Software Software BlogsComputers blogs Site Meter TP&lt;br /&gt;&lt;br /&gt;What is ITS?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are the merits of ITS?-&lt;br /&gt;&lt;br /&gt;ITS is a Internet Transaction Server. ITS forms an interface between HTTP server and R/3 system, which converts screen provided data by the R/3 system into HTML documents and vice-versa. Merits of ITS: A complete web transaction can be developed and tested in R/3 system. All transaction components, including those used by the ITS outside the R/3 system at runtime, can be stored in the R/3 system. The advantage of automatic language processing in the R/3 system can be utilized to language-dependent HTML documents at runtime.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is DynPro?&lt;br /&gt;&lt;br /&gt;DynPro is a Dynamic Programming which is a combination of screen and the associated flow logic Screen is also called as DynPro.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are screen painter and menu painter?&lt;br /&gt;&lt;br /&gt;Screen painter: Screen painter is a tool to design and maintain screen and its elements. It allows user to create GUI screens for the transactions. Attributes, layout, filed attributes and flow logic are the elements of Screen painter. Menu painter: Menu painter is a tool to design the interface components. Status, menu bars, menu lists, F-key settings, functions and titles are the components of Menu painters. Screen painter and menu painter both are the graphical interface of an ABAP/4 applications.What are the components of SAP scripts?&lt;br /&gt;&lt;br /&gt;SAP scripts is a word processing tool of SAP which has the following components: Standard text. It is like a standard normal documents. Layout sets. - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats. Creating forms in the R/3 system. Every layout set consists of Header, paragraph, and character string. ABAP/4 program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is ALV programming in ABAP? When is this grid used in ABAP?&lt;br /&gt;&lt;br /&gt;ALV is Application List viewer. Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length. In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain up to 90 columns in the display with the wide array of display options.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are the events in ABAP/4 language?&lt;br /&gt;Initialization, At selection-screen, Start-of-selection, end-of-selection, top-of-page, end-of-page, At line-selection, At user-command, At PF, Get, At New, At LAST, AT END, AT FIRST.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is CTS and what do you know about it?&lt;br /&gt;&lt;br /&gt;The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems and clients in your system landscape. This documentation provides you with an overview of how to manage changes with the CTS and essential information on setting up your system and client landscape and deciding on a transport strategy. Read and follow this documentation when planning your development project.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What are logical databases? What are the advantages/ dis-advantages of logical databases?&lt;br /&gt;&lt;br /&gt;To read data from a database tables we use logical database. A logical database provides read-only access to a group of related tables to an ABAP/4 program. Advantages:&lt;br /&gt;&lt;br /&gt;i)check functions which check that user input is complete, correct,and plausible.&lt;br /&gt;&lt;br /&gt;ii)Meaningful data selection.&lt;br /&gt;&lt;br /&gt;iii)central authorization checks for database accesses.&lt;br /&gt;&lt;br /&gt;iv)good read access performance while retaining the hierarchical data view determined by the application logic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dis advantages:&lt;br /&gt;&lt;br /&gt;i)If you donot specify a logical database in the program attributes,the GET events never occur.&lt;br /&gt;&lt;br /&gt;ii)There is no ENDGET command,so the code block associated with an event ends with the next event statement (such as another GET or an END-OF-SELECTION).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is a batch input session?&lt;br /&gt;&lt;br /&gt;BATCH INPUT SESSION is an intermediate step between internal table and database table. Data along with the action is stored in session ie data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to upload data using CATT ?&lt;br /&gt;&lt;br /&gt;These are the steps to be followed to Upload data through CATT: Creation of the CATT test case &amp;amp; recording the sample data input. Download of the source file template. Modification of the source file. Upload of the data from the source file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is Smart Forms?&lt;br /&gt;&lt;br /&gt;Smart Forms allows you to create forms using a graphical design tool with robust functionality, color, and more. Additionally, all new forms developed at SAP will be created with the new Smart Form solution.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How can I make a differentiation between dependent and independent data?&lt;br /&gt;&lt;br /&gt;Client dependent or independent transfer requirements include client specific or cross client objects in the change requests. Workbench objects like SAPscripts are client specific, some entries in customizing are client independent. If you display the object list for one change request, and then for each object the object attributes, you will find the flag client specific. If one object in the task list has this flag on, then that transport will be client dependent.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is the difference between macro and subroutine?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Macros can only be used in the program the are defined in and only after the definition are expanded at compilation / generation. Subroutines (FORM) can be called from both the program the are defined in and other programs . A MACRO is more or less an abbreviation for some lines of code that are used more than once or twice. A FORM is a local subroutine (which can be called external). A FUNCTION is (more or less) a subroutine that is called external. Since debugging a MACRO is not really possible, prevent the use of them (I’ve never used them, but seen them in action). If the subroutine is used only local (called internal) use a FORM. If the subroutine is called external (used by more than one program) use a FUNCTION.&lt;br /&gt;&lt;br /&gt;What is the differences between structure and table in data dictionary in ABAP?&lt;br /&gt;Structure and table both are 2/2 matrices but there are many differences between table and structure.&lt;br /&gt;&lt;br /&gt;1. Table can store the data physically but a structure dose not store.&lt;br /&gt;&lt;br /&gt;2. Table can have primary key but a structure dose not have.&lt;br /&gt;&lt;br /&gt;3. Table can have the technical attribute but a structure dose not have.&lt;br /&gt;&lt;br /&gt;structure doesn't contain technical attributes.&lt;br /&gt;structure doesn't contain primary key.&lt;br /&gt;structure doesn't stores underline database level.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SAP ABAP Interview Questions And Answers</title><link>http://liveinsap.blogspot.com/2008/09/sap-abap-interview-questions-and.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 21:03:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-7356623385093795815</guid><description>What is an ABAP?&lt;br /&gt;&lt;br /&gt;ABAP (Advanced Business Application Programming) is a high level programming language created by the German software company SAP. It is currently positioned as the language for programming SAP's Web Application Server, part of its NetWeaver platform for building business applications. Its syntax is somewhat similar to COBOL.What is an ABAP data dictionary?&lt;br /&gt;ABAP 4 data dictionary describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational database in tables/views.&lt;br /&gt;&lt;br /&gt;What are domains and data element?&lt;br /&gt;Domains:Domain is the central object for describing the technical characteristics of an attribute of an business objects. It describes the value range of the field. Data Element: It is used to describe the semantic definition of the table fields like description the field. Data element describes how a field can be displayed to end-user.&lt;br /&gt;&lt;br /&gt;What is foreign key relationship?&lt;br /&gt;A relationship which can be defined between tables and must be explicitly defined at field level. Foreign keys are used to ensure the consistency of data. Data entered should be checked against existing data to ensure that there are now contradiction. While defining foreign key relationship cardinality has to be specified. Cardinality mentions how many dependent records or how referenced records are possible.&lt;br /&gt;&lt;br /&gt;Describe data classes.&lt;br /&gt;Master data: It is the data which is seldom changed. Transaction data: It is the data which is often changed. Organization data: It is a customizing data which is entered in the system when the system is configured and is then rarely changed. System data:It is the data which R/3 system needs for itself.&lt;br /&gt;&lt;br /&gt;What are indexes?&lt;br /&gt;Indexes are described as a copy of a database table reduced to specific fields. This data exists in sorted form. This sorting form ease fast access to the field of the tables. In order that other fields are also read, a pointer to the associated record of the actual table are included in the index. The indexes are activated along with the table and are created automatically with it in the database.&lt;br /&gt;&lt;br /&gt;Difference between transparent tables and pooled tables.&lt;br /&gt;&lt;br /&gt;Transparent tables: Transparent tables in the dictionary has a one-to-one relation with the table in database. Its structure corresponds to single database field. Table in the database has the same name as in the dictionary. Transparent table holds application data. Pooled tables. Pooled tables in the dictionary has a many-to-one relation with the table in database. Table in the database has the different name as in the dictionary. Pooled table are stored in table pool at the database level.&lt;br /&gt;&lt;br /&gt;What is an ABAP/4 Query?&lt;br /&gt;ABAP/4 Query is a powerful tool to generate simple reports without any coding. ABAP/4 Query can generate the following 3 simple reports: Basic List: It is the simple reports. Statistics: Reports with statistical functions like Average, Percentages. Ranked Lists: For analytical reports. - For creating a ABAP/4 Query, programmer has to create user group and a functional group. Functional group can be created using with or without logical database table. Finally, assign user group to functional group. Finally, create a query on the functional group generated.&lt;br /&gt;&lt;br /&gt;What is BDC programming?&lt;br /&gt;Transferring of large/external/legacy data into SAP system using Batch Input programming. Batch input is a automatic procedure referred to as BDC(Batch Data Communications). The central component of the transfer is a queue file which receives the data vie a batch input programs and groups associated data into “sessions”.&lt;br /&gt;&lt;br /&gt;What are the functional modules used in sequence in BDC?&lt;br /&gt;These are the 3 functional modules which are used in a sequence to perform a data transfer successfully using BDC programming: BDC_OPEN_GROUP - Parameters like Name of the client, sessions and user name are specified in this functional modules. BDC_INSERT - It is used to insert the data for one transaction into a session. BDC_CLOSE_GROUP - This is used to close the batch input session.&lt;br /&gt;&lt;br /&gt;What are internal tables?&lt;br /&gt;Internal tables are a standard data type object which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables and for re-organizing the contents of database tables according to users need.&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ABAP Self Test Q &amp; A In SAP</title><link>http://liveinsap.blogspot.com/2008/09/abap-self-test-q-in-sap.html</link><category>SAP ABAP Interview Questions Index</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 20 Sep 2008 20:55:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7467948776770816112.post-539937030246702851</guid><description>1) Authorization Objects&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) Stored in User Master&lt;br /&gt;b) Defines fields for a complex authority check&lt;br /&gt;c) Grouped together in profiles&lt;br /&gt;d) Covers up to 10 fields&lt;br /&gt;e) Consists of up to 10 authorization objects2) Authorization Checking&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) performed with SELECT statement&lt;br /&gt;b) performed with AUTHORITY-CHECK&lt;br /&gt;c) determines if user has authority in master record&lt;br /&gt;d) always refers to authorization profile&lt;br /&gt;e) system admin defines which authorization checks are executed&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) Authorization&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) contains value for field of an authorization object&lt;br /&gt;b) defines fields for a complex authorization object&lt;br /&gt;c) can be grouped together in profiles&lt;br /&gt;d) always refer to a particular authorization&lt;br /&gt;e) authorizations and profiles are stored in user master record&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) Using SM35 – in which case does the system check authorization:&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) always&lt;br /&gt;b) process / foreground&lt;br /&gt;c) display errors only&lt;br /&gt;d) process / background&lt;br /&gt;e) system decides based on profile&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5) Search Helps:&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) called at POV&lt;br /&gt;b) controls how fixed values are displayed when F4 is pressed&lt;br /&gt;c) allow different views of info when help is required&lt;br /&gt;d) object stored in data dictionary&lt;br /&gt;e) field names starting with H_&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6) Append Structures&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) append to table without modifying table itself&lt;br /&gt;b) can be assigned to several tables&lt;br /&gt;c) same as substructure&lt;br /&gt;d) use like any other structure&lt;br /&gt;e) you must convert table once append is added&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7) Check table&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) value table assigned to a domain&lt;br /&gt;b) internal table whose contents are used to check input values&lt;br /&gt;c) table assigned to 1 or more fields if a FK (foreign key) table for checking input values&lt;br /&gt;d) table for which a FK is defined&lt;br /&gt;e) table to which a FK refers&lt;br /&gt;&lt;br /&gt;8) Modify SAP objects:&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) R/3 prevents modifications be user id DDIC and SAP*&lt;br /&gt;b) Objects can be changed with registration&lt;br /&gt;c) Register objects in OSS&lt;br /&gt;d) Carry out modification without registration&lt;br /&gt;e) Adjust modified object in upgrade&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9) Activities required at upgrade when applying hot pack:&lt;br /&gt;&lt;br /&gt;( this question has more than 1 answer )&lt;br /&gt;a) adjust modified object&lt;br /&gt;b) everything is automatic&lt;br /&gt;c) release correction before update&lt;br /&gt;d) abap dictionary tables, data elements and domains are adjusted during upgrade&lt;br /&gt;e) abap dictionary objects not handled seperately&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10) SELECT-OPTIONS COUNTRY FOR LFA1-LAND1:&lt;br /&gt;&lt;br /&gt;What will internal table be?&lt;br /&gt;a) LAND1&lt;br /&gt;b) LFA1&lt;br /&gt;c) COUNTRY&lt;br /&gt;d) LFA1-LAND1&lt;br /&gt;&lt;br /&gt;11) In program A function module F is called from function group G for the first time. Which one is correct:&lt;br /&gt;&lt;br /&gt;a) coding of entire function group G is loaded in the roll area&lt;br /&gt;b) global data from A can be accessed in F&lt;br /&gt;c) A and F have common work areas for dictionary table&lt;br /&gt;d) Function module F is called in a separate internal session&lt;br /&gt;e) Function module F can not call any sessions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12) from transaction A you call transaction B with LEAVE TO TRANSACTION B:&lt;br /&gt;&lt;br /&gt;a) internal system session opened for B&lt;br /&gt;b) LEAVE can be used to return from B to A&lt;br /&gt;c) Data from A can be accessed in B&lt;br /&gt;d) A can pass data to B with export&lt;br /&gt;e) A can pass data using SET&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13) What is a SAP LUW:&lt;br /&gt;&lt;br /&gt;a) a modularised unit in ABAP programs&lt;br /&gt;b) all the updates for 1 SAP transaction&lt;br /&gt;c) a logical grouping of database updates that should all be performed at the same time&lt;br /&gt;d) the section of program code from setting a lock until it is released&lt;br /&gt;e) all actions between first and last database update in transaction&lt;br /&gt;&lt;br /&gt;14) Why do update functions have attributes of either START NOW (v1) or START DELAYED(V2):&lt;br /&gt;&lt;br /&gt;a) define whether update task triggered immediately&lt;br /&gt;b) combine synchronous and asynchronous updates&lt;br /&gt;c) assign different priorities&lt;br /&gt;d) take different speed of servers into account&lt;br /&gt;e) enable reaction to termination n V1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;15) Relationship between SAP transactions and database transactions:&lt;br /&gt;&lt;br /&gt;a) each SAP corresponds to one database&lt;br /&gt;b) update requests of one SAP transaction are distributed amongst several database transactions&lt;br /&gt;c) one database group change request of several SAP&lt;br /&gt;d) database transaction is an internal system representation of SAP transactions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answers:&lt;br /&gt;1) b, c, d&lt;br /&gt;2) b, d&lt;br /&gt;3) a, c&lt;br /&gt;4) b, c, d&lt;br /&gt;5) a, c, d&lt;br /&gt;6) a, d&lt;br /&gt;7) a, c, e&lt;br /&gt;8) b, c, e&lt;br /&gt;9) a, c, d&lt;br /&gt;10) c&lt;br /&gt;11) a&lt;br /&gt;12) a, d, e&lt;br /&gt;13) c&lt;br /&gt;14) c&lt;br /&gt;15) b&lt;div class="blogger-post-footer"&gt;SAP, ABAP, XI, BI, Netweaver Technology updates&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>