Skip to Content
-2
Jan 19, 2023 at 05:54 AM

Data not getting printed in SF

35 Views Last edit Jan 19, 2023 at 09:18 AM 2 rev

Hi,

!!!!!!!!!!URGENT, PLEASE ANSWER ON A PRIORITY BASIS!!!!!!!!

I have added the following code in the driver program, of a Smartform but still it is not getting reflected in the smart form.

SELECT SINGLE a~prueflos,
a~matnr, "Added by Uzair 17/01/2023
b~mvgr5, "Added by Uzair 17/01/2023
c~bezei "Added by Uzair 17/01/2023
FROM qals as a
LEFT OUTER join mvke as b on b~matnr = a~matnr "Added by Uzair 17/01/2023
LEFT OUTER join tvm5t as c on c~mvgr5 = b~mvgr5 "Added by Uzair 17/01/2023
WHERE prueflos EQ @p_pruef

INTO @DATA(v_prueflos).

And BEZEI needs to get printed in front of the PACKING STYLE.