Module Pool
Module Pool
a module will be executed only if a value has been entered inthe specified field since the screen was displayed.the specified field since the screen was displayed. The basic syntax for this conditional execution Flow Logic command is:The basic syntax for this conditional execution Flow Logic command is:FIELD <screen field> MODULE <module> ON REQUEST.FIELD <screen field> MODULE <module> ON REQUEST. The PAI <module> will be executed only if a value was entered in <screen field> The PAI <module> will be executed only if a value was entered in <screen field> since the screen was displayed. since the screen was displayed. The ON REQUEST addition must be used with a FIELD statement because thisThe ON REQUEST addition must be used with a FIELD statement because thiscondition depends on the value of a particular field.condition depends on the value of a particular field. If you want to conditionally execute a module that is coded within aIf you want to conditionally execute a module that is coded within aCHAIN ENDCHAIN, you must use CHAIN ENDCHAIN, you must use ON CHAIN-REQUEST.ON CHAINREQUEST.