How do i allow for a discount code or other discount on my form?

How do allow for a discount code or other discount on the form?

I am assuming you want to use paypal with this form which mean you need to use an HTML form. Unfortunately Formscentral doesn't support calculations with HTML forms. This is going to make discounts difficult. Depending on your exact needs you might be able to get away with using different fields for the discount. Example. Item one is standard room rate. Item two might be the same room with a AAA discount applied. etc. You will have to play with it to see if you can get it to do what you want.
Andrew

Similar Messages

  • Special G/L Indicator not allow for certain t-code

    Hi all,
    I need your help, why same special GL indicator does not allow for certain t-code? Is it possible? or is this a system limitation?
    Error message as
    special G/L transactions not defined for bills/exch. and down pmnts

    Dear,
    It is because some transactions to be posted directly to Gl and some through sub ledger, so you can look at the transaction code for configuring/ using the special gl indicators.
    OBXR-Customer Special GL indicators
    OBYR-Vendor Special GL Indicators
    and
    OBYN
    FBKP

  • How to trigger updateMarker for TextEditor from code

    I'm making my own marker. But when I change document programmatically, I couldn't trigger updateMarker. So markers're indexs don't change.Markers has not showed correctly. How to trigger updateMarker for TextEditor from code?

    Hi Viren,
    Glad that your problem is resolved.
    Help.Sap.com is the best reference: http://help.sap.com/saphelp_nw04/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    Also check the "How-To" docs in https://www.sdn.sap.com/irj/sdn/developerareas/bi
    Bye
    Dinesh

  • How to set sourceURL for MS Access database in other computer?

    How to set sourceURL for MS Access database in other computer?
    getConnection("jdbc:odbc://www.micrsoft.com:9999/msaccess");
    How do you determine the port for the MS Access?
    Thank you very much.

    How to set sourceURL for MS Access database in other computer?You don't.
    How do you determine the port for the MS Access?You don't.
    Databases like Oracle and MS SQL Server have 'server' software which runs on a server computer. Requests talk to that server software. MS Access does not have a server, so there is nothing to talk to.
    You either must use a DSN or create you own server. For the DSN each client must have a mapped driver to the computer with the database. For your own server search the Sun site for JDBC drivers or use RmiJdbc (http://www.objectweb.org/)

  • How to do UT for pl/sql code?

    Are there some tools for doing Unit Test for PL/SQL code?
    Are there any others tools,except the function of test in pl/sql developer?

    I have defined a package named pkg_utplsql_test with 1 function called btwnstr (taken from utplsql samples).
    This package/function exists in schema1@instance1.
    Now I have schema2@instance2. Here I have defiend my test package called ut_pkg_utplsql_test and this has the setup and tear down
    procs as follows:
    procedure ut_setup
    is
        begin
            null;
        end;
    procedure ut_teardown
    is
        begin
             null;
        end;Now I need to add ut_btwnstr to test the proc defined in schema1@instance1. I have defined a dblink named instance1 to
    access the package from instance2. I am confused about writing ut_btwnstr . Here is what I have done and it does compile.
    PROCEDURE ut_btwnstr IS
       BEGIN
          utAssert.eq (
          'Typical valid usage',
          pkg_utplsql_test.btwnstr@instance1(STRING_IN => 'abcdefg',START_IN => 3,END_IN => 5),'cde');
          end ut_btwnstr; Is this correct?
    And now when I need to test it, how do I call. I am confised:(.
    exec utplsql.test('pkg_utplsql_test.btwnstr@instance1',recompile_in => FALSE)

  • How to invoke jdb for this simple code

    up to now i have been debugging by looking at the code, could someone please tell me how
    to invoke jdb for the following example, and how would i look at the local values within x & y
    (without having to rely on JOptionPane):
    //pg73 ex2.16 The x value input must be larger than the y value
    import javax.swing.JOptionPane;
    public class ex2_11
    public static void main(String args[])
    int x =2, y=3;
    JOptionPane.showMessageDialog( null,
    "a x= " x            "\n " +
    "b the value of x+x is " + (x+x) + "\n " +
    "c x= " + "\n " +
    "d " + (x+y) + "= " + (y+x),
    "Results",JOptionPane.PLAIN_MESSAGE);
    System.exit(0);

    I think I have already answered this question somewhere else, but I will reiterate it here.
    If you have compile errors in your source code (i.e. you left the semi-colon off at the end of a statement), a class file will not get generated.
    What you have done is the following:
    1. created a working java source file
    2. compiled that file and generated a class file
    3. then changed the working source file and introduced a compiler error (i.e. you left the semi-colon off at the end of a statement)
    4. then attempted to compile the file (with javac), but due to the compiler error a new class file did not get generated (therefore the old class file from the previous compile still resides on your machine).
    5. Then you ran jdb on the old previously generated class file.
    To confirm what I am saying is true. Delete the class file, then try to generate it again after introducing your compiler error. A new class file will not get generated and therefore you won't be able to use jdb (as jdb requires the class files).
    Hope this helps (and gets me the duke dollars),
    Tim

  • How to reset data for the company code 1000

    Hi Gurus,
    I am practicing SAP SD on a sandbox server as am learning it.
    But i see that the standard data for the company code 1000 has been altered by previous users and most of the standard setttings have been changed.
    Due to this am having a lot of issues while configuring a new company code by copying it from 1000.
    Please help me reseting the data for the company code 1000 so that it will be easier for customizing and learning.
    Regards,
    Harish

    Hi Harish,
    Follow the step given below
    SPRO --> Enterprise Structure --> Definition --> Financial Accounting --> Edit, Copy, Delete, Check Company Code
    A pop screen will appear which will give you two options
    1)  Copy, delete, check company code
    2)  Edit Company Code Data
    Select option one
    On next screen --> Click at " Check org. object" or press F8 --> It will ask your company code --> enter your company code 1000 --> Enter
    It will check all the related table and if it find any discrepency
    then it will show you one pop up screen
    Errors in
    foreign key dependencies
    Do you want the error log
    displayed now?
    Click at Display now --> correct all the fields which are wrongly maintained.
    Hope this helps
    Regards,
    MT

  • How to block postings for particular company code ?

    Hello All,
    I have a scenario like FI document shouldn't generate automatically when I invoice with reference to order/delivery document.
    Just I want only Invoice number but not FI document (It should park instead of creating automatically) for particular company code among all and later I will create manual FI document with reference to that Invoice.
    Existing solutions:
    1.Can control in document functionality but I am using single document for all company codes
    2.Can control using FD02 transaction but I have many customers
    Please suggest any new solution other than above.
    Regards,
    Gangadhar

    Hi,
    Please check the below thread:-
    Re: VF01: Prevent document posting in FI via user exit
    It should be useful in your situation.
    Regards,
    Gaurav

  • How can i check for posted but not yet commited changes in a form

    Dears
    I make changes programmatically in a form then i post it using (Post built in).
    If the user exits the form, i make check for any changes in the form to commit it using the system variable :system.form_status
    Unfortunately the value of this system variable is 'Query' not 'Changed' because of using the post built in.
    Is ther another system variable ( or any another way ) that check for posted but not yet commited changes in the form ?
    Thanks a lot
    Mostafa Abolaynain

    I had faced similar situation. Using of package variable which identifies, what is the user's latest action.
    This is just a workaround.
    Capture what the user has performed into a variable say, PKG_VAR.ACTION,
    This will be assigned values like List L, and Create C, Update U and Saved S.
    If commit is executed,assing the status S to the variable.
    So while closing,
    IF :system.form_status = 'CHANGED' or PKG_VAR.ACTION in ('C','U') THEN     
    -- validate the data, n perform commit.
    else
    -- just close the form.
    end if;
    Regards
    Deepz : )

  • How to create request for extracting company code

    Hi All,
    Can any body guide me how to create a request for extraction of company code 0COMP_CODE_ATTR.
    Actually i have created a request using transport conneciton but while moving this request to quality system i am getting following error.
    DataSource 0COMP_CODE_TEXT does not exist in source system QLTCLNT440 of version A
    Mapping between data source 0COMP_CODE_TEXT and source system QLTCLNT440 is inconsistent
    DataSource 0COMP_CODE_TEXT does not exist in source system QLTCLNT440 of version A
    Field KEY1 will not be delivered from DataSource 0COMP_CODE_TEXT in source system QLTCLNT440
    Field TXTMD will not be delivered from DataSource 0COMP_CODE_TEXT in source system QLTCLNT440
    Start of the after-import method for object type R3TR ISTS (Activation Mode)
    Reference to transfer structure 0COMP_CODE_TEXT_BB not available. No activation possible.
    Start of the after-import method for object type R3TR ISTS (Delete Mode)
    Start of the after-import method for object type R3TR ISMP (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for ISMP L
    The errors affect the following components:
       BW-WHM (Warehouse Management)
    Actually i have checked in Quality system 0COMP_CODE_TEXT is availble active. But i think we have to use 0COMP_CODE_ATTR data source...
    Pls help,,,
    Regards,
    viren.

    Hi Viren,
    Glad that your problem is resolved.
    Help.Sap.com is the best reference: http://help.sap.com/saphelp_nw04/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    Also check the "How-To" docs in https://www.sdn.sap.com/irj/sdn/developerareas/bi
    Bye
    Dinesh

  • How to generate csr for third party code signing cert?

    I've been reading about code signing, but can't see how to generate a csr to use with a third party CA. Does someone have a tutorial, link, suggestion?

    Hi,
    Here is an document which discussed on how to implement code signing with using third party certificate for you reference:
    http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/best_practices.doc
    For further suggestions, it is recommend you to get further support in the MSDN Forum so that you can get the most qualified pool of respondents.
    http://social.msdn.microsoft.com/forums/en-US/categories/
    Thanks
    Tiger Li 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How many connections allowed for eval WLS?

    How many concurrent sessions are allowed with the eval copy of WLS 8.1?
    thx

    license.bea is xml file which you can read. ;)
    $BEA_HOME/license.bea
    units="5"
    Cheers
    mbg
    "Tom L" <[email protected]> wrote in message
    news:3ede16ce$[email protected]..
    >
    How many concurrent sessions are allowed with the eval copy of WLS 8.1?
    thx

  • How do I allow for outside Internet access to my server?

    I'm using Server on Mountain Lion and have set up my services and users. DNS is enabled and websites is enabled.
    I'm having a problem connecting to my server outside my local network, but any device inside of my network connect to my Server configured site. Is there something blocking an outside computer from accessing my site or is it a Domain hoster problem?
    Thanks for any help!

    I don't think we have enough information to go on here. What happens when you try to access the website from outside your network? Are you using a DNS record or IP address? Are you able to ping the DNS/IP address?
    @UptimeJeff Many residential ISPs (in the US) are becoming more lax when it comes to providing services from home, however they will not provide support if you have trouble, so that's something to keep in mind. I can speak from personal experience with Comcast and Suddenlink, but have heard the same from AT&T customers.

  • How to rpad spaces for the below code

    begin
    dbms_output.put_line(rpad(null,10,' ') ||'b');
    end;
    The output is not appending spaces. I have a requirement to append spaces between columns. Some times the column will be empty. In that case the space is not getting appended.Please let me know the solution.
    thanks,
    Vinodh

    Hi,
    It is just DBMS_OUTPUT issue nothing else.
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2   a VARCHAR2(20);
      3  begin
      4   a:= rpad(' ',10,' ');
      5  dbms_output.put_line(a||'b');
      6* end;
    SQL> /
    b
    PL/SQL procedure successfully completed.
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2   a VARCHAR2(20);
      3  begin
      4   a:= rpad(' ',10,' ');
      5  dbms_output.put_line(LENGTH(a)||'b'); -- Tried through variable also
      6* end;
    SQL> /
    10b
    PL/SQL procedure successfully completed.
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2   a VARCHAR2(20);
      3  begin
      4   a:= rpad(' ',10,' ');
      5  dbms_output.put_line('          '||'b');  -- Here 10 Hardcoded Blanks
      6* end;
    SQL> /
    b
    PL/SQL procedure successfully completed.
    SQL>

  • How Practical Is MiniMac for Video Editing?  What Other Limitations

    Now that I have two MacBooks (one for me, one for the Missus), I'm thinking about replacing -- or at least augmenting -- my nearly two year old Dell XPS 400 desktop with a high-end MiniMac. I thought about an iMac but I just don't like how the iMacs elevate the viewing angle of the display with 4+ inches of hardware in the case below the screen. I like my monitor right on the desk top, and if I get Mini I can adapt it to my existing display.
    What I do at the desktop is mostly photo processing and some web development. I'm going to presume that the Mini with 2GHz and 2GB or RAM will be quite adequate for those purposes.
    I have not done much video editing, but one of the reasons I'm moving to the Mac platform is because I keep thinking one of these days I'm going to. So the question becomes: without a dedicated, high-end video card/RAM, what are the limitations on video editing with a Mini?
    I mean, the all come with iLife, and iMovie, and now iMovie HD-08, so I assume that even the Mini is capable of SOME video editing chores. I'm just wondering at what point I might hit a ceiling and start to wish I'd gone a different route.
    I gather that the Mini is intended as an "entry level" Mac (not unlike the MacBook) so I wonder what other limitations users have encountered, if they've ever hit a point where they've said to themselves, "****, I should have gone another route..." ??
    I'll spend some more time with some of these other threads too, but that's my primary issue at the moment.
    Thanks,
    --PS

    Hi
    +I gather that the Mini is intended as an "entry level" Mac (not unlike the MacBook)+
    The MacBook and Mac Mini are very similar in that they both use laptop components and the specs are almost the same. Both use an Intel Core 2 Duo processor, integrated Intel GMA 950 graphics, have a 667MHz FSB and a 2.5" 5400 RPM hard drive etc.
    Whilst it doesn't answer your question, I'd be tempted just to hook up an external display, keyboard and mouse to the MacBook and see how you get on. I'd imagine the experience would be very similar to using a Mini, and you'd need a display, keyboard and mouse for the Mini anyway should you then decide to buy one (they're not included).
    I expect hard drive speed and capacity would be one limitation, for the MacBook and Mini, but you could always hook up an external firewire drive etc.

Maybe you are looking for

  • Date Formats in Oracle Applications Forms and Oracle Self Service

    Can someone tell me what determines the Date format that appears on Oracle Applications Forms and Oracle Self Service ? *1.* In Oracle HRMS,all dates i see on the Forms are of the Format "MM/DD/YYYY" but my NLS Parameters are not in this format .I'm

  • TABLE STRUCTURE

    We have two tables on two different machines that hold same data (one table serves as backup) and their structures are different (same fields but one field position is different) Could anybody please explain what could be the after/side effects? Plea

  • HT4910 How do I backup photos to iCloud on my pc?

    I am trying to back up photos on my pc to iCloud .i bought some extra storage.the photos do not back up to iCloud.i did add the the pictuters to photo stream still same.the I cloud is empty.how can I backup my photos in to iCloud with my pc?

  • Migration 9.0.3.3 - 9.0.4.0 : Problem with executeQuery()

    I have a problem with the viewObject.executeQuery() method. I have a viewObject "Response" with following SQL : SELECT response.target_id, response.survey_user_id, response.question_id, response.question_option_pos, response.response responsetxt FROM

  • Object id assignment to attribute

    Hi I have to add new attributes to oid. From doc. I understand that we first need to attributes and then create an auxiliary object and add attributes to that. I am trying create atribute thru oidadmin and want to know what should be the object id va