cancel
Showing results for 
Search instead for 
Did you mean: 

UDO dbdatasource understanding

Former Member
0 Kudos

We found following dbdatasources in a system form (service calls):


<?xml version="1.0" encoding="UTF-16"?>
<Application>
  <forms>
    <action type="add">
      <form appformnumber="60110" FormType="60110" type="0" BorderStyle="0" uid="Siow9" title="Serviceabruf" visible="1" default_button="" pane="1" color="0" left="0" top="0" width="618" height="411" client_width="610" client_height="377" AutoManaged="1" SupportedModes="15" ObjectType="191" mode="3">
        <datasources>
          <dbdatasources>
            <action type="add">
              <datasource tablename="OSLT" />
              <datasource tablename="OITM" />
              <datasource tablename="ASCL" />
              <datasource tablename="OCLG" />
              <datasource tablename="OSRI" />
            </action>
...
...

For example OITM is not used in any databind tag. What's the use of this datasource if it's not referenced anywhere in the forms XML?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Philipp,

The datasources might be registered to be used in the form's logic later on. For instance OITM will be used to retrieve and display the Item data required by the Expenses Tab in the Service call form.

Answers (0)