How can display three type of service taxes in a single PLD

Dear All,
If we want a  *PLD* in following pattern how is it possible
*Itemid*           *Item Name*          *Unit Price*            *Discount*        *Quantity*      *Tax*       *Total*
  Item01                       TEST1                          10                                  0                             1                    Service             11.2   
  Item01                       TEST1                          10                                  0                             1                  Cess_ST            10.2   
  Iitem01                      TEST1                          10                                  0                             1                HS Cess_ST          10.1         
Please anybody help me

Hi Follow These Steps in PLD And Automatically tax will split and show in ur layout .i think this vill solve ur problem Let take Tax Like 1).VAT -
1
2).CST----
4
3).SERVICE----
5
4).CESS_ST----
6
5).HSCESS_ST----
-100
Etcu2026.
Now open Any Pld (For Ex: A/R Invoice)
Add New Repititive Field Take all these fields in Repititive Area 1
(I) Now take For VaT Let Text Field F_101 = 1
(ii) Let Database Field F_102 = Database Table = SalesTaxAuthorities Column name = Numerator
(iii) Let Database Field F_103 = Database Table = A/R Invoice Rows_TaxAmount Per Document Column name = TaxSum
(iv) Let Formula Field F_104 = F_101 == F_102
(v) Let Text Field F_105 = F_103*F_104
(II)Now take For CST
Let Text Field F_106 = 4
(ii) Let Database Field F_107 = Database Table = SalesTaxAuthorities Column name = Numerator
(iii) Let Database Field F_108 = Database Table = A/R Invoice Rows_TaxAmount Per Document Column name = TaxSum
(iv) Let Formula Field F_109 = F_106 == F_107
(v) Let Formula Field F_110 = F_108*F_109
(I) Now take For Service
Let Text Field F_111 = 5
(ii) Let Database Field F_112 = Database Table = SalesTaxAuthorities Column name = Numerator
(iii) Let Database Field F_113 = Database Table = A/R Invoice Rows_TaxAmount Per Document Column name = TaxSum
(iv) Let Formula Field F_114 = F_111 == F_112
(v) Let Text Field F_115 = F_113*F_114
(II)Now take For Cess_ST
Let Text Field F_116 = 6
(ii) Let Database Field F_117 = Database Table = SalesTaxAuthorities Column name = Numerator
(iii) Let Database Field F_118 = Database Table = A/R Invoice Rows_TaxAmount Per Document Column name = TaxSum
(iv) Let Formula Field F_119 = F_116 == F_117
(v) Let Formula Field F_120 = F_118*F_119
(I) Now take For HSCess_ST
Let Text Field F_121 = 1
(ii) Let Database Field F_122 = Database Table = SalesTaxAuthorities Column name = Numerator
(iii) Let Database Field F_123 = Database Table = A/R Invoice Rows_TaxAmount Per Document Column name = TaxSum
(iv) Let Formula Field F_124 = F_121 == F_122
(v) Let Text Field F_125 = F_123*F_124
Similarly follow for the rest of taxes
and in the End of the report
Take one Let Text Field F_126 = VAT & link to F_127 Let Formula Field F_127 = ColSum("F_105")
Let Text Field F_128 = CST & link to F_129 Let Formula Field F_129 = ColSum("F_110")
Let Text Field F_130 = Service & link to F_131 Let Formula Field F_131 = ColSum("F_115")
Let Text Field F_132 = Cess_ST & link to F_133 Let Formula Field F_133 = ColSum("F_120")
Let Text Field F_134 = HSCess_ST & link to F_135 Let Formula Field F_135 = ColSum("F_125")
And similarly follow for the other taxes
Reagrds Jenny

Similar Messages

  • How can I invoke the web service manually in websphere?

    Hi
    I've developed a webservice application using Rational Application Developer (RAD). I deployed it in a websphere 6.1 application server, using the administration console to import the war file that I had previously exported with RAD.
    My webservice application is listed in the "Enterprise Applications" section of websphere's administration console as started.
    My question is: how can I invoke the web service manually? Is there some kind of websphere generated webpage that I can use to call it manually?
    I tried http://<server:port>/<contextroot> and http://<server:port>/<contextroot>/<servicename> in a webbrowser, but it doesn't work. Is it possible to invoke the web service manually, or do I need to develop a client?
    Thanks in advance
    Pedro

    Hi Bo Wang,
        Go to the Portal -> System Administration -> System Configuration
                               -> Portal Content folder
                               -> Open Visual Composer folder
        There you can see the Webservice Systems you have created through VC.
    You can delete the unwanted system here.
    Regards,
    Shemim

  • How can I stop a report service manually ?

    How can I stop a report service manually in DOS command?
    I only know start a report service manually in DOS command.For example:rwserver service=repljbass

    My start/stop scripts for Solaris looks like this.
    Start:
    rwserver.sh server=reportserver batch=yes
    Note: batch=yes means that the extra control window doesn't start (at least on Unix)
    Stop:
    rwserver.sh server=reportserver shutdown=immediate authid=repadmin/reports
    Just remove the .sh and it'll work on your PC.
    PS. The complete Solaris start command I use is:
    exec nohup rwserver.sh server=reportserver batch=yes &

  • How can I disable the location service of my camera and photos in my iphone 5s?

    How can I disable the location service of my camera and photos of my iphone 5s?

    Settings>Privacy>Location Services>Camera>OFF.

  • ESW: How can I use an enterprise service from ES Workplace?

    Hi All,
    i would have to use the enterprise service "SupplierERPCreateRequest_In" I found in the SAP ES Workplace. But how can I now use the service? I don´t find the Service in SOAMANAGER.
    The corresponding package is installed and in SE80 in Enterprise Service Browser I see the "Service" or Proxy. But in the Enterprise Service Browser appears "Local Objects only (No Connection to ESR)"! Must be activated here anything?
    Has anyone any idea what the problem might be or how should I proceed?
    Regards,
    Bastian

    Hi Gourav,
    thanks for your answer.
    I have looked at the blog, but it´s about XI. From step 2 in the blog, the description is no longer true in my system. The system that I use and where I need the service is SAP ERP ECC 6.0 EHP4, so the latest release.
    Do you have another idea?
    Thanks and Regards,
    Bastian

  • How can I turn on location services

    How can I turn on location services for gps.  It is not highlighted on my phone.  So, I can not select it to make changes.

    Settings > General > Location Services

  • How can display svg file by using applet

    Hi ,
    my problem is ..
    1. I have one servlet which is generating svg file by using batik package.
    2.There is one Applet which receives SVG file from Servlet ..
    From here i dont have dont doubts.. then my doubt is
    3. How can display that svg file on the browser..
    please help me if u know any ,
    thanks regards,
    Balu

    Maybe this page can help you?
    http://www.w3c.org/Graphics/SVG/

  • How can i turn off 3g service on a 4s

    how can i turn off 3g service on a 4s?,there are times when i don't want to use my 3g data alowance and would like to restrect it to wi-fi only,can the 3g be turned off and on as needed?

    Yea,I found that but it also kill voicemail which does not make sense as it should still have all phone funtions(which I would think incloud VM access)but VM needs cell data to work, so I can get & make calls and know when i've missed one but need to turn on data to get or check messages.stupid program! I guess they make it so you must use 3g weather you want to or not,Thanks

  • How can i complain from apple service provider?

    How can i complain from apple service provider?

    khangostar wrote:
    How can i complain from apple service provider?
    If you mean an Apple Retail Store, speak to the store manager of that location.
    If you mean an Apple Authorized Service provider, speak to the store manager of that location.
    If you mean your wireless carrier/cellular provider, go to a store and speak to the store manager of that location, or call the carrier and ask for Customer Relations.
    If you mean Apple Support, call Apple and speak to Customer Relations.

  • How can i complain the customer service of the retail store?

    how can i complain the customer service provided from the apple retail store? i really feel disappointed with that!

    Talk to the store's manager.
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..

  • How can i active my iphone service?

    i hv'e just restore my iphone 3gs. can you reply e now . how can i activat my sim service.

    Connect it to your computer and restore your iPhone with the SIM in the phone.

  • How can i get type of iview?

    Hi,
    How can i get type of an iview in properties?
    Thanks

    Hi,
    If i have understood your question correctly, you want to identify the type of Iview. If that is the case, then check for the Code Link Property in the Iview properties. It will give you what type of an iview it is.
    Regards
    Hussain.

  • How can display the link Personalize

    In the portal I am displaying the links:
    I have the role of admon.
    Help, Logoff in Head Area(MastHead) How can display the link Personalize?
    Regards

    Assign yourself eu_role.
    Thanks
    Prashant

  • How can i fetch records from 3 tables in a single query  without using join

    Hi.
    Can any body please tell me <b>How can i fetch records from 3 tables with a single query  without using joins</b>
    Thanx
    prabhudutta

    Hi Prabgudutta,
    We can fetch the data by using the views concept.
    Go throuth this info we can know the how to create view and same like database table only we can fetch the data.
    Views conatin the data at runtime only.
    Four different view types are supported. These differ in the
    way in which the view is implemented and in the methods
    permitted for accessing the view data.
    Database views are implemented with an equivalent view on
    the database.
    Projection views are used to hide fields of a table (only
    projection).
    Help views can be used as selection method in search helps.
    Maintenance views permit you to maintain the data
    distributed
    on several tables for one application object at one time.
    step by step creation of Maintenance view:
    With the help of the table maintenance generator, you are able to maintain the ENTRIES of the table in SM30 transaction.
    It can be set in transaction SE11 - Tools - Table maintenance generator.
    Table maintanance Generator is used to manually input values using transaction sm30
    follow below steps
    1) go to se11 check table maintanance check box under attributes tab
    2) utilities-table maintanance Generator-> create function group and assign it under
    function group input box. Also assign authorization group default &NC& .
    3) select standard recording routine radio in table table mainitainence generator to move table
    contents to quality and production by assigning it to request.
    4) select maintaience type as single step.
    5) maintainence screen as system generated numbers this dialog box appears when you click on create button
    6) save and activate table
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
    SM30 is used for table maintenance(addition or deletion of records),
    For all the tables in SE11 for which Table maintenance is selected , they can be maintained in SM30
    Sm30 is used to maintain the table ,i.e to delete ,insert or modify the field values and all..
    It creates the maintenance screen for u for the aprticular table as the maintenance is not allowed for the table..
    In the SE11 delivery and maintenance tab, keep the maintenance allowed..
    Then come to the SM30 and then enter the table name and press maintain..,
    Give the authorization group if necessary and give the function group and then select maintenance type as one step and give the screen numbers as system specified..
    Then create,,,
    Then u will able to see the maintenance view for the table in which u can able to insert and delete the table values...
    We use SM30 transaction for entering values into any DB table.
    First we create a table in SE11 and create the table maintenance generator for that Table using (utilities-> table maintenance generator) and create it.
    Then it will create a View.
    After that from SM30, enter the table name and Maintain, create new entries, change the existing entries for that table.
    Hope this resolves your query.
    Reward all the helpful answers.
    Rgds,
    P.Naganjana Reddy

  • HT1660 How can I maintain two separate itunes accounts on one single device without erasing either set of data?

    How can I maintain two separate itunes accounts on one single device (iPhone 4) without erasing either set of data when syncing with itunes?

    Hi,
    Depends on what you trying to setup but for purchases, you can roll down at the very end of the iTunes/AppStore pages to logout of your current account and then login into a different one.  Then your purchase will be billded to this new account.  Everything will sync as you used to but in order to use the purchased content in iTunes or other devices, you will need to authorize them (you can have up to 5 devices authorized for an account).

Maybe you are looking for