Hi,
You are updating the work area e_077_rs_solde and not the table t_077_rs_solde...
After line:
MOVE l_solde TO e_077_rs_solde-e_077-z_solde.
Add the code:
APPEND e_077_rs_solde TO t_077_rs_solde.
BR,
Jonathan
Hi,
You are updating the work area e_077_rs_solde and not the table t_077_rs_solde...
After line:
MOVE l_solde TO e_077_rs_solde-e_077-z_solde.
Add the code:
APPEND e_077_rs_solde TO t_077_rs_solde.
BR,
Jonathan