Sir, at 13:00 if we take columns in " PM ONO TA " this order and ONO is of Integer type then, SUM function will add the columns on right of specified field , so will it add order number also????? Kindly reply.
sir sum is not working. In debugger it is showing *********** like this when the step is on sum. It is taking values but it not adding the total amount.
It is not a valid requirement. Example - Order number 1, 3 and 5 have payment mode C having amount 100, 200 and 300. Then we need to print which order number?
Great explanation sir🙌😊
Thank you.
Sir, at 13:00 if we take columns in " PM ONO TA " this order and ONO is of Integer type then,
SUM function will add the columns on right of specified field , so will it add order number also?????
Kindly reply.
It will add order number also, provided it must be of any of the numeric data types( Integer, Float, Packed decimal)
each record will become grouped by changing the order number, the order number is changed because we sort the internal table. I'm I right?
Correct understanding Noman.
sir sum is not working. In debugger it is showing *********** like this when the step is on sum. It is taking values but it not adding the total amount.
Hello Arun - Please send your code on rahul3620023@gmail.com or paste in the comment box.
What are the special functions for internal table sir?
Hello Sangeetha - The question is not clear to me. Are you asking for internal table operations?
No sir,
Is there any special functions to use internal table?
@@SangeethaDurga-nl9hj Requesting you to please elaborate your question as I am not able to understand the question.
what if customer wants the ordenumber as left most field what should we do
It is not a valid requirement. Example - Order number 1, 3 and 5 have payment mode C having amount 100, 200 and 300. Then we need to print which order number?