No need to calc the tax by using BAPI_ACC_DOCUMENT_POST

Hi
i am using BAPI_ACC_DOCUMENT_POST to upload the transaction data.
here no need to calc the TAX since i have the tax field in my file.
i checked the SDN links but those are not serving  problem.
Pls give some snippet to slove my problem.
Thanks in advance.
Regards,
Sri

ya i am passing string to Extension from BAPI.
Then i wrote like this
READ TABLE C_EXTENSION INDEX 1.
IF C_EXTENSION-FIELD1 = 'BAPI CALL'.
  LOOP AT C_ACCIT.
    c_ACCIT-MWSKZ = 'ST'.
    MODIFY C_ACCIT.
how to pass the tax field.
i am checking with this code but while deburging i can see it not taking my Gfunciton module.
Thank you very much for you replies Vinod.
Sri
Edited by: srikanthn on Apr 19, 2010 6:19 PM

Similar Messages

  • The Adobe Photoshop CC 2014 - I can't use becouse is LOOCK DOWN the computer -  When USE is LOCK the computer so everything is LOCKING can't even move the mouse + need to restart the computer and use Photoshop CC 64 bit instead - have this problem for abo

    The Adobe Photoshop CC 2014 - I can't use becouse is LOOCK DOWN the computer -
    When USE is LOCK the computer so everything is LOCKING can't even move the mouse + need to restart the computer and use Photoshop CC 64 bit instead - have this problem for about 6 months ...

    Please read this (in particular the section titled "Supply pertinent information for quicker answers"):
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://forums.adobe.com/docs/DOC-2325
    Are you trying to use a 32bit version (I did not even know there is one for Photoshop CC 2014)?
    If so – why?

  • I need to get the cluster information using"MSCluster.Cluster" object

    Hi,
    Please anyone solve my problem ? I need to get the cluster information using"MSCluster.Cluster" object.
    Set objCluster = CreateObject("MSCluster.Cluster")
    objCluster .open <clustername>
    If i run the vbscript " Microsoft VBScript runtime error: ActiveX component can't create object: 'MSCluster.Cluster' " error is thrown.
    Kindly explain what is the issue and what can i do ? 
    -Sundar.

    this question was closed and answered a long time ago.
    Post questions about WS2012 in th WS2012 forum.
    The cluster object will no longer work in WS2012.  Use the supplied CmdLets and utilities.
    post future questions in the WS2012 forum.
    ¯\_(ツ)_/¯

  • What are the Tax functionalities used in SRM

    Hi all,
    What are the Tax functionalities used in SRM and in SAP?
    thanks,
    Rams

    Hi Ramu,
    Please find the tax related information about SRM and ECC in the below links:
    http://help.sap.com/saphelp_srm50/helpdata/en/0f/5c0a3b79415375e10000000a11402f/frameset.htm
    http://help.sap.com/erp2005_ehp_01/helpdata/en/af/3f89599e6711d395da00a0c929f4c9/frameset.htm
    Regards
    Kathirvel

  • Am I need to Eliminate the object after used??

    Am I need to Eliminate the object after used to release the resource ? Which like C code: free(Dynamic variable). And why and how they works in java??
    Thank alot !!!

    You may want to read about garbage collection in java. Basic intro in [url http://java.sun.com/docs/books/tutorial/java/data/garbagecollection.html]tutorial, after that search around the site for garbage collection and related topics
    Mike

  • When trying to open Pages 4.0.1 I get a message stating "Pages cannot be opened because of a problem, check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application." Using OS X 10.6.8

    When trying to open Pages 4.0.1 I get a message stating "Pages cannot be opened because of a problem, check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application. Be sure to install any available updates for the application and Mac OS X."
    I've run the software update several times. Pages is located in my iWork '09 folder in Applications. Using OS X 10.6.8

    Delete and reinstall it.
    (104030)

  • Need to find the backend system used by HCM P&F

    we have a dedicated e-Recruiting system installed separately from ERP (HR).
    we are using MSS iview "create requisition request" (this is used in the eRecruiting process).
    I need to find (and confirm) that this process is using the correct backend SAP system.
    where in the HCM process and forms is the backend system specified?
    as per
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/5c/ae73e177294f31b40e13039951a119/content.htm
    in the process configuration, there is an object "Generic Service":
    Generic Service
    Filter: S_REQUI_REQUEST
    HRMSSRCF_REQUISITION and
    HRMSSRCF_REQUISITION_ADVANCED
    Back-end system access via RCF to SAP E-Recruiting system
    but I was not able to find the e-Recruiting system defined in there.
    any idea where I can find the e-Recruiting system? I just need to make sure we are using the correct system.
    thanks,
    Tiberiu

    Hello Tiberiu,
    the HCM P&F scenario does not need to identify a HR Core backend system. It is already processed there. The complete MSS requisition request process is running on the system which has PA, OM and so on installed. Once the process is done the requisition is created on the e-recruiting system via a RFC call. The RFC is also used to populate the dropdowns in the adobe form.
    So the HCM P&F scenario needs to know where to find the E-Recruiting system. This is defined in T77S0 under ERMSS LOGSY. This can be either maintained via SM30 or in IMG under path Integration with Other mySAP.com Components -> Business Packages / Functional Packages -> Manager Self-Service (mySAP ERP) -> Recruitment -> Assign E-Recruiting System Name on the HR server.
    Best Regards
    Roman

  • I am not being able to connect to another Apple device using the Face time what settings do i need to check.The device being used is an iPad mini

    I am not being able to connect to another Apple device using the Face time.The device being used is an iPad mini.
    The internet connectivity is perfect the wifi is even working.

    '''plafstudiesdotc'''
    You are welcome.
    '''''So that other users can find answers that have worked, please take a couple of minutes to return to the forum, sign in and click "Solved" next to my answer. Thanks. '''''

  • Need to strip the leading ZERO using ABAP code.

    Hi Friends,
    I got a situation where i got customer number called 011. I need to write an ABAP in Transformation to strip the leading ZERO , 11 should be posted to the master data attribute. could you help me in the logic pls.
    Thanks in advance,

    hi friends, i got a prob again, as i mentioned if i got 0 as prefix its deleting but if any 3 digit is comming it's converting in to 2 digit, as i mentioned if the prefix is 0(zero) then only i need to delete the zero.
    Is there any other solution for this..
    thansk in advance.

  • Problem with TAX-Line using BAPI_ACC_DOCUMENT_POST

    the markup texts dont work...

    Hi Carlos,
    OMG sometimes the solutions are too simple for one to see
    THAT WAS THE PROBLEM...I had forgotten the APPEND
    Now I have one last question/problem
    I Think everything will work fine now - the only thing is, I get the error message when calling the BAPI that the balance of the invoice is not zero.
    Is there a way to debug and see what amounts the BAPI would save to the TABLES so I can exactly see on what Invocie position I have to adjust the amount so the balance is equal because right now I just see the problem, but I don't now if the TAX-calculation is wrong or the customer-line-amounts...I hope you understand what I mean
    cheers,
    jazy

  • Need to send the text file using webservice

    Hi,
    I want to send the text file with contains data through oracle pl/sql using webservice. How can i handle this program?
    Kindly share with your details.
    Thanks in advance,
    Maran

    user8732035 wrote:
    I want to send the text file with contains data through oracle pl/sql using webservice. How can i handle this program?Web services supply XML structured data. Not text files.
    PL/SQL supports web services (XML output) and web procedures (text and binary output).
    You need to clarify your requirements.

  • QA32 spreadsheet needs to unmark the button "always use selected format"

    Hello Experts.
    I am currently doing some testings in QA32, i want to transfer my list in printable documents, when i am in the menu LIST- EXPORT - SPREADSHEET , then the list for choices appears if(excel, all available formats)then there is this button box "always use selected format" which i have marked it and saves..then when after i proceed to QA32 again, i can't choose the format that i want in the selection.I believe it is the result of marking the button "always selected use format"
    how can i unmarked the  button "always selected use format" so i can have the chance to choose again?
    Thanks

    Exporting to Spreadsheets  
    Use
    You can export the list as various spreadsheet formats. The following list summarizes the most important of these formats and the corresponding file name extension for the files:
    Format
    File Name Extension
    Excel (in MHTML format)
    MHTML
    Excel (in MHTML format for 2000/97)
    MHTML
    Star Office (in ODS format 1.0)
    ODS
    Excel (in Office 2003 XML format)
    MHTML
    SAP-internal XML format
    XML
    SAP standard (internal table)
    XML
    Excel (in previous XXL format)
    XLS
    A format is only included in the selection options if it is available on your PC. The system administrator can also restrict the list of possible formats or even reduce the export to a certain format.
    When you export the list in one of these formats, the system automatically generates a file with the name export and with the corresponding file name extension. Exactly which parts of the list are exported to the file depends on the format.
    Exactly which data is exported to the file depends on the format:
    ●      In MHTML and XML formats, for example, you export the data that is displayed in the list on the screen. The number, selection, and sequence of columns as well as the sorting, filter, and calculation settings are all included in the export.
    ●      In Excel XXL format, any functions that you executed on the list are not included in the export. The file contains all the columns that you have displayed, but your sorting, filter, and calculation settings are ignored.
    Prerequisites
    To be able to display and, where necessary, further edit the file that you have generated with the export, the relevant program must be installed.
    Procedure
    Exporting the List
           1.      Choose  with the quick info text Export and select Spreadsheet in the selection list. In full-screen mode, choose List ® Export ® Spreadsheet.
    If you have a choice of more than one format, the Select Spreadsheet dialog box opens.
           2.      In the Select Spreadsheet dialog box, select the format in which you want to save the exported data.
           3.      Confirm the settings.
           4.      In the dialog box that appears, specify the path and name of the file and save the file.
    For some formats, you also need to specify other settings for the file that is saved.
           5.      Make the required settings, where applicable.
    If an installed program is linked to the selected file name extension, this program is started automatically and the generated file is opened.
    Keeping Settings
    If you plan to reuse the same spreadsheet format, you can save the settings for the format. By doing this, you can omit the step with the Select Spreadsheet dialog box and can export the list more quickly.
           1.      Proceed as described above in steps 1 and 2.
           2.      In the Select Spreadsheet dialog box, select Always Use Selected Format.
           3.      Confirm your settings and continue as outlined above.
    From now on, whenever you export your list as described above, you bypass the Select Spreadsheet dialog box step and proceed immediately to saving the data.
    4.      If you want to display the Select Spreadsheetdialog box again during the export, in the context menu for the list, choose Spreadsheet.
    The dialog box opens; the Always Use Selected Format indicator is not set.

  • Posting Tax Amount in BAPI_ACC_DOCUMENT_POST (Tcode FB60 - Vendor Invoice)

    Where do I need to populate the Tax amount in BAPI_ACC_DOCUMENT_POST inorder to create Vendor Invoice (Non PO) - FB60.
    I have populated Tax information GL A/c, Condition key, Account key, Tax Code in u2018ACCOUNTTAXu2019 table and Tax amount $7 in 'CURRENCYAMOUNT' table but got below errors:
    u2018Balance in transaction currencyu2019 - when we have $-107in Vendor line, $100 in GL line & $7 in Tax line. (It showing difference $7).
    The tax amount must not be greater than the tax baseu2019 - When we have $-107 in Vendor line, $107 in GL line & $7 in Tax line.
    Here is the code, please check and suggest me:
    Header Details:
    it_documentheader-obj_type   = u2018BKPFFu2019.
    it_documentheader-doc_date   = u201811/08/2011u2019.
    it_documentheader-pstng_date = u201811/08/2011u2019.
    it_documentheader-comp_code  = u20180001u2019.
    it_documentheader-ref_doc_no = u2018TESTQ108u2019.
    it_documentheader-doc_type   = u2018KRu2019.
    it_documentheader-obj_key    = u2018$u2019.
    it_documentheader-username   = sy-uname.
    it_documentheader-bus_act    = u2018RFBUu2019.
    it_documentheader-fisc_year  = u20182011u2019.
    Vendor Line u2013 Accounts Payable
    lv_item_no  = 1.
    it_accountpayable-itemno_acc = u20181u2019.
    it_accountpayable-vendor_no  = u20187800988u2019.
    it_accountpayable-comp_code  = u20180001u2019.
    it_accountpayable-pmnttrms   = u2018DUBPu2019.
    it_accountpayable-tax_code   = u2018I1u2019.
    it_accountpayable-taxjurcode = u2018000003749u2019.
    it_accountpayable-item_text = u2018Test123u2019.
    Populate currency amount for account payable data
    it_currencyamount-itemno_acc = u20181u2019.
    it_currencyamount-curr_type  = '00'.
    it_currencyamount-currency   = u2018USDu2019.
    it_currencyamount-amt_doccur = -107.
    it_currencyamount-amt_base = 100.
    Append it_currencyamount.
    G/L Account data
    it_accountgl-acct_type  = u2018Su2019.                         " GL
    it_accountgl-itemno_acc = u20182u2019.
    it_accountgl-gl_account = u2018623000u2019.
    it_accountgl-item_text  = u2018Test123u2019.
    it_accountgl-costcenter = u20181099u2019.
    it_accountgl-profit_ctr = u20181u2019.
    it_accountgl-comp_code  = u20180001u2019.
    it_accountgl-tax_code   = u2018I1u2019.
    it_accountgl-taxjurcode = u2018000003749u2019.
    Append it_accountgl.
    it_currencyamount-itemno_acc = u20182u2019.
    it_currencyamount-curr_type  = '00'.
    it_currencyamount-currency   = u2018USDu2019.
    it_currencyamount-amt_doccur = 100.
    Append it_currencyamount.
    Tax Line Details:
    it_accounttax-itemno_acc = '3'.
    it_accounttax-gl_account = '0000210000'. 
    it_accounttax-acct_key = 'NVV'.
    it_accounttax-cond_key = 'XP1I'.
    it_accounttax-tax_code   = 'I1'.
    Append it_accounttax.
    it_currencyamount-itemno_acc = '3'.
    it_currencyamount-curr_type  = '00'.
    it_currencyamount-currency   = u2018USDu2019.
    it_currencyamount-amt_doccur = 7.
    it_currencyamount-amt_base = 100.
    Append it_currencyamount.

    Hi
    See this [post|BAPI_ACC_DOCUMENT_POST and partial non deductible VAT;. It's related with Note 487064 - Direct posting to tax account with AC BAPIs.
    I hope this helps you
    Regards
    Eduardo

  • HT204053 i bought an used ipad and need to delete the former owner's apple id how and use mine?

    I bought a used iPad1 that has the former user's apple id. I have an apple id myself that i can use to purchase apps, etc.
    1. However, do i need to reset the device to use my ID? I've made purchases from my laptop and need to sync them to the ipad.
    2. My latop is authorized and all the connectivity tests etc are ok. I get the message do I want to erase my library when i sync. there was music that i like on the device when i got it. I don't want to lose it by  saying yes to deleting it. Oh yeah i don't think this music is in the itunes on the ipad. what can i do?
    Can't you see i don't know where to go, help me please!

    You should log out of the currently logged in account by tapping on the id in Settings > Store and you should then do Settings > General > Reset > Erase All Content And Settings to put it back to factory settings (which the previous owner should have done) - you can then sync your own content to it.

  • Finding out the sales tax type using the Fun. Module-ME_PO_PRICE_SIMULATION

    HI,
       I have used the function module ME_PO_PRICE_SIMULATION to give the pricing details in one report.  In the same function module it is also giving the tax applicable for the vendor-material-site combination. ie., tax code and the tax. procedure. Is it possible to find out the Tax type using
    this data ie,, if it is LST or CST

    Hi ,
    I think from the taxcode you can findout LST(or) CST
    try
    G.Ganesh Kumar

Maybe you are looking for

  • Cannot update Adobe Acrobat for Mac from 11.0.0 to 11.0.01

    Hi all. I cannot update my Adobe Acrobat from 11.0.0 to 11.0.01. There's been some error during the installation of the update. I have tried uninstall and reinstall for several times but didn't help. The error log is as follows: Feb 27 19:00:22 MYNAM

  • Previous iPad allowed me to use an adapter to download pics on a sd card, I don't find an adapter for the new IPad. Is there one available?

    Previous iPad allowed me to use an adapter to download pics from an sd card. I can't find one for the new IPad. Is there one available? Any other way to do this?

  • Async to sync to async across different SWCV using BPM

    I have inherited some scenarios and incomplete config...  the more i dig the more i find.... i think I have a SAP proxy -> web (sync) -> mail adapter scenario. i have created the SWCV for the web, the Proxy is using SAP Standard ERECRUIT objects (ays

  • Booting from usb, windows

    I would like to have Windows installed on a usb hardrive, and boot from it on mac. I have booted from a live ubuntu usb before, so I know booting other systems besides osx is supported, I don't know if that applies to Windows becuase it isn't Unix. A

  • Ios 5.0.1 update

    i wan to update my iphone 4 to 5.0.1 but am scared as i have read many of the discussins thts updating the iphione 4 with ios 5.0.1 causes draining of the battery extensively is this the defect with the ios 5.0.1 or the update is not made for iphone