In which transaction can we get User consolidation details

Hi All,
In which transaction can we get User maintenance, change user data, update user data,
Accept suggestion, Change license data, and update license data details.....
And in which table or tcode we get the SAP license details...
Thanks
Ram

Hi,
Chk the following tcodes.......
ADS2KIP_PROF
BORC1
BIBS
license----
J1ILIC01
J1ILIC02
J1ILIC03
J1ILIC04
J1ILIC05
LICENSE_ADMIN
Regards,
Deeba

Similar Messages

  • In which transaction can i find the Order acknowledgement field?

    Hi All,
    In which transaction Can i get the Order acknowledgement field ? i tried in VL10B and VL10D but i could not get it.
    And also tell me what is the field (order acknowledgement) and in which table can i find it?
    Thanks in Advance.
    Pallavi

    EKES-ERDAT
    Tcode - ME92F

  • How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    Ok what about If i need to get all important attributes by comparing Email addresses from excel file and get all required answers
    currently I am trying to verify how many users Lines are missing , Emp numbers , Phones  from AD with HR list available to me.
    I am trying to Scan all the AD matching HR Excel sheet and want to search quickly how many accounts are active , Line Managers names , Phone numbers , locations , title , AD ID .
    these are fields I am interested to get in output file after scanning Excel file and geting reply from AD in another Excel or CSV file
    Name’tAccountName’tDescri ption’tEma I IAddress’tLastLogonoate’tManager’tTitle’tDepartmenttComp
    any’twhenCreatedtAcctEnabled’tGroups
    Name,SamAccountName,Description,EmailAddress,LastLogonDate,Manager,Title,Department,Company,whenCreated,Enabled,MemberOf | Sort-Object -Property Name
    Can you modify this script to help me out :)
    Hi,
    Depending on what attributes you want.
    Import-Module ActiveDirectory
    #From a txt file
    $USERS = Get-Content C:\Temp\USER-LIST.txt
    $USERS|Foreach{Get-ADUser $_ -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    #or from a csv file
    $USERS = Import-CSV C:\Temp\USER-LIST.csv
    $USERS|Foreach{Get-ADUser $_.SAMAccountName -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    Regards,
    Dear
    Gautam Ji<abbr class="affil"></abbr>
    Thanks for replying I tried both but it did not work for me instead this command which i extended generated nice results
    Get-ADUser -Filter * -Property * | Select-Object Name,Created,createTimeStamp,DistinguishedName,DisplayName,
    EmployeeID,EmployeeNumber,Enabled,HomeDirectory,LastBadPasswordAttempt,LastLogonDate,LogonWorkstations,City,Manager,MemberOf,MobilePhone,PasswordLastSet,BadLogonCount,pwdLastSet,SamAccountName,UserPrincipalName,whenCreated,whenChanged
    | Export-CSV Allusers.csv -NoTypeInformation -Encoding UTF8
    only one problem is that Manager column is generating this outcome rather showing exact name of the line Manager .
    CN=Mr XYZ ,OU=Users,OU=IT,OU=Departments,OU=Company ,DC=organization,DC=com,DC=tk

  • Can we get user's phone number through coding

    HI, I want to know that, how can we get user's phone number through coding and is it possible to send sms to some number without concerning to user. I required this for developing the mobile tracker application which will detect that the phone is stolen.

    The developer forums are here: http://devforums.apple.com
    Documentation for iOS developers is here: http://developer.apple.com/devcenter/ios/index.action

  • From which table can we get the status of sales order

    hi
    from which table can we get the status of sales order

    Hi
    Check the Table <b>VBUK for HEADER level status</b> of Sales order
    and <b>VBUP for Item level statuses</b>
    enter VBELN  = Sales order and VBTYP = C for sales orders
    as VBUK and VBUP stores all Sales documents like deliveries, Invoices, quotations, contracts etc
    <b>Reward points for useful Answers</b>
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Hello everybody out there, which way can I get the screensaver from Lion get back on Mountain Lion??

    Hello everybody out there.
    Which way can I get the screensaver from Lion get back on Mountain Lion??
    Thanks
    malibu0978

    Thanks very much I have contacted them via this. Just hope they respond quickly- rather annoing! Greatly appreciated though

  • I am ABAP consultant...in which transaction can we find Service order field

    HI...
    i am ABAP consultant...in which transaction can we find Service order field...
    plz let me know in which transaction we can c service order no: and contract no: and if possible tell me the table relations also...
    In which transaction ,can we calculate external, internal labor and material cost for a service.... i
    i have gone thru iw32, iw 33,va42,va43.
    Thanks
    Madhavi.

    Dear Madhavi,
    the service orders can be linked to the sales order in Make-To-Order (assembly) and in Repair-Order process. These processes are absolutely different from the SD point of view, but here some general points:
    The button "Service Order" can be observed in the transaction VA02 or VA03, if you go to the sales order, then mark the item and go to the schedule line screen. Under the schedule lines you can see three buttons. The first button from the right side should be "Service Order" if the service order is linked directly to the sales order.
    The interface between Sd and CS is the function module CO_61_ORDER_EDIT
    It is in the case you want to debug. 
    On the database, please check the field VBEP-AUFNR for the corresponding sales order and sales order item.
    I hope, this start info will help you a little bit further.
    Kind regards,
    Akmal Vakhidov
    Development Support SD, SAP, Walldorf/Germany

  • Annoying border, which I can't get rid of in an AP div

    Hi,
    I have created an AP div in Dreamweaver CS4 on my website and it has somehow grown a second compartment. I don't need this second compartment and have tried for the life of me to get rid of it.
    Here is the code:
    .twoColElsRtHdr #sidebar1 {
    float: right;
    width: 210px; /* top and bottom padding create visual space within this div */
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: small;
    top: 15px;
    position: relative;
    background-color: #FFF;
    background-image: url(_assets/sidebarbackg.jpg);
    height: 445px;
    left: 5px;
    color: #000;
    text-align: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    .twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
    text-align: justify;
    font-family: Verdana, Geneva, sans-serif;
    The box is the right height and width but there is another compartment in it which I can't get rid of....anyone help?
    Tom.

    Sorry its gone now. No idea what it was but it certainly is part of an AP div which I didn't need.
    Thanks

  • HT201269 Hello in trying to restore from backup to my new phone I'm receiving a 'restore failed' message which I can't get rid off to start again.  Any ideas please?

    Hello in trying to restore from backup to my new phone I'm receiving a 'restore failed' message which I can't get rid off to start again.  Any ideas please?

    Hi there HotFerrari,
    It sounds like you are unable to restore your device from a backup you have in iTunes. I recommend the troubleshooting from the article named:
    iOS: If you can't back up or restore from a backup in iTunes
    http://support.apple.com/kb/ts2529
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • In which transaction can I change the status of a field?

    Hi,
    In which transaction can I change the status of a field?
    In transaction FB75 (enter customer credit memo) on the Details TAB, the G/L account is defaulted.
    How can I change this field, so that I can enter a new G/L account?
    Thank you for your feeback.
    Kind regards,
    Linda

    hi Linda,
    this is the reconciliation account of the customer. As another commenter already pointed out, you can change this in the master data of the customer (tcode FD02, Company code data).
    From Release 4.7 (and up) there is another option: in the master data of this G/L account you can set up, if you can change this G/L by posting. This is a checkbox in the G/L master data (tcode FS00). If you tick it, you'll be able to change this reconciliation account it in FB75 (and elswhere by customer postings).
    "I see that in transaction Fd02, the reconc. account is also grey (cannot be changed)."
    You have to check the field status settings in SPRO!
    hope this helps
    ec

  • In which transaction can we see the address number of customer?

    Hi All,
    In which transaction can we see the address number of customer that appears in KNA1 table ADRNR field?
    I tried XD03 and VD03 transactions. I was not able to find it out. Can any one help me out to findout this.
    Thanks,
    Vinod.

    HI Vinod,
    The customer address is visible on the transaction. But to store this address in DB the whole address i sliked to a number and then stored in DB. So this addressnumber will not be in the Txnl screen.

  • How to get user session details ?

    Hello.
    I can get user session details querying the "USER_AUDIT_SESSION" view against my developing database.
    I have written a PL/SQL function to retrieve those session details. When I executed the function on the production database I have not got any records. It seems that the underlined view is not being refreshed in the production environment.
    Is there any other view or table, available to unprivileged users, I can use to get session details such as the connection timestamp and the user action ?

    Thanks for the reply.
    Ok, I might check it using a non DBA user, I am not sure, though.
    All the database queries have to be executed under a normal user connection.
    I would like a way to get session details not using "user_audit_session".
    Is there any table or view, available to a default profile user, which has session details and has records as a default behaviour?
    As far as I could check disable audit_trail seems to be the normal behaviour of the clients of my application. There is no records in "user_audit_session".

  • Is there a firefox or best browser (except IE) for Windows Server 2003 R2 Standard? if so, is it free of charge (open source) forever? where can I get it? details. need answers to all questions

    is there a firefox or best browser (except IE) for Windows Server 2003 R2 Standard? if so, is it free of charge (open source) forever? where can I get it? details. need answers to all questions

    # As to what is the best browser, it is subjective. I think it is the best, others will disagree. There is no special version for Windows Server 2003, the usual version works on it.
    # It is free of charge and will always be free.
    # It is open source.
    # You can get it from http://www.mozilla.com

  • I have a pop up which I can't get rid of which states: "There is no application set to open the URL ximadpzl://save_ximad_token----/"

    I can't get rid of a message which keeps popping up which says:
    There is no application set to open the URL ximadpzl://save_ximad_token/(etc)
    I have no idea to what they are referring and I can find no application which satisfy this requirement. How do I get rid of this message? It won't go away. I have tried turning off the computer, closing Safari, etc.

    All of these suggestions (delete caches, restart, terminal commands, etc) do nothing to actually LOCATE the problem. They are just standard purging processes, and they have all failed to achieve resolution.  And it is NOT Little Snitch either (tried turning that off and nothing changed).  All these forums on this matter have been speculative and useless.
    Ladies and Gents... I have found and isolated the ACTUAL PROBLEM.  It is a Safari Extension that is doing it... specifically "VideoCatcher 5.3.8" which for me was installed with MovieSherlock.  The extension adds the ability to download YouTube movies directly from Safari (by showing a small download button next to any embedded movie). When I remove that extension, all the annoying pop-ups go away.
    MovieSherlock is not the only utility that does this however. There are several YouTube downloaders out there that ALL install an extension that detects YouTube videos on the page. I bet my hat that many (if not all) of you who are experiencing this pop-up issue... have installed one of those downloader utilities.
    So, the solution is simple: disable that extension. If you need to download a YouTube video from a page, either temporarily enable that extension again as needed, or leave the Safari integration disabled and launch the actual utility itself and enter the URL into it for your download.
    I would expect that MovieSherlock and the other YouTube downloading utilities will need to update their extensions (soon?) to deal with Yosemite's new browser script management.
    PROBLEM SOLVED.

  • In Which table can I get Customize attribute values?

    Hi All,
    I am new to Solution Manager. I have created customize attributes using std and non std ways. And i have used this attributes for create interface scenarios.
    My problem is, I am not able to get the value of attributes which has created using standard way. From which table I can get.
    While create this std attributes, i have added customize table name and corresponding field name in attribute properties.
    Can I get the attributes from this customize table?
    Kindly any one help for me.
    Thanks in Advance.
    -Thulasi

    Hi tulsi,
    I am also looking for the same solution please update me or the thread with the solution
    Saurabh

Maybe you are looking for

  • Help with HP d145 on Windows PC. Specific error messages. iFelix help!

    My HP is connected to a windows xp system on my home network. When I try to add it to the Mac (I have enabled windows sharing on the PC), it shows up. When I try generic printingw (no d145 driver), I get this message when I try to print "Connection f

  • Cannot open photos in iphoto

    When I double click on an event my photos will not open. I have tried view options, show library- the option is not available to click im on mac version mavericks/ iphoto version 9.5.1.  This worked fine two days ago.

  • Why has Lightroom 4 stopped displaying my images?

    I was scrolling through my image libary in thumbnail mode - quite fast as I was looking for certain groups of images to keyword them.  I had been doing this for some time and then suddenly it just stopped displaying the images - the thumbnails were j

  • Copy and Paste Question

    I have old documents that I want to copy the data out of and paste it into my new document using the form I have created. The problem is if I have the form open, I can't copy the data from the old document into the new form. Is there a way to get aro

  • IPhone or iPod as USB drive

    Is it really true that you can't use an iPhone or current release iPod as a USB storage device? I have been happily using my first generation iPod Nano for storage, and thought that this facility would continue to be available on new models like the