Auto-assign an ECCN value

We have a subsequent legal regulation, in addition to EAR, in order to control certain chemical movements.  We are trying to find a program that will allow us to automatically assign a specific value to any material with a blank/null classification in this secondary legal reg. 
We have looked at the BADI for legal control and also at the standard classification program, but we have not been able to find an exit that will allow us to perform this activity.  I've seen some threads on here before about automatically assigning a default ECCN or grouping.  Has anyone had any success?  Which program did you end up customizing?
Our requirement is that when a new product gets created, the system will assign "REVIEW" under the regulation.  Based on the ship from/ship to country combination, this will either create a block or allow it to go.  If I just keep it blank, it will always block, even for the countries that it is not relevant.  This is why we are trying to default REVIEW for this specific legal regulation.
Thanks,
Jessica

How about having an ECCN category as "UNCLASSIFIED" created under existing Numbering scheme and assign it to your subsequent legal regulation?
1. You can classify (Mass via worklist) for the all the new products created to "UNCLASSIFIED".
2. System wouldn't block it.
3. When the business analysts finds out  the details of product  based on (country of departure/destination) you can re-classify the products to he required ECCN.

Similar Messages

  • Quota arrangement - winning contract is not auto assign in SC

    My Problem: Winning contract is not auto assign to Shopping cart
    I created a Quota Arrangement (QA). It contains 2
    contracts, for example in line item 1, contain Contract with Supplier
    'A', with target percentage of 60%. In line item 2, contain Contract with
    Supplier 'B', with target percentage of 40%. I did not specify any quotabase quantity.
    For your info, the contract for Supplier 'A" is a Purchasing Contract,
    with target value of 80 (currency Malaysian Ringgit). Contract for
    Supplier 'B' has target value of 20 (currency Malaysian Ringgit). When Icreate a Shopping Cart, with quantity 5 (each-EA) and price per unit is
    2
    (Malaysian Ringgit), total is MYR10. When I go to Source of Supply tab,
    the system showed 2 suppliers from the 2 contracts. It did not
    automatically assigned to the winning contract. We still have to choose
    which contract to be assigned. I created another SC after that until theContract exceeded quantity, but the system does not proposed winning
    contract automatically. Please help.
    Cheers
    AIN

    yes, the contract have company code

  • Portal Master-detail form how to auto assign detail record sequence number

    Portal Master-detail form how to auto assign detail record sequence number.Please help me?

    You can just read the following section
    Can I specify a sequence number generator as the default value for a form column?
    Yes. Enter the following in the "default value" field for the column:
    #<schema name>.<sequence name>.nextval
    where <schema name> is the name of the schema containing the sequence, and <sequence name> is the name of the sequence. The entry is preceded by a "#".
    For example, if the schema name is "SCOTT", and the sequence name is "CUSTOMER_SEQ", the default value entry is:
    #SCOTT.CUSTOMER_SEQ.NEXTVAL
    same way you can do for master - detail form.
    for more information on forms please refer the following URL.
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm#BuildingApplications
    hope it helps.

  • How to auto assign a number to some data using PL/SQL

    Hi,
    Assume that i have a few lines of data...
    How do i auto assign number to the data without hardcoding it?
    In this instance, i want p_id to be auto-generate...
    create or replace procedure insert_file
    p_id number,
    p_file_type varchar2,
    p_file_name varchar2
    )as
    geor MDSYS.SDO_GEORASTER;
    begin
    insert into nyp_images values( p_id, p_file_type, sdo_geor.init('NYP_IMAGES_RDT') );
    select image into geor from nyp_images where image_id = p_id for update;
    sdo_geor.importFrom(geor, NULL, p_file_type, 'file', p_file_name);
    update nyp_images set image = geor Where image_id = p_id;
    end insert_file;
    Thanks and regards,
    Esther

    In this case you could slightly change your procedure to
    create or replace procedure insert_file (
      p_file_type     varchar2,
      p_file_name     varchar2,
      p_id        out number
      )as
      geor MDSYS.SDO_GEORASTER;
    begin
      insert into nyp_images values( your_seq.nextval, p_file_type, sdo_geor.init('NYP_IMAGES_RDT') )
         returning image_id into p_id;
      select image into geor from nyp_images where image_id = p_id for update;
      sdo_geor.importFrom(geor, NULL, p_file_type, 'file', p_file_name);
      update nyp_images set image = geor Where image_id = p_id;
    end insert_file;I highly reccommend you to take classes in this SQL and PL/SQL stuff or look for some external ressources that can guide you.

  • Auto-Assigning an Opportunity based on Territory

    Hi All,
    I have written a WF that auto-assigns all new opportunities with specific values in the Territory field to a specific book. When I was building the rule it would not give me the available values to choose from, so I wrote it from scratch:
    [<Territory>]=LookupValue("Territory", "Americas")
    Did I get the syntax wrong or is it not possible to assign an opportunity to a book based on the Territory field?
    If anyone has another idea of how to do this, I am open to suggestions.
    Thanks.

    Bob,
    That triggers whenever the territory field is changed from value "Americas" to something else. I have just tested it out and as of now (4/30/2008) that is how FieldValue functions.
    That being said, does anybody have a solution to the original problem.
    - Triggering a work flow rule when the territory (out of box read-only) field is a certain value.
    I have tried -
    [<Territory>] = LookupValue([<Territory>], "California")
    FieldValue('<Territory>') = "California"
    [<Territory>] = "California"
    [<Territory>] = 'California'
    None of these work.
    Some one more well versed in the arcane art of OD manipulation please shed some light on this.
    thanks
    Odie

  • Auto assign contentID from Site Studio Designer

    We automatically assign ContentIDs in the system upon Check-In using the Auto Number Prefix in the server configuration. However, when adding Site Assets through Site Studio Designer, this appears to have no affect, since that is the Assign Info Form and not the Check-In form.
    Any recommendations on enforcing auto-contentIDs from Site Studio Designer?

    Hi there,
    Personally, I wouldn't want to auto-assign dDocName to Site Studio asset related files (i.e. fragments, layouts, etc). I prefer to provide my own value based on the asset's purpose or name. Really helps you distinguish what that particular asset is for. Having a generic, system derived dDocName makes it harder to trace and associate.
    Regards,

  • Auto assignment to management

    Ability to auto assign adjustment requests to levels of management / associates based on the  write off request by payor
    That is depending upon the level of write off request the request should be automatically escalated to required manager.
    Thanks
    Nik

    Hi!
    There is no event in ALV for a single mouse click, or entering into a field some value.
    There are events for double clicking on a field, or pressing ENTER button.
    Here's an example of the ALV event handling:
    At the double click or ENTER's event, you have to LOOP on your ALV's internal table and put the 'X' into the SET field, where ABC is filled.
    Regards
    Tamá

  • Auto-Assigned/Oracle Generated PK Question

    Hi.
    If I create a table without explicitly defining a Primary Key, does Oracle have an auto-assigned PK?
    Thanks,

    No. If you don't specify a primary key, there is no primary key for the table.
    If you do specify a primary key and want that key to be automatically populated, you'd need to create a sequence and a trigger to populate the key with values from the sequence. Or you'd have to explicitly refer to the sequence in your insert statements.
    Justin

  • Assigning a default value to a field

    Hello Everyone,
           Could you please tell me how to assign a default value to a field in a transparent table, so that while creating an entry even if we don't enter the value, a default value will be assigned.
    Thanks,
    Anbu.

    Like this
    DATA: BEGIN OF itab OCCURS 0,
            field1 TYPE c VALUE 'X'
            field2 TYPE c,
          END OF itab.
    append itab.
    append itab.
    You will have by default X set in both rows for field1.
    Regards
    Marcin
    PS: Ooops I just noticed you meant transparent table but I wrote about internal one. As long as you maintain that table using maintenance view you can use event 05 - When Creating a New Entry and set fixed value for a field there. So whenever you create new entry it will receive that value.
    Edited by: Marcin Pciak on Jun 23, 2010 8:57 AM

  • Assigning a node value from an XML variable to a String type  in Weblogic Process Integrator

    Hi,
    Is there any way to assign a node value from an XML variable to a String variable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

    Nerendra
    Are you talking about using Xpath on the XML document and assigning to a
    variable, it is unclear what you are asking
    Tony
    "Narendra" <[email protected]> wrote in message
    news:3bba1215$[email protected]..
    >
    Hi,
    Is there any way to assign a node value from an XML variable to a Stringvariable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

  • Assigning a javascript value to a JSP variable

    How do i assign a javascript value to a JSP variable?
    eg
    <%
    String JSPvar;
    %>
    <script language="JavaScript1.2">
    <!--
    var javascriptVar="hey"
    -->
    </script>
    <%
    JSPvar = javascriptVar ???
    %>

    You do know that the JSP runs on the server and generates HTML, including Javascript, that is executed on the client, don't you?

  • How to send timer job email to "assigned to" feild value in a task list?

    Hi All,
    How to send timer job email  to "assigned to" field value in a task list if due date is after two days from now?

    Create a SharePoint Designer Workflow and use "pause until date" option when an new item is created/update.
    Using Server Object model, I believe you can create the timer job from item event receiver.
    --Cheers

  • How to Assign a Constant Value to a Dim. Member when pulling Master Data?

    BPC Gurus:
    I am trying load Vendor and Customer Master data into BPC dimension.  My Dimesnion has memebrs: ID, EVDESCRIPTION, PARENTH1, TYPE.  I have successfully pulled the ID and the description from 0CUSTOMER and 0VENDOR.  However, I
    need to have a ttext value for 'PARENTH1' and 'TYPE'.  For Customers, I want to add a FIXED value "'CUSTOMER' for every
    Customer ID pulled in and also for "TYPE", I want a value of "CUSTOMER".  When I maintainthe Dimension, I want to see
    th followingvalues:
    ID                          EVDESCRIPTION                                   PARENTH1                         TYPE
    0000000001         WALMART                                            CUSTOMER                        CUSTOMER
    0000000002          TARGET                                               CUSTOMER                        CUSTOMER
    and so ON
    Since we have Vendor Numbers in the same Diemsnion, when I pull Vendors, I need to have similar values as:
    ID                          EVDESCRIPTION                                   PARENTH1                         TYPE
    0000005050         ABC Supply Inc.                                   VENDOR                            VENDOR
    0000005051         BASF                                                    VENDOR                            VEDOR
    and so ON
    How can assign a Fixed value to the member Propert?  Can I achieve it in Conversion file....? 
    ( My atempts failed...).
    Any suggestion recommendation would be gretaly appreciated.
    Munna.

    Hi,
    For adding fixed values to the properties, you can use the transformation file. In the mapping section, you can specify a constant value. This value will be written to properties of all the members while importing master data. However, for parenth, its a bit different. First thing is that, you need to have a member called CUSTOMER, then only you can have CUSTOMER in the parenth column. Even if you add it and use the mapping section for this purpose, then it will write CUSTOMER to parenth for all the members (even to CUSTOMER member). And this will be wrong. So, you will need to write it manually.
    Hope you got the idea.

  • Can't assign a string value to a member of type TEXT in Calculation Manager

    I can assign a string value to that member of type TEXT using a run-time prompt of type StringToNumber.
    Example: "My Text Member" = {string_rtp};
    However, I need to accompllish the same function without using a run-time prompts.
    I have a planning application and I know that text along with all other non-numeric
    values are stored on the relational side in the planning application schema.
    It seems reasonable to assume that if this can can accomplish
    with a run-time prompt that I could do also do it without a run-time prompt.
    What appears to be lacking is a function like:
    "My Text Member" = @StringToNumber(<String Literal>);
    Clearly, this is already being done "under the covers" for run-time prompts. If
    would appear to be a minor enhancement to expose such a function to developers.
    NOTE: I suppose you would also need to add new syntax/function to identify a string
    literal from say a member name. I'm wondering if this is the more difficult challenge
    from a product perspective????

    When executing a Calculation Manager rule in Planning, the run-time prompt (RTP) is populated by looking up the outline information present in the relational Planning application database. If the RTP is of type TEXT, the strings displayed in the member select are from the from the relational Planning application database too. Subsequently when executing the Rule, the RTP's value is in fact the record ID (a number) which is then saved into the appropriate intersection in Essbase.
    You need to bear in mind, the Rule is executed in Essbase. If Essbase needs to "write" a text, it would then need to connect to the Planning relational database to create a new record. The newly created record ID then needs to be feed back to Essbase, in order to store it in the appropriate intersection.
    What you are suggesting, comes with a big overhead causing Essbase and the rule to slow. Thus, the disadvantages outweighs the advantages.

  • How to assign a default value to a column ?

    Hi
    In the Object browser is it possible to modifiy a column in order to assign a defalut value to the column ?
    I have a table FICHE in which I want to assign a default value 0 to a column which type is NUMBER.
    Thank you for your kind answers.
    Christian.

    Hi Christian
    For one reason or the other you can't do that using 'Create Column' or 'Modify Column'. You can only do that by issuing a SQL command : alter table fiche modify column( <column name> default 0)
    HTH
    Roel

Maybe you are looking for

  • HP 5610 Officejet all in one unable to scan

    have misplaced the original installtion CD. have dowloaded from HP the complete program. I am able to print documents from pc, however, unable to scan as I have no ico or possibility to access the printer from PC.  My initial installtion had a page t

  • Directing an AP to a specific WLC

    We have recently implemented a N+N controller configuration.  I expected to configure the test APs High Availability option with a primary controller of the new WLC and secondary as the current production WLC, then reset the test AP to have it join t

  • Masking Issue

    Hi,           I am trying to load a colour image and then it is changed to black and white image. Here I am using a mask. But it is not getting worked. The code that i am using for this purpose is attached following: import flash.filters.ColorMatrixF

  • Problem with fading images in/out

    I have a product demo that runs from an XML feed. Text is defined in the XML as are links to external images. When an image loads it is set to alpha 0 and then fades up to 100 whilst also changing from blurred to a crisp image using a blur filter. Wh

  • Why is my iPod Nano not recognized in iTunes but charges?

    I have a Mac Book Pro and an original iPod Nano. I have old music on my Nano that I want to put on my comp, I have a program for that. But the thing is that even though when I plug in my Nano, it lights up and charges but it isn't recognized in iTune