SAP Questions

Q:

What are the support tickets given in SAP fico module? please give some examples.

Answer

Support tickets are basically the problems that arise in day to day usage of SAP. 


So any sap fico consultant who is resolving the day to day production issues is actually supporting the tickets.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

7 8373
Q:

What is difference between "assign" and "retain" keyword?

Answer

Retain -Specifies that retain should be invoked on the object upon assignment. takes ownership of an object


Assign - Specifies that the setter uses simple assignment. Uses on attribute of scalar type like float,int.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

3 2115
Q:

What is the difference between a contract and a scheduling agreement?

Answer

A scheduling agreement can be made for Consignment, Subcontracting and stock transfer. A contract, also known as a blanket PO, can be made for standard items and can be restricted to a Value or QTY.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

2 2360
Q:

What is the differences between ABAP and OOABAP. In which situation we use OOABAP?

Answer

OOABAP is used to develop BSP/PCUI applications and also anthing involved object oriented like BADIs, SmartForms..etc.where as ABAP is used to develop traditional programs in R/3.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

1 2235
Q:

What are the activities we will do in SAP MM module implementation?

Answer

Various activities in SAP MM are : Inventory, Warehouse, Purchasing, Vendor evolution, Invoice varification, etc.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

1 2774
Q:

What are event keywords in reports?

Answer

Events keywords in Reports are:


For Classical Reports,


1.Initialization


2. At line-selection 


3. Start-of-selection 


4.Top-of-page 


5. At user-command 


6.End-of-selection 


7. End-of-page 


8.At Pfn


 


For Interactive Reports,


9.At line-selection 


10. Top-of-page during line selection


 


For LDB (Logical DataBase) Reports,


10. get 


11.put 


12. get table 

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1742
Q:

What is BDC programming?

Answer

Transferring of large/external/legacy data into SAP system using Batch Input programming. Batch input is a automatic procedure referred to as BDC(Batch Data Communications). The central component of the transfer is a queue file which receives the data vie a batch input programs and groups associated data into “sessions”.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1418
Q:

What are different ABAP/4 editors? What are the differences?

Answer

The 2 editors are se38 and se80 both have the abap editor in place. In se38 you can go create programs and view online reports and basically do all thedevelopmet of objects in this editor. In se80 ( object navigator) there are additional features such as creating packages,module pool , function group ,classes, programs ( where you can create ur programs) and BSP applications .

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 2154