‎2006 Jul 31 2:01 PM
HELLO EXPERTS,
I WANT TO PRINT TOTAL NON GOODS WITHOUT VAT.THE CONDITION IS
. Total Goods v/o VAT is a summation of VBAP-NETWR for non-service items (Goods are HW, SW, Media and anything else you can stick in a box. Non-Goods are services, freight, surcharges, fees). Include all parts where Material Type (MARA-MTART) does not equal ZSVC. However, if the part is the header level of a sales BOM, look at the pricing condition records for ZP11 for each component of the BOM where the Material Type (MARA-MTART) does not equal ZSVC (this gives the amount to be allocated to each line item). Also show the currency type VBAK-WAERK.
PLEASE SUGGEST ME HOW CAN WRITE LOGIC AND WHERE CAN I PUT THE LOGIC.?
THANKS&Regards
raghu
‎2006 Aug 01 10:49 AM
Hello Raghu.
I will give u a idea.
Since you can use the loop and abap code in the code node.
What you have to do using the master data with the material type.
Calculate the price and then transfer this value to the variable that you have to define in the parameter tab of the smartform.
and print it.
I hope it will help you. Let me know if you needs more.
Points for help.
Regards
Vikas