Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
P_GET_DESTINATION | LS_BOOLEAN | N | 1 | X | ||
P_GET_EGRP_CERTIFY | LS_BOOLEAN | N | 1 | X | ||
P_GET_EGRP_ONLINE | LS_BOOLEAN | N | 1 | X | ||
P_GET_FUNC_PARTIC | LS_BOOLEAN | N | 1 | X | ||
P_GET_LOC_ONLINE | LS_BOOLEAN | N | 1 | X | ||
P_GET_PLAN_VARIANT | LS_BOOLEAN | N | 1 | X | ||
P_GET_TTYKIND | LS_BOOLEAN | N | 1 | X |
Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
P_DESTINATION | SLS_LOOKV-LUVALUE | C | 24 | |
P_EGRP_CERTIFY | SLS_LOOKV-LUVALUE | C | 24 | |
P_EGRP_ONLINE | SLS_LOOKV-LUVALUE | C | 24 | |
P_FUNC_PARTIC | SLS_LOOKV-DESCR | C | 60 | Description of Lookup-Value |
P_LOC_ONLINE | SLS_LOOKV-LUVALUE | C | 24 | |
P_PLAN_VARIANT | SLS_LOOKV-LUVALUE | C | 24 | |
P_TTYKIND | SLS_LOOKV-LUVALUE | C | 24 |
This FM reads the most commonly used PAW Cusatomizing values acceptingthe boolean values as the input parameters. If any of the inputparameters remains unchecked then the "Customizing Value" of thatparticular type is not read. Following are the commonly used customizing values which are read: ,,a) HR SYSTEM ,,,,Uses the FM SLS_CUST_GET_HR_SYSTEM which inturn uses the FMSLS_GET_LOOKUP_VALUE to return the value ofthe HR System. ,,b) PLAN VARIANT ,,,,Uses the FM SLS_CUST_GET_EG_ONLINE which inturn uses the FMSLS_GET_LOOKUP_VALUE to return the valueof the Plan Variant. ,,c) EVENT GROUP ONLINE ,,,,Uses the FM SLS_CUST_GET_EG_CERTIFY which inturn uses the FMSLS_GET_LOOKUP_VALUE to return the value ofthe Event Group Online. ,,d) EVENT GROUP CERTIFY ,,,,Uses the FM SLS_CUST_GET_HR_SYSTEM which inturn uses the FMSLS_GET_LOOKUP_VALUE to return the value ofthe Event Group Certify. ,,e) LOCATION ONLINE ,,,,Uses the FM SLS_CUST_GET_LOCATION_ONLINE which inturn uses the FMSLS_GE T_LOOKUP_VALUE to return the value of the Location Online. ,, f) FUNCTION PARTICIPANT TEM ,,,,Uses the FM SLS_CUST_GET_FUNC_PARTICIPANT which inturn uses the FMSLS_GET_ LOOKUP_VALUEto return the value of the Function Participant TEM. ,,g) INFO OBJECT SOURCE ,,,,Uses the FM SLS_CUST_GET_IO_SOURCE which inturn uses the FMSLS_GET_LOOKUP_VALUE to return the value ofthe Info Object Source. |