Source and Header File Names

Source and header file names can be a maximum of 8 characters and should be formatted as bxxyyyy, where:

  • b = BSFN object

  • xx (second two digits) = The system code, such as:

    • 01 = Address Book

    • 04 = Accounts Payable

  • yyyyy (the last five digits) = A sequential number for the system code, such as:

    • 00001 = The first source or header file for the system code

    • 00002 = The second source or header file for the system code

Both the C source and the accompanying header file should have the same name.

This table shows examples of this naming convention:

System

System Code

Source Number

Source File

Header File

Address Book

01

10

b0100010.c

b0100010.h

Accounts Receivable

04

58

b0400058.c

b0400058.h

General Ledger

09

2457

b0902457.c

b0902457.h