Need to pull License type from GTS to R3 in case of STO documents

Hi Gurus,
Currently, In standard sales order process, we are using 2 functional modules in R3 to get the ECCN number and license type from GTS. This is required to populate on some billing output.
Functional modules used are:
/SAPSLL/***_DOCS_SD0C_FETCH_R3
/SAPSLL/***_DOCS_SD0C_GET_R3
Using above mentioned functional modules, we can only pull ECCN number and license type from GTS only if we pass sales document number to this FM and further system pulls ECCN and license type from GTS by referring the sales document number.
Issue:
We have a requirement is to pull the License type in case of STO documents also but STO documents/STO deliveries are not checked for GTS check, so we can not use above mentioned functional modules to pull the license type from GTS to R3 because STO/PO / deliveries do not exist in GTS.
I just have the material number with me and I need to pull the license type from GTS to R3.
Could anyone please advise the table name or any structure where i can pass the material number in GTS and can pull the license type to R3.
Your kind response would be appreciated.

Hi DG,
Thanks for your kind response. Regarding your second point, I am already pulling the ECCN number by using one customized functional module so I already have ECCN number with me. Could you please brief me how I can pull the License type linked to an ECCN number. What is the relationship table/ logic for pulling the license type by passing the ECCN number ??
Looking forward to your response.
Regards,
Anoop

Similar Messages

  • Need SAP USER License Type i got License no from FM

    Hi All,
    I need to display all SAP user details with License no and License Type.
    I got License No from function module : SLIC_GET_LICENCE_NUMBER, but i did not find any table or FM for License Type...
    Is there any table of FM to get the License Type.
    Pls Help
    Regards
    Ram

    HI,
    Please see table USR06.
    Also see report SUSR080 - Users by License Data.

  • Need to Populate Material Type from ECC to APO Product Master

    Hi All,
    I need to update the material type field from ECC to APO.
    I am using the userexit CIFMAT01 and component EXIT_SAPLCMAT_001.
    I need to extract field MTART from MARA table and need to Populate it in APO Product master.
    In APO i am using the ATT01 field of table /SAPAPO/MATKEY.
    But this does not work the data of material type is not getting populated in APO.
    We have tried to use a break point in the user exit and while executing the transaction CFM2 it does not stop at the break point.
    Can anyonwe guide me as to how to go about in implemeting this user exit.
    Regards
    Nitin

    Hi Nitin,
           Make sure that u r pass the material type as a below :
    CT_CIF_MATKEY-ATT01 = Pass the Material Type.
    CIF_MATKYX -ATT01      = 'X'.
    Check the below thread to debug the CIF queue:
    debugging CIF user exit
    Regards,
    Siva.

  • Need to pull the information from two facts and associated dimensions

    HI All, i need to pull all the columns from the two Facts and their associated dimensions, get the results.
    here is the example:
    Fact1 --> D1, D2, D3
    FACT2--> DA, DB, DC, D1
    D1 Dimension has a Join with two fact tables, as long as i'm using columns from D1 and FACT2, DA, DB, DC report works.
    but my requirement is to get the results when pulling the columns from all the dimensions and two facts like Fact1, FACT2, D1, D2, D3, DA, DB, DC
    how to achieve this requirement, can someone pls help me with this.
    your responses are much appreciated.
    Thanks
    rar

    Hi RAR,
    I assume you have created proper dimensional hierarchies for all the dimensions in your subject area. Also, ensure that all of them have a Total Level created.
    Assuming the above, since D1 is a conformed dimension, if you create a report having columns from only D1,Fact1 and Fact2, the report should show you proper results.
    For creating a report having columns from all tables, ensure the following:
    1. For all measure columns from Fact1 to be included in the report, set them to be calculated at the Total Level of dimensions DA, DB and DC
    2. For all measure columns from Fact2 to be included in the report, set them to be calculated at the Total Level of dimensions D2 and D3
    The physical sql will fire separate queries for the 2 star schemas and then join them using the conformed dimension.
    Hope this helps,
    Gaurav

  • Need to pull ranked item from one query into new query

    Hi,
    I have a parent query in which I assign a rank to characteristic values based on a key figure, in dollars. I need to pull the top 4 items from that parent query into 4 seperate child queries (i.e. child query 1 is written based on ranked item 1, child query 2 is written based on ranked item 2, etc.) Does anyone have any ideas how to achieve this?
    Thanks
    CM

    Hi,
    I have a parent query in which I assign a rank to characteristic values based on a key figure, in dollars. I need to pull the top 4 items from that parent query into 4 seperate child queries (i.e. child query 1 is written based on ranked item 1, child query 2 is written based on ranked item 2, etc.) Does anyone have any ideas how to achieve this?
    Thanks
    CM

  • Need to pull certain data from certain documents

    First off if you know of a more acceptable place to post this please let me know
    Ok here is my scenario, i receive these documents in excel files they have users first and last name, badge number, email, E.T.C. Now i want to extract just the badge number out of this excel document. So my first question is i want to do this with a java program so what do i want to research about to make a java program that searches one of these excel documents and assuming it is space dillimeted pulls just the badge number out?
    Then i have another document called NCAS, this document has every employee listed only unique thing here is badge number and username but i want to take the badge number out of the first document and use this badge number to search my NCAS document. This will bring up a line in the document with user badge number username phone , e.t.c. again this document is space dillemited. So i want it to pull a field out of this document which i believe is the first one copy it.
    Then for my third thing i want to transfer this copied username over to a esb (oracle product) which has a database adapter on it and use it to input this username and query through our oracle database that username after that im going to use esb database connector to assign users responsibilities. but thats another project im just trying to extract certain information from certain documents i will worry about insserting this into a database later
    I guess what i would ask is can someone direct me to something that explains how to pull entries out of a document or something to that nature maybe at the same time how can i implement my java program that is pulling data out of files and incorprate that with an esb project that involves database adapters
    Message was edited by:
    vande

    Hi Vande,
    Just a comment. You will often get that type of response to a question that Google answers well, especially if it's a recurring question that has been asked and answered lots of times. Have a look at http://www.catb.org/~esr/faqs/smart-questions.html for some pointers.
    If you had said,
    "I searched Google/this forum, found a few ideas, and am looking for feedback from anyone who has tried this and might be able to help me pick the best way"
    you would have likely got a response more in line with what you were looking for. Also note that searching this forum for "java excel" found lots of interesting hits.
    Best,
    John

  • Need to pull ranked item from query into new query

    Hi,
    I have a parent query in which I assign a rank to characteristic values based on a key figure, in dollars. I need to pull the top 4 items from that parent query into 4 seperate child queries (i.e. child query 1 is written based on ranked item 1, child query 2 is written based on ranked item 2, etc.) Does anyone have any ideas how to achieve this?
    Thanks
    CM

    Here's what I ended up doing to resolve this...
    Created a Parent_Query that pulled all the results. No conditions or replacement path variable.
    Created a Parent_Query_Top_4 with a condition "Top N: 4". Since I am using a Structure in my rows, I had to create a formula in the structure called "All" to get the condition to work. So in the condition, I selected my Key Figure "Cost", the Structure element "All" " (if you are using a structure in a condition, you're forced to select one of the structure elements), the condition "Top N" and the number "4". I also had to go to the Characteristic Assignment tab and select "Individual Chars and Char Combinations" with my "Code Group" characteristic selected, since I am only interested in seeing the Top 4 Code Groups and didn't want my query to consider any of the other characteristics.
    Created Child_Query_Top_2. Restricted my Code Group characteristic to a replacement path by query variable. I replaced it with the results from Parent_Query. I then placed a condition on this query for Key Figure "Cost", the Structure element "All" the condition "Top N" and the number "2"; "Individual Chars and Char Combinations" with my "Code Group" characteristic selected.
    Created Child_Query_Top_3. Restricted my Code Group characteristic to a replacement path by query variable. I replaced it with the results from Parent_Query. I then placed a condition on this query for Key Figure "Cost", the Structure element "All" the condition "Top N" and the number "3"; "Individual Chars and Char Combinations" with my "Code Group" characteristic selected.
    Created Child_Query_1. This will find the #1 highest Code Group. Restricted my Code Group characteristic to a replacement path by query variable. I replaced it with the results from Parent_Query. I then placed a condition on this query for Key Figure "Cost", the Structure element "All" the condition "Top N" and the number "1"; "Individual Chars and Char Combinations" with my "Code Group" characteristic selected.
    Created Child_Query_2. This will find the #2 highest Code Group. Restricted my Code Group characteristic to a replacement path by query variable. I replaced it with the results from Child_Query_Top_2. I then placed a condition on this query for Key Figure "Cost", the Structure element "All" the condition "Bottom N" and the number "1" (to get #2 item in the top 2); "Individual Chars and Char Combinations" with my "Code Group" characteristic selected.
    Created Child_Query_3. This will find the #3 highest Code Group. Restricted my Code Group characteristic to a replacement path by query variable. I replaced it with the results from Child_Query_Top_3. I then placed a condition on this query for Key Figure "Cost", the Structure element "All" the condition "Bottom N" and the number "1" (to get #3 item in the top 3); "Individual Chars and Char Combinations" with my "Code Group" characteristic selected.
    Created Child_Query_4. This will find the #4 highest Code Group. Restricted my Code Group characteristic to a replacement path by query variable. I replaced it with the results from Parent_Query_Top_4. I then placed a condition on this query for Key Figure "Cost", the Structure element "All" the condition "Bottom N" and the number "1" (to get #4 item in the top 4); "Individual Chars and Char Combinations" with my "Code Group" characteristic selected.
    Very roundabout, but fulfills the request for these very dynamic reports. And once one is done, all you really need to do is copy that one and keep changing the conditions and/or replacement path variables. Now I'll stick it all in a workbook and VOILA!
    Hope this can help someone sometime...
    C

  • Need to pull the data from one server to another server in SSMS using linked server

    Hi, I have store proc which will take the parameters passed to it and store it in a table in that server. Now, this table data has to be pulled to another server table which is of same structure. But I need to do that in the same store proc which is in
    first server. I have searched in online but could not figure it how to link connection between these two servers and pull data from the first sever to the second. Can anyone please help

    You can setup a linked server from Server A to Server B. Then you will be able to query server B from Server A.
    eg: Assume you have a database test in Server B which has a table sample. From server A you could run this query to pull details.
    Select * from ServerB.test.dbo.sample.
    http://msdn.microsoft.com/en-us/library/ms188279.aspx
    http://msdn.microsoft.com/en-us/library/ff772782.aspx#SSMSProcedure
    You also have other options like distributed queries (openquery), check this blog
    http://blog.sqlauthority.com/2007/10/06/sql-server-executing-remote-stored-procedure-calling-stored-procedure-on-linked-server/
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • How to get CAL license type from installed window server 2008 r2

    Hi,
    we have domain controllers which is installed with windows server 2008 r2 datacenter. now we need get the cal information of that servers like whether its per device or per user. can I get the information from an installed server. any scripts?
    Thanks, Venkatesh. "Hardwork Never Fails"

    Hi Venkatesh,
    As Diramoh suggested, we do not need to install CAL in Windows Servers unless it is RDS CALs. You can put the document into your administration papers.
    However, if you need further assistance about license, it is recommended to visit the Volume Licensing Microsoft Licensing Center.
    http://www.microsoft.com/licensing/about-licensing/client-access-license.aspx#tab=2
    Best Regards.
    Jeremy Wu
    TechNet Community Support

  • Need help pulling correct data from MAS90

    I am trying to pull data from payroll and am not getting the correct amounts.  Part of the information is for the current pay period and the other information is for year to date data.  The current information is coming from one file and the year to date from another file.  I can get the correct information to pull if I insert only the current period fields or year to date fields, but when I have both in the report, I don't get the correct amounts to pull.  I asssume this has to do with the linking of the fields.  I have played with this and can't get it to work.
    Thank you,
    Deb

    MAS90 is an OEM partner of ours. For database connectivity issues please contact them. Once connected if you have issues designing reports then we can help.

  • I need to pull still frame from video.

    How do you pull a still frame from imovie?  I saw a recent discussion about downloading mpeg streamclip.  But, that won't open. 

    Easiest way is to just take a picture of the frame you want. First, full screen the video. Then, pause it where you want the still. Take a screenshot by pressing command, shoft and 3 at the same time. It should save the phto directly to your desktop. Make sure you take the picture when it is on fullscreen. Otherwise, the photo will be bad quality.

  • 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

  • License Mapping in GTS

    Hi,
    BIS, US dept. of commerce says, it issues 2 license types 1. IVL and 2. General License
    Question 1.
    For # 1, IVL there is equivalent license in GTS.
    But, for #2 Is this General License is mapped to "Validated License" in GTS? If Not, to which license type this "general license" mapped in GTS.
    Question 2
    There is License Type "EXCPT u2013 License Exception" defined in Std GTS, then how the license types of exception like "CIV", "GBS", "LVS" are mapped in GTS, if these are created as seperate license types in GTS, then how these are related to main "EXCPT" License Exception.
    Question 3
    Can we set automatic license determination for License exceptions or do we need to assign exception licenses manually?
    Can  somebody guide me on this
    Thanks,

    Hi Kiran,
    Answer 1: Validated and General Licenses are very much different even in SAP. The Licenses in SAP Compliance Management for legal system in US i.e. under EAR contains both these licenses:
    General Licenses (GL)
    This is the most common type of license used. It is issued for a specific material. The exporter can use type of license without having to apply for it from the relevant authorities, once they have checked that it is valid for the material and country of destination.
    Validated Licenses (VL)
    This type of license is used for specific material and value. The exporter must apply for this license from the relevant authorities.
    Because their usage is different so we cannot treat them as same. Hence, We have to define new license types in spro to meet our requirements.
    Answer 2: As far as license types of exception like "CIV (Civil End Users)", "GBS (Group B Countries)", "LVS (Limited Value Shipments)" are concerned, these types authorizes exports and reexports of items under different conditions. So i guess they have to be created as seperate license types in GTS. But having said this in standard functionality we only have one License Exception type. I'll keep you posted on this question as even I never tried this.
    Answer 3:
    Yes we can maintain automatic determination for License Exception also.
    Regards
    Vivek

  • Report generation for users having specific license type

    Hi friends,
    For my project purpose i have to generate report which has userId,License type of the user,corresponding composite role and single roles assigned to the user and transaction code.
    I can get the report for user and license type from USR06 and roles,transaction from SUIM.
    But I need a combined report of this. Is there any transaction code which helps me in doing this.Please let me know.
    Thanks in advance,
    With kind regards
    Karthick

    > For my project purpose i have to generate report which has
    userId,
    License type of the user, TCode:  USMM
    corresponding composite role and single roles assigned to the user and transaction code.
    1. Table:  AGR_USERS, AGR_TCODES / USR08
    2. SUIM -> a) Users by Complex selection criteria -> Execute -> Click on Roles => Full list of Roles per user.
                 -> b) Transaction -> Executable for users (all selection option)
    >
    > I can get the report for user and license type from USR06 and roles,transaction from SUIM.
    >
    > But I need a combined report of this. Is there any transaction code which helps me in doing this.Please let me know.
    1. As mentioned by Saby: use TCode SQV1 to map all the tables with a meaningful "foreign key".
    2. Download all Table contents and map them in excel by using functions.
    Regards,
    Dipanjan

  • Default License Type in SU01

    Hi experts,
    We have recently had a change in our licensing agreement such that almost all of our users (approximately 99%) will be assigned to one license type going forward.  With respect to creating new users with this license type, is there any way to default the license type in SU01, so we don't have to fill out this field every time (since all users will now be created with the same type)?
    Thanks,
    HC

    Thanks.  I had seen that and read it several times.  I reread it again.  It's still not what I'm after.  It looks to be a work-around to not having USMM access and was not actually implemented.  I have the needed USMM access.
    Let me phrase my issue...
    On Production, I start USMM.  In the lower half of the screen, I slect the "Price lists" tab.  Only the "SW Component Price List" is checked.  The "Default User Type" shows "Operational."
    I want it to be "SAP Business Warehouse User."  Thus when new users are created through SU01 the new user creation process will not have to include changing the license type from "Operational" to "SAP Business Warehouse User."
    Ultimately I just after having each new user created as an "SAP Business Warehouse User" when nothing is done through the SU01 license tab.
    Bob

Maybe you are looking for

  • Sales Analysis with AR Downpayment Invoice

    Hi all Please help if you know how to rectify this customised stored procedure for Sales Analysis Crystal Report. It does not reflect the Sales amount for AR Invoice that is linked to a fully paid Downpayment Invoice. [SBODemoSG] ANSI_NULLS ON QUOTED

  • Rollovers and layers

    I am trying to make a complicated rollover web image that started off as an Illustrator file, exported to Photoshop, and now open in Fireworks. The idea is to create rollover slices where the image states change simply by making various layers visibl

  • What if I didn't charge my mac all the way before using it for the first time?

    Okay, so I got my Macbook for Christmas this past year (Mid 2011 model) and of course I was screaming my head off with excitement. I powered it up, starting using it for a little bit, then plugged it in to keep it going. I didn't charge it all the wa

  • Books or Ebooks for JD Edwards E1 developer

    Hi , I am new to JDE and would like to learn more about developing JDE programs .I have installed Standalone E1 (SSE) version,I can use fat client from my company .I am eager to learn . Can you recommend nice books from Novice to Professional develop

  • How to test FM SD_PARTNER_SELECTION

    Hi, I need to test this FM SD_PARTNER_SELECTION. I am filling the structure SELKZ_KUPAV with customer number, VKORG, VTWEG and SPART, but i get a list empty.. Can somebody give me an example on this? My task is to simulate a pop-up similar to the one