Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM SAP ABAP Interview Questions
Questions Answers Views Company eMail

i have 2 fields on selection screen of a Report along with a check box.My requirement is initially that first field sud be mandatory but when we click on the check box the first field which was mandatory sud now be optional and the second field now sud be mandatory.Please provide the solution asap. thank u.

4 15282

check sy-subrc = 0 and if sy-subrc =0 difference explian

1 31430

How many domains will create for one data element?

2 8691

Proxy Programming with ABAP - How to develop the Proxy identification through programming

1872

Can we use binary search in internal table sorted in decending order ? if no why?

3 21068

how to modify a a paritcular field value of BDC table ? suppose im filling company code in of of the screens.Now i want to use the same BDC table with just compant code different.

3 6115

I have 2 inputs in Module pool prgm, if i click on the input i need to get drop down list..How to get it..

2 6960

In SAP R/3 architecture, how many databases can exist?

2 8596

explaine about factory calender.

1 6182

How to declare select-option as a parameter?

2 16052

what is the AT-SELECTION EVENT?

1 7061

IF I SAVE A TRANSACTIONAL DATA TABLE IN APPL0 INSTEAD OF APPL1 DURING TECHNICAL SETTINGS OF A NEW TABLE WHTHER IT WILL CREATE ANY PROBLEM OR IT WILL WORK SMOOTHLY???

3 14727

Based on certain condition how can we show different columns in output of ALV?? For Ex if Condition A is met we need to show 1 5 and 7 column , If condition B is met we need to show 1 2 and 4 and if condition C is met we need to show 1 3 and 6.

3 10585

What is kernal badi? What is the difference between classic badi and kernal badi ? What is the advantages of kernal badi?

2 34794

Why first check bapi , if not available go bdc ?

1 2360

Post New IBM SAP ABAP Interview Questions


IBM SAP ABAP Interview Questions


Un-Answered Questions

What is the function of commutator in starting system?

547


What is Serialization in .NET? what are the types of Serialization?

542


Explain the concept of punycode in node.js?

215


What is code inspection?

561


Explain the difference between comp & comp-3?

533






What is the method to expand and collapse nodes in a jtree?

599


What is the difference between User Settings and Application Settings in WPF?

215


what would a proxy server do?

1787


Are results returned as they become available, or all at once when a query completes?

52


Is python case-sensitive?

482


What is double c#?

520


Mention the identifiers in scala?

1


Define an interface MilitaryPower that has the following properties: • The interface has two public static final variables which are the finite x and y coordinate (i.e. the distance of the objects should not exceed these values. These values set to 100. • The interface has a method move that moves the military power objects to the target value. The method will be implemented by the other classes. The return type should be void. B) Define an enum class Direction which contains the directions (EAST, WEST, SOUTH, NORTH). C) Define a concrete class Tank that implements MilitaryPower, has the following properties: • XCoordinate (Integer), YCoordinate (Integer) are the instance variables for this class. • All instance variables should be private. • Write a parametered constructor that takes two parameters assigning with the instance variables. • Write a set and get method each of the instance variables. • Write a method move that takes two parameters. One of them is distance which type is integer. Another is direction which type Direction. The method should to the following: o If the direction is EAST, set the x-coordinate with adding distance. o If the direction is WEST, set the x-coordinate and subtract distance from x-coordinate. o If the direction is SOUTH, set the y-coordinate with adding distance. o If the direction is NORTH, set the y-coordinate and subtract distance from x-coordinate. • Write a method toString to display the tank coordinates. D) Define an array holding 10 MilitaryPower objects, all of them being a Tank. Then display each of the object information on the screen. (display its movements and coordinates).

1698


What are the most commonly defined input formats in Hadoop?

734


Can you send an authentication error from a servlet?

510