Buy

Buy

List of Posts

Get this widget
To get notifications, Please like our Facebook Page >>>>>>

Use Search box to find a topic in this Blog!!!

SAP BI Real Time Interview Questions (Part -7)

Q: What is troubleshooting and where you can use this TS?
It is defined as fixing a problem. It means that How the error was occured and how the error has to solve .then that process is called TroubleShooting.

Q: What is the exact difference between userexits and customer exits?
Customer exit:-
1. It is conventional method.
2. Writting Programs.
User exit:-
1. It is procedural.
2. Using tools.

Q: How to debug an Idoc at runtime?
IDocs are processed by a function module, which are mapped against in table EDIFCT. When you process an IDoc with BD87 you can have a breakpoint in the function and it will stop.
For outbound processing it depends on which program is sending the IDoc. For transactional data like purchase orders, the IDoc is created via RSNAST00 which in turn calls a function module assigned to the processing code (BD41).

Q: What are the characteristics of a bapi?
1. Naming convention
2. Standardized BAPIs and parameters
3. Data consistency
4. No dialog orientation
5. Authorization
6. Data types & data display
7. Processing modes

Q: What is the program flow of BADI?
1) Define the BADI by using SE18 Transaction
Declaring the objects and classes and methods.
2) Implementation of BADI by using SE19 Transaction
Defining the Classes and methods as required by the end user.

Q: How to get the column count of a report?
SY-LINSZ system variable gives the column count(line size) and SY-LINCT for line count.

Q: How to upload open purchase order through BDC
By using some of functionModules like In both AS,PS we have to create internal table
1)UP-LOAD
2)DOWN-LOAD these are used if the data is in Presentation Server
3) READ-DATASET
4) TRANSFER these are used if the data is in Application
Server (Or)
By using Manual programming
Like BDCDATA structure
There we have fields like program,dynpro,dynbegin,fname,fval.

Q: What is Web dynpro?
Dynamic programming providing clear separation between Business Logic and Diaplay Logic.

Q: What are the Events in Application Server?
Events are:
1 - OPEN DATA SET
2 - READ DATA SET
3 - CLOSE DATA SET.

No comments:

Post a Comment

Note

This blog is solely for the purpose of getting educated in SAP. This blog does not encourage distribution of SAP hold copyright and any other publication and/or materials bearing SAP mark. If you find any copyright materials, please mail me so I can remove them. This blog is not in association with SAP.

ALL Posts

Get this widget