Showing posts with label REAL TIME QUESTIONS. Show all posts
Showing posts with label REAL TIME QUESTIONS. Show all posts

SAP FICO Internal Order Summary ABAP report

SAP finance and controlling report provides a summarized view of the costs, activities, and statistical key figures that posted to cost centers. The report includes both planned and actual postings, and calculates an absolute variance (difference), as well as a percentage of the variance. This report allows for a consolidated view of multiple internal orders at any given time. A balance of order postings is also calculated.

Any balance left in the order, either an over- or under-absorption of costs, is usually settled to another receiver, typically a cost center. A cost center manager who placed the order or a manager of a small project whose project work is performed by several different cost centers would use this report to plan costs and monitor progress against the plan.

You must set the Controlling Area before running the report. Choose Accounting → Controlling→ Cost centers → Environment → Set controlling area. Let us have the controlling area is set to 2000 for this example.

You must enter a value in the selection fields before running the report. You may leave the cost center and cost element selection blank, and get a list that contains values for all cost centers and all cost elements in the selected controlling area. If you enter cost center groups and cost element groups, they must have already been set up. If they contain subtotals, hierarchy nodes should be created within the groups. Each hierarchy node then subtotals in this report.

You can run multiple context-sensitive reports from this internal order report. For example, when you position the cursor on a cell for planned costs, only the reports that contain planned costs list data. If you select a cell for planned costs and run a report that only contains actual data, no data lists.

The following report run for a single cell or a range of cells:

  1. Actual line items for one or more orders
  2. Planned line items for one or more orders
  3. Planning overview for a single order
  4. Actual values, by period (should be used for the cumulative views)
  5. Planned values, by period (should be used for the cumulative views)
  6. Internal order line items, by partner CO object (that is, partner cost center in a
  7. transaction, order, etc.)
  8. List of orders and balances
  9. Master data list of orders
The selection screen of this report includes:

  1. Variants
  2. Dynamic selection options
  3. Executing and printing in the background
  4. Sorting capability (by column): Select a column, then Edit → Sort in ascndng ordr(Ctrl+Shift+F5), or Edit → Sort in descending order (Ctrl+Shift+F6)
  5. Adjusting the column width: Settings → Column widths (Ctrl+F12)
  6. Adjusting the numeric display, to set the number of decimals displayed and
  7. The scaling to hundredths, thousands, etc.: Settings → Number format (F5)
  8. Adjusting the summation level for the entire report (F6)
  9. Mailing of the report (Ctrl+F9)
  10. Graphing portions of the report using SAP business graphics (F7)
  11. Exporting the report to a local file
  12. Increasing or reducing the detail displayed, by double-clicking on subtotal lines. The double-click acts as a toggle switch. If detail is displayed, double clicking
  13. on the subtotal will hide it. If detail is not displayed on a summary line (marked with one or more asterisks), double-clicking will display it.
  14. Displaying only threshold values, or values that are greater than or less than an entered criteria: Edit → Threshold value (Shift+F5).
  15. Creating an extract of reporting information (F5)
  16. Using variation to obtain multiple reports of internal order groups and hierarchy nodes (F6)
  17. Selecting from an extract or an archive: Data source (Ctrl+F1)
The sap r/3system displays four columns for all sections of the report, including actual postings, planned data, and a calculation of the variance between the two, both as an absolute and as a percentage value (calculated by dividing the actual data by the planned).

By double-clicking on any subtotals in the abap report, the detail that makes up each subtotal can either be hidden or displayed. For example, double-clicking on the Costs line will hide the cost element detail. To display this detail again, doubleclick on this line.

This sap abap report contains data obtained from internal order postings. As such, the data cannot be changed or manipulated from the report.

SAP FICO abap report with screen shots regarding Internal Order Summary :

A cost center manager, who placed an internal order, wants to analyze its performance. This report shows the detailed postings for the internal order, including all planned and actual costs, as well as planned and actual statistical key figures.
To access the first screen for this sap abap report, choose Information systems → Accounting → Overhead costs Orders → Report selection.

From the reporting tree, choose the following report:

Plan/Actual Comparison → Order: Actual/Plan/Var. → Order: actual/plan/variance.

Each number of above sap system screen represent the following.

1. Under Selection values, enter 2000 in Controlling area.
2. Enter the year in Fiscal year (for example, 1997). This report runs for only one fiscal year at a time.
3. Enter 1 in From period and 12 in To period. This report will not provide a periodic breakdown of the costs, only totals for the period range list.
4. Enter 0 in Plan version.
5. Enter 800087 in Or value(s). You can also enter a range of orders, or an order group.
6. Enter OAS-TOTAL in Cost element. This group contains all cost elements.
7. Choose Execute.

The first screen of this report lists cost elements for which planned and actual costs posted in the internal order, along with the absolute and percentage variances.

Debits and credits are separated. If the cost element group contains hierarchy nodes, a subtotal is shown for each of these nodes.

8. Choose Next columns.

The next screen lists the cumulative costs posted to both primary and secondary cost elements, along with the absolute and percentage variances.

These costs are all the costs that have been posted to the order during the current fiscal year through the selected period.

9. Choose Next columns.

This screen lists the quantities posted, provided the original document was posted with a unit of measure.

For cost element postings that do not involve a unit of measure, no value lists. Absolute and percentage variances are also calculated.

10. Choose Next columns.

These columns list the cumulative quantities posted to both primary and secondary cost elements, along with the absolute and percentage variances. These costs are all the costs that posted to the order during the current fiscal year through the selected period.

11. Choose First columns to navigate to the first block of data in the report.


Related Posts:

SAP FINANCE cost center summery

ERP software selection
ERP implementation process and advantages

Real Time Interview Questions SAP ABAP part Four

51)how do u transport standard text.

A) by using a program RSTXTRANS.

52)function modules in scripts BY ORDER

OPEN_FORM
START_FORM
WRITE_FORM
END_FORM
CLOSE_FORM

53) steps in creation of basic idoc creation .

A)create segments WE31.

Create IDOC we30.

Assign segments to the idoc

Develop idoc interface program.

Configuration of idoc.

54) explain binary search linear search and hash algorithm.

55) what type of request r used to transport reprository objects.

A) workbench request.

Two types of change request

a) customizing request deals with customizing objects like changes made to spro.

b) workbench request .changes made to the reprository objects.

56) name the system field that is not always displayed in the debugger.

A) SY-LISEL.

57) what marks the beginning of new screen in the internal table of structure bdcdata.

A) DYNBEGIN

61)what are v2 updates.

A) an update request is divided into one primary (V1) and several secondary components (V2). Time critical operations are placed in V1 component and those whose timing is less critical are placede in V2 components.If a V1 update fails , V2 components will not be processed.

62)what is the tcode for termination updates.

A) SM13.

RELATED POST


SAP Solution Manager Overview
People Centric SAP CRM Introduction
CRM Technical Infrastructure

Real Time Interview Questions SAP ABAP part three

36) In call transaction there r totally 10 records. While processing it if system crashes after 5th record, is it possible to start again from 6th record.

A) NO, it is not possible to start from 6th record; again we have to restart the process from first record.

37)Is multiple page format is possible in SAP SCRIPTS.

A) Not possible in sap scripts.

38)what do u mean by tabs in paragraph formats.

A) These tabs r similar to the word processing tabs.Only exception is in tabs we can give the user defined gaps.

39)what is the difference between TABLE CONTROLS and STEPLOOPS.

A) Table controls is the enhanced version of step loops.

Table control is the look and feel of a table.

40)Give an example of GET CURSOR in interactive report.

A)it is used to call a report with in a report or to call a transaction from d.

41)what do u mean by selection text.

A)generally selection text will have 8 characters which doesn’t give any meaningful message to the end user .here we use selection text.

42)how do u dynamically inactive fields in selection screen.

A)using event AT SELECTION –SCREEN ON OUTPUT.

43)Which event is equivalent of PBO in reports.

A) AT SELECTION –SCREEN ON OUTPUT.

44)What is the purpose of START_FORM in scripts.

A)to print several identical forms containing different data with single SPOOL REQUEST. EX: portrait, landscape. When we have a requirement of printing layout sets with different page formats then in the print program call each one individually using START_FORM.

45)What do u mean by extended table maintenance.

A) extended table maintenance is a tool used to maintain (create,delete,insert) the data in the database tables through data dictionary only possible when table maintenance flag is set in attributes of table definition.

Steps:

1)if it is single table utilities -> extended table maintenance

2)for multiple tables create a maintenance view.

3)go with SE54(modal dialog box generator)

one step table maintenance dialog: only one maintenance screen is processed during extended table maintenance.the entries are displayed in list form.

Two step maintenance: two maintenance screens are processed . 1st one is overview screen , the entries are displayed in list form.

In 2nd screen one entry is displayed .

49)when u transport a object will the text elements are also transported.

A)most of the times they are not transported .so ,it is suggested to transport them individually.

50)how do u transport scripts across landscapes(between different servers).

A)by using a program RSTXSERP. By using this program we download the script into flat file on operating system level. Again we upload this using the same program into thereceiving system.

RELATED POST

CRM Sales Cycle Management
CRM Sales opportunity management
Sales process in Quotation and order management in CRM
CRM Interaction Center Agent Perform
CRM Technical Architecture

Real Time Interview Questions for SAP ABAP

1. Can we write sy-subrc in between select and endselect..
A) yes, but we cannot use statements like MESSAGE , CALL TRANSACTION, CALL DIALOG , SUBMIT, BREAK-POINT, COMMIT WORK, ROLL BACK etc, because these cause DB cursor to close,
2. What is the diff between select single star and select up to.
A) While retrieving data based on primary key use select single where as retrieving based on non primary key use select up to.
3. Purpose of SMOD and CMOD
A) SMOD - to identify the enhancements available in a particular development class
B) CMOD – for projects.
4. Instead of send immediately can we send based on time schedule?
A) yes it is possible. In ALE , we can use Collect IDOCS and after collecting, to send the IDOCS use executable program RESOUT00.
B) IN case EDI It possible by changing the Control record MN05.
5) Define partner profiles.
6) IDOC test tool WE19.
7) While processing through WE19 will the IDOC number will be same or changed.
A) it will change .
8) Working on IDOC testing.
9) Process flow of change pointer and what is the diff b/w change pointers and executable program.
10) What is Message control.
A) is a IDOC triggering mechanism Which works on Output determination.
11) What is NACE.
A) It is T-Code which consists of Procedures, output types, Access sequence, Control Record and Fields.
12) What is the key in NACE.
A) Two character Application ID Ex: EF for purchasing V1 for Sales.
13) Call Transaction Syntax.
A) CALL TRANSACTION ‘TCODE’ USING ‘BDCDATA’ MODE ‘A’ UPDATE ‘S’ MESSAGES INTO ‘BDCMSGCOLL’.
14) Diff B/W call transaction and session method.
A) (1)Process is asynchronous in session whereas it is synchronous in call transaction. (2) Session – background and foreground, call transaction – foreground only. (3) implicit error log , explicit error log. (4) Sessions are client independent. ETC
15) When will AT LINE-SELECTION TRIGGERS.
RELATED POST