I have a field in which i just want to print a value i.e., 0.75.
now i don't want to fetch it from any table just want to print it into the cell in ALV.
can someone help pls.
i am a beginner and just started practicing ALV report and i have been assigned the task to use is_variant in ALV but i am not able to understand how to make it work. A help will be highly appreciated.
i am a beginner in ABAP so i am using an online ABAP editor to practise.
my question is the zeros are automatically suppresses without using the no-zero.
for eg:
data num1 type i.
num1 = 000040.
write num1.
*now without using no-zero, all...