Sie sind auf Seite 1von 2

http://www.scribd.com/doc/21167371/Abap-Certification-Questions http://www.scribd.com/doc/45420644/ABAP-Certification-Questions-1 http://www.scribd.com/doc/61142673/Abap-Certification-Questions http://www.scribd.com/doc/6723471/Sap-Abap-Exam http://www.scribd.com/doc/45727462/ABAP http://www.scribd.

com/doc/40903302/ABAP

By Sri nivas : TCS Chennai. : SCORE 90% Below are some questions which I got in the exam. Sorry I dont remember many

17)Which of following are true about the Windows and Views for Web Dynpro ABAP? There are two correct answers a. A Window can be embedded in multiple views. b. Multiple views can be embedded into single window . c. Single view can be embedded in Multiple views. d. Multiple window can be embedded in single view. Ans : b and c. 18)Which of the following statements are true about Unicode? All of the below are correct. a. It doesnot translates b. It support users of different culture

c . Easy to send date from unicdoe to non Unicode sys or vice versa 19)value table is defined in domain 20) How to display documentation/F1 help for a element placed on a screen painter a. If you place a field on the screen in the Screen Painter by copying a ABAP Dictionary field, the corresponding data element documentation from the ABAP Dictionary is automatically displayed when the user chooses field help (as long as the help has not been overridden in the screen flow logic) b. The text appearing in the field help for a field comes from the data element. 21)There is a scenario to create two tables, the first table containing all the material data then the other table containing all the material descriptions. A restriction has to be placed such that the second table should have only the material numbers present in the first table. How to achieve this functionality ? Ans : The second table field should have a foreign key, pointing to the one in the first table. 22) What are the possiblities using Append Structure to modify a standard table definition ? a. An append structure is a structure which is assigned to exactly one table. There can be several append structures for a table. b. If a long field (data type LCHR or LRAW) occurs in a table, it cannot be extended with append structures. This is because such long fields must always be in the last position of the field list, i.e. they must be the last field of the table. c. If you as a customer add an append structure to an SAP table, the fields in this append structure should be in the customer namespace for fields, that is they should begin with YY or ZZ. This prevents name collisions with new fields inserted in the standard table by SAP. d. No append structures may be created for pooled and cluster tables.

Das könnte Ihnen auch gefallen