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 is the use of the raising exception?
What is meant by stacked list?
How do you display a data in a detail list?
What are the Control levels in internal tables?
What is the function of the correction system? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
Define database layer?
What are the data types of the external layer?
What are the attributes of a field that can be activated or deactivated during runtime?
Explain the difference between float and packed data type?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the syntax for call transaction? : abap bdc
How do you process errors in session method ? : abap bdc
What are function modules?