Uploaded by Vincent Otieno

WUODNYAMBIS

advertisement
0 step by step: Posting Journal vouchers
This document describes how you can use Winshuttle Transaction to post Journal Vouchers
in the SAP Business Suite from data in Microsoft Excel using the SAP transaction FB50
(Enter G/L Account Document).
The example here will show how to use the Transaction Do-While loop feature to upload
multiple-line GL entries from an Excel file into SAP.
Steps
The FB50 transaction is very similar to the FV50 (Park G/L Document), FB60 (Enter
Invoice), and FV60 (Park Invoice) transaction, and the steps shown here can also be used
for those transactions.
Record
1. Start Winshuttle Transaction from the desktop shortcut or from the Windows Start
menu.
2. Click New.
3. Enter transaction code FB50 in the Transaction Code box, and then click Go.
An SAP Log On screen appears.
4. Click the SAP system that you want to use, and then click OK.
5. Enter the appropriate User Data in the SAP Logon window, and then click
the OK button.
If you do not see the SAP system that you want, click the System button and choose a
different system.
6. For the recording mode, click Non-Batch Input Mode and click Without SAP Controls.
Note: Non-Batch Input Mode Without Controls will work for most transactions. NonBatch modes are necessary for downloading information from SAP transactions, or for
Finance or HR transactions in which there are Dynamic Actions executing or user
parameter values being used; otherwise, if you do not have access to Non-Batch
modes, you can try recording in Batch Mode. The difference between Without SAP
Controls and With SAP Controls is just a matter of what tools are on the transaction
screens. For more information, see the Recording modes topic (Connect
mode or Central mode).
7. Enter any additional properties in the appropriate fields.
8. To prevent people from editing the script, check the Lock TRANSACTION script box.
This will password-protect the script, preventing anyone from changing it.
9. Click the Next button.
The FB50 transaction starts.
Note: The following screens may vary according to the way your SAP system has been
configured.
These differences will be identified throughout the rest of this document.
To make this process repeatable by Transaction, there will be a few changes to the
process compared with how you would manually create a material. These differences
will be identified throughout the rest of this document.
10. Enter the company code and click the green checkmark button.
11. Enter data into the header section of the screen. In this example:

Document Date

Posting Date

Currency

Reference

Doc. Header Text

Document Type
12. Press the Enter key.
13. In the item section, enter data for the first line item:

G/L Account number

Debit/Credit Indicator

Amount

Cost Center/Profit Center
Important: These steps will most likely be different from manual entry.
14. After you enter all of the data for the line, select and highlight the row.
15. Press the Insert Row button to insert an empty row above the current row.
16. Now fill in the newly inserted line on top with the data for the next item, and then
press the Enter key.
Important: While recording this transaction, pay close attention to the running
balances of the debit and credit entries. The transaction balance indicator must be
green at the end of the recording.
17. Click Save to save and exit out of the transaction. This will also end the recording.
18. When SAP notifies you that the document was posted, click the green checkmark
button.
Map
It is now time to create the mapping for this transaction. Mapping a script is just a matter of
connecting SAP fields to fields in your data file. Transaction provides a Mapper to facilitate
this process.
Auto Mapping will map the entire script to an Excel spreadsheet and in order. Because of
the complexity of this transaction, we will choose the Create Mapping option instead.
1. In the Map pane, click Create Mapping.
2. Transaction opens the Expert tab of the Mapper.
In each of the rows of the Mapper, you will see:

Mapper Row number: This is just a reference number.

Enable flag: only enabled Mapper rows will be executed by Transaction.

Screen / Screen Number: Technical screen information from the recorded
transaction.

Field Description: The label associated with the SAP technical field name.

Field Name: The SAP technical field name.

Mapping Type: Fixed Value, Excel to SAP, SAP to Excel (or, if mapping to Access:
Access to SAP, SAP to Access).

Value: Values assigned to the SAP field; either fixed values or values to or from
the assigned data source.

Notes: Freeformat notes to provide useful information to runners of the
Transaction script.
3. In the Data Source Preview section, you will see a preview screen of the selected data
source.
To change the Data Source, click the Change Source Type link at the top of the Expert
Tab. This displays a drop-down box to switch to Microsoft Access.
The Preview section will also change to reflect the choice. In this case, we will use
Excel.
Disable duplicate fields
As you can see, the line item data for G/L Account number, Debit/Credit, Amount, and Tax
Code repeat again on the next screen because in our recording we entered two line items.
We do not need these fields to be enabled, because in the next step we will insert a loop to
allow uploading multiple line items.
To disable the duplicate fields:
1. Select the rows by clicking in the gray area on the left and dragging down until the
selection is highlighted.
2. Right-click and select Disable Fields from the menu.
The Enable checkbox should now be unchecked and the fields disabled.
Add the loop
To allow the Excel spreadsheet to contain data for multiple line items, we will insert a Loop
around Mapper rows containing the Item data for G/L Account number, Debit/Credit,
Amount, and Tax Code.
1. Highlight the rows for the entire line item, in this case rows 12 through 19.
2. Click the Loop button.
3. The Do While Properties box opens with default values, which can be overridden.

The start and end row refer to the rows in the Mapper that contain the loop
(the highlighted rows—in this case, 12 through 19).

The MS Excel ID Column box displays the column in the spreadsheet that will
contain the Header and Detail (line item data) identifiers.

The Header ID and Line Item ID displays the values that will identify the
Header (H) and Line Item (D) rows.
4. Click the OK button to insert the loop around the selected Mapper rows.
The Mapper reflects the following changes as a result of inserting the Loop:

The graphical depiction of the loop around the selected lines indicates which
Mapper rows will be contained within the loop.

The ID Column has been identified in the Preview screen.

Row 2 contains the first Header ID value and Row 3 contains the Line Item ID
value.
Map and save the script
1. To map the script to the data source, you will drag in the direction that the data will
move. For this script, you are uploading data from Excel to SAP, so you will drag from
Excel to the Mapper.
Drag column B up and drop it onto row 5.
Continue across the Excel preview by dragging column C up and dropping it onto row
9, column D up to row 10, and columns E and F up to row 11 and 12, respectively.
2. The next step is to save the script file (.TxR) and the Excel preview file (.xlsx). Click
the Back arrow button at the top on the File menu.
The best practice is to name the Excel spreadsheet the same name as the script unless
an Excel spreadsheet will be used for multiple scripts.
Note: If you want to use an existing Excel file that already has the data set up, you can
skip saving the preview file and save the script file by clicking the Save button on the
File menu.
3. Transaction prompts you to save the Excel preview file.
4. Click Yes, and then enter the Excel file name.
5. Transaction prompts you to save the script.
6. Click Yes, and then enter the script’s name.
Add the data
Transaction loads the Run pane.
If necessary, you can navigate back to the Mapper by clicking the Update Mapping link on
the Map pane.
1. Click the Excel icon to the right of the Select Data File box. This will open the mapped
Excel file that is listed in the Selected Data File box.
Note: Transaction will automatically assign the Log column to the next available
column after the last mapped column (in this case, column J).
2. Type the data in the columns, including the Header and Line Item identifiers in the ID
Column, and then save the Excel file.
After you enter the data into the Excel spreadsheet, you can run the script.
Run
Back at the Transaction Run pane, you can specify a start and end row, specify the Excel
sheet that contains the data, and change the Log column.
1. To execute the upload, click the Test button, if you are a Central user, or click
the Run button if you are not a Central user.
2. In the SAP Logon window, if necessary, click the System button to select the
appropriate SAP system.
3. Enter the appropriate user data, and then click OK.
The Journal Entry will now be created based on the data in the spreadsheet.
4. In the bottom left corner, Transaction displays a message when the run has finished.
5. Open the Excel sheet and check the log column. The run was successful and the
messages returned from SAP were entered into the log column.
© Winshuttle, LLC · Legal
The purpose of this study was to assess the accounting information as a tool of decision making with
the case of KCB. The general objective of this study was to investigate the effect of accounting
information tool on decision making in KCB. While specific objectives were: first to identify the
accounting information tool used by KCB in their decision making; second to explore how accounting
information affects decision making by managers of KCB; third to analyze how accounting
information relates to performance measures in KCB. Qualitative data obtained through open-ended
questions were analyzed based on themes derived from the research objectives while quantitative
data were obtained through closed-ended questions and were analyzed by the use of descriptive
statistics by use of frequencies and percentages. The target population included different person
who had an important role in preparation of accounting information and those who had important role
in decision making in KCB such as accounting department, administration and staff member. To
carry out this study, the researcher employed cases study research design based at KCB Head
office and used questionnaire and interview as instruments in collecting the data. The study adopted
a stratified sampling design in order to obtain a representative sample. Questionnaire with both
open-ended and closed ended questions were used to collect the data, and they were piloted prior to
the study to ensure that they collect valid and reliable data. The total number of target population
were 42 people working in KCB Head office, while the sample size were 28 people in KCB Head
office which were questioned, meaning that 28 questionnaires were distributed. There are three
variables in the conceptual framework, the dependent as decision making, independent as
accounting information and intervening variables as external factors which can have any effect on
the dependent variable. The analysis of findings was based on the specific objectives of the topic
under study, the first finding , showed that KCB Rwanda use accounting information such as
statement of comprehensive income, statement of financial position and cash flow statement
regularly and follow the standards for fair presentation, the second revealed that accounting
information provide sufficient information to the managers and stake holders on time for their
decision making and finally the third findings showed there is a positive relationship between
accounting information and performance measure of KCB. As recommendations; all decision makers
in their respective departments to acquire all information‟s needed using adequate tools and not use
intuition in their decision making. It is not only necessary to make decision, but also to implement the
right ones based on accounting information.
Related documents
Download