SAP---ABAP

Monday, May 12, 2008

ABAP/4 Interview Qns and Answers





301) Detail concept of Transport Organizer.

Ans


302) Which is slower “Select *” and “Select field1,field2”?

Ans


303) What are the errors in “Call Transaction”?

Ans


304) What is QA and production?

Ans


305) How will you display only 10 lines in Report?

Ans


306) In BDC, if out of 10 records, 7 are successful and there are 3 records with some missing fields, how will you modify those fields?

Ans


307) How will you set breakpoint to 100 messages?

Ans


308) How will you set Reports to Background job?

Ans


309) Name the tables, which is used to see all the transaction available.

Ans See tables, TSTC and TSTCT for all the transaction available


310) List of SAP supplied Programs.

Ans

Details (5)

Program

Purchase Requisitions

RM06BB10

Material Master

RMDATIND

Vendor Master

RFBIKR00

Customer Master

RFBIDE00

Sales Order

RVINVB00



SAP SCRIPT PROGRAMS (9)


Logo

RSTXLDMC

Debug

RSTXDBUG

Upload / Download (Import / Export)

RSTXSCRP

Convert Page Format

RSTXFCON

Text File Inconsistent

RSTXCHK0

Copy Table Across Client

RSCLTCOP

Transfer Scripts Files Across System (Not Clients)

RSTXSCRP

Comparing The Contents Of A Table

RSTBSERV

Change The Development Class

RSWBO052



REPORTS (2)


Submit A BDC Job With An Internal Batch Number

RSBDCBTC

Release Batch Input Sessions

RSBDCSUB




STANDARD PROGRAM (7)


Table Adjustment Across Clients

RSAVGL00

Extended Program List

RSINCL00

Get The Oracle Release

RSORAREL

Display All Instance Parameters

RSPARAM

Substitution / Validation Utility

RSUGBR00

Check Passwords Of Users SAP And DDIC In All Clients

RSUSR003

Last Users Last Login

RSUSR006


311) How to schedule a Report in background? what is the use of background job please explain about it?

Ans There are 3 ways to schedule in background:

SM36

SE38

SA38

The easiest of the three is SA38.

Why background? In foreground jobs are only allowed a certain amount of runtime. Long running jobs usually times out in foreground, and have to be run background. Some customers has day-end jobs to fill custom tables, and these only run late at night, so they are scheduled as background jobs as well. There may be any of a hundred reasons why you want a job to run in background instead of foreground, and these are only 2 of them.