REPORT ZEX_FUNCCALLPROG .
Parameters: p_prog like sy-repid.
CALL FUNCTION 'RZL_SUBMIT'
EXPORTING
REPID = p_prog
.
Write:/ 'Control Returned'.
Parameters: p_prog like sy-repid.
CALL FUNCTION 'RZL_SUBMIT'
EXPORTING
REPID = p_prog
.
Write:/ 'Control Returned'.
No comments:
Post a Comment