KyaPoocha.com

Huge Collection of Interview Questions


Archive for April, 2007

What are the fields in a BDC_Tab and BDCDATA Table? 

Fields of BDC_Tab & BDCDATA Table: Sr.No Fields Description 1 Program BDC Module pool 2 Dynpro BDC Screen Number 3 Dynbegin BDC... Read more »

How do you write a function module in SAP? 

1.Called program - SE37 - Creating function group, function module by assigning attributes, importing, exporting, tables, and exceptions. 2.Calling program - SE38... Read more »

What is a drill down report? 

Its an Interactive report where in the user can get more relevant data by selecting explicitly.  Read more »

What is an interactive report? What is the obvious difference of such report compared with classical type reports? 

An Interactive report is a dynamic drill down report that produces the list on users choice. Difference: - A) The list produced by classical report doesn’t... Read more »

What are the events in ABAP language? 

The events are as follows: 1.Initialization 2.At selection-screen 3.Start-of-selection 4.End-of-selection 5.Top-of-page 6.End-of-page 7.At line-selection 8.At user-command 9.At... Read more »

What is the meaning of ABAP editor integrated with ABAP data dictionary? 

ABAP Editor: Tool in the ABAP Workbench in which you enter the source code of ABAP programs and check their syntax. You can also navigate from the ABAP Editor to... Read more »

What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it? 

To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows: EXEC SQL [PERFORMING ]. ENDEXEC. There... Read more »

What is OPEN SQL vs NATIVE SQL? 

Open SQL – These statements are a subset of standard SQL. It consists of DML command (Select, Insert, Update, Delete). It can simplify and speed up database access.... Read more »

What is WTP? 

Wireless Transaction Protocol (WTP) is WAP’s transaction protocol that works between the session protocol WSP and security protocol WTLS. WTP chops data packets... Read more »

What is WTLS? 

Wireless Transport Layer Security protocal (WTLS) does all cryptography oriented features of WAP. WTLS handles encryption/decryption, user authentication and data... Read more »

What is WSP? 

Wireless Session Protocol (WSP) implements session services of WAP. Sessions can be connection-oriented and connectionless and they may be suspended and resumed... Read more »

What is WMLScript? 

WMLScript is a subset of the JavaScript scripting language designed as part of the WAP standard to provide a convenient mechanism to access mobile phone’s... Read more »

What is WML? 

The Wireless Markup Language (WML) is a simple language used to create applications for small wireless devices like mobile phones. WML is analogous to HTML in the... Read more »

What is a collect statement? How is it different from append? 

Collect : 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... Read more »

What does an extract statement do in the ABAP program? 

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: EXTRACT... Read more »

Page 15 of 16« First...«1213141516»