ALV Layout set fields stored in Which table?

HI All,
I Developed ALV Report,and created Layout for that . I want to know where the all fields for particular layout set are stored?

Hi
i am getting the error, not_found.
if i found the table entries i have 8 entries.
CALL FUNCTION 'LT_VARIANT_LOAD'
  EXPORTING
  I_TOOL                      = 'LT'
    i_tabname                   = '1'
  I_TABNAME_SLAVE             =
   I_DIALOG                    = ' '
  I_USER_SPECIFIC             = ' '
  I_DEFAULT                   = 'X'
  I_NO_REPTEXT_OPTIMIZE       =
  I_VIA_GRID                  =
  I_FCAT_COMPLETE             =
IMPORTING
  E_EXIT                      =
   ET_FIELDCAT                 = ttet_fieldcat[]
  ET_SORT                     =
  ET_FILTER                   =
  changing
    cs_layout                   = tcs_layout
    ct_default_fieldcat         = tct_default_fieldcat
    cs_variant                  = GT_disvari
EXCEPTIONS
   WRONG_INPUT                 = 1
   FC_NOT_COMPLETE             = 2
   NOT_FOUND                   = 3
   OTHERS                      = 4
IF sy-subrc <> 0.
      MESSAGE 'Error loading variant!' TYPE 'I'.
    ENDIF.
any clue on this

Similar Messages

  • Error messages in ABAP program are stored in which table

    hi all,
    Can anyone tell
    error messages in ABAP program are stored in which table??

    Hi Sir ,
    Please have a look below .Hope it is suitable and simpler solution for your question.
    Please do reward if useful.
    Thankx.
    Fuction module for storing error messages  ->'format_message'
    for example...
    data : v_message(100) type c.
    call transaction NNNN mode A update S messages into it_messages.
    loop at it_messages where msgty = 'E'.
    call function 'format_message'
    exporting
    *it_messages details
    importing
    v_message.
    write :/ v_message.
    clear v_message.
    endloop.
    Anothe method - ->
    Here is a sample of the program code for that:
    LOOP AT it_messtab.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
    id = it_messtab-msgid
    lang = it_messtab-msgspra
    no = it_messtab-msgnr
    v1 = it_messtab-msgv1
    v2 = it_messtab-msgv2
    IMPORTING
    msg = g_msg
    EXCEPTIONS
    OTHERS = 0.
    IF it_messtab-msgtyp = 'S'.
    it_sucess-sucess_rec = g_msg.
    it_sucess-lifnr = it_header-lifnr." Based on your field
    it_sucess-tabix = v_lines.
    APPEND it_sucess.
    ELSEIF it_messtab-msgtyp = 'E'.
    it_error-error_rec = g_msg.
    it_error-lifnr = it_header-lifnr.
    it_error-tabix = v_lines.
    APPEND it_error.
    ELSE.
    it_info-info_rec = g_msg.
    it_info-lifnr = it_header-lifnr.
    it_info-tabix = v_lines.
    APPEND it_info.
    ENDIF.
    ENDLOOP.

  • Parked Vendor Invoices stored in which tables?

    Parked Vendor Invoices (not yet post) stored in which tables (both header and items)?

    Hi,
    Check out following tables
    VBSEGA - Document Segment for Document Parking - Asset
    VBSEGD - Document Segment for Customer Document Park
    VBSEGK - Document Segment for Vendor Document Parking
    VBSEGS - Document Segment for Document Parking - G/L A/c
    hope this helps

  • How to set field alignment in a table in jdev 11.1.2.3?

    hi,
    How to set field alignment in a table in jdev 11.1.2.3?
    eg: to diplay a number field in a table as right aligned.
    I have tried to set field(amount) VO UI Hint Format Type:Number; Format: 0000.00
    and jspx as flowing, but it doesnot work.
    Thanks.
    bao
    <af:column sortProperty="#{bindings.VO1.hints.Amount.name}"
    sortable="true"
    headerText="#{bindings.VO1.hints.Amount.label}"
    id="c44" width="60"
    align="center">
    <af:inputText value="#{row.bindings.Amount.inputValue}"
    label="#{bindings.VO1.hints.Amount.label}"
    required="#{bindings.VO1.hints.Amount.mandatory}"
    columns="#{bindings.VO1.hints.Amount.displayWidth}"
    maximumLength="#{bindings.VO1.hints.Amount.precision}"
    shortDesc="#{bindings.VO1.hints.Amount.tooltip}"
    id="it58"
    secret="false"
    inlineStyle="text-decoration:overline;">
    <f:validator binding="#{row.bindings.Amount.validator}"/>
    </af:inputText>
    </af:column>

    Works for me:
            <af:column sortProperty="#{bindings.EmployeesView1.hints.Salary.name}" sortable="false"
                       headerText="#{bindings.EmployeesView1.hints.Salary.label}" id="c7" align="right">
              <af:inputText value="#{row.bindings.Salary.inputValue}" label="#{bindings.EmployeesView1.hints.Salary.label}"
                            required="#{bindings.EmployeesView1.hints.Salary.mandatory}"
                            columns="#{bindings.EmployeesView1.hints.Salary.displayWidth}"
                            maximumLength="#{bindings.EmployeesView1.hints.Salary.precision}"
                            shortDesc="#{bindings.EmployeesView1.hints.Salary.tooltip}" id="it6">
                <f:validator binding="#{row.bindings.Salary.validator}"/>
              </af:inputText>
            </af:column>JDeveloper 11.1.2.3
    Salary is shown right-aligned.
    What happens if you get rid of your inlineStyle on the af:inputText

  • TERMAB, TERMBI fields belongs to which table in plant maintenace module

    Hi gurus,
       I am looking for the tables of TERMAB, TERMBI fields.
    If we run iw39 transcations
    we will get so many fields,
    in that   Duration: From:      To : fields are TERMAB, TERMBI fields , i want to know in which table  it will be get stored.
    With Regards
    Lohith Gowda

    From SAP Help:
    The respective reference dates are as follows:
    1. for notifications, it is the notification date
    2. for completed orders, it is the reference date of the order completion
    3. for orders not completed, it is the order start date
    This is the reference date period for which report should be shown.

  • How to find the current User Name and stored in which table

    In which table the current user name (Login) is stored?

    Hi Mohanapriya
    The query provided by Gordon can not run on query generator as the $USER is a runtime variable.
    You need to save it to a query then use it in a FMS(Formatted Search.)
    Just open a form(ex:sales order ), click the field in which you want to show the user name,
    then press ****+F2 or Tools->Search Function->Define,
    Search by Saved query,then assign the save query to the field.
    After that ,you can run the FMS(shift+F2) to get the current user info.
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • Field names from which table???

    Abapers,
    I have a question regarding a table used for retrieving the field names based on the message type?? Does anybody has any idea which table is used for this purpose.
    Any solution is really appreciated.
    Thanks,
    Naren

    You going to have to give us more than that......please.
    Need more input.
    Regards,
    Rich Heilman

  • Route Description is stored in which table??

    Hi, i want to collect full route infomations within a SO by using a Query.
    Currently i know that there should join some tables to get some info.
    For example:
    My output list will be showed like below:
    SO#                         VBAK
    Created on                     VBAK
    SOrg./DChl/Dv           VBAK
    Sold-to pt                     VBAK
    Material                     VBAP
    Plnt                    VBAP
    ShPt                    VBAP
    Route                     VBAP
    Departure Country       ???         
    Departure zone            ???
    Shp.Cond.                      VBAK
    Trans. Group              MARA
    DestinationCtry           ???
    Transport.zone             VBPA
    Route Description        ???
    I dont know which table could be used to get the value of those ??? fields??
    And also want to know the Trans.Group found in table VBPA is right or not?
    Thanks!!!
    Message was edited by:
            Hoo Laa
    Message was edited by:
            Hoo Laa

    Incase of Route determination without weight.
    Table-Field: VBAP-ROUTE --> You get Route in Sales Order
    Table & Field Link: TROLZ01-ROUTE = VBAP-ROUTE --> Table Joints
    Table-Field: TROLZ01-ALAND --> You can capture Departure Country from here.
    Table-Field: TROLZ01-AZONE You can capture Departure Zone from here
    Incase of Route determination with weight
    Table-Field: VBAP-ROUTE --> You get Route in Sales Order
    Table & Field Link: TROLZ02-ROUTE = VBAP-ROUTE --> Table Joints
    Table-Field: TROLZ02-ALAND --> You can capture Departure Country from here.
    Table-Field: TROLZ02-AZONE You can capture Departure Zone from here
    Regards,
    Rajesh Banka
    Reward suitable points.
    How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

  • Cost element hierarchy stored in which table..

    Hi Experts,
    could you please tell me which tables are storing the cost element hierarchy, which is displayed
    in KAS3 hierarchy...like cost center group hierarchy is stored in SETNODE , which is displayed in
    KSH3 transaction.
    Thanks.

    Check these tables.
    TKZU1
    EVCE
    TPIK2
    TPIK3
    TORB1

  • RFQ stored in which table.

    Hi Gurus,
                  I want to know in which table the RFQ(Vendor Requisition number) is stored.
    Regards,
    Krishna

    Hi Bala,
    Check the EKKO table for RFQ, like this.
    EKKO-BSTYP = 'A'.
    (Purchasing Document Category )
    EKKO-BSART = 'AN'.
    (Purchasing Document Type)
    Regards,
    KV.

  • Webdynpro ABAP -- ALV  Layout setting

    Dear all,
    In my development with ALV in Webdynpro ABAP, I want to save the ALV layout via Setting. but it seems that the layout only can be saved as user-specific, is it any possible to use it as the gobal one?
    Please kindly provide me some hints. Thanks in Advance.
    Best Regards,

    Hi,
    Yes you can make it global in administrative level.
    1.In SE80 ,Double click on the name of  your Web Dynpro Application .
    2.Select Web Dynpro Application  Menu .
    3.Select Test->-> Execute in Administrative Mode from the menu.
    Your application opens in administrative mode .
    Go to the ALV settings make the changes and save it as some variant.
    This layout will be default and global to all the users.
    Regards
    John Paul

  • Where does ATP feed back from APO gets stored  (in which table) in R/3?

    Hi ALL,
    I am facing problem in finding in which table the response in R/3 gets stores after ATP check is done in APO?
    I will be grateful, if you experienced guys can help me find it?
    Thanks in advance
    Reetesh

    I would be surprised if the ATP feedback from APO gets stored in R/3 table. When a product location is flagged as GATP relevant, and when say a sales order is created in R3 (or any other business event flagged as ATP relevant) an RFC call is done to APO system and all calculations are done then and there in APO-- only confirmed quantity is sent back to R3. What you see in R3 is confirmed quantity and there is no other thing sent back to R3.

  • How to find out which field belongs to which table

    Dear all
             How to find out this "Field name:-  LFSNR" belongs to which table.
    regards
    M.Chandra mohan

    Hi
    You can go to SE84.
    ABAP Dictionary --> Fields --> Table fields
    Enter field name and execute. You will get list of table where this field is exist.
    hope it helps
    regards
    Srinivas

  • Parked Vendor Invoices (MIR7) stored in which tables ?

    Dear All,
    I need to write a report to show all park documents.
    I know that this table store park document header.
    vbkpf      - Store All Park Documents Header (Include Vendor Invoice (MIR7))
    However, I have checked some tables in the following and doesn't contain any vendor invoice details line transactions.
    VBKPF       Document Header for Document Parking
    VBSEC   Document Parking One-Time Data Document
    VBSEGA  Document Segment for Document Parking
    VBSEGD  Document Segment for Customer Document
    VBSEGK  Document Segment for Vendor Document
    VBSEGS  Document Segment for Document Parking
    VBSET   Document Segment for Taxes Document
    VBWF09  People with Release Authorization
    VBWF15  People with Release Authorization
    Please help to comments which table to store Parked Vendor Invoices details line transactions.
    Thanks in advance,
    Best Reqards,
    Leo

    Hi,
    Please check the table RSEG - Document Item: Incoming Invoice
    Regards,
    jigar

  • Layout saved in ALV is stored in which table?

    Hi,
    Where does all the fields which are hidden from the layout in ALV are stored ..i mean i want to know for a pertcular layour which all fields are hidden and where is this detail data stored...
    any pointer on the same is welcome..
    Regards
    Gunjan

    hi,
    call this FM to know which fields are used.
    CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT'
          EXPORTING
            i_dialog               =  'N'
            i_user_specific     =  'A'
            i_default               = 'X'
            it_default_fieldcat  = g_fcat
            i_layout               = g_layout
          IMPORTING
            et_fieldcat           = g_fcat
            es_layout            = g_layout
          CHANGING
            cs_variant           = g_variant.
    loop at g_fcat( field catalog ).
    check the no_out field
    if no_out = '  '   then the field is in hidden column
    or if no_out  = 'X'  then the field is in display column
    endloop.
    reward if helpful.

Maybe you are looking for

  • Self Assigned IP + Firewall Disabled = No security?

    Hi everyone. My 8600M GT card died last week, so I had my logic board replaced and my Macbook Pro returned to me a few days ago. Before the logic board replacement, I had no issues connecting wirelessly to my Apple Airport Extreme (newest model with

  • Urgent issue in HR-ABAP

    hi friends, right now i'm using transaction PTMW. the difference btn start & end times is not getting calculated now.if i'm using some FM and getting it done, other functionalities are getting affected. So, now what i need is - it won’t be triggering

  • Error when Starting LiveCache

    Hello all, The restart of LiveCache is works fine, but I checked the LCTRC#init.log file and I saw the following error: Installation successfully finished ================================== 11455 2009-01-13 16:21:03.000 ERROR: Could not write to 'teo

  • I have iMac version 10.7.5 can i update to Mavericks 10.9.2 ?

    I have iMac version 10.7.5 can i update to Mavericks 10.9.2 ?

  • Pb ouverture pdf avec windows 7 et internet explorer8

    je viens d'acheter un nouvel ordinateur équipé de windows 7. j'utilise internetexplorer8; lorsque j'essaie d'ouvrir un ficheir pdf en ligne , reader s'ouvre mais le fichier ne s'ouvre pas. ce serait un problème de paramétrage d'internet explorer . qu