Message type: E = Error
Message class: DH - DD: Messages for search helps
Message number: 146
Message text: Output field & on selection screen not IMPORT parameter and w/o default
The flag that it should appear as a display field in the dialog box for
restricting values is set for the specified
<DS:TX.DDDOK_SHLP_PARAMETER>parameter</> of the search help. This
display is only meaningful if the parameter has contents when the
dialog box is displayed. Since the parameter is not an IMPORT parameter
and does not have a default value, and the search help does not have a
<DS:TX.DDDOK_SHLP_EXIT>search help exit</>, this parameter cannot have
contents at the time when this dialog box is displayed in the input
help process.
INCLUDE DDDOC_CANCEL
Check if the parameter should really appear as a display field in the
dialog box for restricting values. If yes, use one of the above
mechanisms to assign it contents. Otherwise reset the flag.
INCLUDE DDDOC_SHLP_HANDLE OBJECT DOKU ID TX
Error message extract from SAP system. Copyright SAP SE.
DH146
- Output field & on selection screen not IMPORT parameter and w/o default ?The SAP error message DH146 indicates that there is an issue with the output field on a selection screen in an ABAP program. Specifically, it states that the output field is not defined as an IMPORT parameter and does not have a default value. This can occur when you are trying to display a field on the selection screen that is expected to be an input parameter but is not properly defined in the program.
Cause: Field Definition: The field in question is not defined as an IMPORT parameter in the associated function module or report. Default Value: The field does not have a default value assigned, which means that when the selection screen is generated, the system does not know what value to display. Screen Attributes: The field may be incorrectly defined in the selection screen attributes, leading to confusion about its intended use.
Solution: To resolve the DH146 error, you can take the following
Get instant SAP help. Sign up for our Free Essentials Plan.
DH145
Search help parameter & has no function
What causes this issue? The <DS:TX.DDDOK_SHLP_PARAMETER>parameter</> of the search help is neither an interface parameter nor is it used ...
DH144
Search help parameter & cannot appear on & as not elementary
What causes this issue? You defined that a <DS:TX.DDDOK_SHLP_PARAMETER>parameter</> of the search help should appear in the dialog box fo...
DH147
Search help has no EXPORT parameter
What causes this issue? The search help does not have any <DS:TX.DDDOK_SHLP_PARAMETER>EXPORT parameters</>. Therefore it is not possible ...
DH148
Definition of index ID & without base table for search help parameter &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.