GeekInterview.com
Series: Subject: Topic:

SAP Reports Interview Questions

Showing Questions 21 - 40 of 175 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the difference between collect and sum?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 6th, 2009

Collect: It is mainly used to add the numberc fields only.
sum: its is used to add(total) the particular fileds.

Regards,
Sankaran Ramaiah

Answered by: SUN on: Sep 13th, 2005

                                 &n...

Explain call transaction?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

Call transacton is comes under the BDC.  While uploding data into SAP system we are used it.1) Call transaction is an Synchronze process.2) Update mode is both synchronze and Asynchronze mod...

Answered by: sajith khanna on: Mar 13th, 2006

it is one of the method used to migrate data from non sap systems to sap systemswith this we can work with small amount of datawe can work with foreground processit does not have logfile explicitlyto ...

What are events in interactive report & explain?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

Interactive Events:1. At line-selection.2. Top of page During line selection.3  At user command.4. At pf1. At line-selection-  Using this event we can navigate the primary list into the seco...

Answered by: bhargavi_k_b on: Oct 6th, 2006

At line-selection

At user-command

Top-of-page During line-selection for secondary Page header info

Tell about user exists?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

User Exit: User Exit is  one of the Enhancement type .Using user exit we can modify the standard Transaction and add the new functionality based on the client requirements.

Answered by: iter.manas on: May 20th, 2008

User exits are the space given by SAP in standard programs or transaction where we can add customer specific code to enhance the functionality.

What is an interactive report?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

Interactive report means to navigate the primary list to secondary list. It provides the detail informaton of basi list.

Regards,
Sankarna Ramaiah

Answered by: pavan on: Sep 21st, 2005

An Interactive report allows the user to participate in retrieving and present data at each level.while classical report doesn't have access to interact

What is refresh in internal table?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

Refresh command is an control command in reports. Using refresh command we can clear the both Header and Body and also allocate the memory in report.

Regards,
Sankaran Ramaiah

Answered by: jani on: Oct 23rd, 2006

Hi.

'Refresh' is the keyworld which clears the contents of an internal table body.

What is cat?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

Using CAT we can test the developed Object and also we can uplaoded the business data into SAP system.

Regards,
Sankaran Ramaiah

Answered by: Melanie S on: Oct 18th, 2005

"CATT"  Computer Aided Test Tool.  Used to create test cases for application testing purposes.

What is search help?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: sankaran.ramaiah on: Dec 3rd, 2009

Search help is nothing but an F4 help (Input Help). It shows possible entries in the selected fields.

Regards,
Sankaran Ramaiah

Answered by: iter.manas on: May 20th, 2008

Search helps are dictionary objects that we develop to compile a set of valid values for users.

Create and execute badi

Asked By: m_manic | Asked On: Apr 3rd, 2009

Can any explain how to create and execute badi? If possible with example.

Answered by: shilpagojanur on: May 12th, 2009

Steps to create a BADi:
1. Go to SE18 and give the BADI definition : Create appropriate methods,parameters.
2. Go to Se19 for implemnting the BADi methods defined in SE18 and activate the BADI.
3. When the transaction associated with BADI is called,the method is triggered.

I have my subroutine in one report and that I want to use that one in another report, how is it possible?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: khaliachika on: Apr 27th, 2009

Both ways above are OK. We should add IF FOUND to handle case the subroutine is not found

Answered by: Shailendra on: Sep 6th, 2007

perform {subr|(sname)} IN PROGRAM [prog|(pname)] [IF FOUND]

Use this statement to call any subroutine in any program.

Can u call report in SAP script?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 16th, 2009

You can call form not report.

In editor

Perform

in Porgram
Using &   &
using &   &
.
.
.
Changing &    &
Changing &    &
.
.
.

Answered by: rekha thanikachalam on: Nov 1st, 2006

    yes we can

How many types of standard SAP internal tables?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 16th, 2009

There are only three types. Standarded , Table Sorted Table and Hashed Table

Answered by: iter.manas on: May 19th, 2008

1) Transparent Table 2)Index table 3)Hashed table 4)Sorted table

What is meant by warehouse management?

Asked By: naveen.t | Asked On: Feb 3rd, 2007

Answered by: m_manic on: Apr 16th, 2009

A warehouse management system, or WMS, is a key part of the supply chain and primarily aims to control the movement and storage of materials

Transaction code for recording technique?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 8th, 2009

Tcode for recording is SHDB

Answered by: krithubala on: Sep 15th, 2005

SHDB

Distinguish between setscreen and call screen?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 8th, 2009

Set screen is used to set the next screen attribute during runtime. Call screen is used to call next screen sequence.

Answered by: priya on: Oct 13th, 2005

in the case of setscreen the entire processing of the current screen takes place and then the system branches out to next screen.if u want to branch out to the next screen without processing the curre...

Bdc transaction code?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 8th, 2009

SHDB is tranasction code for recording. There is no sepearte transaction code for BDC. We can write coding for BDC in report, that is SE38.

Answered by: Mohan kumar.k on: Sep 27th, 2005

  Transaction code for bdc :SHDB

What is the difference between modify, insert, update commands

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 6th, 2009

Modiy is used to edit and change the existing record. In case of database table, if the record exist then it will try to modiy otherwise it will inser new record.

Insert is used to insert a record in the tabel in a speicified place.

Update is used to change the existing record.

In ABAP commands how does differ from ?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 6th, 2009

Sorry your question is not clear

Explain set parameter and get parameter?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 6th, 2009

All ABAP programs can also access the SAP memory. This is a memory area to which all sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within...

What is the use of a function module

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: m_manic on: Apr 6th, 2009

This is one of modularization technique. While writing program, some functionality (coding) may get repeated. Instead of repeating the code, we can create a function module and we can call this where it is required.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.