Creating a Business Interface Implementation for LN
Basically, the process for modeling business interface implementations is the same for any application server.
For example, you can start from a specified business interface definition (BID), import the required table definitions from the application server, define the mapping in the business interface implementation (BII), and generate the implementation for the application server.
Or you can import the required table definitions from the application server, generate a default BID and BII, adapt the BID and BII to your needs, and generate the implementation for the application server.
This chapter mainly contains information that is specific for LN.