Regarding table name for SOST Transaction data

Hi SAP Gurus,
Can I please know the table where the data in Transaction SOST are stored.
Please Help,
Tahnks & Regards ,
Pavan.

Hi
For that  try following code , may be it will help you
TYPE-POOLS sosx.
TYPES: BEGIN OF ty_itab,
objtp TYPE soos-objtp,
objyr TYPE soos-objyr,
objno TYPE soos-objno,
fortp TYPE soos-fortp,
foryr TYPE soos-foryr,
forno TYPE soos-forno,
rectp TYPE soos-rectp,
recyr TYPE soos-recyr,
recno TYPE soos-recno,
sndart TYPE soos-sndart,
sndtp TYPE soos-sndtp,
sndyr TYPE soos-sndyr,
sndno TYPE soos-sndno,
sndnam TYPE soos-sndnam,
sndreq TYPE soos-sndreq,
snddat TYPE soes-snddat,
sndtim TYPE soes-sndtim,
msgid TYPE soes-msgid,
msgty TYPE soes-msgty,
msgv1 TYPE soes-msgv1,
msgv2 TYPE soes-msgv2,
msgv3 TYPE soes-msgv3,
msgv4 TYPE soes-msgv4,
scomtp TYPE soes-scomtp,
scomyr TYPE soes-scomyr,
scomno TYPE soes-scomno,
status TYPE soes-status,
adrnr TYPE soes-adrnr,
node TYPE soes-node,
objdes TYPE sood-objdes,
objsns TYPE sood-objsns,
objlen TYPE sood-objlen,
attlen TYPE sood-attlen,
END OF ty_itab.
DATA: itab TYPE STANDARD TABLE OF ty_itab INITIAL SIZE 0.
DATA: status_ranges TYPE sosx_status_range,
      snd_date TYPE sxdatrngt,
      sender TYPE sxsenderrngt.
DATA: stat LIKE LINE OF status_ranges,
      date TYPE sxdatrngl,
      send TYPE sxsenderrngl.
stat-sign   = 'I'.
stat-option ='BT'.
stat-low  = '601'.
stat-high = '699'.
APPEND stat TO status_ranges.
stat-low  = '801'.
stat-high = '899'.
APPEND stat TO status_ranges.
date-sign   = 'I'.
date-option ='BT'.
date-low  = sy-datum - 5.
date-high = sy-datum.
APPEND date TO snd_date.
SELECT fobjtp fobjyr fobjno ffortp
       fforyr fforno frectp frecyr
       frecno fsndart fsndtp fsndyr
       fsndno fsndnam fsndreq gsnddat
       gsndtim gmsgid gmsgty gmsgv1
       gmsgv2 gmsgv3 gmsgv4 gscomtp
       gscomyr gscomno gstatus gadrnr
       gnode hobjdes hobjsns hobjlen h~attlen
   FROM soos AS f JOIN soes AS g
     ON frectp = grectp
    AND frecyr = grecyr
    AND frecno = grecno
        JOIN sood AS h
     ON fobjtp = hobjtp
    AND fobjyr = hobjyr
    AND fobjno = hobjno
    INTO TABLE itab
    WHERE g~status IN status_ranges
    AND   g~snddat IN snd_date
    AND ( ( fsndnam IN sender AND ffornam = space ) OR f~fornam IN sender )
    AND g~msgty  NE 'X'.

Similar Messages

  • Table name for the transaction data

    Hello Gurus,
        what is the table name for the transaction data which we have created through t.code PRO5. we are generating report for the total kms per vehicle type for a employee. these data in which tables can i get? the data related to trips ? 
    thanks in advance
    regds
    ramachandra

    Hi,
    Pl use RPR_TRIP_HEADER_DATA programme for getting general trip data, which will have details about number of KM travelled by employee for each trip, amount to reimbursed to the employee etc.
    Thanks,
    Nandagopal C

  • Table name for a Master Data Object

    Could you advise on how I can determine the table name for a Master Data object.  It is an object that I created.  Thanks

    Hi Niten!
    It's enough to go in RSA1 to your object definition page in master data/text tab!
    Hope it helps!
    Bye,
    Roberto

  • Table name for the transaction BNK_APP

    Hi,
              I want to know the table name for the fields like Batch pymt no , company code , batch currency used in structure BNK_STR_BATCH_REL_APPR .
    Thanks & Regards

    Can you share answered reply please for benifit of all
    Thanks

  • Table name for Customer Master data-Changes

    Hi,
    I want to see the changes made in Customer Master Data where i can get this
    Scenario is like someone has changed the customer master data in past, We want to know who has changed it or when it has been changed
    from WHICH Table I can get this information?
    Note:
    I need the Table name only in which we can know who has changed it or when it has been changed or What are changed by them
    Thanks in advance,
    Best Regards,
    Chandramohan

    Dear Chandramohan,
    Try this option you can get the change details clearly
    Go to XD03 transaction enter your customer number and other details then go in to the general data from here you to Menu>Environment>Account changes-->Click on All fields now system will give the list of fields which were changed from these list you double click on the single field system will take you to the details of that again you double click on that now system will take you to more details about the changes.
    I hope this will help you,
    Regards,
    Murali.

  • How-To Find the R/3 Table Name for a BW Data Source

    Hi there,
      Please advice how can I find the respective table name in R/3 for a particular BW DataSource ?
      P/S : I would like a technical how-to instead of referring the table names at HELP.SAP.COM
      For instance, for my Standard Business Content Info Cube 0CCA_C03(CO-OM-CCA: Statistical Key Figures) which extracts from BW Data Source: 0CO_OM_CCA_4
      My question is, how can I find out which specific tables in SAP R/3 is this Data Source pulling the data from ?

    Hi Dinesh,
       Data Source: 0CO_OM_CCA_4
       1) In my R/3, I ran SE16 : Table -> ROOSOURCE
       2) OLTPSOURCE -> 0CO_OM_CCA_4
       3) EXMETHOD = F1
         (Hence, I assume the Extraction Method is a Function Module)
       4) So, Function Module = BWOM_RS_GET_CTRSTA
       5) Run SE37 in R/3
          How do I find out the specific tables in this Function Module ?
          Would you please list them for me, so I can further refer to the individual tables ?

  • Table Names for CIN transactions -Help needed

    Hi,
    "Please teach us the table names which are updated with below transaction. Since it will be necessary for add-on development.
    1. J1IH
    2. J1IIN
    3. J1IJ
    4. J1IS
    5. J1IEX
    6. J1IG
    Please help me..
    Thanks
    KB

    With help of ABAPer, try using trace (ST05) and find the tables used in these t-codes.

  • Condtion table name of (VBN1 transaction ) free goods SD

    Hi all
    can any one tell me the condtion table name for <b>transaction VBN1</b> for <b>free goods SD</b>.its very urgent.
    Best Regards
    Bunty.

    hi bunty.,
    check this tables
    KONDN : Conditions: Free goods - Data section
    KONDNS : Conditions: Free goods determination - scales
    KONDNVB : Free goods determination - Posting structure
    N000  : Condition table for free goods determination
    TVAK  : Sales Document types
    <b><i>Reward points if useful</i></b>
    Chandra
    Message was edited by:
            Chandra

  • Table name for delivery date

    Hi
    I like to know the table name for the field Delivery date

    Hi Mahesh,
    The table is: LIKP  (SD Document: Delivery Header Data)
    Delivery Date Field : LFDAT
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • TABLES FOR MASTER & TRANSACTIONAL DATA

    Hi all ,
    can some body help me with TABLES FOR MASTER & TRANSACTIONAL DATA
    DP,SNP,PP/DP.
    Thanks

    Hi,
    You can find out it as per your requirement.
    Use transaction SE80 - ABAP workbench  -->
    select Repository Information system  -->
    Select ABAP Dictionary  --> Data base table -->
    In the right hand side window you will get screen in that give details as below
    Standard selection screen
    Table name : enter *
    In the Application Component:
    You will get Tree structure to Select Application Componenet
    in that expand the node of SCM --> SCM APO --> SCM-APO-MD for Master Data
    Here you will get application  -- Double click on the required Application
    e.g. Duble Click on SCM-APO-MD-PR for Product
    Here you will get list of table related to application componenet Product
    <b>/SAPAPO/MATKEY                 Product</b>
    Some of the Master Data Tables:
    /SAPAPO/APNTYPE                APN Type
    /SAPAPO/APNTYPET               Alternative Product Number Type
    /SAPAPO/APO01                  APO Planning Version
    /SAPAPO/APO01DEL               Deletion Log File Versions
    /SAPAPO/APPLOCS                Location Master: Relevant Location Types for Application
    /SAPAPO/APPLS                  Application Types : SAP Application Types
    /SAPAPO/CD_LOC                 Customizing Change Documents Location
    /SAPAPO/CD_PPRFL               Customizing: Change Documents: Product Profiles
    /SAPAPO/CD_PRDHD               Customizing: Change Documents: Product
    /SAPAPO/CD_PRDLC               Customizing: Change Documents: Location Product
    /SAPAPO/CD_PRDLW               Customizing: Change Documents: Storage Type Product
    /SAPAPO/CD_PRDWH               Customizing: Change Documents: Storage Type Product
    /SAPAPO/CONSPROF               Model Consistency Check: Check Profile
    /SAPAPO/CONSPROT               Model Consistency Check: Check Profile Descriptions
    /SAPAPO/CUSTCHK                Model Consistency Check: User-Specific Checks
    /SAPAPO/CUSTCHKT               Model Consistency Check: Descriptions of User-Spec. Checks
    /SAPAPO/GRPTYPE                Product Group Types
    /SAPAPO/GRPTYPET               Description of Product Grouping
    /SAPAPO/LOC                    Locations
    /SAPAPO/LOC_SUB                Mapping Table for Sublocations
    /SAPAPO/LOCCOMP                Table Obsolete Since SCM Release 4.1
    /SAPAPO/LOCMAP                 Mapping Table for Locations
    /SAPAPO/LOCMOT                 Location: Means-of-Transport-Dependent Attributes
    /SAPAPO/LOCPROF                Version-Dependent Location Profile for Penalty Determinati
    /SAPAPO/LOCT                   Locations Short Text
    /SAPAPO/LOCVER                 Location: Version-Dependent Fields
    /SAPAPO/LTTYPE                 Location Resources
    /SAPAPO/LTVER                  Location Resources: Version-Dependent Fields
    /SAPAPO/MARM                   Units of Measure
    /SAPAPO/MATAPN                 Alternative Product Number
    /SAPAPO/MATBOD                 Product BOD Assignment
    Hope this information will be helpful for you work on and find out Important tables for your own BP

  • Whats the fieldname and table name for purchase order delivery date

    hi all,
        whats the fieldname and table name for purchase order delivery date
      thanks and regrads

    EKET-EINDT is the delivery date according to the schedule lines.
    for example the line item has 100 qty.
    it is sent in three schedules (40, 40, 20).
    Then EKET will have 3 records for one PO Line item.
    The final delievry data is the EKET-EINDT for the 3rd schedule line item.
    Regards,
    Ravi

  • Table Name for Partner Determination Procedure and created by data

    Dear Gurus,
    kindly let me know the table name for a list of "Partner Determination Procedure" and "created by" data under a client.
    if there is no such  table for this, kindly let me know how can i fetch these details.
    Wishes,
    Abhishek

    Hi Abhishek,
    You can get your required information by combining these 2 table by using SQVI
    TPAER where it gives PartnDet.Proc and Part.funct.
    TPAR where it gives Part.funct inforamtion.
    By using these tables i.e. by using Common field Part.funct. - PARVW
    Regards
    Durga Sana

  • Table name for plan data

    Hi All,
    could you please give me table name for plan data. this is tcode where we can see for range of cost centers S_ALR_87013612 (range of cost centres) and cost elements as well. but our client wants to extract from the table which has the same values in the report S_ALR_87013612.
    from which table they need to extract.
    your early response will be highly appreciated.
    Regards,

    Dear,
    Try following tables..
    1. COKP - Primary planning
    2. COKS - Secondary planning.
    Regards,
    Chintan Joshi

  • Table Name for Date Profile & SLA

    Hi,
    What is the table name for Data Profile / Date Type etc and also for SLA tables?
    Rgds,
    VR.

    Hi
    here are the table for date profile, service profile and response profiles.
    1. Date profile:- CRMC_DATES_PRF
    2. Service profile:-  crmd_serwi
    3. Response profile :-crmd_escal
    Regards
    Naresh

  • What is the table name for getting Last Receipt  & issue date of material?

    Hi Friends,
    What is the table name for getting Last Receipt  & issue date of material?
    *Case 1:*
    Here, I am running report in May 2008. But, if there is no goods receipt for the respective material since last 13th March 2007.
    Then in this case Last goods receipt date should be 13th March 2007.
    Please guide me.
    Regards
    Siva

    I checked MSEG table. But, I didn't find any field for date.
    Can you tell me field name.
    Regards
    Siva

Maybe you are looking for

  • My finger print scanner for logging on to web pages no longer works in firefox 4

    My laptop has a finger print scanner that manages passwords. You scan your finger to log on to various pages or accounts instead of typing in the log in information. It worked flawlessly in the older version of Firefox, but since upgrading to Firefox

  • When I hit return after typing, the cursor returns to the beginning of the sentence

    I open a new layer. I type my text I hit return' The cursor starts typing at the beginning of the sentence, typing right over the text I just finished.  It will not go to the next line.  I've been using PS since 2 and I have never seen this nor do I

  • Why is Safari not displaying some pages correctly?

    Safari seems to be messing up again.  Had this problem quite a while ago.  It's not displaying some pages correctly. Notice the 2 enclosed screen shots.  I went to purchase something (no personal info in the jpgs)  Notice the W-Safari.  Little trash

  • Adding a video file to webpage

    Hi all, me again, the not a beginner but not an expert (yet!). Another quick question: I am working with a client that wants a video on his homepage. He is editing an existing video and will provide me the final file. I need to know: 1. what format t

  • Big bang Xpower SATA 1-6 problems and Sound Card wont install.

    My new system came in the mail today and I put it all together only to find out that my Hard Drives and DVD drive would not be recognized from time to time. The BIOS would sometimes not detect the drives and sometimes it would. I finaly was able to g