/AIF/HINTS - DB Table for saving the hints
DB Table for saving the hints information is stored in SAP table /AIF/HINTS.
It is part of development package /AIF/CUSTOM_FUNCTIONS in software component BC-SRV-AIF. This development package consists of objects that can be grouped under "Custom-defined functions in AIF Error Handling".
It is part of development package /AIF/CUSTOM_FUNCTIONS in software component BC-SRV-AIF. This development package consists of objects that can be grouped under "Custom-defined functions in AIF Error Handling".
Fields for table /AIF/HINTS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| MANDT | Client | X | MANDT | CLNT | 6 | |
| .INCLUDE | X | /AIF/IFKEYS | 0 | |||
| NS | Namespace | X | /AIF/NS | CHAR | 12 | /AIF/T_NS |
| IFNAME | Interface Name | X | /AIF/IFNAME | CHAR | 20 | /AIF/T_FINF |
| IFVER | Interface Version | X | /AIF/IFVERSION | CHAR | 10 | /AIF/T_FINF |
| HINTID | Unique ID for a Hint | X | /AIF/HINTID | CHAR | 64 | |
| MSGID | Message identification | MSGID | CHAR | 40 | ||
| MSGNO | System Message Number | MSGNO | CHAR | 6 | ||
| CREATEUSER | User Name in User Master Record | XUBNAME | CHAR | 24 | ||
| CREATEDATE | Date | /AIF/FDATUM | DATS | 16 | ||
| DYPNO | Screen number | DYNPRONR | NUMC | 8 | ||
| VISIBILITY | Visibility | /AIF/VISIBILITY | CHAR | 2 | ||
| SCOPE | Scope | /AIF/SCOPE | CHAR | 2 | ||
| SPRAS | Language ID | LANG | LANG | 2 | ||
| LAST_USER | Last User | /AIF/LAST_USER | CHAR | 24 | ||
| LAST_DATE | Last Date | /AIF/LAST_DATE | DATS | 16 | ||
| LAST_TIME | Last Time | /AIF/LAST_TIME | TIMS | 12 | ||
| LOGSYS | Logical System | /AIF/LOGSYS | CHAR | 20 |