Tax code error while entering Expense Receipts in TRIP transaction

While entering Expense Receipts in the transaction TRIP (Travel Manager), I get an error saying..
"Entry TAXUSJ V0  does not exist in T007A (check entry)".
1) Please help me understand the cause for this error. As the  Travel Expense system is connected to the FI (Finance) system, is any config in the FI table causing the error?
2) Please suggest how to resolve this error.
Thanks

Hi,
TAXUSJ--Sales Tax USA w. Jurisdictions and VO is a Tax code.
Please mainbtain above combinations in below tables and try
GOTO SM30
J_1BTAXCODEV
J_1BTXMMCV
V_T007A_DEF
Bhairavareddy
Edited by: Mudupu123 on Dec 14, 2010 8:04 AM

Similar Messages

  • Tax code error while posting Planned delivery costs in Import Scenario

    Hi!!!!!
    I am getting on error while posting Planned delivery costs in MIRO for Import Purchase Order with zero value tax code v0. The error is
    "Tax code V0 country IN does not exist in procedure ZAXINN"
    For Import I defined a pricing procedure which contains all condition types for CVD, Ecess, SEcess, Additional Customs Duty and Others.
    While making Import PO im putting V0 tax code. I assigned the Tax Codes to the Company code.
    Please let me know what config is missing.
    Regards,
    Durga

    Is you ZAXINN assigned to the country India
    and is your taxcode (created in FTXP) created for country India?
    kr
    hakan

  • Tax code error while releasing a billing document to accounting in VF02

    Hi SAP Gurus,
    While trying to release a billing document to accounting, the following error is displayed
    " Tax Statement Item Missing for Tax Code TA".
    Message number: FF805.
    Please provide your valuable inputs to overcome this issue.
    Suitable points shall be rewarded.
    Thanks and Regards,
    Sreeni.

    Check your pricing procedure. One of the Tax relevant items is ending up with a base value of Zero.
    This is easy to check if you double-click on tax related Pricing Conditions, you will find one of them with a base value is zero.
    If not, it could be something more simpler, like GL Account master data. Make sure the "Post without tax allowed" box is checked and ensure the tax category is masked ("*").
    Hope this helps.
    Cheers.

  • Tax code error while releasing into accounting

    hi
    i raised sales order with price,basic excise duty,cess,hcess forgot to give cst and saved order.then i done delivery(picking,packing,pgi) and raised commerical invoice and released into accounting.then i cancelled billing reentered cst in order and done billing.while relesing into accounting it is throwing errroe taxcode in tax inn is invalid.incustomer master i mainted tax classification correctly as 1& 1 but the sytem is reading as 2 &1 in pricing analyis with cs
    can any one suggest
    thanks and regards
    venkatramana.m

    Hi Venkat,
    For the issue "errroe taxcode in tax inn is invalid" Kindly check the OUTPUT Tax Code assigned to Company code in transaction OBCL and check the Tax Code assigned in "Maintain Excise Defaults" for TAXINN Proceedure.
    Below is the path for "Maintain Excise Defaults"
    SPRO>Logistics - General>Tax on Goods Movements>India>Basic Settings>Determination of Excise Duty>Maintain Excise Defaults
    Ensure that both the place OBCL and "Maintain Excise Defaults" Tax code should be same.
    Hope this will help you to resolve the issue.
    Regards
    Murali

  • Tax code error  while executing BAPI_INCOMINGINGINVOICE_PARK

    Hi,
        we are using BAPI_INCOMINGINGINVOICE_PARK.  For parking invoices for service POs . This program is working fine  with only  few Tax codes and with other tax codes it is throwing error "Tax code S5 in procedure invalid"
    Please help us out in resolving this issue.
    Regards
    Eswar

    HI Javier,
                 The complete error log can be found in NWA.
    login to NWA (http://<host name >:<port number>/nwa)-> Problem Management ->log and traces -> log viewer.
    in the log viewer u will find the User interface View or last 24 hours View where the complete error message will be displayed for ur component.
    Hope it helps .
    thanks and Regards

  • Error While entering data in VA01

    Hi,
    I get the following error while entering data for "Plant" in Sales order creation (VA01). Can anyone please tell me how to solve this problem.
    Runtime Errors SAPSQL_INVALID_TABLENAME
    Except. CX_SY_DYNAMIC_OSQL_SEMANTICS
    Date and Time 27.04.2009 12:57:13
    Short dump has not been completely stored (too big)
    Short text
    A table name, specified in an SQL command, is unknown.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLV61Z" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
    not caught in
    procedure "SEL_KONDTAB" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    An invalid table name "A996" was specified in an Open SQL command:
    Due to one of the following reasons, the error occurs only at runtime:
    - the table name was specified dynamically, or
    - the SELECT clause, WHERE clause, GROUP-BY clause, HAVING clause, or
    ORDER-BY clause was specified dynamically.
    Missing RAISING Clause in Interface
    Program SAPLV61Z
    Include LV61ZU01
    Row 260
    Module type (FORM)
    Module Name SEL_KONDTAB
    Trigger Location of Exception
    Program SAPLV61Z
    Include LV61ZU01
    Row 724
    Module type (FORM)
    Module Name SEL_KONDTAB
    Source Code Extract
    Line SourceCde
    694 and kschl = se_kschl
    695 and datbi >= se_date
    696 and datab <= se_date
    697 and (coding_tab).
    698 endif.
    699 endif.
    700 else.
    701 if t681-ksdat is initial.
    702 if not <entrytab> is assigned.
    703 select * from (t681-kotab) appending table <cond_tab>
    704 where kappl = se_kappl
    705 and kschl = se_kschl
    706 and (coding_tab).
    707 else.
    708 select * from (t681-kotab) appending table <cond_tab>
    709 for all entries in <entrytab>
    710 where kappl = se_kappl
    711 and kschl = se_kschl
    712 and (coding_tab).
    713 endif.
    714 h_subrc = sy-subrc.
    715 if select_split ne 0.
    716 modify coding_tab from coding_alter index select_split.
    717 select * from (t681-kotab) appending table <cond_tab>
    718 where kappl = se_kappl
    719 and kschl = se_kschl
    720 and (coding_tab).
    721 endif.
    722 else.
    723 if not <entrytab> is assigned.
    >>>>> select * from (t681-kotab) appending table <cond_tab>
    725 where kappl = se_kappl
    726 and kschl = se_kschl
    727 and datbi >= se_date
    728 and datab <= se_date
    729 and (coding_tab).
    730 else.
    731 select * from (t681-kotab) appending table <cond_tab>
    732 for all entries in <entrytab>
    733 where kappl = se_kappl
    734 and kschl = se_kschl
    735 and datbi >= se_date
    736 and datab <= se_date
    737 and (coding_tab).
    738 endif.
    739 h_subrc = sy-subrc.
    740 if select_split ne 0.
    741 modify coding_tab from coding_alter index select_split.
    742 select * from (t681-kotab) appending table <cond_tab>
    743 where kappl = se_kappl
    Thank you in advance....
    Regards,
    Sriram.

    An invalid table name "A996" was specified
       in an Open SQL command
    Find out the transport request pertaining to Table A996 and ensure that both that request and the configuration request pertaining to that table are moved simultaneously.
    thanks
    G. Lakshmipathi

  • BAPI_ACC_DOCUMENT_POST  Tax code must be entered

    Hi all,
    I am using bapi  BAPI_ACC_DOCUMENT_POST   to post in FB01 but  i am getting a error "Tax code must be entered". The amounts are  equals in  S/H but I don´t  know what happen. Anybody  have a suggestion?
    Thanks in advance.
    Mireya

    Hi, Here is a sample code how to use this one.
    DATA: it_acc_gl LIKE bapiacgl09 OCCURS 0 WITH HEADER LINE,
    it_acc_ap LIKE bapiacap09 OCCURS 0 WITH HEADER LINE,
    it_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE,
    it_curr_amt LIKE bapiaccr09 OCCURS 0 WITH HEADER LINE,
    it_doc_header LIKE bapiache09 OCCURS 0 WITH HEADER LINE,
    it_acc_tax LIKE bapiactx09 OCCURS 0 WITH HEADER LINE,
    obj_type LIKE bapiache09-obj_type,
    obj_key LIKE bapiache09-obj_key,
    obj_sys LIKE bapiache09-obj_sys,
    pstng_date LIKE it_doc_header-pstng_date,
    doc_date LIKE it_doc_header-doc_date,
    loop_cnt TYPE i VALUE 0,
    gv_vendor(10) TYPE c,
    gv_gl_acc(10) TYPE c.
    LOOP AT bdc_source.
    * First line of table is heading so don't do anything
    IF bdc_layout IS INITIAL.
    MOVE bdc_source TO bdc_layout.
    TRANSLATE bdc_layout TO UPPER CASE.
    CONTINUE.
    ENDIF.
    bdc_out = bdc_source.
    CLEAR: obj_type, obj_sys, obj_key, pstng_date, doc_date, gv_vendor, gv_gl_acc.
    * Setup the dates in correct format
    CONCATENATE bdc_source-col_c+6(4) bdc_source-col_c(2) bdc_source-col_c+3(2) INTO pstng_date.
    CONCATENATE bdc_source-col_b+6(4) bdc_source-col_b(2) bdc_source-col_b+3(2) INTO doc_date.
    * Padding zeros, very important otherwise bunch of stuff is missing
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = bdc_source-col_e
    IMPORTING
    output = gv_vendor.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = bdc_source-col_j
    IMPORTING
    output = gv_gl_acc.
    * Header
    REFRESH it_doc_header.
    it_doc_header-bus_act = 'RFBU'.
    it_doc_header-username = sy-uname.
    it_doc_header-header_txt = bdc_source-col_h. " Invoice Text
    it_doc_header-comp_code = bdc_source-col_a. " Company Code
    it_doc_header-doc_date = doc_date. " Invoice Date
    it_doc_header-pstng_date = pstng_date. " Posting Date
    it_doc_header-doc_type = 'KR'. " Return Order...?
    it_doc_header-ref_doc_no = bdc_source-col_d. " Invoice Number
    APPEND it_doc_header.
    * GL Account
    REFRESH it_acc_gl.
    it_acc_gl-itemno_acc = '1'.
    it_acc_gl-gl_account = gv_gl_acc. " GL Account
    it_acc_gl-item_text = bdc_source-col_o. " Line Item Text
    it_acc_gl-doc_type = 'KR'. " Return Order...?
    it_acc_gl-comp_code = bdc_source-col_a. " Company Code
    it_acc_gl-pstng_date = pstng_date. " Posting Date
    it_acc_gl-vendor_no = gv_vendor. " Vendor Number
    it_acc_gl-costcenter = bdc_source-col_k. " Cost Center
    it_acc_gl-wbs_element = bdc_source-col_q. " WBS Element
    "it_acc_gl-tax_code = bdc_source-col_m. " Tax Code
    it_acc_gl-network = bdc_source-col_p. " Internal Order
    conv_s_amt = bdc_source-col_f. " Invoice Amount
    REPLACE ALL OCCURRENCES OF ',' IN conv_s_amt WITH ''.
    IF conv_s_amt < 0.
    it_acc_gl-de_cre_ind = 'H'. " H-Credit
    conv_s_amt = - conv_s_amt.
    ELSE.
    it_acc_gl-de_cre_ind = 'S'. " S-Debit
    ENDIF.
    CONDENSE conv_s_amt.
    APPEND it_acc_gl.
    * AP Account
    REFRESH it_acc_ap.
    it_acc_ap-itemno_acc = '2'. " Invoice Number
    it_acc_ap-vendor_no = gv_vendor. " Vendor Number
    it_acc_ap-comp_code = bdc_source-col_a. " Company Code
    it_acc_ap-item_text = bdc_source-col_o. " Line Item Text
    APPEND it_acc_ap.
    * Currancy
    REFRESH it_curr_amt.
    it_curr_amt-itemno_acc = '1'. " Invoice Number
    it_curr_amt-curr_type = '00'.
    it_curr_amt-currency = bdc_source-col_g. " Currancy
    it_curr_amt-amt_doccur = conv_s_amt. " Line Item Amount
    APPEND it_curr_amt.
    it_curr_amt-itemno_acc = '2'. " Invoice Number
    it_curr_amt-curr_type = '00'.
    it_curr_amt-currency = bdc_source-col_g. " Currancy
    it_curr_amt-amt_doccur = conv_s_amt * -1. " Line Item Amount
    APPEND it_curr_amt.
    REFRESH it_return.
    * Do the post to GL Account and AP
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
    EXPORTING
    documentheader = it_doc_header
    IMPORTING
    obj_type = obj_type
    obj_key = obj_key
    obj_sys = obj_sys
    TABLES
    accountgl = it_acc_gl
    currencyamount = it_curr_amt
    accountpayable = it_acc_ap
    return = it_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    wait = 'X'.
    * Check for any errors
    loop_cnt = 0.
    LOOP AT it_return.
    IF it_return-type = 'E'.
    bdc_out-code = 'E'.
    error_count = error_count + 1.
    ELSE.
    bdc_out-code = 'S'.
    ENDIF.
    loop_cnt = loop_cnt + 1.
    IF loop_cnt = 1.
    bdc_out-mesg1 = it_return-message.
    ELSE.
    IF loop_cnt = 2.
    bdc_out-mesg2 = it_return-message.
    ENDIF.
    ENDIF.
    ENDLOOP.
    APPEND bdc_out.
    cur_line = cur_line + 1.
    ENDLOOP. 

  • Error while opening the receipt entry form in AR module.

    Error while opening the receipt entry form in AR module. We have created one new responsibility of Receivables for new operating unit . When we open the corresponding
    forms , we are getting the error message as :
    NO_DATA_FOUND
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-20002.
    Kindly help in resolving.
    We have ERP version of 11.5.10.2

    Please also see the following docs.
    Transactions Workbench Error: Listing of ORA Errors [ID 1336495.1]
    FRM-40735 ERROR OPENING LIFE EVENT REASONS FORM BENLEVRS [ID 1517593.1]
    APP-AR-96996: The Defined Sales Representatives Have Incorrect Id'S [ID 437107.1]
    ARXSUDRC Receipt Classes Errors With APP-AR-96994: Please Define Sales Representatives [ID 357454.1]
    Thanks,
    Hussein

  • How is the tax code determined while creating a new PO?

    Hello,
    how is the tax code determined while creating a new PO?

    HI,
    Tax code refers to a TAXINN /TAX INJ and it always at country level -where the business dealing happens and not dependent on any other factors like vendor or material, company code or plant. etc.
    So after you have maintained a Tax code in FTXP in the category as input Tax( V)  it would be appears in the Tab Invoice.
    where you could manually select the same
    For automatic determination as said in the top messages we can maintain an inforecord.
    hope so it helps
    Regards
    Anjanna.
    Edited by: Shiva Rajanala on Apr 28, 2009 5:03 PM

  • Error while Installing Oracle Services for Microsoft Transaction Server

    I downloaded "Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP" and installed the personal edition. It did not install successfully and gave this error message:
    Error while Installing Oracle Services for Microsoft Transaction Server
    The specified key was not found while trying to GetValue
    - stop installation of all products.
    - stop installation of this component only.
    The installation of Oracle 9i Database was unsuccessful
    The Integration tools and client installed just fine from the same download. Why didn't the database install successfully? All the other components seemed to install just fine and the database appeared to be created - but I could not open it and there was not start menu option for DBA Studio.
    I am running Windows 2000 professional with Service Pack 3 on a 2 GHz Pentium4 machine with 512MB Rambus RAM, 32bit color graphics ATI All-in-Wonder card, about 40GB of disk space, a local peer-to-peer network via cat5 cable to another Win2k P3 machine, and Creative Soundblaster Audigy card. Do I need to adjust any network settings? Would it help or hinder if I installed MS IIS? WinNT has a Microsoft Transaction Server (MTS) but Win2k has COM+ instead; does that make a difference in terms of the installer looking for MTS? Do I need to configure COM+ in some special way / change settings?

    HI Salman,
    I am doing the following.
    1. I am installing Oracle 10.2.01 Database(Not Client) on my windows Xp laptop. While installation i Choose the custom option and Check the Oracle Windows Interface. In that i check the "Install Oracle Services for Microsoft Transaction server" checkbox. The installation goes on fine till 99% and when it tries to install the
    Oracle Services for Microsoft Transaction server it gives an error saying that "Microsoft Transaction server" was not found on the system.
    I had previously installed the same on my laptop and it was working fine. but after uninstallation when i try to re install i get this problem.
    If i go to the services.msc option in windows i still see the OracleMTSRecoveryService option even when i have uninstalled oracle. But when i try to start the services i get the following error
    Could Not start the OracleMTSRecoveryService on the local computer.
    Error 3: The system cannot find the file specified.
    Any help on how to resolve this issue will be highly appreciated

  • Error while executing the CKMLCP (Actual Costing) Transaction

    Hi Expert,
    I am getting the following Error while executing the CKMLCP (Actual Costing) Transaction through my User ID in system. If we execute the same transaction  with other user id then there is no Error. same role is assign to both user. Try to check SU53 screen shot but it show no error
    See the below error for referance:-
    Internal error in program SAPLCKML_RUN_COCKPIT_ACT
    Message no. CKMLRUN004
    Diagnosis
    An unexpected situation has appeared in program SAPLCKML_RUN_COCKPIT_ACT.
    The problem has to do with a program error - the indirect result of a program error or an inconsistency in Customizing.
    System Response
    Processing had to be terminated.
    Procedure
    Inform your system administrator
    Thanks
    Dinesh

    Hi Shyam,
    Thanks Shyam,
    I check this note this is not applicable for my system, In mention note Correction delivered in Support Package 600.
    but support Package in my system SAP_APPL 603 SAPKH60303,
    Is there any other note or solution for 603 SP
    Thanks
    Dinesh

  • Error while doing Goods receipt for process order. Error code: "BS027"

    I am getting error while doing GR for a day whereas previous day(s) GR is already done and also 2 days post that day are also done successfully.
    Error :  ""Goods receipt for prodn. order" is not allowed (ORD XX-CEMTSAL) " (XX = First two characters of plant code)
    Error code: BS027.
    Thanks to all in advance.

    Hello,
    This issue would occur when you want to post a confirmation for a production order. The error message is generated if you wanted to post a backflush for a component and if this component was assigned to a sales order stock. The sales order itself was assigned to a work breakdown structure element which should be debited with the actual costs. However, the business transaction 'Confirm' is not permitted for a work breakdown structure.
    Please look into SAP Note 62367 and 64370
    Hope the information is helpful
    regards

  • Error while entering address details in company code master data.

    Hi Experts,
    I am getting error while i am entering address details in company code master data that is while i am creating new company code.
    ERROR: message No. AM216
                  Incomplete Address : Enter Country.
    Here eventhough i am entering country as "IN" then still i am getting error.
    Thanx,

    Yes that is right what is mentioned above, first you give the company code and name then give the currency then select address (Shift+F5) and in that if you select country as IN then it will automatically come to master data.
    Edited by: venkata986 on Aug 31, 2010 12:31 PM

  • Run time Error while Creating Expense request

    Dear Friends ,
    In   E-Payment ( Expense  Claim )   creation , While clicking on Enter Receipts application is going to run time error for only one user.    
    Run time Error Info :
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Exception              CX_SY_REF_IS_INITIAL
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_WDR_P13N_UTILITIES=========CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis  
        An exception occurred that is explained in detail below.
       The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
        caught in
       procedure "PRESET" "(METHOD)", nor was it propagated by a RAISING clause.
       Since the caller of the procedure could not have anticipated that the
       exception would occur, the current program is terminated.
       The reason for the exception is:
       You attempted to use a 'NULL' object reference (points to 'nothing')
       access a component (variable: "LR_CONTEXT_ELEMENT").
       An object reference must point to an object (an instance of a class)
       before it can be used to access components.
       Either the reference was never set or it was set to 'NULL' using the
       CLEAR statement.
    How to correct the error 
         Probably the only way to eliminate the error is to correct the program.
       If the error occures in a non-modified SAP program, you may be able to
       find an interim solution in an SAP Note.
       If you have access to SAP Notes, carry out a search with the following
       keywords:
       "OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"
       "CL_WDR_P13N_UTILITIES=========CP" or "CL_WDR_P13N_UTILITIES=========CM002"
       "PRESET"
    Information on where terminated
        Termination occurred in the ABAP program "CL_WDR_P13N_UTILITIES=========CP" -
         in "PRESET".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 60
        of the (Include) program "CL_WDR_P13N_UTILITIES=========CM002".
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "PRESET" "(METHOD)", but it was neither handled locally nor declared
        in the RAISING clause of its signature.
        The procedure is in program "CL_WDR_P13N_UTILITIES=========CP "; its source
         code begins in line
        1 of the (Include program "CL_WDR_P13N_UTILITIES=========CM002 ".
    Regards,
    Suresh .

    Hi Agrawal
    As you are getting run-time error after entering the sold to party and material and the error is in SAPLV61Z ,
    close the session for sometime and open again and then create sales order and then enter sold to party and material and then check wheather you are getting or not. If you are still facing the problem then take the help of the ABAP & BASIS consultant's.
    Regards
    Srinath

  • Incoming payment by F-28: Reason code error while posting

    Hello everyone,
    I want to post Incoing Payment using F-28 net of TDS. I want the separate GL account to be picked up automatically for the difference when I enter the Reason Code 003.
    I did the following customization for the same.
    1. Financial Accounting> Accounts Receivable and Accounts Payable> Business Transactions>Incoimng Payments> Incoming Payments Global Settings>Overpayment/Underpayment> Define Reason Codes:- Here I selected the Indicator 'C' for reason code 003 which is for "Indicator: Charge off difference via separate account". The reason code 003 is for TDS Netted
    2. Below the Define Reason Code node, I selected the node 'Define Accounts for Payment Differences' . Selected the key ' Rules' and selected the checkbox 'Reason Code'. Then clicked on 'Accounts' and enetered the desired GL account against the reason code '003'.
    After doing the above customization I posted the Incoming payment using T code F-28. I entered the difference in the field 'Difference Posting'. Then entered reason code '003' which is for 'TDS netted' in the field 'Reason Code'. Now, I am getting the follwoing error.
    Reason codes with automatic charge-off are not permitted here
    Message no. F5605
    Diagnosis
    The reason code entered is designed to ensure that the payment difference amount is posted to an account specially set up for this purpose.  Postings of this nature usually require additional specifications (e.g. tax code, business area). If the difference stems from a single open item, the necessary specifications can be taken from that item. In the case that led to this error message, however, the difference does not stem soley from one item, which means that this method cannot be used.
    System Response
    The reason code entered is not accepted.
    Procedure
    You can either select a different reason code, which would create a new open item for the customer or vendor OR write off the difference using the function Charge off diff.. This function either takes you into a pre-configured account assignment model or into the document overview. From here you can enter the required difference postings.
    How can I proceed ahead?
    Thanks and Regards,
    Pradnya

    Hi Saulo,
    Thanks for ur reply.
    I had alreay done the config in OBXL and OBBE. Only thing I wanted to know is while posting Incoming Payment by F-28, how to use this reason code.
    Ur reply was a gr8 help for me.
    Regards,
    Pradnya

Maybe you are looking for

  • Multimapping in BPM

    Hello! I read that it  Multi Mapping N:1 is possible in BPM with Transformation but how do you do it? /HT

  • Create dotted or dashed line

    I cannot figure out how to create a dotted or dashed line. Thanks

  • I have a WiFi issue : (

    Hello... this is my first time on here, because I just got my ipod touch last Friday. I have been trying and trying to get my wireless to work on my touch. But I have had no luck. It picks up my connection perfectly and has a full 3 par connection. A

  • Crash When Trying to Mail from Pages

    Not sure what is going on here: When I am trying to mail a document directly from the Pages Application (Share --->send via mail (selecting either Word or PDF format does not matter) the application stalls and then crashes every time. I am using Mail

  • Publish Edge Animate for use as Banner Ad in Client Site

    Building a banner ad for a client to drop into their site, and I am not sure how to publish it for them to use. They only are able to upload an HTML file and its corresponding images. They are not able to put the .js files in the appropriate location