... If not, or if the ROLLNAME will be empty, you’ll receive the message “No documentation available” when you’ll press F1 on a grid cell.
Figure 84 Result of F1 with empty ROLLNAME
In ...
... FM (ss1001_call_end).This form will retrieve resultsfrom FM called in separate task using statement receive results from function. form set_ss_status.
data: ft_exclude type standard table of rsexfcode. ...
... here
*-----------
* form that is called after task is complete
form check_return using taskname.
receiveresultsfromfunction 'Z_BAPI_GOODSMVT_CREATE'
tables
return = gt_return. ...