F0911FSRetrieveF0901Data

F0911 - FS - Retrieve F0901 Data

Minor Business Rule

Object Name: B0900011

Parent DLL: CFIN

Location: Client/Server

Language: C

Functional Description

Purpose

This business function will retrieve the following information from the Account Master table 
(F0901)using Account ID:

Company

Posting Edit Code

Unit of Measure

Account Description

Business Unit


Setup Notes and Prerequisites


Special Logic




Technical Specification

• Load account id into the key to the F0901
• Fetch F0901 record
• If record is not found then return an error
• If record is found then load return parameter with values from the F0901

Data Structure

D0900011 - F0911 - FS - Retrieve F0901 Data

Parameter NameData ItemData TypeReq/OptI/O/Both
szCompanyCOcharNONENONE

Special Output Returned
This parameter will hold the value of the company field on the account master record (F0901) which 

matches the account id passed in.

^

szAccountIDAIDcharNONENONE

Special Input Expected
This is the short account id of the account that you wish to retrieve account master information for.

^

cPostingEditCodePECcharNONENONE

Special Output Returned
This parameter will hold the value of the posting edit code on the account master record (F0901) 

which matches the account id passed in.

^

szUnitofMeasureUMcharNONENONE

Special Output Returned
This parameter will hold the value of the unit of measure field on the account master record (F0901) 

which matches the account id passed in.

^

szAccountDescriptionDL01charNONENONE

Special Output Returned
This parameter will hold the account description on the account master record (F0901) which matches 

the account id passed in.

^

szErrorIDEKEYcharNONENONE

Special Output Returned
This parameter will hold an error id if and error is encountered while trying to fetch the F0901 

record.

^

szCostcenterMCUcharNONENONE

Special Output Returned
This parameter will hold the value of the business unit field on the account master record (F0901) 

which matches the account id passed in.

^

Related Functions

None

Related Tables

None