How to automate / simplfy the ECCN classification?

Hi Expert,
If there is a method we can automatically classifify the material in GTS?
We are manually using a program to upload the classification into the system right now.
thanks,

Hello,
unfortunately there is no such a report which would do it automatically.
What you can do is to send the commodity code into the GTS during the material transfer and update additional filed 1 in PRGEN table. Than check the commodity code against current scheme used and assign the code into the /SAPSLL/PRCTS table when the code is ok.
This requires a bit of coding and couple of scheduled jobs.
Hope it gives at least an idea how to do it.
BR,
Gabriel.

Similar Messages

  • How to automatically clear the compiler log

    Does anyone know how to automatically clear the compiler log window immediately prior to compilation? "Upon compilation" might be a better way to say it.
    I couldn't find any preference settings that would enable this functionality.
    I'm using SQL Developer version 2.1.0.63.73, which I believe is the lastest version.
    Edited by: user1983440 on Feb 11, 2010 1:21 PM

    An automatic clearing of the compiler log is not available. This would be a good enhancement request to add to the Exchange: http://htmldb.oracle.com/pls/otn/f?p=42626:16:3459578745962796
    Ashley

  • How to automatically create the custom migration scripts after recreating SSMA project?

    How to automatically create the custom data migration scripts after recreating SSMA project?
    There is number of tables ( big tables with BLOBS)  which I want to set up automatically to be migrated with custom migration scripts (replacing e.g. attribute named "FILE" with "TO_BLOB('') AS FILE" ).
    So the question is how to open MB file (I think that it should be standard db of some destktop RDBMS) ? 

    Hi Roman.Pokrovskij,
    According
    to your description, we can use SSMA tool to migrate data from one database (including Access, Oracle and so on) to SQL Server via GUI or the scripts. There is an example about migrating Access database to SQL Server via the
    custom migration scripts, you can review refer to them.
    <?xml version="1.0" encoding="utf-8"?>
    <ssma-script-file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Microsoft SQL Server Migration Assistant for Access\Schemas\A2SSConsoleScriptSchema.xsd">
    <config>
    <output-providers>
    <output-window suppress-messages="false"
    destination="stdout"/>
    <upgrade-project action="yes"/>
    <data-migration-connection source-use-last-used="true"
    target-server="target_1"/>
    <progress-reporting enable="false"
    report-messages="false"
    report-progress="off"/>
    <object-overwrite action="skip" />
    </output-providers>
    </config>
    <servers>
    <!-- Server definition for Sql server target server-->
    <sql-server name="target_1">
    <sql-server-authentication>
    <server value="$SQLServerName$"/>
    <database value="$SQLServerDb$"/>
    <user-id value="$SQLServerUsrID$"/>
    <password value="$SQLServerPassword$"/>
    <encrypt value="true"/>
    <trust-server-certificate value="true"/>
    </sql-server-authentication>
    </sql-server>
    </servers>
    <script-commands>
    <create-new-project project-folder="$project_folder$ "
    project-name="$project_name$"
    overwrite-if-exists="true"/>
    <connect-target-database server="target_1"/>
    <load-access-database database-file="$AccessDbFolder$\$AccessDatabaseFile$"/>---
    <!--Schema Mapping-->
    <map-schema source-schema="$AccessDatabase$" sql-server-schema="$SQLServerDb$.dbo" />
    <!-- Convert schema -->
    <!-- Example: Convert entire Schema (with all attributes)-->
    <convert-schema object-name="$AccessDatabase$"
    object-type="Databases"
    conversion-report-overwrite="true"
    verbose="true"
    report-errors="true" />
    <!-- Synchronize target -->
    <!-- Example: Synchronize target entire Database with all attributes-->
    <synchronize-target object-name="$SQLServerDb$.dbo"
    on-error="fail-script" />
    <!-- Data Migration-->
    <!--Example: Data Migration of all tables in the schema (with all attributes)-->
    <migrate-data object-name="$AccessDatabase$.Tables"
    object-type="category"
    report-errors="true"
    verbose="true"/>
    </script-commands>
    </ssma-script-file>
    There is a similar scripts about migrating Oracle database to SQL Server, you can use powershell script to automatically run the console for scripts/variable files, saved in the specified folder. For more information, review the following
    article.
    http://blogs.msdn.com/b/ssma/archive/2010/09/09/performing-database-migration-assessment-using-ssma-console-application.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How to automatically print the layers of a drawing in separate sheets in one go?

    How to automatically print the layers of a drawing in separate sheets in one go?
    Suppose that my pdf file contains 15 layers and wanted to print each one of these layers separately in separate sheet, then how this sort of work might be done automatically?
    Thank you for the help,
    Best
    Jamal

    No, unfortunately, when you're in Calculation and click "pick"  it closes the previous window. But I can tell you!
    In the Amount field I chose Calculate>Value is the PRODUCT of the following field, and I picked Hour1, which is the field where I entered the formula you provided HOURS1 * 10. I just checked the formula and saw that it was missing a space, and inserted it. So now there is a calculation appearing in the amount column, but it's equal to what I am entering in the Rental Fee Column, not 10x the amount. See illustration. I checked the calculation order (thank you for that) and fixed the sequence.
    Also, when I go to select a number from from drop down box in the Rental Fee column, it now gives me an error message before inserting the number. The error message reads "Must be greater than or equal to 0 or less than or equal to 5."  I have no idea why, when the choices in the column are limited to 0, 1, 2, and 3. Is there a way to send you the actual form through this forum - I think I can upload it to the website and send you a link, correct? Thanks for your help, George.

  • How to automatic post the profit OR loss to short term Capital / long term

    Hi,
    How to automatic post the profit OR loss to Short term Capital gain / Long term capital gain on posting of Sales transaction ?
    Incase the inventory item is less than one year older then the difference should be posted to the G/L of Short term Capital gain, where as if the item is more than one year older then the difference should be posted to the G/L of Long term Capital gain
    Thanks in advance
    Samir Gandhi

    I don't think any logic can be used to reach your goal.  How B1 system should post in such a fussy conditions?
    In case the inventory item is less than one year older then the difference should be posted to the G/L of Short term Capital gain
    How can you identify these items?  An inventory is a moving concept like a river. It come and goes with all different ways even as to value and revalue them.
    Please follow the common sense to face reality.
    Thanks,
    Gordon

  • How to automatically off the push button

    how can i set the push button to be off automatically after meet certain condition.
    i attached simple example just to represent this problem
    Solved!
    Go to Solution.
    Attachments:
    ex.vi ‏7 KB

    smercurio_fc wrote:
    I think the user is actually asking how to stop the outer loop if the Stop button is pressed or the iteration count reaches 10.
    To poster: You need an OR condition on the outer loop's conditional terminal. One OR input comes from the Stop button. The other comes from the case structure. In the False case you wire out a False Boolean constant. In the True part you wire out a True. You could also wire the OR input to the Boolean control directly since this amounts to the same thing.
    Code comments:
    Do not create greedy loops. Use a small delay so you don't starve the CPU.
    I think you want the inner loop's condition terminal to be "Continue if True".
    You can use the Increment function rather than using an Add function and a constant of 1.
    You don't actually need the inner loop at all. You can use a Feedback Node.
    Adding to these comments it is important to note that if you read the value of a button to control stopping a loop you should always ensure that you read it AFTER you execute all of your code in the loop. If you don't you can easily end up with an "off-by-one" execution since the button will get read very early in the loop iteration and it will use that value when deciding if the loop should exit or not. It won't use the value of the button at that instance in time (end of teh loop iteration).
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How to automatically remove the wiki page's images from the Images library , when a wiki page is deleted

    I have noted the following strange behavior inside my Publishing enterprise wiki site collection. Now by default when I create a new wiki page and I add Pictures to it, the pictures will be saved under the “Images” library and will be inside a unique folder
    that have its name similar to the page name.
    But when users delete the picture from the wiki page or they delete the whole wiki page, then the related folder inside the “Images” library will not be removed. So can anyone advice if there is a way to automatically remove the page’s pictures
    folder from the Images library when the page is deleted? as currently i might end up having many pictures inside the Images library which are not linked to a wiki page, and they will waste my server desk space...

    I think, not sure, there's no out-of-the-box solution in SharePoint for this problem. So I can only think of custom solution:
    In event Receiver, ItemDeleting, you can delete images. The only downside is if some other pages are referring the images..... you need to check somehow which is quite time-consuming operations if you have thousand of pages in wiki library
    A timer job, that will run periodically, every day or week, and clean all unused images. 
    Hide the default delete button and add your own. And then using your own custom layout page, show a 'configuration dialog' to user if they want to delete both page and images.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com
    Please do not tell me this is not supported out of the ox ,,,,, i that i should handle this process by myself !!! and SharePoint does not support this feature .... this is another  problem i should include in my list .....

  • How to automatically close the client?

    Hi all,
    Is there any way to automatically close the client?
    Att,
    Renan Lopes

    >
    Juan Reyes wrote:
    > Theres no such tool as standard and to be honest you wouldn't like to have one, Opening the system on a production environment should be only done in very particular situations and the utilization should be monitored closely.
    >
    > Regards
    > Juan
    Hi Juan,
    The implementation of our environment was a six months ago and during the implementation, the client production was opened a few times. The problem is we are in a process of audit and I suggested as a security measure the automatic closing of the client.
    Att,
    Renan Lopes

  • How  to automatically activate the indicator u2018Capital Goods Affectedu2019 in MI

    Dear Expert;
    I've created a specific document for asset purchases order, I want at the MIRO automatically activate the indicator u2018Capital Goods Affectedu2019. Is it possible by setting via the SPRO or my document.
    Thank you in advance for your help

    You can untick it from vendor master and info record.
    1. Using MK02 - Go to purchasing data and the untick the GR-based Iv
    2. In info record for the vendor and particular material - purchasing organization data1

  • LMS 4.2.2 how to automatically resolve the hostname for device identity?

    Hi,
    iam running lms 4.2.2 and i do not know where to set up lms to resolve the hostname for device identity.
    In "Inventory/Manage Devices /Device identity", having the "Device Name", "Hostname" and "IP Address" set to the discovered IP (f.e. 10.100.100.20).
    I want that the "DCR Device Name"  and "IP Address" is the discovered ip (10.100.100.20), but not the hostname (should look like AS100_Swtich_00-1, as it is set on the switch).
    Editing the hostname manually for over 1000 discovered devices will be inefficient...
    regards,
    CCNP R&S       

    Hi,
    I have a same problem.  i send the screenshot which shows where you can set what will be the preferred device name. ( earlier the sysname checkbox was ON )
    Unfortunetly after discover and inventory upgrade jobs the device names are not restored to IP, they keep the hostname as preferred device name.
    Now i do not know how can i change these settings automatically.

  • How to automatically modify the Infopackage QM status in a process chain?

    We have a process chain that automatically load data to Infocube 0IMFA_1 (The Business Content IM Cube). In this chain we have Infopackage 0CO_OM_OPA_1; this Infopackage has a particularity that remains in a yellow status because it looks for CO orders assigned to IM; if there are orders that aren't assigned to IM, wich is our case, yellow status appears. SAP note 172471 explains the situation and for us the condition that arises the yellow status is not a problem. So we need to turn the status to green in the process chain, but automatically, not manually as suggests the mentioned note. How can I do it? Please help!

    I don't know the specific extractor.
    With the function and the table you can develop a program that will "modify QM the Infopackage QM status".
    Check the status in table and use the function to modify

  • How to automatically assign the message processor

    Hello,
    I have configured ppoma_crm organizational model and I have configured rule 13200137 responsibility assign. The system assigns support team automatically and correctly but message processor is always initial. Anybody knows that how I can assign message processor automatically from ppoma_crm organization model. Thank you for your efforts.

    Hi
    Thats a manual step
    the team member logs in to solman and choose the ticket with new status then they goto change mode assign to themself
    and change status to in process
    but in case you have only one person you can do the config for message processor determination via partner determination proc etc
    hope it clarifies
    regards
    prakhar

  • How to automatically update the Expiry Date's number of days

    My web app input form is an event submission form. Users enter the event title, event date and other details, etc. I've figured out how to get the "expiry days" in the form and it be hidden but i can't figure out how to calculate this:
    (today's date) - (event date) + 1 day = number of days to expire and then set the expiry days to that value upon submission.
    I have tried writing the js but am getting no where, has anyone out there already accomplished this? I've researched and researched and find a million things on calculating the number of days but can't get one of them to work for my situation here... any help would be greatly appreciated!!

    Hi Murtuza,
    You can use function module BAPI_ISUACCOUNT_CHANGE.
    Pass dunning lock details in parameter TCTRACLOCKDETAIL. This function module only create and delete locks.
    So, you need to pass existing lock details (from table DFKKLOCKS) with PROCESSING_MODE = 04 (delete) and append another value with changed expiry date with PROCESSING_MODE = 01 (Create).
    This will also help in maintain lock history too.
    Hope this helps.
    Regards,
    Avinash

  • How to automatically save the Report Output in a Folder on Disk

    Dear All,
    Please advice how can I 'automatially' save the output of my report ( a text file) in a folder on my disk. I need this functionality in order to send the output as an SMS.
    Waiting for your valuable inputs,
    Alok.

    Hi ,
    You can use following FM if you want to download it on your PC .
    TYPE-POOLS: slis ,
                slist .
      CALL FUNCTION 'DOWNLOAD_LIST'
        EXPORTING
          list_index          = slist_index_default
        EXCEPTIONS
          list_index_invalid  = 1
          list_download_error = 2
          OTHERS              = 3.
    Do provide feedback .
    Regards
    Saurabh

  • How to automate saving the same image multiple times?

    Hello. I wish to save the same image multiple times in a folder... is there a way to automate this function? I also need the flexibility of determining the starting number in this image sequence. Thanks.

    Good day!
    I would recommend asking for help over at
    Photoshop Scripting
    And going into more detail about what you want to achieve (maybe post a screenshot, diagram, mock-up to illustrate it).
    Regards,
    Pfaffenbichler

Maybe you are looking for