GeekInterview.com
Series: Subject:

SAP R/3 FAQs

Showing Questions 1 - 20 of 185 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Slin tcode

Asked By: sankaran.ramaiah | Asked On: Jul 7th, 2010

What is the use of slin tcode? Explian why we go for slin?

Answered by: Sriram_Naren_Rajesh on: May 9th, 2012

SLIN - extended program check performs a complete check that includes the interfaces of external procedures called from your program.

What are tickets in SAP sd? What are the most frequent tickets we get after post implementation?

Asked By: manu | Asked On: Apr 3rd, 2006

Answered by: ABI on: Apr 14th, 2012

There are issues come in almost all industries same. In pharma, for example for some products VAT will be different. example Scrap Materials (it should be 14.5%) . While creating Sales Order for a scr...

Answered by: mahesh on: Feb 9th, 2012

There is no stock in your storage location which u r given in order....

go to mb1c and post stock to that storage location....
Than pgi should possible.

If any mistake in my answer correct me

Thanks regards
Mahesh

What are the tickets in real time ? And what is their use? Who can raise the tickets ? What is the process for sending the tickets ?

Asked By: satyakishore | Asked On: May 28th, 2007

Answered by: rajasekhar on: Feb 14th, 2012

When stock creating in MB1C I got error 799999 a/c number does not exist in your company code

Answered by: ushabonthu on: Mar 11th, 2008

End user uses the product after fully implemented or after Go live. Then the problem whatever come across during the End user utilization of the product, they reach the supporting team as tickets...

Common tickets in SAP FICO

Asked By: cd_kaur | Asked On: Feb 22nd, 2008

What are the most common/important tickets /issues in SAP FICO module? Please list the same

Answered by: madhavarao on: Oct 18th, 2011

sap fi/co ..tickets are 4 types divided into priority basis 1.critical 2.high 3.medium 4.low ,,basically tickets are generated by clients ,,consultants are reply with critical tickets 2 to 4 hrs ,high ticket reply to 1 business day ,,medium and low tickets 2 -3 days 2 - 5 business days .

Answered by: Shankar on: Oct 11th, 2011

1.New Tax codes Creation 2.Sales billing document is not released to account 3.Balancing profit center filed required in line items 4.Needs attach GL accounts to Financial statements Tree. 5.Idoc no...

Ale idocu process code

Asked By: sankaran.ramaiah | Asked On: Apr 16th, 2010

What is process code in ale idocu?

Answered by: chandu on: Aug 4th, 2011

BD84 is the process code for ALE-IDOC

What is the difference between .Att and .Pat files

Asked By: Farooq Ahmad Sheikh. | Asked On: Jul 2nd, 2007

Answered by: masterlord on: Jul 27th, 2011

its not revealed by sap

Table maintenance

Asked By: asalkishore17 | Asked On: Aug 18th, 2010

What is the use of table maintenance and maintenace view?

Answered by: Srikanth Golla on: Jul 20th, 2011

Table maintenance is generally used when creating maintenance view.To update the table u need to activate the table maintenance generator so that in the maintenance view one can maintain the table.

Answered by: suddu89 on: Dec 9th, 2010

To view the data and to retrieve it quickly.

Transport object

Asked By: krazzy4manu | Asked On: Jun 10th, 2008

How to transport an object in ABAP?

Answered by: Srikanth Golla on: Jul 20th, 2011

by using se09 code we can transport objects

Answered by: guruprasadraolinga on: Jul 2nd, 2008


By using SE09 t.code.

How to do.....

  go to se09 t.code,
  select your request number ,
  first you release your sub request number,
  afetr you release main request number.

In ABAP, by using select-options keywords how to make it work like a parameter keyword?

Asked By: rajesh velamala | Asked On: Oct 7th, 2007

Answered by: Srikanth Golla on: Jul 20th, 2011

we can make it by the following syntax

SELECT-OPTIONS : <> FOR <> NO-EXTENSION NO INTERVALS.

Answered by: RADHA.ETTE on: May 10th, 2011

we can make select-option to parameter by this Syntax.

SELECT-OPTIONS : FOR <DBTABLE-FLD> NO INTERVALS NO-EXTENSION.

Best Regards,
Radhakrishna.Ette

Classical and interactive reports

Asked By: xi.subbu | Asked On: Mar 22nd, 2008

State the difference between classical report and interactive report

Answered by: Srikanth Golla on: Jul 20th, 2011

Classical Report : It is nothing but getting data from one or more tables and displays it on LPS formatted or unformatted. It is having only one screens for the output. It has not any sub list. Events...

Answered by: sankaran.ramaiah on: May 11th, 2011

Classical report: classical report its a single page report.Having only one pageInteractive report: To navigate the primary list to the secondary list ie giving detailed information from the basic lis...

I have copied medruck as zmedruck. After making modificatons in it I want to execute zmedruck ie instead of medruck zmedruck should be executed. How should I do it

Asked By: madhava_sify | Asked On: Jan 31st, 2006

Answered by: Srikanth Golla on: Jul 20th, 2011

go to tcode : NACE
select NEU in output types tab
and change into display mode

change the print output MEDRUCK INTO ZMEDRUCK



then go to tcode ME9F and execute

Answered by: nitla on: Dec 28th, 2010


After modifying your code
type tcode : NACE in command line
select NEU in  output types tab
and change into display mode

change the print output MEDRUCK INTO ZMEDRUCK

then save and back

then type tcode ME9F

you will get the output as your wish.

Regards,
Nitla.

Single select

Asked By: sankaran.ramaiah | Asked On: Jul 7th, 2010

In ABAP what is the difference between select single and select upto one row? Explain

Answered by: Srikanth Golla on: Jul 20th, 2011

Select single * from table It fetches single record from the database, based on the condition you specified in the where clause. The 'SELECT SINGLE' statement selects the first row in the database ...

Answered by: nitla on: Dec 28th, 2010

select single:

It fetches single record from the database, based on the condition you specified in the where clause

select upto:
Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record.

Workbench request and customizing request

Asked By: R. Merlin | Asked On: May 21st, 2008

What is the difference between workbench request and customizing request?

Answered by: sankaran.ramaiah on: May 25th, 2011

Workbench Request: workbench request is an abap request.exp: If you creating table or reports,or script etc we can store under the workbench request.Customizing Request: Customizing Request is a ...

Answered by: VPRIYA on: Oct 14th, 2008

The Transport Organiser maintains Change Requests.These requests record the changes made to the repository and customizing objects.Based on teh objects changed they are 1)WorkBench Request  ...

What is implementation,installation,roll in ,roll out,paging file?

Asked By: sindhura | Asked On: Mar 11th, 2006

Answered by: JITHINSHA on: Jan 11th, 2011

When users request for connection to the sap server, all the requests are put in a queue by the dispatcher. When the dispatcher finds a free work process, the user request is assigned to that work...

Answered by: hydgeek on: Jul 15th, 2008

Hai every one, I am Phani Kumar for your querries.(kumar66766@rediffmail.com)I am very spefic in my answers which totally depends on the strength of the question.Implementation: In SAP, Implementation...

Hi while doing migo in mm module I am getting message"posing period 2006 008 is not open"how to close this?Pl tell me.Thanks.

Asked By: sham | Asked On: Aug 22nd, 2006

Answered by: kumar.m.v on: Jan 5th, 2011

Go to mmpv and change or
go to se16 and exsicute and select table marv and swich to classic deduger and edit
after that go to omsy and give date

Answered by: mdinamulhaq on: Sep 22nd, 2010

To close the period goto transaction

/n mmpv

Maintain repaired items in SAP

Asked By: Devi Lal Suthar | Asked On: Dec 30th, 2010

How to maintain repaired items in SAP? Give example.

What is meant by transfer_record in lsmw and what are the events in lsmw with explanation.

Asked By: sambasiva Rao | Asked On: Feb 4th, 2007

Answered by: xvhoulei on: Aug 9th, 2010

The current record (that is, the record for the current target structure) is transferred to the output buffer. See more in sap help manual: http://help.sap.com/saphelp_nw04/helpdata/en/3b/5b511d...

SAP mm module output determination

Asked By: dharneraj | Asked On: Apr 15th, 2008

What are the steps in out put determination for SAP mm module? How to create and maintain output determination process

Answered by: Shaik.Badesaheb on: Jul 14th, 2010

The steps are as follows: Output of Purchase Order 1. Condition Table SPRO --> Material Management--> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Tabl...

1.What all checks will you perform when SAP is down?2. How do assure all SAP application servers are up and running?3. How will you switch archive llog? What all steps are required for the same4.How...

Asked By: sandeepkorada | Asked On: Apr 26th, 2006

Answered by: ashwinmane on: Jun 21st, 2010

6. When do we run SGEN and what does it do...


We run SGEN after certain events like after first time system completes, Patch Updation,
database restore or after Client Refresh. In the sense we need to use load generater after any type of system upgrade.



Answered by: ashwinmane on: Jun 21st, 2010

5. what is Dynpro? A sap dynpro is nothing but a SAP screen that provides a forum for the user to interact with the SAP database. The dynpro forms the heart of any transaction, and in ...

Tractions sm04 and al08

Asked By: rathna | Asked On: Jan 9th, 2008

What are the differences between the tractions sm04 and al08?

Answered by: ashwinmane on: Jun 21st, 2010

T-code SM04 is used to display a user overview for one dispatcher.
T-code AL08 is used to display users in entire system.

Answered by: infoviewmohan on: Jan 23rd, 2008

If you have more than one application server, use AL08 instead of SM04.orIt is because they are at the logon screen which has established a connection.You will notice that the transaction code shown w...

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.