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
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
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
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
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
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.
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
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
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.
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