To which table the structure plknzea belongs

i need to find out the table to which this sturcture(plknzea) belongs.
how the table fplt is related to table aufk

This structure is only used in two programs to hold certain data from screen fields.  Depending on certain values of these fields, it sets a value to view V_T350_P, which is a view over T350.
Code from L0I04I10.
  IF PLKNZEA-SOFT EQ YAUSW.
    V_T350_P-PLKNZ = YAUFT_SOFT.
  ELSE.
    IF PLKNZEA-GEPL EQ YAUSW.
      V_T350_P-PLKNZ = YAUFT_GEPL.
    ELSE.
      IF PLKNZEA-UNGP EQ YAUSW.
        V_T350_P-PLKNZ = YAUFT_UNGP.
      ENDIF.
    ENDIF.
  ENDIF.
It does something simular in the other program.
Code from LCOIHI06.
  CLEAR CAUFVD-PLKNZ.
  IF  PLKNZEA-UNGP = YX.
    CAUFVD-PLKNZ = SPACE.
  ELSEIF PLKNZEA-GEPL = YX.
    CAUFVD-PLKNZ = 1.
  ELSEIF PLKNZEA-SOFT = YX.
    CAUFVD-PLKNZ = 2.
  ENDIF.
Does this answer your question?
Regards,
Rich Heilman

Similar Messages

  • From which table the structure field is getting populated

    Hi all,
    I've a requirement to run the report for process orders when AFVGD-FLG_PURS(Indicator:purchase order exist)is active. I'm not able to find from which transparent table I can populate data in  this flag value.
    I've tried "where-used list" to get which table is having this field, but I didn't get any table name.
    Is there any way to get it?
    Thanks in advance.
    Regards,
    Bhavana

    Hi,
    another possible solution is to do a "trace".
    1.- Go to transaction is ST05.
    2.- Then activate the trace.
    3.- Afterwards go to the transaction where the structure field is.
    4.- And then return to ST05 to deactivate the trace.
    5.- Last watch carefully the log of the trace.
    Here you will find all the tables and select´s involved in the process.
    Best regards.

  • From which tables the data is coming in to transaction fields, how to find?

    Hi abapers,
    I am new to abap,
    I have some data in one transaction.
    I want to know that one particular record in a field from which table the data is coming, how do i know?
    How to find that for the transaction is haveing header and item tables?
    How to find that what are tables used for that transaction?
    by presseing f1 on a field we can find table name or structure name along with field name of that particular field?
    If structrure means how to find that field from which table it is coming?
    I  found table name for some of the fields like this by pressing f1,double clicking on structure name?
    but some fields in another transaction does not showing the table names only structure it is showing?
    Moderator Message: Basic Question. Please search.
    Edited by: kishan P on Nov 13, 2010 3:20 PM

    hi ,
    you can  do that by Transation st05
    where you have to 1) activate trace  ,
      2) execute transaction  
    3) deactivate trace after transaction complete 
    4) display trace 
    there you can find all  step by step flow from where data has been retirved and tables also  .
    if you dont no take help from Basis  People  .
    Regards
    Deepak.

  • How could I know which table the synonym points to now?

    I have two tables with the same structure, TableA and TableB
    I create a synonym which points to TableA. In some senario, the synonym should be switched to point to the other table.
    How could I know which table the synonym points to right now? So that I can switch the synonym to the other table.
    Thanks a lot!!!!!!

    How could I know which table the synonym points to right nowSee all_synonyms view.
    So that I can switch the synonym to the other tableNot without drop synonym. You need to drop and recreate the synonym to point to the new table.
    Nicolas.

  • I need to know in which table the long text is stored

    Using the transaction code 'AC03' , I go to the ' Create Service Master Page '.  Navigating through the page , I could see a ' long text ' button . Once it is being clicked , the white space for text entry comes .
    My query is this -> <b>I need to know in which table the long text is stored and the name of the field ??</b>
    If one goes to the table 'ASMDT' , one can find a field  'KZLTX' , which is a long text indicator, but not a long text storage field ......  plz help

    Hi
    Use the function module READ_TEXT for fetching the long text..
    I came across similar situation in my project where i need to fetch the long text for Notification no.I have used the following code for fetching the Notificatin long text,you can just compare this logic and change accordingly.
          CALL FUNCTION 'READ_TEXT'
               EXPORTING
                    CLIENT   = SY-MANDT
                    ID       = 'LTXT'
                    LANGUAGE = WA_STRUCT12-KZMLA
                    NAME     = QMNUM
                    OBJECT   = 'QMEL'
               TABLES
                    LINES    = INT_TAB13.
    Specify LANGUAGE if you wanna fetch the long text regardless of the log on lang.The resulting long text will be stored in the itab INT_TAB13 which can be defined with reference to the structure TLINE.
    Hope this helps.
    Regards,
    Hakim

  • How to find to which table the net payment is posted....

    Hi all
    i am making payment to a vendor for 3 different invoices in a single payment run (F-58) with cash discount.Now i could like to know that in which tabe the net amount for the all the 3 invoices  were posted .
    eg:
    Invoice No         Amt              Cash discount     Net Amt
    8753                 12000             1200                  10800
    9878                  27000             2700                  24300
    10098                21000             2100                  18900
    Total                 60000               6000                 54000
    Net Amt payable (F-58) 54000
    When i m checking it in FBL1N  the system is displaying the total payment amt  and in a sperate col. the Discount amt.
    I want to know in which table the net amt (i.e. Invoice amt - Dicount) will get updated ,so that i can pull the amt from that table for my development.......
    Its urgent
    Revert
    Regards
    Praveen

    HI
    Check the TAble BSAK for vendor cleared items or PAYR table
    Hope this helps. Assign points if helpful
    Regards,
    radhika

  • In which table the initial balances will be stored when loading via api

    Hi all,
    I am doing initial balances migration...
    In which table the initial balances will be stored when loading though an api.. (pay_balance_upload.process).
    First I have loaded data in to pay_balance_batch_headers and pay_balance_batch_lines tables..
    Then called the api pay_balance_upload.process. and the data was reflecting correctly in front end.
    But we need to reconcile the loaded data.. for that, can anyone please tell me in which the loaded balances would be stored..
    I have identified two tables, pay_assignment_latest_balances
    and pay_latest_balances
    when I try to create a balance from frontend I can see the data in pay_latest_balances table..
    But when I load via api I am not able to find it in any of these tables..
    In addition to that can anyone please tell me when the data will be populated in pay_assignment_latest_balances and pay_latest_balances tables.
    Awaiting for your help and quick response..
    Thanks and Regards
    Kishore

    You have followed the correct process..As Vignesh said, you can use pay_balance_pkg.get_value to make sure you have the correct values uploaded but otherwise if you are able to see the values in the front end I wouldn't worry about the latest balances tables. These tables, as the name indicate, hold only the latest values and if a payroll (ran post the initial balance upload) has been rolled back, these are deleted since they are no longer available.
    You can refer the below Metalink notes for a detailed explanation:
    The Secret Life of Initial Balance Upload with Screenshots Example [ID 60057.1]

  • Which table or structure it will exists MENGV15

    which table or structure it will exists MENGV15

    hi,
    1)goto transaction se11.
    2)enter MENGV15 next to domain
    3) Press shiftctrlF3 else click on where used list
    There are too many structures using MENGV15 . So choose!
    Regards,
    Sooness

  • In which tables the GL  account group  field KTOKS

    Hi,
    From which tables the GL  account group  field KTOKS  get
    Regards,
    Siva

    hi
      DKOKS                            Open Item Account Balance Au
      DSKOS                            Balance Audit Trail
      SKA1                             G/L Account Master (Chart of
      T077S                            G/L account groups
      T077Z                            Account Group Names (Table T
    regds
    laks.

  • In E-Business Tax - In which table the tax codes are stored?

    Hi All,
    I am new to Financials. I have a requirement in which I need to list all the TAX CODES pertaining to AP and AR. Kindly let me know in which table the tax codes are stored in E-Business Tax module. Also let me know how the tax is associated with the AP and AR modules. Is there any column in the table to identify whether the tax is for AP or AR?
    Regards,
    Ahmed.

    Hello Ahmed.
    I was not aware that you were talking about R12. The information i gave you concerns 11.5.10.2. Anyway, i checked the ETRM's for R12 and checked that the tables also exist in rel 12. This is an excerpt from R12 ETRM:
    TABLE: AP.AP_TAX_CODES_ALL
    Object Details
    Object Name: AP_TAX_CODES_ALL
    Object Type: TABLE
    Owner: AP
    FND Design Data: SQLAP.AP_TAX_CODES_ALL
    Subobject Name:
    Status: VALID
    AP_TAX_CODES_ALL contains information about the tax codes
    you define. You need one row for each tax code you
    want to use when entering invoices. When you enter
    invoices, you can use a list of values to select a tax code
    defined in this table. Your Oracle Payables
    application also uses TAX_RATE to calculate use tax
    when you enter a taxable amount for an invoice.
    This table corresponds to the Tax Codes window.
    Now you say that you cannot find the information into the tables. Are you working on a production instance. Are you sure that the taxes have already been defined?
    Octavio

  • In which table the condition records get stored in sap crm

    hi everybody any one can help me in this,
    In which table the condition records get stored in sap crm.
    Regards,
    Babu

    Hi Babu,
    The table name depends on the condition table you have chosen while adding a condition record. Like if it is SAP001, the database table will be CNCCRMPRSAP001.
    Regards,
    Shalini Chauhan
    Edited by: Shalini Chauhan on Jun 23, 2008 10:18 AM

  • From which table the ship to address is picked up in SRM

    Hi,
    Can anyone tell me From which table the ship to address is picked up in SRM?
    BR
    Sairam

    Hi,
    See the  foll related thread:
    Table name for - ship to address.
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Which table the datasource 0WS_DATA_1 comes from

    Hi,experts,
    Could any expert tell me which table the datasource 0WS_DATA_1 comes from?thanks!
    best regards
    Jero

    Hi David,
    U can find some info in the below link.
    http://help.sap.com/saphelp_nw04/helpdata/en/7a/05efffc58c45e7b61a7282e62de0f4/frameset.htm
    Assign points if it helps...
    Regards,
    ARK

  • Which table does structure RWCOOM access?

    Hi to All,
    I am currently using SAP 4.6C version.
    I am using the report S_ALR_87013648 - Area: Actual/Budget/Commitments under controlling. It mentions that it uses the structure RWCOOM under library 1CT - 1SET-001.
    But i want to know which table does it access to view its content.
    And when ever i enter budget using the KPZ2, this report always shows the double of it, for eg if i will enter 12 the report will show 24.
    Your comments will be appreciated.
    thanking you all in advance.
    Samad Farooq Dandiya

    Hi,
    Please check  Note 720832 - RWCOOM: Reports with double values if it helps.
    Summary
    Symptom
    Customer-specific reports, that have been defined by means of reporting table RWCOOM, display double or multiple values in individual lines.
    Other terms
    RWCOOM, double values, REPORTWRITER, REPORTPAINTER
    Reason and Prerequisites
    The problem is caused by a program error.
    The error only occurs if different accrual calculations are used for the fiscal year and the period in different lines/columns of the report and if the selection is carried out via large groups.
    Solution
    Implement the program correction.
    Header Data
    Release Status: Released for Customer
    Released on: 23.03.2004  17:04:39
    Priority: Correction with medium priority
    Category: Program error
    Primary Component: CO-OM-IS Information System, iViews
    Releases
    Software
    Component Release From
    Release To
    Release And
    subsequent
    SAP_APPL 46C 46C 46C  
    SAP_APPL 470 470 470  
    SAP_APPL 500 500 500  
    Or Note 111984
    Rgds.

  • In which table the lines of the SAPScript form text elements are found?

    Hello,
    I want to write a report analyzing the lines contained in the text elements of an SAPScript form. From which table can I select the data? Regards.
    Lars.

    Sorry.. forgot to mention the FM name.
    You can use FM 'READ_TEXT'.
    pass 'ST' for ID.
    and 'TEXT' for OBJECT
    and pass the name of text element to NAME u will get the
    text element.

Maybe you are looking for