Table for Komk structure

hello everyone,
Can anyone please let me know what is the Database table for KOMK structure.
I want to get field STCEG(Vat Reg number ) from KOMK structure.
AS i cannot use the select statement on KOMK structure i need Database table.
thanks in advence,
regards,
cheruku.

Hi Ashish,
I have one doubt
I want to transfer STCEG field from TKOMK to VBAP table Field(zz_stceg).
so in user exit "userexit_move_field_to_vbap" i coded like below.
VBAP-zz_stceg = TKOMK-stceg.
is this ok or do i need to code anything Extra.
Thanks in advance,
regards,
cheruku.

Similar Messages

  • How to find out name of table for a structure.

    hello all,
                I want to find out name of table for a structure ADDR1_DATA. can anybody pls tell me how to find out it?
    Thanks,
    Ashu

    Hi Ashu,
    You write the structure name in se11
    after selecting the database table radio button
    click on the where used list button in the application tool bar.
    You will find the table name if it is used else where.
    Check out the website at:
    http://sap-idoc2edi-consulting.com/
    Read the blog at:
    http://blogs.ittoolbox.com/sap/ehadzipetros
    Regards,
    Jagadish

  • How to create internal table for a structure in BSP

    hi ,
    I have created a Structure in BSP.I want to create an internal table for that Structure. But in my coding ie.
    <% data: begin of itab_1 .
                     include type zuvendstr.
                     data:end of itab_1.
                     data wa_str like line of itab_1.
                     loop at itab_1 into wa_str. %>
                    <tr>
                     <td><%=wa_str-name%> </td>
                           <%endloop.%>
    In this zuvendstr is Structure ,wa_str is workarea and itab_1 is an Internal table.But it is showinng an error that itab_1 is unknown.But we cannot define internal tables for an Structure in Page Attributes.So,please resolve how to create internal table for Structure in BSPS

    Hi,
    You can define itab_1 like this (assuming zuvendstr is a structure type):
    DATA: itab_1 TYPE TABLE OF zuvendstr.
    Regards,
    Tanguy

  • How to trace the database table for a structure

    hi
    am trying to find the database table for a structure unfortunately am failing to use the sql tracer any one know howelse i can do that the structure name is 'busbankcheck' and 'bus000flds'.
    thanx in advance

    Hi florence,
      1)      U can go to tcode sldb and give ur structure name or if u can find which logical database it is from u can get the tables of the structure....
    Suppose it is of HR it may be like pnp logical database and then to sldb and give pnp and u can get all the table of that....
    2)If u know which fields u want from the stucture....then go to table DD03L and give ur fields name and it iwll bring where all tables this field is avaialble and u can find them......
    3) the st05 sql trace can help u.....
    I hope any one of the three will definetely help uuu
    Regards
    vamsi
    Edited by: vamsi talluri on Jan 22, 2009 1:24 PM

  • Find table for a structure field

    Hi,
    I need to find table for field Q0743-OFFR1. I tried using tcode SE15, but was not able to find any table where the field is used.
    Is there any other method of finding a table for a structure field.
    Any pointers in this regard would be helpful.
    Thanks,
    Saher

    Hi,
    when u open the structure , u will find the tab " Component " in that you
    will find "Data Element" column which hold the data element of the structure
    component , now double click on the respective "Data Element " and that will
    open up the Data Element Page in which u will find a "Where Used List" icon
    , click on that, this will now display you the list, select the TABLE LIST
    Check box and execute, which will subsequently display you all the the table
    names which has "specified" data element's component as field
    Hope this will Help you.
    Regards,
    Kiran

  • Table for the structure RIHEQUI_LIST

    Hello,
       I want the table name for the structure RIHEQUI_LIST.I searched but i didn't get the table name. Please help me on this.
    Regards,
    Rajesh

    Hi , Please find some of the table names below , and you are very specific what you want from this structure.
    EQUI             Equipment master data
    EGERR            Device data: Info record for point of delivery - historical
    EGERS            IS-U Device Master Data
    EGTUR            Periodic Replacement List
    EIKE             Index for Removed Device
    EQBS             Serial Number Stock Segment
    EQKT             Equipment Short Texts
    EQST             Equipment to BOM Link
    EQUZ             Equipment time segment
    A270             Euqipment/Document Type
    A272             Equipment/Standard Dummy Customer/Document Type

  • Transparent table for ADDR1_DATA structure

    Dear all,
    Plz. provide me the transparent table name for ADDR1_DATA structure.
    Actually for ME21n (PO Create)
    item level
    Tab - Delivery Address
    Now i want to fetch these address which is showing ADDR1_DATA structure after F1
    Plz help me

    U will find the address in ADRC itself.
    In the delivery address tab u have a number given as "address" use this as address number in ADRC table and u can see ur delivery address.
    кu03B1ятu03B9к
    Edited by: Kartik Tarla on Dec 11, 2009 11:58 AM

  • Table for Budget Structure - FM9k

    dear All,
    I need to write the bdc for the fields in fm9k.
    I have the select the tick mark through my bdc in the tcode FM9k.
    Is there any table for this where i can directly modify this.
    please guide me..
    Regards,
    Vidhya

    please check the link below
    Re: Table for line items of budget document posted through FMBB transaction.
    Dont try to update standard table manually... sap handles it using standard transactions and reports..
    Regards
    Satish Boguda

  • How to find out the aligning Data dictionary table for a structure.

    Hi
    As the table controls are associated with strucures, the data input goes to the data dictionary table aligned to that structure. Is there any way we can find out the table related to that particular structure ?
    Thanks,
    Dhareppa

    Hi,
    The structure and its fields may be associated with multiple database tables.
    You can try by where-used list of the structure/field and then you can look and determine the table by hit and try method.
    Also as suggested above you can try get the SQL trace and then ypu can look for table associated behind the structure/fields I believe this is the best way to find the DB table.
    Thanks,
    Ravi

  • Find table for KOMG structure

    Hi,
    which table is related to KOMG structure and how to find it?

    hi ,
    Actually i want to retrieve the data from zpup control table.
    when i was checking this zpup control table through vk13 transaction, i can see some records for material, description, amount, unit, valid from , valid to, etc if i entered valid plant. (vk13->zpup->valid plant)
    but i don't know where these records are stored( i.e in which table all these records are maintained) and how to retrieve thsese records?
    if it is helpful, points will be rewarded

  • Table for Communication structure Info Objects

    Hi all,
    Is there any table which has list of all infosources along with the Info objects assigned to it.
    I tried to see in RSKSFIELD but some of the infosources are not present in this table.
    regards,
    Rk

    hi krishna,
    RSIS for the available Infosources but this is for the transaction data. If you need to know which Infosource is from which Infocube then check RSUPDINFO table.
    RSDCUBE table: displays the list of available cubes.
    RSODS table: to find the ODS/DSO.
    regards,
    raghu.

  • R3 Metadata table for Extract Structure?

    Could someone please me tell which R3 metadata table has information on the Extract Structure objects (We are using R3 Ver. 4.7). Also, if anyone has a current list of useful R3 metadata tables I would appreciate that also.  Thank you, Dave Burrows

    Hi David,
    Any structure in SAP is defined in the following tables (where DD02L-TABCLASS = 'INTTAB'):
    DD02L = SAP tables (and strcutures)
    DD02T = Text of SAP tables (language dependend)
    DD03L = Fields of tables (and structures)
    DD03T = Text of fields (language dependend)
    There are more tables to fill in the metadata (just look with wildcard DD*).
    Regards,
    Rob.

  • Need Table name for the structure

    hello guru's,
    I am using the tcode AW01N , In that i need to fetch a field that field contanis structure named
    AW01_DEP_PAR.  My field name is RSTNDJ,RSTNDP . can u tell me from which table its stored .
      AW01_DEP_PAR-RSTNDJ,   AW01_DEP_PAR-RSTNDP.
    Regards
      vinoth.v

    Vinoth,
    We can find it using ST05.
    Activate the trace in ST05
    Run the transaction in which you want to find the table for the corresponding structure.
    After completing the entire transaction Process go to ST05 decactivate the trace and display the trace.
    Now in the menu bar go to Trace List>>Summarise trace by tables or press Ctrl+F8.This you will get to know all the tables that are getting updated when a particular transaction is Executed.If you explore it then you will be able to find out the corresponding table for a structure.Hope this may give you some lead.
    K.Kiran.

  • Need Tables for structures

    Hi,
    These are 4 fields are from different structure.We are unable to find tables for these structures.
    All field and structures are from VA03 transaction in ECC.
    *Name :Production Order Status    Structure : CAUFVD          FieldSTTXT*
    *Name:Sales Order header Status    Structure VBSTT                 Field  GBSTA_BEZ*
    *Name:Material Style (in SO).T(from Sales order)                  Field     ATWRT*
    *Name; Sales Order line item Status*  
    Please anyone can help us
    Thanks,
    Sridhar

    Hi
    It seems that you want test of the describ fields, for which you need to find relevant test table.
    For Production order status use--->
    Goto CAUFV
    get the field - CAUFV-OBJNR
    Pass this in JEST in field = OBJNR, object number and INACT = space
    you will get severail entries for field STAT.
    pass this field entries STAT to tabel TJ02T and field - ISTAT, language = EN
    you will get status in the field TJ02T-TXT04 and text in field - TJ02T-TXT30.
    or simply use FM- STATUS_TEXT_EDIT
    Thank-You.
    Regards,
    Vinod

  • Finding base table for a field in a structure !! urgent

    i need to find out where is BUDAT field being populated in the 2lis_04_p_arbpl extractor. When i see where this field is coming from it shows MCAFVG which is a structure. i need to use this field in user exit and need to know which table is it coming from. I am actually looking for last confirmation date on an order.
    my query is that if a field is shown as a part of a structure then how can we find out where is it being populated from ? like where can we find the base tables for this structure ?
    Please help. Points will be assigned to all helpful answers.
    thanks
    Laura.

    HI..
    well yes... go to ROOSOURCE and find the name of the program for that structure. go to se38 and check out the tables used in that program.
    let me know if that helped... what structure are u trying to find the tables for ?
    thanks
    Laura.

Maybe you are looking for

  • Is there any benefit for me to use smart previews if my Lightroom 5 catalog, previews and media are all on the same external USB HD?

    I keep everything on 1 External USB3 HD so that I can pug it into my Mac at home or my PC at work and just keep working without syncing anything to the local machine. So is there any benefit with Smart Previews in this case? I heard somewhere that it

  • Swf files in Dreamweaver

    I have created a Flash .swf file for the intro page on a web site. Everything seems to work fine, except that for an instant, or sometimes a moment, the area on the page where the movie will play displays white. The movie is playing over a background

  • Exchange Rate Variance Account

    We are having a problemwith an invoice in payables module. It is crediting the exchange rate variance account in invoice accounting but is not selecting the right gl code due to which we are not able to generate accounting for this invoice. Can anybo

  • Z OBJECTS in SAP

    Hi guys! I´ll appreciate your help. I need to get all the Z Objects in SAP that we have right now in ouir system. How can I do that? I've heard about TADIR Table, but how will I know if there is an Include, or Classes, or Interfases etc etc?  Could y

  • How do i start a program with the window maximized

    Hi, i have a couple of programs that i have created launchers for. The slight bother is i have to click on the maximize buttons for the programs to fully resize and fit the screen. Was wondring if there is a flag i can add to the command to ensure it