SAP---ABAP

Monday, May 12, 2008

ABAP/4 INTERVIEW QnS AND Ans




13) What is the initial value and maximum length of all data type?

Ans

Data Type

Initial field length

Valid field length

Initial value

Meaning

Numeric types

I

4

4

0

Integer (whole number)

F

8

8

0

Floating point number

P

8

1 – 16

0

Packed number

Character types

C

1

1 – 65535

' '

Text field (alphanumeric characters)

D

8

8

'00000000'

Date field (Format: YYYYMMDD)

N

1

1 – 65535

'0 … 0'

Numeric text field (numeric characters)

T

6

6

'000000'

Time field (format: HHMMSS)

Hexadecimal type

X

1

1 – 65535

X'0 … 0'

Hexadecimal field


14) What are the ways to find out the tables used in the program?

Ans


15) Can you have two detail lists from the basic list at the same time?

If yes how and if no why?

Ans


16) What are the different functions used in sap script? What are the parameters used in each Function?


Ans There are three different functions used in SAP Script:

1) OPEN_FORM

2) WRITE_FORM

3) CLOSE_FORM


Parameters in Each Function:

1) OPEN_FORM –

Exporting

Form

Language


2) WRITE_FORM –

Exporting

Element

Window


3) CLOSE_FORM




No comments: