List of PT TABLES which contain digital certificate

Team,
We have implemented self sign certicate in our environment.
So, can someone share the list of PT TABLES which contain digital certificate .
Because, we are going to refresh the environemnt and I dont want to lose the digital certificate after the refresh.
Thanks

On the safer side, I am taking export of below tables too. Please have a look.
-- PROCESS SERVERS
EXPORT PS_SERVERCLASS;
EXPORT PS_SERVERDEFN;
EXPORT PS_SERVERDEFN_LNG;
EXPORT PS_SERVERNOTIFY;
EXPORT PS_SERVERMESSAGE;
EXPORT PS_SERVEROPRTN;
EXPORT PS_SERVERCATEGORY;
EXPORT PS_SERVERSTAT;
--Report Node
EXPORT PS_CDM_DIST_NODE;
-- URL DEFINITIONS
EXPORT PSURLDEFN;
EXPORT PSURLDEFNLANG;
EXPORT PS_PT_URL_PROPS;
-- DIRECTORY
EXPORT PSDSDIR;
EXPORT PSDSSRVR;
EXPORT DSCONNECTID;
EXPORT PSDSEXT_INSTALL;
EXPORT PSDSSECMAPMAIN;
EXPORT PSDSSECMAPSRVR;
EXPORT DSUSRPRFLMAP;
EXPORT PSDSUSERPRFL;
EXPORT PSDSSECROLERULE;
EXPORT DSSRCH_SBR;
EXPORT DSSRCHATTR;
EXPORT DSSECFILTER;
EXPORT PT_WF_NOT_DSCFG;
-- WEB Data
EXPORT PSWEBPROFBROW;
EXPORT PSWEBPROFCOOK;
EXPORT PSWEBPROFDEF;
EXPORT PSWEBPROFILE;
EXPORT PSWEBPROFPROP;
EXPORT PSWEBPROFNVP;
EXPORT PSGATEWAY;
--Digital Certificates
EXPORT PSCERTISSUER;
EXPORT PSCERTDEFNDEL;
EXPORT PSCERTDEFN;
EXPORT PSCERTDB;
-- Search Attribute
EXPORT PSPTSF_ATTRS;
EXPORT PSPTSF_ADD_PRMS;
EXPORT PSPTSF_ATT_PROP;
-- Search Definition
EXPORT PSPTSF_SD;
EXPORT PSPTSF_SD_ATTR;
EXPORT PSPTSF_SD_ATTRH;
EXPORT PSPTSF_SD_DCATR;
EXPORT PSPTSF_SD_DCACL;
EXPORT PSPTSF_SD_LANG;
EXPORT PSPTSF_SD_PNLGP;
EXPORT PSPTSF_SD_SRACL;
-- Search Category
EXPORT PSPTSF_CATADVFD;
EXPORT PSPTSF_CATDSPFD;
EXPORT PSPTSF_CATFACET;
EXPORT PSPTSF_CAT_LANG;
EXPORT PSPTSF_SRCCAT;
EXPORT PSPTSF_SRCCATAT;
-- Search Context
EXPORT PSPTUS_CTX;
EXPORT PSPTUS_CTX_DET;

Similar Messages

  • Find table which contains "job name" and "Mail sent to users"

    Hi Folks,
    I have a requirement” whenever I run a job(xyz), it send mail to users”, Can you please let me know the table which contains both “job name” and “successfully mail sent to users”.
    Thanks in Advance.
    Lakshmi.

    Hi,
    You can find the job name in TBTCJOB.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • How to create a table which contains relational data and Document data

    hai all
    i need to create a table which contains relational data(i mean coulumns whose data types are type NUMBER,VARCHAR) and documents(like xml file/html file/image)using iFS.
    when i store the document data(xml data/html data) in the iFS ,it will be stored as Document Object.so how do i relate this document object belongs to a particular row in a table.
    do guide me
    thanks

    Please see reply at http://technet.oracle.com:89/ubb/Forum36/HTML/000778.html

  • Table which contains name of the report generated from table

    Hello everyone,
    Is there any table which stores the report names that are created from table.
    For example if my table name is 'ABC' a new report will be created for table at run time '/1BCDWB/DB/ABC'.
    I also need to have table names, which stored the values when a layout is changed
    For example if I have ten fields in my table, first time ill choose 5 fields, second time ill change the layout and choose 10 fields and ill save the layout.
    If any Function modules are there please let me know
    Please let me know, if anyone has details.
    Thanks,
    Gayatri.
    Moderator message : Duplicate post locked. Continue with the thread - [Name of the table which stores report contents and layout changes|Name of the table which stores report contents and layout changes;.
    Edited by: Vinod Kumar on Jun 14, 2011 3:42 PM

    Hi,
    Thanks for reply.
    I know about ttxfp and tnapr. but none of the two table contain form name with its description. actully I m looking for a table which contain form name with there desription. please if you have info regarding this, Do share with me . this is really urgent
    regrads,
    Ruchika saini

  • Optimise query on the table which contain 1000 column

    Hi ,
    I have query on the table which contain 1000 columns
    when i am executing query on same table .It is taking time .
    Select * from abc
    where col1 between start_date and end_date ;
    abc table contain 1000 columns.
    please tell me how to optimise query

    Yeah, that was my thought as well ... 1000 columns? wtf?
    I can't think of many reasons for why you'd need to do a select * on it, and the scenarios that would require that are better addressed at the DBA level, perhaps using db replication and the data pump, etc. So to start with try selecting just the data you would need.
    One thing you can do right off the bat is to partition that table by date, and also to analyze and run statistics on it (this was a nightly operation at my last job).
    You can also create a materialzed view that refreshes overnight, just on the slice of the data you need. Use a forced fast refresh to make it current before you use it.

  • Reg:table which contains open STO's and P2P orders

    Hi,
    Can any body please tell me the table which contains open STO's and P2P orders.
    Thanks&Regards,
    Usha.

    Please refer to table EKPO where field ELIKZ is not equal to "X".
    Regards
    Bhavesh Mistry

  • How can i join more than 20 tables which contains more than 5 lacks records

    how can i join more than 20 tables which contains more than 5 lacks records

    If you're trying to join 20 tables I would check:
    - Are all the joins necessary. It's easy sometimes to just join to another table because you're unsure as to whether it's required.
    - What sort of application is it? 20 joins seems a lot to me. Are you trying to achieve too much with one query? Is it possible to break the problem down?
    - If it is necessary to join so many tables then force the use of hash joins in the query, especially if you're processing a lot of data and want the best throughput. If you want a quicker response, this will not be a appropriate.

  • Table which contains Start & End Destination details

    Hi All,
    I was trying to find out the table which contains the start and end destination details of a mileage claim in Travel Management.
    Can any one let me know the table names.
    Thanks and Regards
    Sri

    Hi Srinivas,
    Thanks for the reply!
    but what iam trying to find out is during mileage claim we usually enter the start destination and end destination . Now i wanted to know where will these details go and get stored as i need to amend some changes on the PDF form and i need to fetch these details to get them displayed.
    Thanks and Regards
    Sri

  • Please help me to know the tables which contain details of APD and Open hub destination

    Hi experts,
    I need to know the list of APDs that have been created in our system. So can you please let me know the table name (if there is any) which contains the name of the APD and as well as the status (active / inactive) of the APD.
    Thanks ,
    Shalini

    Hi Shalini,
    Go to RSANWB  T-code and select any analysis process. Then press the "monitor" button. On the monitor screen, you can see the selection criteria in a table on the right. Now double-click on the table and a popup will come up where you can set the selection criteria. in particular, you can set the time frame and the analysis process selection.
    Hope it 'll help you..........
    Regards,
    Mukesh

  • Tables which contain details about queries

    Hi All,
    I would like to know the database tables which hold information about queries like structure, fields, Query elements etc. Thanks in advance
    thanks & regards
    satish murthy d.s

    try RSZCOMPDIR ??
    have a look at tables: rsrworkbook , rsrw*
    Re: Where-used list of an attribute (either display or navigational)
    Also try : RRMX_WORKBOOK_QUERIES_GET
    Re: Query Detailes
    Re: Query-InfoObject - Tables
    Re: Query Issues
    Re: Workbooks - Where-Used
    assign points if useful ***
    Thanks,
    Raj

  • Table which contains tcodes module wise??

    Hi,
    Is there any table which holds tcodes modules wise(MM, SD,FI, CO, ABAP etc,.. )??

    Hi,
    Table TSTC  will give you list of all transactions.
    Regards,
    Nikhil

  • Table which contain Purchase order number, PO line item, PO type

    Hi experts,
           Can you please tell me which table contains the fields Purchase order number, Purchase order item number and purchase order type with respect to the fields of the table MKPF--MBLNR.
         I am given a conditon where i have to select MBLNR, VGART, BLART from MKPF and after selecting these line items, i have to validate for purchase order of type ZSPM,ZSFIAND ZINS.
      Can you any one suggest me what shall i do... Thanks in advance.
    Regards,
    Buvana

    Passing MKPF-MBLNR  to MSEG
    get the EBELN (Purchase order).
    Pass this EBELN to EKKO to get Order type (BSART)
    and to EKPO to get the line item.

  • Looking for a table which contains Datasource and the name of DSO

    Hello,
    I need to extract a list with the datasource + Name System + DSO. If anyone know a BW table.
    Thanks in advance.
    Regards,
    Santos.

    Hi Santos,
    Please check the table "RSTRAN" -- directory of transformations in your system.
    If you have between data loading between DS and DSO, then you should have active data transformations.
    In this table, select type of source as data source and type target as DSO and execute.
    You will get list of DS and DSO which has active transformations.
    If you want details about each DS and DSO then you can check the below tables
    RSDODSO --- Directory of all ODS Objects
    RSOLTPSOURCE     --- Replication Table for DataSources in BW
    Regards,
    Venkatesh

  • Table which contain F4 values of Characteristic VALUE field

    Hi,
    I know the characteritic tables are AUSP, CABN and CAWN. Can someone tell me the table in which the possible values for a Characteristic Value field are given (Values that appear when we click F4 Values)?
    Thanks.
    Tushar.

    There is none.   I created a custom search help for all our major characteristics.
    1)  Create a database view joining  CABN, CAWN, CAWNT.
    Join condition should look like this.
    CABN     MANDT     =     CAWN     MANDT
    CABN     ATINN     =     CAWN     ATINN
    CAWN     MANDT     =     CAWNT     MANDT
    CAWN     ATINN     =     CAWNT     ATINN
    CAWN     ATZHL     =     CAWNT     ATZHL
    The view fields are like this..
    ATINN     NUMC     10     Internal characteristic
    ATZHL     NUMC     4     Int counter
    ATWRT     CHAR     30     Characteristic value
    ATWTB     CHAR     30     Characteristic value description
    Selection Conditions are like this.
    CABN     ATNAM     EQ     'DOOR_GROUP'
    In this example, it is a search help for the characteristic "DOOR_GROUP".  Here you would substitute your characteristic name.
    Ok now you have a database view for the certain characteristic. 
    Create a custom elementary search help via SE11,  in the Selection Method, use the database view that you just created.
    Parameter values should be like so...
    ATWRT     X  X 1     0     ATWRT
    ATWTB     X    2     0     ATWTB
    Now you have your search help. 
    Create a data element via SE11,  under the search help declaration get the parameters as
    Name         <Your Search Help Name>
    Parameters   ATWRT
    Now you have your data element.  You can tie this to a database field or structure or whatever.  In my case, its a structure.
    Now in my program...
    report zrich_0002 .
    parameters: p_drgrp type zchar-door_group.
    I have a parameter which is TYPED as my field in my structure,  of course this field in my structure uses the data element created eariler.
    Do it this way, you only have to worry about it once.  It can then be used all over the system.  You don't have to have a bunch of calls to F4IF_INT_TABLE_VALUE_REQUEST to handle the F4.
    Make sense?
    Regards,
    Rich Heilman

  • Adding a summary column in a table which contains the start and end dates in the week

    Hi,
    I've got a DIMENSION DATE table and want to add in another column which shows the start and end date of the week.
    See below, the new column is WEEKOFYEARTEXT.
    Does anybody know how i may generate this column using SQL and using the existing columns?
    Umar Javed

    See:  http://www.sqlusa.com/bestpractices/datetimeconversion/
    DECLARE @Year INT = '2015';
    WITH cteDays AS (SELECT DayOfYear=Dateadd(dd, number,
    CONVERT(DATE, CONVERT(char(4),@Year)+'0101'))
    FROM master.dbo.spt_values WHERE type='P'),
    CTE AS (SELECT DayOfYear, WeekOfYear=DATEPART(week,DayOfYear)
    FROM cteDays WHERE YEAR(DayOfYear)= @YEAR)
    SELECT WeekOfYear, StartOfWeek=MIN(DayOfYear), EndOfWeek=MAX(DayOfYear)
    FROM CTE GROUP BY WeekOfYear ORDER BY WeekOfYear;
    WeekOfYear StartOfWeek EndOfWeek
    1 2015-01-01 2015-01-03
    2 2015-01-04 2015-01-10
    3 2015-01-11 2015-01-17
    4 2015-01-18 2015-01-24
    5 2015-01-25 2015-01-31
    6 2015-02-01 2015-02-07
    7 2015-02-08 2015-02-14
    8 2015-02-15 2015-02-21
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

Maybe you are looking for