In general, the creation of forms depends on the types of regulations and the data structures used. Forms are usually created from scratch. QPPD provides templates for the form and data retrieval:
Form: /SCT/QPPD_FORM
Style: /SCT/QPPD_STANDARD
ABAP class: /SCT/QP_CL_FORMS.
The ABAP class determines all data and the corresponding texts for all hierarchically subordinated nodes:
Node header information
Object types and their texts
Elements with converted values and their short text
Columns Elements with values and their short text and headers for tabular displays
Technical names of units
Standard texts
Inspection Characteristics
1. Create ABAP-class smart forms form
2. Create Object Type
/SCT/QP_CUST → Object type → Technical Object of Object types
Field  | Content  | 
|---|---|
Tech Obj.  | FORMS  | 
Objekt Bezeich.  | Formular  | 
Objekttypen Klassen  | ZCL_FORMS  | 
ViewKlasse  | /SCT/QP_CL_FORMS_VIEW  | 
View Report  | /SCT/SAPLQP_FORMS_VIEW  | 
View Dynpro  | 5000  | 

