| Parameter | Reference | Type | Length | Default | Optional | Text |
|---|---|---|---|---|---|---|
| IV_DISPLAY_AS_F4_LIST | TRPARI-FLAG | C | 1 | ' ' | X | 'X': Output as F4 help screen |
| IV_EDIT_ONLY | TRPARI-FLAG | C | 1 | 'X' | X | 'X': Display modifiable namespaces only |
| IV_LICENSED_ONLY | TRPARI-FLAG | C | 1 | 'X' | X | 'X': Display namespaces with valid licenses only |
| IV_NONGENERATED_ONLY | TRPARI-FLAG | C | 1 | ' ' | X | 'X': Display namespaces without active GEN_ONLY only |
| IV_PRODUCER_ONLY | TRPARI-FLAG | C | 1 | 'X' | X | 'X': Display own namespaces only |
| IV_SAPSTANDARD_ONLY | TRPARI-FLAG | C | 1 | ' ' | X | 'X': Display namespaces belonging to the SAP standard only |
| IV_SHOW_ALSO_NONPREFIX_NAMESPC | TRPARI-FLAG | C | 1 | ' ' | X | Default: ' ', 'X' for special calls only |
| Parameter | Reference | Type | Length | Text |
|---|---|---|---|---|
| ES_SELECTED_NAMESPACE | TRNSP_S_NSPINFO | 0 | Selected line with namespace information | |
| EV_LINE_SELECTED | TRPARI-FLAG | C | 1 | 'X': Line selected |
| Parameter | Reference | Length | Optional | Text |
|---|---|---|---|---|
| ET_NAMESPACE | TRNSP_T_NSPINFO | 0 | X | List of valid namespaces |
| Exception | Text |
|---|---|
| NO_VALID_NAMESPACE_FOUND |
|
Functionality
If you activate several restrictions, then only the namespace prefixesare listed in ET_NAMESPACE that match all selection criteria. If none of the namespaces defined in the SAP System match the selectedcriteria, the exception NO_VALID_NAMESPACE_FOUND is triggered. If the input parameter IV_DISPLAY_AS_F4_LIST = "X" is set, the list isoutput as F4 help. If you select a row in the F4 list, its contents arereturned in the structure ES_SELECTED_NAMESPACE and EV_LINE_SELECTED ="X" is set. If you do not select a line, then both of these returnparameters remain unfilled. Further information |