How to maintain subtotals n grand totals in smart forms?
Answer Posted / sateesh
subtotal:
for dis initially find which field having price values,
Then go to table inside we are having Headder,Mainarea,footer
then go for main area,select the field right click
select->Flow logic-> program lines here u have to specifyI/p
& O/p parameters.
Grand total:
for this go to table-> right click ->select Text
then write the grand total is &v_total&.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What are the function module in bdc?
How do you process errors in session method ? : abap bdc
What is the use of the raising exception? : abap modularization
Explain the Inportance of pa30? : abap hr
What are the basic objects of the data dictionary?
Which function module would you use to check the user’s authorization to access files before opening a file?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is a 'z' report?
What are function modules?
Polymorphism real time scenario
What is the collect statement? How is it different from append?
Where can you find error log for call transaction? : abap bdc
What are the two levels in defining a match code? : abap data dictionary