Вы находитесь на странице: 1из 3

1. What is the typical structure of an ABAP program? 2. What are field symbols and field groups.?

Have you used component id of structure! clause "ith field groups? #. What should be the approach for "riting a B$% program? &. What is a batch input session? '. What is the alternative to batch input session? (. A situation) An ABAP program creates a batch input session. We need to submit the program and the batch session in bac*ground. Ho" to do it? +. What is the difference bet"een a pool table and a transparent table and ho" they are stored at the database level. ,. What are the problems in processing batch input sessions? Ho" is batch input process different from processing on line? -. What do you define in the domain and data element. 1.. What are the different types of data dictionary ob/ects? 11. Ho" many types of tables e ists and "hat are they in data dictionary? 12. What is the step by step process to create a table in data dictionary? 1#. %an a transparent table e ist in data dictionary but not in the data base physically? 1&. What are the domains and data elements? 1'. %an you create a table "ith fields not referring to data elements? 1(. What is the advantage of structures? Ho" do you use them in the ABAP programs? 1+. What does an e tract statement do in the ABAP program? 1,. What is a collect statement? Ho" is it different from append? 1-. What is open s0l vs native s0l? 2.. What does an 121% 345 stmt do in ABAP? What is the disadvantage of using it? 21. What is the meaning of ABAP editor integrated "ith ABAP data dictionary? 22. What are the events in ABAP language? 2#. What is an interactive report? What is the obvious diff of such report compared "ith classical type reports? 2&. What is a drill do"n report? 2'. Ho" do you "rite a function module in 3AP? describe. 2(. What are the e ceptions in function module? 2+. What is a function group? 2,. Ho" are the date abd time field values stored in 3AP? 2-. What are the fields in a B$%67ab 7able. #.. 8ame a fe" data dictionary ob/ects? #1. What happens "hen a table is activated in $$? #2. What is a chec* table and "hat is a value table? ##. What are match codes? describe? #&. What transactions do you use for data analysis? #'. What is table maintenance generator? #(. What are ranges? What are number ranges? #+. What are select options and "hat is the diff from parameters? #,. Ho" do you validate the selection criteria of a report? And ho" do you display initial values in a selection screen? #-. What are selection te ts? &.. What is %73 and "hat do you *no" about it? &1. When a program is created and need to be transported to prodn does selection te ts al"ays go "ith it? if not ho" do you ma*e sure? %an you change the %73 entries? Ho" do you do it? &2. What is the client concept in 3AP? What is the meaning of client independent? &#. Are programs client dependent? &&. 8ame a fe" system global variables you can use in ABAP programs? &'. What are internal tables? Ho" do you get the number of lines in an internal table? Ho" to use a specific number occurs statement? &(. Ho" do you ta*e care of performance issues in your ABAP programs? &+. What are datasets? &,. Ho" to find the return code of a stmt in ABAP programs? &-. What are interface9conversion programs in 3AP?

'.. Have you used 3AP supplied programs to load master data? '1. What are the techni0ues involved in using 3AP supplied programs? $o you prefer to "rite your o"n programs to load master data? Why? '2. What are logical databases? What are the advantages9disadvantages of logical databases? '#. What specific statements do you using "hen "riting a drill do"n report? '&. What are different tools to report data in 3AP? What all have you used? ''. What are the advantages and disadvantages of ABAP 0uery tool? '(. What are the functional areas? :ser groups? and ho" does ABAP 0uery "or* in relation to these? '+. ;s a logical database a re0uirement9must to "rite an ABAP 0uery? ',. What is the structure of a B$% sessions. '-. What are %hange header9detail tables? Have you used them? (.. What do you do "hen the system crashes in the middle of a B$% batch session? (1. What do you do "ith errors in B$% batch sessions? (2. Ho" do you set up bac*ground /obs in 3AP? What are the steps? What are the event driven batch /obs? (#. ;s it possible to run host command from 3AP environment? Ho" do you run? (&. What *ind of financial periods e ist in 3AP? What is the relavent table for that? ('. $oes 3AP handle multiple currencies? <ultiple languages? ((. What is a currency factoring techni0ue? (+. Ho" do you document ABAP programs? $o you use program documentation menu option? (,. What is 3APscript and layout set? (-. What are the ABAP commands that lin* to a layout set? +.. What is output determination? +1. What are ;$=%s? +2. What are screen painter? menu painter? >ui status? ..etc. +#. What is screen flo" logic? What are the sections in it? 1 plain PA; and PB=. +&. =verall ho" do you "rite transaction programs in 3AP? +'. $oes 3AP has a >:; screen painter or not? ;f yes "hat operating systems is it available on? What is the other type of screen painter called? +(. What are step loops? Ho" do you program pagedo"n pageup in step loops? ++. ;s ABAP a >:; language? +,. 8ormally ho" many and "hat files get created "hen a transaction program is "ritten? What is the 222227=P program? +-. What are the include programs? ,.. %an you call a subroutine of one program from another program? ,1. What are user e its? What is involved in "riting them? What precations are needed? ,2. What are ?@%s? Ho" do you "rite ?@%s on 3AP side? ,#. What are the general naming conventions of ABAP programs? ,&. Ho" do you find if a logical database e ists for your program re0urements? ,'. Ho" do you find the tables to report from "hen the user /ust tell you the transaction he uses? And all the underlying data is from 3AP structures? ,(. Ho" do you find the menu path for a given transaction in 3AP? ,+. What are the different modules of 3AP? ,,. What is ;<> in 3AP? ,-. Ho" do you get help in ABAP? -.. What are different ABAP editors? What are the differences? -1. What are the different elements in layout sets? -2. %an you use if then elseA perform ..etc statements in sap script? -#. What type of variables normally used in sap script to output data? -&. Ho" do you number pages in sapscript layout outputs? -'. What ta*es most time in 3AP script programming? -(. Ho" do you use tab sets in layout sets? -+. Ho" do you bac*up sapscript layout sets? %an you do"nload and upload? Ho"? -,. What are presentation and application servers in 3AP? --. ;n an ABAP program ho" do you access data that e ists on a presentation server vs on an application server?

1... What are different data types in ABAP? 1.1. What is difference bet"een B$% and %all 7ransaction? 1.2. 3etting up a B$% program "here you find information from? 1.#. What has to be done to the pac*ed fields before submitting to a B$% session.

Вам также может понравиться