Real Time Interview Questions for SAP ABAP

1. Can we write sy-subrc in between select and endselect..
A) yes, but we cannot use statements like MESSAGE , CALL TRANSACTION, CALL DIALOG , SUBMIT, BREAK-POINT, COMMIT WORK, ROLL BACK etc, because these cause DB cursor to close,
2. What is the diff between select single star and select up to.
A) While retrieving data based on primary key use select single where as retrieving based on non primary key use select up to.
3. Purpose of SMOD and CMOD
A) SMOD - to identify the enhancements available in a particular development class
B) CMOD – for projects.
4. Instead of send immediately can we send based on time schedule?
A) yes it is possible. In ALE , we can use Collect IDOCS and after collecting, to send the IDOCS use executable program RESOUT00.
B) IN case EDI It possible by changing the Control record MN05.
5) Define partner profiles.
6) IDOC test tool WE19.
7) While processing through WE19 will the IDOC number will be same or changed.
A) it will change .
8) Working on IDOC testing.
9) Process flow of change pointer and what is the diff b/w change pointers and executable program.
10) What is Message control.
A) is a IDOC triggering mechanism Which works on Output determination.
11) What is NACE.
A) It is T-Code which consists of Procedures, output types, Access sequence, Control Record and Fields.
12) What is the key in NACE.
A) Two character Application ID Ex: EF for purchasing V1 for Sales.
13) Call Transaction Syntax.
A) CALL TRANSACTION ‘TCODE’ USING ‘BDCDATA’ MODE ‘A’ UPDATE ‘S’ MESSAGES INTO ‘BDCMSGCOLL’.
14) Diff B/W call transaction and session method.
A) (1)Process is asynchronous in session whereas it is synchronous in call transaction. (2) Session – background and foreground, call transaction – foreground only. (3) implicit error log , explicit error log. (4) Sessions are client independent. ETC
15) When will AT LINE-SELECTION TRIGGERS.
RELATED POST

No comments :

Post a Comment