You are on page 1of 3

Interview questions at bristal cone

1. Client requirement is while doing billing without generating billing document system
should not send out put to customer how can you do this?

a) we need to maintain output requirement 62 in out procedure.

2. Can we reserve the stock a customer vise if that particular customer place order system
should always conforms the stock how can you do this?

a) We can do this with the field product allocation in material master.

3.i have one sold to party that sold to party have 1000 ship to party but if create order
system should take always 80 number ship to party how can you do this?

4. In copy controls what are main controls between deliveries to billing pleases list out?

A) Copy item number; explode structure, pricing type, billing quantity, positive negative.
Determine batch number.

5. List out the key out the pricing table.

a) konp, konv, konh

6. What is t- code for posting Idoc number?

7.what is the t code monitoring the Idoc .

A) WE06

8. What is t code list of Idoc?

a)we05

10.List out key fields in customer master.

11.How tax will determine in to the sales document

a) a. Departure country (country of the delivery plant)


b. Destination country (country of the ship to party)
c. Customer tax classification (for business within the EU on the basis of tax number
STCEG)
d. Material tax classification (access with departure country)

12.I want to do billing without PGI how can u do this.


a) we need to maintain copy requirement 011 in delivery to billing vtfl

13. What is the break point?


a) Apart from being able to execute an ABAP program in the Debugger, you can also start the
Debugger call by the choosing a breakpoint. This is achieved by setting one or more of these
Interview questions at bristal cone

breakpoints in the program. A breakpoint is a signal at a particular point in the program that tells
the ABAP runtime processor to interrupt processing and start the Debugger. The Debugger is
activated when the program reaches this point.

There is also a special kind of breakpoint called a watchpoint. When you use watchpoints, the
Debugger is not activated until the contents of a particular field change. For more information,
refer to the chapter Watchpoints.

14. What is early watch?

15.What is freezing satge?

16. What is difference b/w background job and batch jobs.


A) Background job

we have the delivery due list VL04 and for billing VF04 - billing due list.

we can give the required selection criteria to populate a work list. Now instead of giving the
selection criteria every time we can save them as a selection variant. This variant is assigned to a
batch job created in SM37. Depending on the requirement we can run this job which are
monitored by the basis guys.

The batch job can be set to run in the background may be daily, weekly, or whatever time as per
the requirement. Generally these kind of jobs are set to run during off peak hours to reduce load
on the production system.

background (scheduled) jobs, use the following:

t-code VL10BATCH for outbound deliveries


t-code VF06 for billing documents.

batch job

To create a new batch job you can go to transaction Sm36,wherein you can define the job
name,job class and target server..then you can go to start condition and select whether it is a
periodic job,or immediate job and accordingly you can schedule the job..Also the very important
thing is in the Step funtion you should have valid ABAP program or any external program which
should be used at the background...

If you know the program then you can go to SE38 and create a variant for that program which
can be later used in the newly created job.You can also copy an existing job and modify it
according to the requirement by checking the job details in SM37.

Just to summarize the Key transactions are : SM36 and SE38.

17.what is watch point ?


Interview questions at bristal cone

18.what is background job?


a) Doing transaction automatically in the back ground
ex: collective processing of billing
T code isSM36
Background jobs are definitions of programs, printing specification, and interactively can be run
automatically by the SAP background processing system. Any program that you can start
interactively can be run automatically by the SAP system in the Background jobs. In background
processing the system automatically runs the specified program or report at a specified and
schedule time without the intervention of the user; even if you can monitor the background job
and display results.

18.What is debugging ?
a)debugging means find out the errors in below sceneries
1.error in user exits, pricing requirement formulas
2.to find out the product errors
3.debugging help to forcibly pass the information (parameters) in to transcation.

You might also like