Monday, April 7, 2014

ABAP - Tables_Search Help

Collective Search Help - append search help


Step 1:

 Step 2:

Step 3:

Step 4:

Step 5:

Elementary Search Help
 Step 1:

Step 2:

 Step3:

Step 4:

Step 5:

 
Additional screen:


The SAP system recognizes three presentation forms for the input help:
List box
Control (modeless)
SAP Dialog (modal)


Use database view as selection method if the data about the possible values that is relevant for the input help is distributed on several tables.

Do note that database views are always created with an inner join. As a result, only those values having an entry in each of the tables involved are offered in the input help.
Sometimes the values should be determined with an outer join. In this case help view is used as the selection method.

Dialog type/ characteristics/ positions of two dialog boxes.

IMPORT parameter/ EXPORT parameter = interface/ function module

Search help attachment - The location from which the IMPORT parameters of a search help get their values and the screen fields in which the contents of the EXPORT parameters of the search help are returned are defined in the search help attachment.

IMPIndicates whether value is imported from selection screen into search help.
EXPIndicates whether value is exported back to selection screen.
LPosPosition of field in search help results report/table.
SPosPosition of field in search help restriction screen.
SDisIf this flag is set, the search help parameter appears in the popup window for restricting values as a display only field. 
Modified (M…)This flag shows if the data element of the parameter is linked to the data element of the field of the selection method having the same name.
Default valueSet default value for search help parameter.
Search help exitAllows modification of search help functionality (i.e. populating result fields)





No comments:

Post a Comment