Real Time Interview Questions SAP ABAP part two

20) Diff B/W scripts and smart forms.

A) Upon activating smart forms a function module is generated.

(2) Multiple page formats r possible in smart form.

(3) web based

(4) less coding efforts.

(5) Labeling is not possible in Smart forms.

(6) Main window is not compulsory in smart forms ( it is only possible if the smart forms has single page).

21. In scripts there is a paragraph with 5 lines, now I reduced font size of this paragraph, now in the output the gap b/w the lines is more. My question is how to reduce this gap.

A) It is possible through line spacing option in paragraphs.

22) How to call a smart form.

A) By using a function module SF_FUNCTION_MODULE_NAME

23) Explain SD flow with Transaction Codes.

A) Enquire – VA11

RFQ - VA21

Sales order – VA01

Delivery – VL01N

INVOICE- VF21

BILLING – VF01

24) Diff B/W Hide and Get cursor.

HIDE is limited Interactive programming, GET CURSOR can be used anywhere in ABAP Programming .

25) where does IDOC posting occurs and why.

A) IDOC posting occurs in Application layer of Inbound side and results are passed to
ALE Service layer.

26) When top page triggers.

a) during the first write statement

27) Sequence of events.

INITILIZATION

AT SELECTION SCREEN ON OUTPUT

AT SELECTION SCREEN ON s/p

AT SELECTION SCREEN

START-OF-SELECTION

END-OF-SELECTION

28) How do u debug scripts.

A) SE71 main screen -> utilities -> activate debugger . or execute program RSTXDEBUG.

29) Whether layout sets are client independent.

A) NO, they r client dependent.

30) In Idoc creation prog What r the input parameters.

A) Control record, data record, etc.

31) If u don’t write close_form in scripts. What will happen.

A) No output appears on the print or screen. We wont get any syntax error.

32) What will happen if we don’t close BDC_Open with BDC_CLOSE.

A) We wont get any syntax error, but at the same time we cant process the session, this is
because the status of the created session will be “BEING CREATED”.

33) In BDC session method, when we will get the status as ‘beging created’

A) When we don’t close BDC_OPEN with BDC_Close.

(2) When system crashes or power failure or switched of your GUI (In foreground) while BDC Program is executing .

34) after session created, where does the data pertaining to the transactions (screen no screen fields and data of those fields) are stored.

A) APQI and APQD.

35) What is the purpose of MASTER_IDOC_DISTRIBUTE.

A) It will invoke the ALE service layer and pass the master IDOC to it.

34) what is Status Code 29.

A) stand for ALE Service layer error. Possible chances of occurring are

(1) Error in partner profiles
(2) Error Idoc generation program.

RELATED POST

CRM Interaction Center Agent Perform
CRM Technical Architecture 
SAP CRM Software Architecture

No comments :

Post a Comment