Table name which contains the email addresses maintained in address area of SCOT

HI,
I would like to know the table name which contains the email addresses maintained in address area of SCOT.
I know how to see through SCOT, but I want to see as a list through SAP table.
I am not able to see email list through SXNODE AND SXADDRTYPE tables.
Thanks,
Nagaraju Ravuri

Hi Nagaraju,
You may use ADR6 table and field SMTP to get email address of respective users.
Regards,
Deepak Kori

Similar Messages

  • Table name which contains all the details of infocube

    Hi All,
    I need to write a program which contains the details of infocube like
    1) Request ID
    2) Request Number
    3) Username
    4) Transfered Records
    5) Added Records
    6) Data source
    Please could anyone tell me where i can find all these details.
    I need to know the table name or else any function module name which can fetch all the details based on Infocube. I got one table name 'RSMONICDP' where i can get Request number and username. but rest i m not able to findout..please help me out.
    Regards
    Anju

    Hi,
    Chk these tables
    RSMONICTAB -- transferred and added records
    try also RSREQDONE RSREQICODS and RSMDATASTATE for other details
    Regards,
    B

  • TABLE NAME WHICH TELLS THE SHOPPING CART STATUS

    HI,
    need to make the price field non editable depend on sttus of shopping caRT.
    For this i require the table name.
    thank you.

    Hi,
    Status I1120 means Change was  Transmitted.
    You can find all the statuses and their descriptions in transaction BS22.
    BR,
    Disha.

  • Table name which contains status profile of a given process order

    Hi All,
    I created one process order and assigned a status profile for it.
    I need to know which table will contain both these values.
    Ex: If i give process order as an input, then it gives status profile as an output.

    Hi,
    The Table for Status Profile is JSTO.
    But there is no direct link bitween AFKO/AFPO and JSTO.
    Take the help of an ABAPer for this..
    Regards,
    Siva

  • Table Name which contains Role for a Query

    Hi
    Please let me know if there is any table present where i will give Query name as Input and i will get the Role name for that query.
    Regards
    Atul

    Go to RSA1--> Meta data repository --> search for the query , in its details you will find the role to which it is assigned .

  • Compare a column with the another table coulmn(which contains the sequence) and get the value which has higher sequence

    Hi All,
    I have 2 tables 
    table1: col1 sequenceid, col2 code
    table2:col1 studentID , col2 code, col3 joindate
    in table 1 i have values as 
    1 Q
    2 W
    3 E
    4 R
    5 T
    6 Y
    Table2:
    A1 Q 
    1-04-2015
    A1 W
    2-04-2015
    A3 Q 
    1-04-2015
    A2 Q 
    1-04-2015
    A3 W
    2-04-2015
    A2 W
    2-04-2015
    A2  E
    2-04-2015
    A3  E
    2-04-2015
    A1  E
    2-04-2015
    A2  R
    2-04-2015
    Now i want ouput as 
    A3 E
    A2 R
    A1 E
    I want to group the values in table2 based on studentid order by the sequence in the table1 and get the latest which is having higher sequence (Note: the date field cannot be used to order the values)

    from @table2 a inner join @table1 b on a.col2=b.col2 collate database_default)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Table name which stoers Opening Stock posting of Inventory

    Hi all,
    I wanted to know what is the table name which stores the Opening Stock of Inventory. and also How can i know the price that i had given while posting the Opening Balance for a particular Item.
    Expecting you early response.
    Thank you
    regards,
    Shreyas

    Hi Shreyas,
    You can query the table OINM with transtype of '-2' which stand for "Opening Balance" for inventory items.
    The query looks like:
    Select * from oinm t0 where t0.TransType = '-2' and t0.ItemCode = '[%0]'
    Any items' opening transaction can be found there.
    Thanks,
    Gordon

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • To know the table names that contains changed and old PO values.

    Dear All,
            Please let me on the table names that contains changed PO value and old PO value details for which I'll be grateful.
    Regards,
    S.Suresh

    Hello,
    Check the table CDHDR and CDPOS.
    Cheers,
    Vasanth
    Edited by: Vasanth M on Feb 18, 2008 12:08 PM

  • How to find table name which provide data for the DataSource

    Hi friends,
    How to find the Table name which providing data for the Business content DataSources (Master Data). Is there any table or Transation which give datasource and Table name at once.
    Thanks&Regards
    Revathi

    Hi Revathi...........
    1)If the datasource is extracting data from any table.................open the datasource using RSO2..........there u will get the table name......
    2) If the datasource is extracting data from any view.............go to RSA2..........copy the view name..........go to SE11 >> give the view name >> and check..........
    3) If Datasource is Function module based............then u hav to check in RSA2 >> give the datasource name >> execute >> there u will find the Extract structure name......Copy the Extract Structure name >> Go to SE11 >> in the Data Element field give the Extract structure name >> Display >> From the Entry Help/Check tab u can get the Table name............
    If u double click on the Extractor..............u will get the Function Module..............from there also u can check that the FM extracting data from which tables............
    For Other datasources also...........u can get the structure name from here........
    4) If the Datasources r LO datasources............then u can get the table name in LBWE.............LO extractor - goto transaction LBWE.................... Select the maintenance link for your datasource............
    here in the right hand pane.........in the drop down box, you can see the structures associated with this extractor ........ just remove the MC for the structure names to get the base table names. e.g. EKKO for MCEKKO.
    5) There is a pattern for the Extract structure name for LO datasources.............for an example..........
    DataSource 2LIS_11_VAITM ......Extract structure name is  MC11VA0ITM
    2LIS_11_VAHDR  >> MC11VA0HDR
    Hope this helps.........
    Regards,
    Debjani.......

  • Whats the table name which connects BP and customer group code?

    Hi,
    Please let me know the table name which connects BP and its customer group code, i tried CRMM_BUT_SET0010 but i am not sure how to get "GUID for sets of business part"
    regards
    Vinay

    Hi Vinay
    Try instead table vision CRMV_BUT_SET0010. There you can use as search criteria the business partner number.
    However, if you want to understand the partner relation with guid_set value, just study how this table vision join is built.
    Kind regards,
    Garcia

  • Table name where all the SAP Script names are stored

    Hi Gurus,
                   Can i know the table name where all the SAP Script names are stored in SAP Database.
                   Thanks in advance,
                    Shyam.

    Yes TNAPR is the table which contains sapscipts name and print program names.
    Step:1: Goto to the Table TNAPR using SE11
    Step:2: Get the Contents of the Table(CNTRLSHIFTF10)
    Step:3: On the Table Content Selection Screen, Type the driver program name in the field PGNAM and execute(F8).
    Step:4: FONAM field of the result display contains the SAPScript Name for our driver program.
    Regards,
    Lalit Mohan Gupta.

  • Table name which can show a list of customersfor an output type

    Hi All,
    Can you please tell me the table name which can show me the list of customers if a particular output type is mentioned in the selection screen.
    Thank you,
    Regards,
    Shanu.

    Hi,
    Table B001.
    Goto SE16 enter B001
    Application : V1 - sales, V3 - Billing
    enter output type - BA00 or RD00  and press F8.
    Regards,
    Chandrasekhar.S
    Edited by: chandra sekhar S on Aug 12, 2008 12:28 PM
    Edited by: chandra sekhar S on Aug 12, 2008 12:36 PM

  • Table name to know the list of queries

    I want to get the list of reports in which given info object has been used.
    Could you help  me in indentifying the table name which will provide the  this info.

    Dear R S
    I do not know such a table, but maybe there is another solution. If you start the "Transport Connection" and select your InfoObject with grouping option "In Data Flow Afterwards" you should see all queries under node "Query Element".
    Greetings,
    Stefan

  • Java class names which contain unicode characters

    I need to create, compile and load java classes which have class names that contain unicode characters.
    I am using Win2k but will neet to support unix* in future.
    When I try to create a fooXbar.jar where X is a unicode character which is not ascii I get an error when creating the file.
    My question is: how do I map java class names and package names which contain non ascii characters into
    names that the files systems will like AND that the java VM will use when trying to load .class file from the class path.
    for example what would the .java and .class file be for the following class?
    class \u6587\u66f8 {

    You could make names for .java and .class that is understandable by the filesystem. E.g. you could prepend with % and then digits for the unicode character. The problem is then how to compile the class, and how to load the class.
    You can load the class with a custom classloader, which will translate the unicode class name to the escaped file name (using %).
    The problem is then reduced to how you can compile your code (you have to map the file name to the class name somehow). I think it can be done, but I don't know the solution to that.
    Alternatively you can use meaningful names for the classes, and then make an obfuscator that can change the bytecodes so the classnames are changed to some obscure unicode names. Perhaps there is already obfuscators out there you can use that will use unicode characters.

Maybe you are looking for

  • Error while creating installer

    Hi        I am getting error while creating installer.. I tried all posible ways.. Re -installing Labview will give solution. Currently i am using LV8.0 Thanks, Ganesh

  • How to move apps from one screen to the next?

    In order to organize a bit the screens after installing several apps, how can we move them from one screen to the next? I've found it possible to place them in the lower bar and then replace them into the required screen but that's very slow... Any o

  • I'm getting an error message when trying to restore my iPhone

    I'm trying to restore my iPhone 5 because it's been having a lot of problems. I had it connected to my Mac, and it says it's not apart of the iPhone developer program. I have no idea what that it. Please help me, how do I bypass it.

  • InDesign CS3 Swatch Palette Problem

    Hi, I have an issue in InDesign where the "Pantone Solid Coated" library is covering any other colour book I am trying to work with, including CMYK etc. Also I have to change a colour from Process to Spot and then back to Process again to be able to

  • Problems with unheard podcast playlists in iTunes 10.X

    I listen to a lot of podcasts and, as such, I have a smart playlist for them called "unheard of" which selects out everything of: *Type = podcast* and *Play count < 1* This has had issues over the years, but right now the problem is that periodically