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?
@sapabapbyrahulmehta19 күн бұрын
Correct understanding Noman.
@SangeethaDurga-nl9hj7 ай бұрын
What are the special functions for internal table sir?
@sapabapbyrahulmehta7 ай бұрын
Hello Sangeetha - The question is not clear to me. Are you asking for internal table operations?
@SangeethaDurga-nl9hj7 ай бұрын
No sir, Is there any special functions to use internal table?
@sapabapbyrahulmehta7 ай бұрын
@@SangeethaDurga-nl9hj Requesting you to please elaborate your question as I am not able to understand the question.
@R4GN4R_7 ай бұрын
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.
@sapabapbyrahulmehta7 ай бұрын
It will add order number also, provided it must be of any of the numeric data types( Integer, Float, Packed decimal)
@saitharun996714 күн бұрын
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.
@sapabapbyrahulmehta10 күн бұрын
Hello Arun - Please send your code on rahul3620023@gmail.com or paste in the comment box.
@sairamana-r4p11 күн бұрын
what if customer wants the ordenumber as left most field what should we do
@sapabapbyrahulmehta10 күн бұрын
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?