首页 > 其他 > 详细

FSV tables in S/4 HANA OB58 , S_E38_98000088

时间:2021-04-10 00:40:03      阅读:23      评论:0      收藏:0      [点我收藏+]

FSV tables in S/4 HANA

 

To check FSV in ECC or S/4 use tcode: FSE3 and enter FSV version, for this example, I am using FSV version BAUS. Main tables involved are HRRP_DIRECTORY (stores FSV header), HRRP_DIRECTORYT (stores text descriptions of nodes ), HRRP_NODE (stores nodes and leaf)

技术分享图片

Note: Before checking FSV data in tables you may need to run tcode HRRP_REP to replicate FSV in the system, in other words, you may see FVS structure in tcode FSE3 however you may not see entries in the tables. So, if you want to check whether you need to run tcode HRRP_REP or not, open table HRRP_DIRECTORY and pass your FSV version in the field “Hierarchy ID” and if you see an entry then you may be good else run tcode: HRRP_REP to replicate FSV.

技术分享图片

Since FSV version does not exist in my case, I need to run Tcode HRRP_REP,  you just need to pass FSV version and choose a date:

技术分享图片

Let’s check HRRP_DIRECTORY table again now:

技术分享图片

Steps to retrieve FSV data:

First let’s try to get header/main node of FSV hierarchy (Root Node), marked in Yellow in below screenshot:

技术分享图片

Table: HRRP_DIRECTORYT

  • Pass language as EN and Hierarchy ID as BAUS

技术分享图片

The output of this table will give you the hierarchy Header description:

技术分享图片

Now let’s get node under header BAUS (Level 2), marked in green in below screenshot:

技术分享图片

Table: HRRP_NODE

  • In ‘Hierarchy ID’ pass BAUS
  • In ‘Node Type’ pass N, N means a normal node
  • You can also pass Valid From if you have multiple hierarchies with different validity
  • In ‘Hierarchy Level’ pass 2 as we are looking for second level nodes

技术分享图片

Output field ‘Hierarchy Node’ and ‘Node Description’ of this table will give you items under the header node:

技术分享图片

Now let’s get node under ASSETS (Level 3), marked in green in below screenshot:

技术分享图片

Table: HRRP_NODE

  • In ‘Heirarchy ID’ pass BAUS
  • Pass 00ASSETS in ‘Par. Node’ field, the value of ‘Parent Node’ field comes from the previous step (field ‘Hierarchy Node’)
  • In ‘Node Type’ pass N
  • In ‘Hierarchy Level’ pass 3 as we are looking for third level nodes

技术分享图片

Output field ‘Hierarchy Node’ and ‘Node Description’ of this table will give you items under Assets node:

技术分享图片

Now let’s get node under Cash & Cash Equivalents (Level 4), marked in green in below screenshot:

技术分享图片

Table: HRRP_NODE

  • In ‘Hierarchy ID’ pass BAUS
  • This time pass 014 in ‘Par. Node’ field, the value of ‘Parent Node’ field comes from the previous step (field ‘Hierarchy Node’)

技术分享图片

  • In ‘Node Type’ pass N
  • In ‘Hierarchy Level’ pass 4 as we are looking for fourth level nodes

技术分享图片

Output field ‘Hierarchy Node’ and ‘Node Description’ of this table will give you items under Cash & Cash Equivalents node:

技术分享图片

Now let’s get node under Petty Cash (Level 5/Leaf Node)

技术分享图片

Table: HRRP_NODE

  • In ‘Hierarchy ID’ pass BAUS
  • This time pass 023 in ‘Par. Node’ field, value of ‘Parent Node’ field comes from previous step (field ‘Hierarchy Node’)

技术分享图片

  • In ‘Node Type’ pass L, L is Leaf Node
  • In ‘Hierarchy Level’ pass 5 as we are looking for fifth level nodes

技术分享图片

Output field ‘Node Value’ contains the GL account number:

技术分享图片

 

Hopefully this blog will help you understand how FSV gets stored in S/4 HANA tables.

 

 

How to create Financial Statement Version (FSV) in SAP

 

This tutorial takes you through the steps to create a Financial Statement Version  

Step 1) Enter Transaction code SPRO in the command field

技术分享图片

    Step 2) In the next screen Select SAP reference IMG

技术分享图片

    Step 3) In next screen-"Display IMG"  navigate the following menu path SAP Customizing Implementation Guide -> Financial Accounting -> General Ledger Accounting -> Business Transactions -> Closing -> Document -> Define Financial Statement Versions

技术分享图片

 

 

 

  Step 4) In the Next Screen, Select New Entr

技术分享图片

  Step 5) In the Next Screen, Enter the Following

  1. Enter the FSV Key
  2. Enter the Description for the purpose of the FSV
  3. Enter the  language key designates the language in which you Display texts,Enter texts and Print documents.
  4. Enter this indicator which specifies whether keys of f.s items are assigned manually or automatically when the financial statement versions are defined.
  5. If we specify a COAhere, only accounts from this chart of accounts can be assigned when you are defining the financial statement. If you do not specify a chart of accounts, accounts from several charts of accounts can be assigned when you define the financial statement.
  6. Enter this Indicator that specifies that the group account numbers should be assigned instead of the account numbers when you define the financial statement version.
  7. Enter this indicator as it makes possible to assign functional areas or accounts in the financial statement version.

技术分享图片

Step 6) After maintaining the fields , press save 技术分享图片   Enter your change request number

技术分享图片

Step 7) After the Financial Statement Version is saved you can edit its structure items by selecting Financial statement items button
技术分享图片

 

Step 8) In the next screen, you can maintain nodes in version object A new version has  seven basic nodes by default, listed below

  1. Financial Statement Notes
  2. Not Assigned
  3. P+L result
  4. Net result : loss
  5. Net result : profit
  6. Liabilities+Equity
  7. Assets

技术分享图片

    We can maintain node text by double clicking on the node . We can create subitems to the node by selecting the node and pressing the create items button 技术分享图片 New item will be created as subnode to the selected node. We can assign accounts or group of Accounts to  a node by selecting the node and pressing Assign Accounts .技术分享图片

Below is an example of such an assignment.

  1. Primary  Node "Assets"
  2. Subnode "Cash & Cash Equivalents" are assigned to Assets ." Petty cash" is a subnode assigned to Cash & Cash equivalents.Other nodes are also assigned to Cash & Cash Equivalents such as : Checking,Citibank Account, Mellon Bank,Citibank Canada
  3. Chart of Account key used for assigning accounts
  4. Range of accounts assigned to node Petty Cash
  5. Range of Accounts

技术分享图片

 Step 9) After Maintaining the structure press Save  技术分享图片 and we have successfully created a Financial Statement Version.

 

FSV tables in S/4 HANA OB58 , S_E38_98000088

原文:https://www.cnblogs.com/SlashOut/p/14638358.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!