2
We can go to Tcode VOFM and based on our scenario we can check and routine number and its description for the specific process like Pricing in Requirements,Data Transfer ,Copy Requirements. We can set breakpoint and run the tcode for the Business process and check which is the correct VOFM routine that needs to be implemented.
1
"There are several ways to find BTE:
1. Go to FIBF tcode give attribute type A and tick the checkbox ""Display Short text only"" and execute.
It will dispplay all the Events along with some description which will help to choose the needed one.
2.Search the source code of Tcode for for “OPEN_FI_PERFORM” or ” OUTBOUND_CALL_”"
0
The first level of compression is a basic type which is Dictionary compression. Further, on the second level, there are advanced compression methods that we apply to the data compressed by dictionary compression. The methods under advanced compression type are prefix encoding, run-length encoding, cluster encoding, indirect encoding, and sparse encoding.
0
The UNNEST function converts one or many arrays into a table. The result table includes a row for each element of the specified array. The result of the UNNEST function needs to be assigned to a table variable

ARRAY_AGG ( )– Function can be used to convert a column of an Internal Table to an Array. its opposite to UNNEST
1
"Join Engine:This engine is for processing the JOINS (all type of joins)/attribute views
OLAP Engine: This engine is used to process analytical view
Calculation Engine: used by Calculation View
It is the SQL optimizer, which sees the models and queries and decides which engine to call"