C-form against CST

Hi,
I have a requirement from client. For the CST they are paying they want to have C-forms. Where can I maintain this. Any confuguration/customisation required for capturing these.
Is there any report, showing the C-forms to be delivered?
Regards

Hi,
1 .How we can assign to one CST% condition against two different rates for C Form / Without C Form for same Plant/Vendor/Material.
As suggested by the Pankaj you need to create 2 tax code i.e. one with C form & other as Without C form having appropriate Percentage maintained in the condition record ( FV11 )
My scenario is, we have purchased the Material for one plant from Vendor, but Vendor has given the material against C Form or Without C Form not fixed.
We have used to Plant/Material/Vendor Key combination for updating CST (JVCS) 2% condition through FV11. And created two PO for C Form 2% & second 5% Without C Form but it is showing 2% in both PO as per maintained in condition.
As you may have maintained single tax code with the 2% condition record so same % flows in both PO , Use 2 sperate tax code it will resolve the issue.
Regards
Mascot.

Similar Messages

  • Compile Form against UTF8 Database

    Hello,
    Is it necessary to compile a Form against UTF8 Database to run it against UTF8 Database?
    I'm on Forms 10.1.2.0.2 and Database 10.2.0.3.
    Database Parameters are:
    NLS_CHARSET=UTF8
    NLS_LENGTH_SEMANTICS=CHAR
    Can I compile a Form against WE8MSWIN1252 Database (NLS_LENGTH_SEMANTICS Parameter of the DB is also set to CHAR and when compiling the form the environment variable is also set to CHAR), and run the form against UTF8 Database (including the needed .env file in the formsweb.cfg), or do I have to set NLS_LANG and recompile the form against UTF8 database?
    thx and regards,
    Christian

    Well I thought that I have to ask support...But I hoped someone had some experiences with that.
    But here are some troubles I had with UTF8, maybe it helps someone, if not it's a nice type-in training ;-):
    We had some very strange behaviours regarding forms with UTF8 databases, so the first believe was, that I have to generate against UTF8 database.
    Well - the bad thing was the NLS_LENGTH_SEMANTICS parameter, which we set to CHAR for UTF8, and also for WE8, for the reason that a VARCHAR2(255) can really contain 255 chars, and not maybe 255/3 chars...
    As the strange "Signature of Package has been changed" error which occured in UTF8 also occured in WE8, I did some researches.
    The problem occured, when I had a record type (no %rowtype, no %type) declared in a database package spec, instanciated in forms, and given as a parameter to another stored procedure.
    scenario:
    forms compiled with NLS_LENGTH_SEMANTICS=CHAR, the package created and compiled with NLS_LENGTH_SEMANTICS=CHAR; => correct behaviour.
    now in sqlplus:
    alter session set NLS_LENGTH_SEMANTICS=BYTE;
    alter package <recordpackage> compile;
    and run the form again => ora-4062.
    but as said: after some time this behaviour also happened in WE8.... Charset, and at the moment I didn't have any other troubles...hm...I'll have to do some checks.
    but thanks for your response
    regards

  • Planning Forms against second Plan Type (11.1.2)

    Did anybody experience that when creating a planning form against the first plan type that the input is allowed, but when creating the same planning form against another Plan Type the input fields are greyed out and there seems to be no way around this. (Full administrator rights are assigned)
    Any input would be very much appreciated. Thanks!
    Best Regards
    Andre

    Nevermind this request the Source Plan Type must be set accordingly. Don't know how i missed that.
    Best Regards
    Andre

  • C Form against Purchase order

    Hi all,
    can anyone tell me about C form layouts in Std.SAP...
    also i want to know how to map the process flow to see layout standard SAP
    please guide
    Regards
    Rahul

    > can anyone tell me about C form layouts in Std.SAP...
    >
    > also i want to know how to map the process flow to see layout standard SAP
    Hi Rahul,
    C form is for the Central Sales Tax (CST) charged by the Vendors outside the states. You will have to configure and use proper tax codes to map CST for different rates. If you are issuing form C then there would be tax rate reduction meaning diff tax rate for example CST without C form 12% and with C form 3%, you have two tax rates. So maintain this and use these as per your client requirements. In SAP there's no C form layout, it is just a taxing function.
    Regards
    Shiva

  • Problem in running a 6i-form against 10g-Database

    Hi gentlemen, I'm developing my application with Database 10g and Developer-6i at front end. when I compile a file (which was formarly created with Dev-6i but Database 8.3(personal edition)at the back end) it gives the following error:
    Compiling PRE-INSERT trigger on PURINV_MAS data block...
    Compilation error on PRE-INSERT trigger on PURINV_MAS data block:
    PL/SQL ERROR 0 at line 0, column 0
    ORA-00600: internal error code, arguments: [17069], [77299844], [], [], [], [], [], []
    Compiling WHEN-LIST-CHANGED trigger on UNIT_NAME item in PURINV_MAS data block...
    Compilation error on WHEN-LIST-CHANGED trigger on UNIT_NAME item in PURINV_MAS data block:
    PL/SQL ERROR 0 at line 0, column 0
    ORA-00600: internal error code, arguments: [17069], [77299844], [], [], [], [], [], []
    Compilation errors have occurred.
    however if I run this file again with Db8x at back-end,it compiles n runs correctly without any error. Plzzz can u tell me a solution for this? thanx.

    With 10g database, minimum required patch is patch 16 (patch 17 is last Forms 6i patch).
    Regards,
    Zlatko Sirotic

  • Error Generating Form against external application database

    I'm hoping the answer to this is simple, as others in the office can do this without any trouble, but can't remember how they made it work...
    My client has their repository and application schemas in separate databases. When I try and generate a form from the Design Editor, I get the following error:
    CDG-01281 ERROR: Module OASF95110: Oracle Forms binary file for MAINTAIN TARIFF AGREEMENT has NOT been created
    CDG-03418 WARNING: Module Component OASF95110.TARIFF_AGREEMENT: Missing action item to navigate to 'TARIFF_AGREEMENT_PARTNER'
    CDG-03400 WARNING: Module Component Table Usage OASF95110.TARIFF_AGREEMENT.TARIFF_AGREEMENT.TARIFF_AGREEMENT: 'Closed loop' of mandatory foreign keys found
    CDG-01263 ERROR: Module Component Table Usage OASF95110.TARIFF_AGREEMENT.TARIFF_AGREEMENT.TARIFF_AGREEMENT: User-defined condition (Table level Check Constraint TARIFF_AGREEMENT.TRFA_CK1) has an error: PL/SQL: ORA-00942: table or view does not exist
    What I seem to be missing, and have not been able to locate in any documentation, is how to tell Designer to look in a different database for the (already generated) schema objects.
    In a copy of the repository where I have generated the necessary objects into the same database as the repository, the form generates flawlessly...

    Tried that... Turns out the system uses the "Compiler" tab for validation, not for "Form Options" tab - It took a while, but one of the other developers finally remembered what they did and actually compared the screen prints I was providing with what they had in their environment...
    Thanks :)

  • OIF Simple authentication (Form) against OID

    Hello,
    Have installed OIF, and OID without problems, the OID is set as a user repository for OIF, I would like to create a simple form based authentication to create a session on OIF for a given user, but I dont now how to do it, I tried with the sample provided with oif (at .../shareid/login.jsp, http://mydo:8778/shareid/login.jsp) but I am getting errors!!!!
    Could any one help me?

    What are the error messages you see?
    You are not supposed to invoke the login page directly. Did you configure the IdP and SP for Federated SSO? The simplest way to do this is Loopback Testing, where the same OIF is the IdP and SP. The URL for Loopback Testing is:
    http://mydo:8778/shareid/saml/ObSAMLTransferService?DOMAIN=MyDomain&METHOD=artifact&TARGET=http://mydo:8778/shareid/saml/ObSAMLTestTarget
    When you fire this URL, you will hit a form login page. Upon login, a user session will be created. For more information, read this link:
    http://download.oracle.com/docs/cd/E10773_01/doc/oim.1014/b25355/configuring.htm#BCGHGCAB
    -shetty2k

  • Forms 6i Against 9i UTF8 database with NLS_LENGTH_SEMANTICS = CHAR

    Hi all,
    I have a 9.2.0.4 database which was created with a character set of UTF8.
    I want to start storing multibyte characters in this database so I changed the init.ora parameter NLS_LENGTH_SEMANTICS to CHAR and restarted.
    I then installed my application into the database and all the definitions have correctly been created using CHAR length semantics.
    The client to this application is Forms 6i but I am having serious problems compiling it against the application schema.
    When I open a pll library and try to compile I get Error 201 for every %type variable declaration and also for server based packages.
    I am definitely connected and to the correct schema where the objects all exist.
    I have another application schema - identical except that it was created before I made the change to NLS_LENGTH_SEMANTICS so it uses BYTE. When I compile the same library connected to this schema there are no problems.
    Also, if I try to connect to the CHAR schema using Forms (i.e. 8.0.6) SQL*Plus it crashes with a Windows Application Error. If I connect with a 9.2.0.1 SQL*Plus its fine.
    My question is should it be possible to compile a 6i Form against a UTF8 database with CHAR NLS length semantics at all? Have I done something wrong or am I barking up the wrong tree? Has anyone else tried this?
    Many thanks in advance,
    Kevin.

    Hi,
    Thanks for the responses but I don't think you're quite right. Forms 6i should indeed work with Unicode as a database character set as long as it is UTF8 rather than AL32UTF8. This can be seen in various Metalink documents and also in the Release 6i Guidelines for Building Applications here (section 4.1.5):
    http://download-west.oracle.com/otn_hosted_doc/forms/forms/A73073_01.pdf
    The problems started when I changed NLS_LENGTH_SEMANTICS to CHAR. Its understandable if Forms 6i does not recognise this setting as it pre-dates it but I wanted to confirm this.
    We want to migrate our existing application to work with multibyte characters. Unfortunately there are table columns, PL/SQL variables etc. that are too small when defined as a length in bytes.
    I am looking for the least impact method to rectify this. On the server I can use NLS_LENGTH_SEMANTICS but if I can't get Forms to work with it then I may need to rethink.
    I realise that using Forms 9i or 10g would support the parameter but it is not possible to upgrade at the moment.
    Has anyone any other suggestions or methods for migrating an application to using multibyte characters?
    Thanks again,
    Kevin.

  • Forms 6/6i against Oracle 8iLite?

    Is it possible to run forms against Oracle 8i Lite?
    Do I need Net80 connection or is sufficient
    ODBC one?
    Thanks.
    Gianluca

    Mi hanno detto che h possibile via ODBC.
    Oracle 8i Lite non supporta PL/SQL.
    Forse trovi di meglio nel gruppo di discussione su Oracle 8i Lite oppure nelle note tecniche sempre di Oracle 8i Lite.
    Spero d'esserti stato d'aiuto.
    Dino.
    null

  • Validate Planning form Drop Downs against combo edit tables

    I've got a requirement on the last 2 hyperion planning implementations to validate drop down menus on planning data forms against peoplesoft combo edit tables. Is there any possible way to do this without concatenating dimensions?
    For example if a user picks fund 5432 and in peoplesoft's combo edit table that fund only has 5 associated projects the project drop down should only show 5 projects out of 1000. The same exact validation would also apply to smartlists replicating dimensions in public sector planning and budgeting.
    Thanks in advance!
    Mark

    Don't expect any answers as to what Adobe is planning on doing. The people posting here are 99% users, just like you, not Adobe employees. And those who do know will probably not say so, anyway...
    1) That's possible using a script. But you can always add a single space as the default value...
    2) Also possible with a script, but very buggy and not recommended.
    3) Also possible with a script.
    4) That one's easy. Use a blank PDF file where you create those menus, and then you could simply copy them over to your other files from there.
    5) There are currently two date pickers available for Acrobat forms: The one by FormRouter and a newer one by Max Wyss, which is not free but is quite good and uses a dialog object instead of form fields.
    You can request new features here, by the way:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Validating Tabular Form Column Against Value From Another Table

    Hi,
    I am brand new to this forum, so please bear with me a little!  I only have a small amount of experience writing PL/SQL, and I've never written Javascript or JQuery before.  I am an Oracle DBA, and I have coding experience in C and PERL, so I do have a solid technical background.  But, I need some advice on the best way to approach a problem.
    I have a database application in Oracle Apex (version 4.2) with a tabular form against a table: let's say Table #1 with cols 1A, 1B, and1C.  I need to ensure that the value entered into col B isn't greater than the value of a column in another table (let's say Table #2 col 2A).  Conceptually, the amount of money available is in Table #2, and the rows of my tabular form are an act of spending money (like orders or invoices), so I need to make sure we don't spend more than we have.  Does that make sense?
    Does anyone have any advice for the best way to do this?  I'm figuring the biggest issue here might be that we have to account for people entering mutliple rows in the tabular form at one time, right?  So, if a person entered 3 orders/invoices, I need a total to make sure they didn't spend more than we have in Table #2.
    I greatly appreciate your help! 
    Best Regards,
    Laurie Baublitz

    Hi!
    You need one process of type ajax callbacks like:
    DECLARE
       l_limit nubmer;
       l_number1 number := apex_application.g_x02;
       l_returnValue VARCHAR2(200);
    BEGIN
       select A2 into l_limit from table2;
       if l_number1 > l_limit then
          l_returnValue := 'LIMIT IS NOT SO BIG';
          if l_returnValue is not null then
             --this will write l_returnValue to the buffer, and the ajax callback will receive this
            htp.p(l_returnValue);
          end if;
      end if;
    END;
    Then you need one javascript on page, code is something like:
    $('input[name=your column in tabular which is change]').live('change', function(){
       //if value of changed field differs from an empty string
       if($(this).val()!=''){
          //put target element in a var to reference it in the ajax success callback
          var num  = $('input[name=your column in tabular with value]');
          $.post('wwv_flow.show',
                 {"p_request"      : "APPLICATION_PROCESS=your ajax callback function",
                  "p_flow_id"      : $v('pFlowId'),
                  "p_flow_step_id" : $v('pFlowStepId'),
                  "p_instance"     : $v('pInstance'),
                  "x01"            : $(this).val(),
                  "x02"            : $(num).val()
                  function(data){
                     if(data !=''){
                     alert(data);
    I can not guarante that code is 100% working, if not you need to do some changes or make an example on apex.oracle.com and provide credentials here.
    Regards,
    drama9346

  • Forms 4.5 against 10g database?

    Can anyone tell me the latest version of the Oracle database that Forms 4.5 will work against? From what I've read v8.1.6 is the latest version that Forms is certified to work against - correct? But is there any reason why it shouldn't work against 10g?

    Hi, I have tried this way back when, and it works fine against 10g. Couple of things to remember: under the forms 4.5 it installs an earlier version of Oracle Net, therefore the tnsnames.ora file under the formshome/network/admin is not compatible with 9i and higher. Create a directory like /var/opt/oracle (or on windows something similar) then set your TNS_ADMIN variable to point to that directory. Then, binary ftp the tnsnames.ora and sqlnet.ora from your 10g database server home/network/admin to /var/opt/oracle directory. Then you should be able to connect to the 10g db server from your forms. There were some known issues with forms 4.5 and even 6i against the very first version of 9i (database was not releasing locks issued by forms), but those problems were fixed with 10g release 1, so you should be ok. But remember, because this is not a certified combination (by Oracle), if you have any major problem with your form/db combo, you will be on your own. Make sure your forms are using the latest patchset for 4.5 version. BTW, only certified version of forms against 10g is Forms 6i with patchset 17 or higher (18).

  • MDG- Material CR PDF print form

    Hello Friends,
    I am facing a problem while printing adobe forms. I searched the forums before posting but none of the discussions were satisfying.
    My issue is as below:
    I am getting an error while printing material CR's, the form gets called from WDA portal.The strange problem is this error happens only while printing certain materials CR ( for few materials it prints fine )
    Error Message:
    “com.adobe.ProcessingException: com.adobe.ProcessingException: 0 : InvalidDataException: Xml parsing error: not well-formed (invalid token) (error code 4), line 24, column 272 of file”
    “Processing exception during a "Render" operation.#Request start time: Thu Nov 21 05:09:06 GMT 2013#com.adobe.ProcessingException: com.adobe.ProcessingException: 0 : InvalidDataException: Xml parsing error: not well-formed (invalid token) (error code 4), l”
    Please find attached the image for reference.
    Regards
    Kesav

    Dear Kesav,
    I can't say 100%. I haven't done Adobe forms for long months. But I think I know what that could be.
    One of the things I used to hate about the forms is the fact that it is an integration of two completely different technologies (ABAP and Adobe) and that means that the "alien" technology does not support everything we are used to. Namely the "syntax check" in this case.
    In your case it is probably the fact that your interface structure and your form layout don't match. That often happens when multiple people work on the same thing or when you change your interface and forget to change the form. The system then goes and tries to put the table data into a date time field or something crazy/ incompatible like that.
    The problem with this error is that it does not tell you where to go looking. You will have to check the whole form against the interface and look for anything suspicious. This error does not come from ABAP, it comes from the Adobe site, so there is nothing you can do outside of the Livecycle designer to fix this AFAIK.
    I would love to help you more, but there is no trace or log you can send for me to get more information. You must find it, fix it, then use the versioning of your objects (that saved my *** several times) and be more disciplined (with your team).
    May you don't feel too much pain looking for the problem
    cheers Otto

  • Automaically load data in payment against invoices in payable

    Dear Experts
    My scenario is following
    Suppose I have two
    hundred invoices then I have to issue 200 checks against these invoices, Its means that
    I have to put manual entry two hundred times for two hundred checks issues, I like to avoid to put two hundred time manualy in payments
    and want to upload data automatically for two hundred checks in payments form against two hundred invoices.
    Is there any API or open API?
    Thanks

    Hi Sharma,
    suppose I have 100 invoices, they had same same supplier type with same pay order with invoice number 1..100 in
    order but supplier names are different , and want to issue 100 check for each invoice, I want to issue checks
    of the same bank and branch, so I want to upload these data of 100 invoices automaticaly in payment form, Just
    need to know any oracle built in procedure,concurrent program or api etc, If this can not help then
    I like to writhe procedure to insert data into payments form, but I need to know the correct tables to insert payments
    base on these invoices.
    I shall be very thankful of your kind help.
    once again I want to clear my logic, I want to avoid manualy entry for 100 invoices, and these invoices are with same
    pattern supplier type and are in order.
    Thanks

  • Forms with SQL Server

    hi,
    Is it possible to connect forms with sql server? if yes, how?
    Any help will be highly appreciated

    Maybe. see:
    <Note:212382.1> How to Build Forms against Microsoft Sql Server
    also do a Metalink search on:
    'oracle client adaptor'
    Best of luck,
    ejs

Maybe you are looking for

  • Looking for suggestions for specialized tone generator

    An office colleague has two tuning forks: one is middle C and the other is G. When she strikes them and holds them near my ears for several seconds, one on each side, the effect is amazing. Then she reverses their position, to continue my nearly tran

  • Update forced me to restore my iPod touch 4th gen. and now it will not turn on.

    After putting new music on my iPod touche 4th gen. I attempted to update the software. When I did I got a message that told me y iPod was in "Recovery Mode" and needed to be restored. So I clicked "Restore" and waited while iTunes prepared to Restore

  • SOUND ONLY Black screen on windows movie maker 8.1

               I  have sound only and  a black screen on my video   in windows movie maker 8.1

  • SSD Firmware update fails

    In my T61p [6457-BQG, BIOS 2.29]  I have the Lenovo version of a Samsung 830 SSD [MZ7PC256HAFU-000L7]. It is recognised by the firmware update program [fwss29.iso] and I am offered the chance to update from CXM72L1Q to CXM75L1Q. But when I try to run

  • Signature of package "SYS.DBMS_BACKUP_RESTORE" has been changed

    Hi all, The Rman backups for the production database is continously failing since yesterday with Ora-04062 error. Did compiled the Database package (DBMS_BACKUP_RESTORE) manually but the issue is not sorted out. The database version is 9.2.0.8 on Sun