Saturday, April 14, 2007

ABAP FAQ's

ABAP FAQ's

-> How can you create push buttons in the MenuPainter?

Ans: Using set Pfstatus in the report. (Or) using the Tcode se41.

->How many ways you can create Table?

Ans: User can create a Database table in two ways.
1.Top-to-bottom approach: In this approach, first fields are defined and later domain and data element are defined.
2.Bottom-to-top approach: In this approach, first domain and data element are defined and later fields are defined.

-> How to Upload Logo to Layout Set?

Ans: Use Transcation SE78 or Prg RSTXLDMC

-> If I am in 15th Secondary List how to navigate to 5th Secondary List?

Ans: use Back button or
place one pushbutton in application toolbar.
case sy-ucomm.
when 'Back'
sy-lsind = 5.
endcase.

-> How many pushbuttons u can create in application toolbar in selection screen?

Ans: UPTO 5 PUSHBUTTONS

No comments:

Check Latest Jobs