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.

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 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

  • 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'.

  • 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

  • Need Table name for some fields..

    Dear Friends
    Please help me to find Table names for for the following fields :
    1. Document Currency
    2. Cleared / Open Item Symbol
    3. Transaction
    4. Fixed
    5. Payment Date
    6. Payment Order
    7. Payment Sent
    thanx in advance..

    Hi,
    Press F1 on the screen where you have seen the fileds.You will get techncail information.click on that button.It will show you the table and field names.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Table name for Reason field in Details tab in CRMD_ORDER transaction

    hi ,
    kindly pls suggest me the table name for field Reason in Details tab of CRMD_ORDER transaction.
    thanks

    Hi,
    You need to go via these four tables:
    CRMD_ORDERADM_H
    CRMD_LINK
    CRMD_SRV_OSSET
    CRMD_SRV_SUBJECT
    /Anders

  • Urgent please help: what is the table name for cash management reports?

    I am wondering what the table name for cash management reports is. I am trying to figure out then if I have any missing.
    Please help.

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

  • Need actual table name for Bom_Bo_Pub.Bom_Revision_Tbl_Type

    How can I get actual table name for Bom_Bo_Pub.Bom_Revision_Tbl_Type? I am trying to confirm if this particular table has a "REVISION_LABEL" column in 11.5.9.

    Duplicate post.
    Need to know actual table name for actual table name for Bom_Bo_Pub.Bom_Rev
    Need to know actual table name for actual table name for Bom_Bo_Pub.Bom_Rev

  • Need table name for Output Types and Account Assignment Types

    Hi
    pl let me know the table name for
    1. Account Assignment Type
    2. Output Types (All)
    I need to download some company code specific data for both
    Pl confirm
    Warm Regards
    Vikcy

    Hi Thanks for reply
    You mean to say that Account Assignment Types = Account Assignment Category   ????
    Secondly In Table NAST, i can not see field "Output Type"
    Pl confirm once which field give me company code specific "Output Type" data
    Regards
    Vicky

  • I NEED THE TABLE NAME FOR THE  FIELD DESCRIPTION GIVEN!

    I NEED THE TABLE NAME FOR THE  FIELD DESCRIPTION GIVEN!
    Partner Type
    Partner Type Desc
    Partner no
    Partner Name
    Partner Address 1
    Partner Address 2
    Partner Address 3
    Partner Address 4

    Hi Jyotirmoy ,
                        You can get all partners and their type in table EDPP1, depending of the partner type you need to go to specific table for address and other details, like for partner type KU(customer) goto KNA1,etc for partner type LI(vendor) goto LFA1 etc for partner type B(bank) goto BNKA etc ....
    Sirish

  • I need the sap bw table names for ROLE's

    I need the sap bw table names for ROLE's .
    thanks

    Hi,
    AGR_1251 - Authorization data for the activity group
    AGR_USERS - Assignment of roles to users
    AGR_TCODES - Assignment of roles to Tcodes
    You can also try putting AGR* in ur search.
    -Vikram

  • What is the table name for Workload analysis?

    Hi All TechGurus,
    We need to create an ABAP program in which it displays some information of Transaction (STO3n), Report for the same (SAPWL_ST03N)
    We want  to create an ABAP program to get the output in excel format?
    What is the table name for Workload analysis?
    Many thanks in advance!!

    Hi  Keshav,
    Thank you for your reply.
    As per my requirement, i want to create an ABAP program in which it displays some information of Transaction (STO3n) and want to send the output in excel format. however I don't understand how to start with it.
    Below are the conditions -
    1. display data for today's date
    2 .In transaction profile,  task should be Dialogue.
    from where should i fetch data which is getting displyed after executing t.code ST03n?
    Please help me with your suggessions...
    Thanks

  • Does any one know table names for Payroll Elements that can be used in WF

    How can one get the table names for ORACLE Payroll Elements and how can one use those table names in order to create a workflow that will automatically update the payroll balances.
    I have created 3 elements for LOAN:-
    One being Direct Payment as its Primary Classification---------------->Loan Amount
    Two being Voluntary Deductions as its Primary Classification------->Recovery Amount
    Three being Information as its Primary Classification--------------------->Reducing Balance.
    Would like to create a work flow that will do automatic updation of the DB items in the Balances. So i want to know what all tables get updated once the transaction is made in Payroll. I am not sure if it really can happend.
    Please PEOPLE i need some 1 to help me.
    Thanking you all in advance,
    Chetan

    Theoretical and acual speeds for all types data connections can differ due to several variables.  I cannot tell you if my eSata connection has ever achieved the theoretical maximum speed because I have never measured it.  However I have compared transfer times against Firewire with large files and it is noticeably faster (at least by 50%+).  Therefore I highly recommend having it if you need to transfer large files from one HDD to another.
    If you have a recent MBP, you already have a Thunderbolt connection.  I do not believe that there will be a Thunderbolt Express Card for older MBPs because they are not configured to accept that technology.
    Ciao.

  • Table name for Case Management

    Can anyone please help me out with all the required table names for implementing CASE MANAGEMENT....... the table information which contains status, Texts, Description,activities, Bus.transactions,priorities,and etc of Cases.....

    Hi Daniel,
    First of all, you need to create status Profile, Text Profile, Attribute Profile etc.,
    Later you have to create a CASE TYPE.
    while creating a Case Type you will mention the above created Status, Text and Attribute Profile names.
    Later while reating the Case you need to choose this particular Case Type which you have created.
    Because, Case is based on CaseType.
    Steps for creating Status, Text , Attribute Profiles will be available in the IMG Activity. Do refer.
    Regards,
    Eswari.

Maybe you are looking for

  • Calling secured web service from Pl SQL

    Hi I am trying to call a secured web service from pl/sql using utl_http. Is there a sample pl/sql program that i can refer to call a secured web service. sample soap header that am trying to acheive. <soap:Header> <wsa:Action>http://myactaction</wsa:

  • FCP 6.0.2 and QT 7.4.1 (preference settings regarding FCS compatibility)

    I am working with editing mini-dv footage in FCP 6.0.2 using a Sony NTSC broadcast monitor and have just upgraded to QT 7.4.1. I noticed that in the preferences setting for QT there is an unchecked box saying..."when enabled, video is not displayed u

  • How to buy a MacBook Pro from the Online Store

    Well, I'm Indian, and apple does not have an apple store in India(not even an online one). I need the new MacBook pro with 16 Gigs of ram in it. I do regularly travel to Australia and am considering buying one from their online store. But it asks for

  • Questionnaire about AppleTV disappears or does not synch with iTunes

    Hi, I'm heavily investigating the source of this common problem. There are several posts here stating that one solution could be to use a wired connection. As I'm using such a wired connection and have still this problem, I cannot subscribe this. My

  • Thunderbird mailing list cuts off some addresses

    I have a relatively small mailing list of 13 addressees in my address book. When used in an e-mail, only the first 7 or 10 (different attempts produced different results with same list) addressees on the list get listed in the To: - area of the sent