Business Function B0900114 (Retrieve F0901 Info Without Cache) and Retrieve B0900104 (F0901 - Retrieve Account Master Infor for GL Post)

Purpose of Document

Question 1> What is Business Function B0900114 (Retrieve F0901 Info without Cache) for?

Question 2> Is there any similar business function which returns basic Chart of Account (F0901, Account Master) information like B0900114?


 

Question 1> What is Business Function B0900114 (Retrieve F0901 Info without Cache) for?

Answer 1>

The business function RetrieveF0901InfowithoutCach (B0900114, Retrieve F0901 Info without Cache) can be described as below,

Note: There are other business functions which read database cache by issuing API JDB_FetchKeyed() and which returns all columns from F0901. For example,


Standard Application calls B0900114

: Currently 3 batch applications is calling same function as listed below,

      : In case you want to make use of this function, refer how standard application is calling it

 

Question 2> Is there any similar business function which returns basic Chart of Account (F0901, Account Master) information like B0900114?

Answer 2>
XX0901 is hard to use because it performs too many things (See, <Document 1372342.1> E1: BSFN: XX0901 - Business Function Detail Information). So you may make use of RetrieveAccountMasterInfoGLPost (B0900104, F0901 - Retrieve Account Master Infor for GL Post) which performs same but this function reads database cache.

B0900104 handled data from F0901 as below,

and multiple applications are calling this.