Need to get Licnense type linked to ECCN

Hi All,
I have a requirement to pull ECCN and License type in R3 from GTS system. I do not have sales document and am using material number to fetch the ECCN number with the help of one functional module but I am unable to get the licnese type which is linked to that specific ECCN.
Could anyone please tell me the logic to pull the License type from GTS with reference to ECCN number.
Looking foward to your response.
Regards,
Anoop

Hi DG,
Thanks for your response. I have tried this table /SAPSLL/LCLICC but no luck. What do I need to give in the selection criteria in this table to fetch the required value. It ask for following values to enter:
GUID_LCLICC
GUID_LCLIC
GUID_CTS
STCTS
When I search with blank value, it gives me zero result.
Please advise.
Regards,
Anoop

Similar Messages

  • Need to get the download link of the software

    Hi team,
    I will be getting the available patches which is released by Microsoft, from that I would be filtering the patches which I would like to use for my system an application but the reference link only takes to the information of the article rather than providing
    me the download link, can you kindly help me or suggest a way how to get the download link of the article.
    eg:microsot.com/ kb/981574#
    for this article how do I find the download link

    Download the one that is relevant to your system and your region
    https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=33154
    Ninety-nine per cent of politicians give the rest a bad name.

  • Need to Get VK_Media_Stop type keys but standard keyevent does not capture this.

    I need to obtain the following
    Keyboard keys
    #define         VK_BROWSER_BACK       0xA6;   // Windows 2000/XP: Browser Back key#define         VK_MEDIA_NEXT_TRACK   0xB0;   // Windows 2000/XP: Next Track key#define         VK_MEDIA_PREV_TRACK   0xB1;   // Windows 2000/XP: Previous Track key#define         VK_MEDIA_STOP         0xB2;   // Windows 2000/XP: Stop Track key#define         VK_MEDIA_PLAY_PAUSE   0xB3;   // Windows 2000/XP: Play/Pause Track key The key are on the keyboard, but are  the only keys the Event can not detect.(All other keys can be detected.) Does labVIEW have a way to get the value when these keys are pressed?. Is so can someone direct me to a site or example page.       

    Hi TwoCentsHappy,
    i think it should be possible with this library.
    http://zone.ni.com/devzone/cda/epd/p/id/4394
    Mike

  • Get the Type of a generic field at runtime, How to?

    Hello,
    As the topic already says, i need to get the Type of a particular field of a class. This field is declared private and generic. In C# there is a method
    Type Object.getTypeIs there any specific way to do this in Java 1.5?
    Please excuse my poor english.
    Thanks in advance.
    Markus

    McNepp wrote:
    endasil wrote:
    McNepp wrote:
    If you want to know the parametrized type (String in the example), I think there is no way of knowing this in Java 1.5 or Java 1.6, since the parametrized type is erased and not available at run time.The type of a parameterized field is not erased.For most intents and purposes, it is. Type erasure refers to the fact that at runtime, there are not actually multiple class binaries depending on the generic arguments to a class. Therefore, an ArrayList<T> is actually just an ArrayList with no generics.
    Frankly, I don't understand why you insist that the information on generic fields that the OP was asking about is lost at runtime.I wasn't trying to insist that. At the time, I was replying more to Saish and trying to reaffirm that most information about generics is lost at run-time. I mistakenly ignored how you qualified it with "field."
    What you write about instances of generic classes losing their type information is of course correct, albeit not to the point of the original question.Nope, you're right. I was just trying to reconcile the fact that many people get confused that there's any information available at run-time, and so start down the path of thinking that type erasure doesn't exist. But it very much does.
    The original question was about how to obtain the type of a generic field.And I did show in my example that even that is fairly limited, given that if the type is provided by the parameter of the class, it doesn't give you anything useful (I'm not trying to say you said it would!).
    The compiler preservers this information in the class file, so it can be obtained at runtime. Frameworks like JPA put this to use extensively, proving that it is of real value.Definitely. However I don't see this having as much to do with generics as basic reflection functionality. If you can get the type of a field at run-time, you should be able to get the parameters as well! That should in no way belittle its value, though. But I would have guessed (knowing little about) that JPA wouldn't put that to use so much as the type parameters of an accessor return type or mutator argument type. Especially since I thought we'd shown that you would need your fields to be non-private for JPA to be able to gain information about their type.
    Edit: getDeclaredField works fine with private members, and returns the expected "java.lang.String" from jschell's example above
    Edited by: endasil on 28-Apr-2009 10:39 AM

  • How to get the type of answer in a workitem?

    Hi Experts,
    I am building a report to get the users responsible for the approval of SCs and POs, in this report I need to get the type of answer given by the approver, if they have rejected, approved or partial rejected / approved the object.
    When I look at the container of the workitem I can get the agent responsible for the action and the dates, but I need your help to determine the type of answer. I believe I can get this information from the approval state, no? But I am getting a lot of different approval states: 0, 1, 3, 4, 10, 11 and 15. Can you provide me some guidance? I am new to workflows and I am stuck in this point.
    I am using SRM 5.0 and n-step approval workflow.
    Thanks in advance,
    Francisco

    I'm not an SRM expert, but from a pure workflow point you can read the output of a workitem. So, check how your workflow is built and then see what values are returned in the corresponding return fields. Explore the workitem structure in the log.

  • Get Product Type from Product Category

    Hello,
      I need to get Product Type (Material or Service) from Product Category.
    Does anyone knows the Function Module which can be used.
    Warm regards,
    Girish

    Hi Girish,
    Use FM "COM_PRCAT_READ" to read the product type of a product category.
    Give the Product category Guid and you will get product type. 
    To get the Guid of a product use FM 'BBP_CATEGORY_GET_GUID'.
    Hope this solve your requirement.
    Note: Reward points for helpful answer.
    Regards,
    Andy.
    Dont forget to Reward points for helpful answers
    Message was edited by:
            Andy V

  • How does the LabVIEW adapter get VI type information?

    Hi, all,
    As I've mentioned in another thread,we're trying to programmatically generate TestStand scripts.  Since we're using the LabVIEW adapter, we will need to get the type ingotmation of controls and indicators from some VIs that the scripts will use. (These are all kept in one library.)
    I'd rather collect that type information from the VIs themselves than manually collect it or hardcode it.Then, if we add or modify the VIs, the new types will be generated.
    The LabVIEW adapter must have the ability to do this.
    Does anyone here know how it does?
    Thanks much,
    - Steve.

    SPM,
    As you may have already noticed, in the LabVIEWModule class there is a Parameters property that contains the items connected to the VI's connector pane.  This parameters container is read-only, meaning that while you can get each individual parameter and modify it, you cannot add new parameters.
    The parameters property will be created for you when you call Module.LoadPrototype.  This will read the VI's connector pane information from disk, and create the correct parameters property for you.  You can find an example of creating a LabVIEW step programmatically and setting its connector pane in this document:  Programmatically Create TestStand Sequence File with a Step that Calls a LabVIEW Code Module. 
    Please note that this example has not been updated since TestStand 3.0, and as such uses an obsolete method LabVIEWModule.LoadPrototype.  Please use Module.LoadPrototype instead.
    Josh W.
    Certified TestStand Architect
    Formerly blue

  • Getting value type 20 (plan) from 0CO_OM_OPA* extractor

    Hi All,
    I have 0CO_OM_OPA6 extractor which is for actuals so it extracts value type 10 to bw cube.
    Now as per requirements i need to get value type (0VTYPE) 20 into the cube.
    I know there is extractor 0CO_OM_OPA_3 extractor which is designed for plan. Which are the tables behind this extractor ? can some one give me the names of the tables ?
    is there anyother way i can get value type for plan ?
    Thanks,
    KS

    Please see note note 573962.
    This note returns background information for the totals record and line item DataSources for costs in the area of overhead controlling.
    These are DataSources for objects with an account assignment:
    Cost center,
    Process costs,
    Requests,
    WBS element,
    Network,
    Network activity and
    Network activity element.
    The following questions are answered in this note:
    Why are there two different DataSources that extract costs for an object with an account assignment?
    For which value types do the DataSources return data?
    Which DataSources are delta-compatible?
    When do the line item DataSources sometimes return values for the costs other than the totals records DataSources?
    How do I avoid duplicate values for costs in the InfoCube?
    Which selections should I use with the extraction?
    7000000220000001
    70000003
    Some information is missing.
    70000004
    Why are there two different DataSources that extract costs for an object with an account assignment?
    For which value types do the DataSources return data?
    Which DataSources are delta-compatible?
    Answer
    Totals record DataSources
    There is one totals record DataSource for each of the objects with an account assignment.
    These are specifically the following DataSources: 0CO_OM_CCA_1, 0CO_OM_ABC_1, 0CO_OM_OPA_1, 0CO_OM_WBS_1, CO_OM_NTW_1, 0CO_OM_NWA_1, 0CO_OM_NAE_1.
    The DataSources extract data for the following BW value types, InfoObject
    0VTYPE:
    10 Actual,
    40 Commitment,
    20 Cost element planning values
    at totals record level from the COSS and COSP database tables.
    Furthermore, target costs are still calculated for cost centers from the cost element planning values if the BW value type
    30 Target
    is selected explicitly.
    The totals record DataSources do not support a delta extraction.
    Line item DataSources
    There is also one line item DataSource for each object with an account assignment.
    These are specifically the following DataSources: 0CO_OM_CCA_9, 0CO_OM_ABC_7, 0CO_OM_OPA_6, 0CO_OM_WBS_6, CO_OM_NTW_2, 0CO_OM_NWA_2, 0CO_OM_NAE_2.
    These DataSources only return data for the BW value type
    10 Actual.
    These are actual line items that are read via the COVP view from the COBK and COEP tables.
    The line item DataSources support the delta extraction of data.
    When do the line item DataSources sometimes return values for the costs other than the totals records DataSources?
    Answer
    The actual line item DataSources do not deliver any data from R/3 for historical periods if the line item information for these periods were already archived in R/3. We recommend that you then load the actual data for the historical periods into BW through the totals record DataSources.
    5.     How do I avoid duplicate values for costs in the InfoCube?
    6.     Which selections should I use with the extraction?
    Answer
    During the extraction, make sure that actual data in a certain period is either read through the totals record DataSource or the line item DataSource.
    You can guarantee this by making a corresponding selection for the selection criterion periods for the line items and the totals record DataSources and by restricting the value types for the totals record DataSource.
    If the values of a period are read simultaneously via the totals record and the line item DataSource and these are updated in the InfoCube, this causes duplicate values.
    For old periods, the actual data is usually read at totals record level,
    since the line items are already reorganized or
    because the line items information are no longer required for historical data and, thus, the dataset transferred during the delta initialization of the line items DataSource can reduce.
    Typical example for the selections:
    0CO_OM_CCA_1
    Period : 1995 001   to 2001 016
    Value types: Plan, commitment, target, actual
    0CO_OM_CCA_1
    Period : 2002 001   to 2050 016
    Value types: Plan, commitment, target
    0CO_OM_CCA_9 Delta procedure for actual values
    Period : 2002 001   to 2050 016.
    regards,
    Colin

  • When i use Firefox and do a Google search, find what i need and click on the link I keep getting automatically redirected to another search site

    When i use Firefox and do a Google search, find what i need and click on the link I keep getting automatically redirected to another search site called http://www.scour.com
    Can someone tell me if this is a problem with Google or Mozilla? or both? or neither?

    This type of behaviour can be caused by malware. Try running several malware scanners. It is best to run several as each will pick up things that the others miss. Some scanners you can try are:
    * [http://www.malwarebytes.org/mbam.php Malwarebytes]
    * [http://www.superantispyware.com/ SUPERAntiSpyware]
    * [http://www.lavasoft.com/products/ad_aware_free.php Ad-Aware]
    * [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx Windows Defender]
    * [http://www.safer-networking.org/en/home/index.html Spybot S&D]
    This link may help - http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If the above malware scanners do not find any malware or can not clear it, you should consider posting in one of these forums for specialized malware removal help:
    * http://forums.spybot.info/
    * http://www.spywarewarrior.com/index.php
    * http://forum.aumha.org/
    * http://www.bleepingcomputer.com/forums/
    * http://www.spywareinfoforum.com/

  • Imac won't let me install Final cut studio 2..it will let me install the upgrade, but it has no live type and i need it to work on my current projects. How do I get Live type back installed in iMac

    I just purchased an iMac for home and went to install final cut studio 2 and it gave me an error saying something about "PowerPC" not used or something like that. Installed the studio upgrade just fine...but it has no "Live Type" which I need to work on projects I have been using in my Mac Pro at my work place. How do I get "Live Type" to install in this iMac? Downloaded Live Type upgrade but that won't update cause there's no "Live Type" in the applications.

    It sounds like you have Lion installed on your new imac, although your profile says SL 10.6.8 (you may want to change this.)
    If you have the Snow Leopard install disc I believe you can install "Rosetta" from the extras folder which will then, if you have the original FCS2 discs , allow you to select and install Live Type and LIve Type content only from the custom install options.
    I hope this will work for you.
    DM

  • Need to get the MIME type of Files

    hi
    I have a table which contains Partno and the images name i.e PRODUCT_AWG_20070416 and the data would be like that :-
    partno img_name
    PX1 px1.jpeg
    PX2 px2.jpeg
    PX3 px3.jpeg
    Now one by one i am Inserting those files into my table (img_temp -BLOB Column) which are exists in directory & the map file. but i also need to insert the MIME type of the inserted file. can you please provide me the way to generate MIME type on the basis of file type like (JPG,GIF,TXT etc).
    the procedure i am using is as follows :
    hi
    I have a TABLE which contains Partno AND THE IMAGES NAME i.e PRODUCT_AWG_20070416 AND THE DATA would be LIKE that :-
    partno img_name
    PX1 px1.jpeg
    PX2 px2.jpeg
    PX3 px3.jpeg
    Now one BY one i am INSERTING those files INTO my TABLE (img_temp -BLOB COLUMN) which are EXISTS IN DIRECTORY & THE map FILE. but i also need TO INSERT THE MIME TYPE OF THE inserted FILE. can you please provide me THE way TO generate MIME TYPE ON THE basis OF FILE TYPE LIKE (JPG,GIF,TXT etc).
    the reason of this requirement is, we need to use that table in APEX 2.2 fromwhere i can download the inserted file and to download the file we need to get correct MIME_TYPE of that file.
    Please Suggest me the way.
    Thanks.
    The Procedure which i am using is as follows :
    CREATE OR REPLACE PROCEDURE img_uploader IS
    CURSOR Cur_img IS SELECT part_no,image_file FROM PRODUCT_AWG_20070416
                             WHERE Transaction_id =1 ;
    l_bfile BFILE;
    l_blob BLOB;
    BEGIN
    FOR Cur_img_val IN Cur_img LOOP
    l_bfile := BFILENAME('SOLVS_PRODUCT_IMG', Cur_img_val.image_file);
    INSERT INTO img_temp (part_no,MIME_type,file_name, img)
    VALUES (Cur_img_val.Part_no,NULL, Cur_img_val.image_file,EMPTY_BLOB())
    RETURN img INTO l_blob;
    DBMS_LOB.fileopen(l_bfile, Dbms_Lob.File_Readonly);
    DBMS_LOB.loadfromfile(l_blob, l_bfile, DBMS_LOB.getlength(l_bfile));
    DBMS_LOB.fileclose(l_bfile);
    END LOOP ;
    COMMIT;
    END;

    Hello,
    Perhaps this can help:
    http://help.sap.com/saphelp_nw04/helpdata/en/ad/ebe5cc1d75aa43a2871717d76f475d/content.htm
    If you want to know the table name, turn on tracing (ST05) when accessing the MIME types.
    regards
    Rick Bakker
    Hanabi Technology

  • Document of type Link are not getting classified

    Hi All,
    Document of type Link are not getting classified.
    1) Is it a bug from SAP?
    2) We are missing/messing something?
    Regards,
    Ganga.

    We are having this exact same issue.  We're on EP7 SP14.
    Any ideas from the KM gurus out there? 
    Thanks,
    Fallon

  • I need to get to centennial Medical Center websit and it will not come up. It says Microsoft outlook disabled the link for security. I have know idea how to undo that

    I need to get on to centennial medical center website to apply for a job. The link will not come up because it is disabled. I don't know how that happened or how to undo it. Please help

    See Outlook support for help with problems pertaining to the Outlook program.
    Have you tried typing the web address for that web site in Firefox's Location Bar?

  • I need to get 4.0.1 installed. Iwas given a link to go to a library of folders where I can get it but my firefox 5.0 crashed before I could get there and I lost that link.

    I need to get the link where I can find the 4.0.1 download file. I was given a link to go to a library of folders where I can get it but my firefox 5.0 crashed before I could get there and I lost that link.

    I forgot to delete my quicktime704.pkg file before I ran the 7.0 reinstall. Once I did that, the 7.0 and 6.5 reinstalls worked!

  • I need to get back to ff4. I know this came up before but I don't have a link to the answer. My concern is the loss of use of Roboform.

    I need to get back to FF4. I did this in the past but lost the procedure. I need to get to FF4 so that Roboform tool bar works.

    Thanks for the right fix.
    By the way RF is now up to7.4.1
    Also when the install of FF5 ran it said that the Roboform toolbar was incompatible and said there was no upgrade. That is what sent me searching for away back to FF4. So I didn't even look at RF's site believing there was no upgrade available.

Maybe you are looking for

  • [RAID 0 issue] - K7N2 Delta ILSR:how can i save my RAID-0 SATA DISK datas

    Hi all, as a new member, i have to underlign the fact that this forums' members are very active and helpful ( personally, i thank the front usb issue post author    ). I've an XP on a single SATA RAID-0 disk ( Promise Fasttrak 3xx duno ), since a few

  • Trade Up to iPhone 5 FAQ

    Get a minimum $150 Best Buy gift card after you trade in a working iPhone 4 or iPhone 4S and use it toward the purchase of an iPhone 5 16GB. Now $149.99 with 2-year agreement. See offer details below My iPhone 4/4S has a cracked screen, can I still t

  • Cant find my music

    please help I can't finkd my music that I backed up...

  • DV-NTSC Export

    I have multiple clips of video in different formats and aspect ratios... How do I export all of these to DV-NTSC in compressor? I can't seem to find the settings to do this. I am using compressor 3.0.5 Thanks in advance.

  • Screen is all garbled on start up

    and also i have graphic annomolies on the desktop it usually goes when i cover then with a window but its getting worse, on startup the apple loogo is all bitty and jummpy. any ideas? I have recently moved but made sure it was looked after. please he