Wednesday, October 29, 2008

Top 10 SAP-Linux FAQs

Here are the top 10 SAP-Linux FAQs-

• Does SAP support Linux?

Yes undoubtedly it does, you would get a detailed in-sight into the matter by reading the upcoming discussions in this article


• Why does SAP support Linux?

SAP's goal is to be able to provide its customers the maximum of flexibility to create the best IT environment for their needs and be able to get the most value out of their business applications driving growth and profit.

• What are main reasons behind SAP supporting Linux?

The main reason is to offer a free choice, and many SAP customers want to use Intel hardware and at the same time use their UNIX know-how as well.

Linux is growing with incredible speed and absolutely meets the quality standards of SAP. And thanks to the platform-independent SAP architecture, the port of the SAP kernel was fairly easy: none of the SAP business applications had to be modified.

• What are other reasons behind the same?

Another reason is the number of UNIX operating systems SAP has to support. Especially when you try to get maximum performance out of your hardware resources, there are significant differences between the different UNIX flavors. SAP has to maintain, test and support each possible combination of OS, database, hardware and mySAP release. With Intel moving to 64 bit there is a high probability of even more UNIX flavors. A consolidation of these UNIX derivatives would benefit both vendors and customers.

• What is the SAP-Linux Lab?

The SAP LinuxLab assists in the releasing of SAP software on Linux and drives the porting of SAP software to new platforms, like the Intel Itanium or IBM Power PC. Furthermore it helps other SAP departments with developing on and for the Linux platform and processes Linux-specific support problems - internal ones, as of external - or forwards them to the appropriate hardware or software partner.

• Currently who are the big guns involved with the SAP Linux labs?

Currently, developers from Bull, Dell, Fujitsu-Siemens, HP, IBM, Intel, Novell/SUSE, RealTech, Red Hat, SAP, SUN and a number of temporary "guests" share the same rooms in the LinuxLab. Despite our hardware partners being competitors, the cooperation is excellent and we had a number of very successful projects.

The LinuxLab also cloesely cooperates with (and is located directly next to) SAP's Server Infrastructure department, which is responsible for the development of the SAP kernel, the basis layers on top of the native operating systems, which make SAP's business applications platform independent.

• What role does SAP play in the Open Source scene?

SAP supports Open Source when it comes to Linux as an operating system or MaxDB (formerly Adabas/D or SAP DB) as a database. In fact, back in 1999, we were the first business software provider to support Linux as an operating system for running SAP solutions.

Monday, October 13, 2008

Top 10 Simple ABAP SAP FAQ's

i. List out the typical structure of ABAP/4 program

-HEADER ,BODY,FOOTER.

ii. Explain field symbols and field groups. Are you familiar with "component idx of structure" clause with field groups?

-Field groups are groups similar fields together into one name.
-Field group works in conjuction with them.


iii. State the approach for writing a BDC program?

1. CONVERT THE LEGACY SYSTEM DATA TO A FLAT FILE to internal table CALLED "CONVERSION".

2. TRANSFERING THE FLAT FILE INTO SAP SYSTEM CALLED "SAP DATA TRANSFER".

3. DEPENDING UPON THE BDC TYPE
i)call transaction(Write the program explicity)
ii) create sessions (sessions are created and processed, if successful data transfer will take place)

iv. What is a batch input session?

-BATCH INPUT SESSION is an intermediate step between internal table and database table.

-Data along with the action is stored in session ie data for screen fields, to which screen it is passed,program name behind it, and how next screen is processed.

v. What is the alternative to batch input session?

-Call transaction.

vi. A situation: An ABAP program creates a batch input session. You need to submit the program and the batch session in back ground. How to do it?

go to SM36 and create background job by giving
job name,job class and job steps (JOB SCHEDULING)

vii. What are the problems in processing batch input sessions?
How is batch input process different from processing online?

-PROBLEMS:-
i) If the user forgets to opt for keep session then the session will be automatically removed from the session queue(log remains). However if session is processed we may delete it manually.
ii)if session processing fails data will not be transferred to SAP database table.

viii. What are the different types of data dictionary objects?

-tables, structures, views, domains, data elements, lock objects, Matchcode objects.

ix. How many types of tables exists and what are they in data dictionary?

- 4types of tables
i)Transparent tables - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Both Opensql and Nativesql can be used.

ii)Pool tables & iii)Cluster tables -
These are logical tables that are arranged as records of transparent tables.one cannot use native sql on these tables (only opensql).
They are not managable directly using database system tools.

iv)Internal tables -

x. What is the step by step process to create a table in data dictionary?

step 1: creating domains(data type,field length,range).
step 2: creating data elements(properties and type for a table field).
step 3: creating tables(SE11)

Friday, October 10, 2008

Top 10 popular SAP FAQ's

Describe the nature of the relationship between SAP and D&B?

Is the relationship between D&B and SAP exclusive to either party?

What does the inclusion of D&B for SAP R/3 Edition mean for customers?

What are the benefits for SAP and D&B?

What is significant about online access in R/3 to D&B information?

What kinds of companies are are D&B targeted for SAP R/3?

What is Data Rationalization and Online Access?

Can the D&B Online Access software be customized?

How secure is the existing data in SAP R/3?

Who has access to view D&B information SAP R/3?

Thursday, October 9, 2008

Top SAP FAQs

How we can assign the value of field in select-options to the text-field in dialog module?
-Asked in Accenture

can we call a dialog module(Type M) into the executable program(Type E).If it yes then how?

-Asked in Siemens

how to create info package from ods to ods then to infocube for process chain

where and why we use info provider,multi provider & infosets?

Can you lock a particular table? If yes then how ?

Explain the GRC tool and its features?

BAPI IS EFFICIENT THAN BDC?
-IBM

On what background does the process of transfer of Overhead cost from production Cost centres to Productuon orders?
-IBM

how to maintain number ranges in excise invoice?

Wednesday, October 8, 2008

Top 10 SAP FAQ's

Here are the TOP 10 SAP FAQ's