Which is the diference between the table RSBKDTP and RSBKDTPH?

Hi, I need find the inactives DTP's in the system so I don't know in which table I will search.

RSBKDTP  - BW: Data Transfer Process Header Data 
RSBKDTPH  - DTP: Historic Versions 
Not sure if following table will give you the list of Inactive DTPs. Please check.
RSBKDTPSTAT  Status Information on Data Transfer Process

Similar Messages

  • I need know how operate the tables RSBKDTP and RSBKDTPH

    hi, i need know how operate the tables RSBKDTP and RSBKDTPH. i need kwon things like:
    - the diference between this tables
    - How operate the table RSBKDTPH and RSBKDTP ? What type the DTP's are inserted in this tables? How often are inserted DTP's in this tables?.
    Thanks in advanced

    The basic difference is
    RSBKDTP  - retrieves based on Object version (DTP  and OBJVERS are keyfields)
    RSBKDTPH - retrieves based on Time stamp (DTP  and timestamp are keyfields)
    according to your requirement you can consider the tables for statical reports on DTPs

  • Please help :( finding the diference between a table value and a count

    Ok... Pretty much, atm I am trying to make a view which is a capacity (specified by a table) minus a count(*) of all the tables, what I am doing is getting the capacity and atempting to take it away from a joined table which contains all of the people booked into a certain flight.. I know it sounds crazy, but I'm sure (surely hopeful) it will work..
    To sum my question up, how can I make a view which has one table minus a numerical result from a count(*)... If I can that is.
    EDIT:
    I have made somthing which could be possibly ported into a function which returns the correct answer.. maybe is it better/possible to make the view somehow start a function?
    Edited by: 893357 on Oct 26, 2011 11:17 AM

    How about starting with this "design" (I came up with it in 20minutes so it can be refined further)
    FLIGHT_MASTER
    (FLIGHT_NUMBER  VARCHAR2(6) primary key,
    FROM_CITY_CD  VARCHAR2(6),
    TO_CITY_CD    VARCHAR2(6)
    FLIGHT_DETAILS
    (FLIGHT_ID     NUMBER primary key,
    FLIGHT_NUMBER VARCHAR2(6) foreign key references FLIGHT_MASTER (FLIGHT_NUMBER),
    SCHEDULED_DEPARTURE DATE,
    ACTUAL_DEPARTURE DATE,
    TOTAL_SEATS NUMBER(4,0),
    BOOKED_SEATS NUMBER(4,0)
    FLIGHT_BOOKINGS
    (PNR          VARCHAR2(6) primary key,
    FLIGHT_ID    NUMBER foreign key references FLIGHT_DETAILS (FLIGHT_ID),
    SEATS_BOOKED NUMBER(4,0)
    PASSENGER_DETAILS
    (PASSSENGER_ID  NUMBER primary key,
    PNR          VARCHAR2(6) foreign key references FLIGHT_BOOKINGS (PNR),
    TICKET_TYPE_FLAG  VARCHAR2(3),
    PASSENGER_FIRST_NAME VARCHAR2(30),
    PASSENGER_SECOND_NAME VARCHAR2(30),
    PASSENGER_LAST_NAME  VARCHAR2(30),
    PASSENGER_PHONE    VARCHAR2(30),
    PASSENGER_ADDRESS_1  VARCHAR2(60),
    PASSENGER_ADDRESS_2  VARCHAR2(60),
    PASSENGER_ADDRESS_3  VARCHAR2(60),
    PASSENGER_CITY       VARCHAR2(60),
    PASSENGER_COUNTRY    VARCHAR2(60)
    select fm.flight_number, fm.from_city, fd.flight_id, fd.scheduled_departure, fd.total_seats,
    fd.total_seats - fd.booked_seats available_seats
    from flight_master fm, flight_details fd
    where fm.flight_number='&flight'
    and fd.scheduled_departure = '&scheduled_date_time'
    and fm.flight_number=fd.flight_number
    -- whenever a new reservation is made (only if available_seats >= required_seats)
    select from flight_details for update of booked_seats where .....
    insert into flight_bookings ...
    insert into passenger_details ...
    ... store the number of seats in a variable :purchased_seats
    update flight_details set booked_seats = booked_seats + :purchased_seats
    commitHemant K Chitale

  • Give me the sql query which calculte the table size in oracle 10g ecc 6.0

    Hi expert,
    Please  give me the sql query which calculte the table size in oracle 10g ecc 6.0.
    Regards

    Orkun Gedik wrote:
    select segment_name, sum(bytes)/(1024*1024) from dba_segments where segment_name = '<TABLE_NAME>' group by segment_name;
    Hi,
    This delivers possibly wrong data in MCOD installations.
    Depending on Oracle Version and Patchlevel dba_segments does not always have the correct data,
    at any time esp. for indexes right after being rebuild parallel (Even in DB02 because it is using USER_SEGMENTS).
    Takes a day to get the data back in line (never found out, who did the correction at night, could be RSCOLL00 ?).
    Use above statement with "OWNER = " in WHERE for MCOD or connect as schema owner and use USER_SEGMENTS.
    Use with
    segment_name LIKE '<TABLE_NAME>%'
    if you like to see the related indexes as well.
    For partitioned objects, a join from dba_tables / dba_indexes to dba_tab_partitions/dba_ind_partitions to dba_segments
    might be needed, esp. for hash partitioned tables, depending on how they have been created ( partition names SYS_xxxx).
    Volker

  • From which prgram the table TSTC is updated

    Hi all ,
    Can anybody know me from which program, the Table TSTC is updated where it stores all the transaction codes.
    Regards,
    Madhavi

    Tcode for maintaining Tcodes is SE93.
    Goto>SE93>System>Status>Program.
    Program Name:SAPLSEUK
      include lseuktop.      " Global Data
      include lseukuxx.      " Function Modules
    include lseuko01.
    include lseuki01.
    include lseukf01.
    include lseukf00.
    include lseuki00.
    Navigation Transaktion
    include lseuktn0.
    include lseuke01.
    include lseukfwm.
    Regards,
    Ansari.

  • From which transaction the table OBEW is updated

    Hi Experts,
      From which transaction the table OBEW is updated
    Thanks,
    Nagendra

    The table OBEW gets updated thru MI21/MI22/ and MB01/MB02

  • Which are the tables updated in SRM and R/3 System for SC created?

    Hi,
    I want to know which are the tables updated in SRM system and also in R/3 system, when a Shopping Cart is created. Also how do i get the PO number for the Shopping Cart created.
    Thanks.
    Regards.
    Rahul

    Hello Rahul,
    All list of tables for eg. SC You can find in transaction BBP_PD on SRM side.
    These tables are (SRM):
    - CRMD_ORDERADM_H - for Header (Business Transactions Header)
    - BBP_PDHGP - Business Transaction Purchasing Information
    - CRMD_ORDERADM_I - for Item - Business Transaction Item
    - BBP_PDIGP - Business transaction item-Purchasing information
    - BBP_PDBEI - Backend Specific Item Data
    On R/3 side:
    EBAN - purchase requisition
    EBKN - purch. req. account assignment
    Regards,
    Marcin Gajewski
    please reward points for helpful answer

  • What is the link between the tables DRAW and MARA

    Hi,
    Can you tell What is the link field between the tables DRAW and MARA
    Nagesh

    Hi,
    There is no direct relationship. But you can find the materials attached as object liink to the document in table DRAD.
    Hope it helps,
    Rajat

  • Query to find out the table name and column name..

    Hi Experts,
    I have an Oracle DB in which has more than 50 tables and 100,000 records. I want to get the record which contains *"ITxtVarValue references a non existing text"* the text.
    Is there any query there to find out the table name and column name of this particular record where it reside?
    Please help. Any help will be rewarded.
    Thanks,
    G

    Using this forum's search function, I found a thread that should give you an idea: How to find out a tablename
    C.

  • What are the tables rfpdo and rfpdo1?

    what are the tables rfpdo and rfpdo1?
    wht are these fields?
    rfpdo-allgstid
    rfpdo1-allgfael

    Look at <a href="http://help.sap.com/saphelp_46c/helpdata/en/40/5f3275e24bd111950d0060b03c6b76/frameset.htm">Data Collection Programs for FI-GL, FI-LC, CO-OM and CO-PA</a>
    <i>Data Collection Programs for FI-GL, FI-LC, CO-OM and CO-PA
    Description
    1. Data retrieval from the FI general ledger With the report RFBILA00, data from the balance sheet and the P+L statement can be transferred to SAP-EIS. Detailed information on this is stored with the corresponding parameter of the report RFBILA00 (RFPDO-BILA_EIS).
    2. The interface to FI-LC has been revised and the sender structure enhanced. AS sender field names were changed, it is necessary to adapt transfer rules created in release 2.2. Detailed information on this interface is contained in the online help for transfer program RGCEISS1.
    3. CO-PA data can be transferred into SAP-EIS using a basic report. More information on this can be found in the Implementation Guide of SAP-EIS.
    4. Data from CO-OM can be transferred to SAP-EIS using Report Writer reports. Since reports must fulfill certain conditions for the data transfer, standard reports in the report group '1EI' are delivered for CO-CCA. From the same group, you can define reports which transfer data from CO-OPA to SAP-EIS. You will find more information on this in the implementation guide.</i>
    Regards

  • I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. How do I fix?

    I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. This means I can't use the computer anymore. How do I fix? I tried using the Command+F2 keyboard shortcut, but it doesnt' work.  It's possible that since I reinstalled the OS, it still needs to be set up, so there's only a welcome screen (but since I can't see it I'm not sure).

    There is no limit to the number of times you can re-install Office on the same computer.
    You can activate by telephone:
    The last paragraph is the relevant bit

  • What are the tables PHO and LOC of OIM Schema?

    Hi,
    In the schema documentation of OIM tables you have the following description for the tables PHO and LOC:
    LOC - Holds information about locations
    PHO - Holds all communication addresses for this contact -- e.g., contact telephone numbers,fax numbers, e-mail, etc.
    When those have have some records? I haven't seen yet any form ou function where I can put some information like that.
    I don't have any problem with them and it is just for curiosity. As I understand the OIM User Model, I thought those tables were part of OIM User Model, where:
    Organization (field ACT_Key of USR table)
    Location (I guess table LOC but it is always empty in my env). There is a field USR_LOCATION but it is not shown by default.
    User Group (all groups a user is member are in the USG table)
    User Defined Fields (all fields start with USR_UDF of USR table)
    Manager (USR_MANAGER that is alwasys empty and USR_MANAGER_KEY that has the Key of User's Manager)
    Organization (ACT_KEY of USR table)
    Contact Information (I guess it is the table PHO)
    Thanks,
    Renato.

    They probably serve no purpose anymore but might have been used at some point during the life cycle of the product.
    -Kevin

  • The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    Hi there. I'm having the same problem: my iPad won't import some photos from a folder, saying that they can't be read. They are all JPEGS and some photos taken at the same time have synched fine, but out of a folder with 200 photos, it only lets me synch 37. I'm synching albums created via Photoshop Elements 6, which has worked fine until now.
    I've tried deleting all photos and re-synching, and have also deleted the iPod Photo Cache, but it hasn't made a difference.
    The iPad auto-updated to the latest version of iTunes, so maybe that's what's causing it?
    Any advice gratefully received!

  • Which is the best antivirus and spyware for Mac?

    Good morning,
    Because of schoolwork and extracurricular activities, I am constantly sending and receiving e-mails and messages to and from PCs and other Apple devices, like IPads. Two years ago I purchased a 120,12GB MacBook Air and, until a few months ago, it went perfectly well.
    I am not sure what happened, but lately, every time I go online, whatever I click -whether it is a random letter in a website, or a blank space in a page, anything- an advert appears or a new -unwanted- tab opens with publicity and such, the kind of additional tabs that open when you are watching movies online in a random website, but this time, it is happening with every website (even the Apple site) and almost constantly. I suspect it is something I downloaded or maybe something I received from an infected PC that I got a virus or problem from.
    I tried using the MacKeeper software, but it is not working for me (?). Also I tried blocking pop-ups (I use Google Chrome), Java Script, automatic downloads, complements and everything I could when going online, but it has not gotten better over the last 9 months. My parents also recommended me a very good technician, who I personally know and has solved many of my previous problems, but he could not help me, in this situation.
    For that reason, I have been considering either purchasing a good antivirus for my Mac or a new Mac and an antivirus for it, to prevent future problems like this one.
    Either way, the question is the same,
    Which is the best antivirus and spyware software for Mac?
    Thank you so much for your attention.

    Please get rid of MacKeeper, as it and most other such junk software will do more harm than good.
    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

  • I want to know the table name and field name of this description

    i want to know the table name and field names of this description
    supplieriddomain

    Hi SV,
    Try this:
    1) Go to SE15 (Repository info system)
    2) Expand ABAP Dictionary
    3) Expand Fields
    4) Click on Table Fields
    5) Enter the field name you want to search in field name or use wild cards with keywords in short decription field (like supplier ) and Execute.
    OR
    If it's a screen field, do a F1 on the field and click on Technical information on the help window popped up from Menu..this will tell you the field name along with structure or table name.
    Hope this helps you.
    Regards,
    Vivek

Maybe you are looking for