Which table does sales text store?

Hi, does any guy know, which table does sales text store?
(The sales text path is : xd02 -> sales area data -> Extra -> Texts.)
Thanks great.

Hi,
VBAK     Sales Document: Header Data
VBAP     Sales Document: Item Data
VBBE     Sales Requirements: Individual Records
VBEP     Sales Document: Schedule Line Data
VBFA     Sales Document Flow
VBLB     Sales document: Release order data
VBLK     SD Document: Delivery Note Header
VBPA     Sales Document: Partner
VBUK     Sales Document: Header Status and Administrative Data
VBUP     Sales Document: Item Status
Regards:
Alok

Similar Messages

  • Which table contains the text

    hi all,
    im working on a smartform where i need to display data of trx VA01.After the initial screen of va01 in the Sales Tab when i double click the line item (Material field), it goes to a third screen where in Additional Data A tab  , Material Groups are defined from 1 to 5.
    I need to display the data entered in material group. In table VBAP the value for the material groups  from 1 to 5 is in the form of 01,02,03 etc. whereas when the user selects value of these they appear in a drop down list in the form of text.
    e.g:
    Material group 1 : uk , germany,india.(these are the options in drop down list on screen).
    vbap contains mvgr1 as 01, 02,06.
    I need to know which table contains the text uk,germany,india.
    thnxs .
    Points will be rewarded!

    Hi,
    Check the tables..
    For MVGR1 - TVM1T
    For MVGR2 - TVM2T
    For MVGR3 - TVM3T
    For MVGR4 - TVM4T
    For MVGR5 - TVM5T
    Thanks,
    Naren

  • Which table does CS80 use?

    Hi all,
    A report that I'm writing which involves material documents generated after REM backflush (transaction MFBF) requires me to get the component quantity (field MENGE) of a particular BOM from table STPO.
    But I was told to check for any changes to the BOM just in case that material document was made before a change was made to the BOM.
    In transaction CS80, we can see the changes. The thing I would like to know is which table (if any) that stores these data? Can anyone give me any ideas if I can query the BOM number and the date of the material document so that I can get the BOM data for that particular period?
    I'm kinda new with abap, so any help I can get is greatly appreciated.
    Thanks!

    Hi,
    Refer the table RC29N.
    Hope this helps u.
    Thanks.

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

  • Which table does (CREATE_USER(USERNAME,PASSWORD)) writes to

    I am trying to figure out a way to allow application administrators to add more end users using the application (not development environment). I am told that I need to call CREATE_USER(USERNAME,PASSWORD). Does anyone know which table does this procedure writes to?? whats the table name?? is it apex_access_control?? because I looked into the object browse and saw this table and when i did a select on it, it displays the current users in there.
    so should i just get the username from the user ina textbox and directly do an insert to apex_access_control table or should i call CREATE_USER.
    Also, CREATE_USER asks for a password, Thanks

    Sharon, sorry for not giving all the information
    I am not using APEX Authentication and I am using Access Control List. When I click "Run" on "Access Control page", it allows me to add more users and assign privilige like "Administrator" and "View". I do not provide a password. The authentication scheme access an ldap directory and verifies if the user is a valid user or not. I can see a table called "APEX_ACCESS_CONTROL" and I see the users in this table (which is myself and another administrator).
    so now, I want to have a form so administrators can add users using application. Are you saying that there is a way that I can make the access control page available to administrators in the application. I was thinking I might have to add a new page myself and ask for information like (username and password) on it. I am new to APEX, so pardon me if I am not being very clear, but i hope you understand and can help me
    YES, I am asking how to add users to Access control list (remember without coming into apex as developer and adding users).
    Thanks

  • In which tables does grievences field consist

    Dear All,
                How to calculate the grievences, in which tables does this field exists, Can some one help me,,
    thanks,
    Thiru.

    Hi,
    V_T591A
    V_T505O
    V_T505K
    Regards,
    Dilek

  • In which table does INCO2(Incoterms (Part 2) stored.

    In which table does INCO2(Incoterms (Part 2) stored.
    One can see in po header .
    Incoterms (Part 2)
    Additional information for the primary Incoterm.
    Example
    If the primary Incoterm is, for example, FOB ("Free on Board"), then the second field provides details of the port from which the delivery leaves (for example, "FOB Boston").
    Any idea where I can see

    Hi,
    IncoTerms2 for PO is maintained in  table EKKO.
    Field  INCO2.
    IncoTerms2 for delivery is maintained in  table LIKP.
    Field INCO2.
    Shiny S Krishna
    Edited by: Shiny S Krishna on Jul 4, 2008 8:24 AM

  • In which Table all ABAP queries store?

    Hi Guys,
    In which Table all ABAP queries store?
    Thanks,
    Sa nkar

    Hi..
    ABAP Queries are also stored in the Table TADIR along with other Repository Objects.
    the following fields must be checked to Find ABAP Queries in this Table:
    PGMID = 'R3TR'
    OBJECT = 'AQQU' "For ABAP Queries
    This will help u to retrieve the ABAP queries from this table TADIR.
    sample code:
    data: itab type table of TADIR.
    SELECT * FROM TADIR into table ITAB.
    WHERE PGMID = 'R3TR'
    and OBJECT = 'AQQU'
    and (OBJ_NAME like 'Z%' or OBJ_NAME like 'Y%').
    REWARD IF HELPFUL.

  • 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

  • Basic type :HRMD_A07  in which table data will be store

    Hi,
    I have the basic type HRMD_A07 .so can any one tell me in which table data will store .
    Thanks in advance.
    Regard

    Hi,
    Check the following link for more information on tables and the flow of information in sd
    <u>http://www.erpgenie.com/sap/abap/tables_sd.htm</u>
    Award points if it adds information.
    Thanks
    Mohan

  • Which tables does the IDOC QALITY02 update?

    Hi Guys,
    I have a serious question at hand. I have to find out which tables the IDOC QALITY02 updates. How do I find this out?
    The problem arises because the functional designer wants an IDOC that updates the same tables as transaction code QE51N. Is QALITY02 the right IDOC for doing this? If not which IDOC does the job and how do I find it?
    I would really appreciate your help. Please mark this question as URGENT.
    Thanks in advance.
    - Priyanka Shukla

    Hi Priyanka,
    Please take a look at these..
    http://help.sap.com/saphelp_erp2005/helpdata/en/04/964e38533e3860e10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5a/5b5738ed5a1d36e10000009b38f889/frameset.htm
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • Need the TABLE where SALES TEXT of a material is stored

    I need the table where the sales text of a material is stored. This can be onbtained from MM03 --> SALES TEXT. Here we can pick it up from the language.I need the table where it is stored.

    Hi Gurpreet
    Please follow the below steps:
    1. Go to MM02.
    2. Select View: <b>Sales Text</b>
    3. When you are in the editor, use menupath: Goto->Header
    Here we can get the details of Text-ID, Text Name, Language, Text Object.
    Use these details for FM: READ_TEXT.
    We can retreive all text in the output of the FM.
    Hope this helps you.
    Kind Regards
    Eswar

  • Which table does the Contact person info (given in cu. master) is stored?

    H,
    I would like to know in which table the contact person details are stored, which in maintained in customer master general data under the contact person tab. I need to get the information of contact person i.e. telephone numbers, mobile, email, etc...
    Can any one help me..
    Thanks
    Ghanesh

    Hi,
    in KNVK Table or see structure RF02D
    Kapil

  • In which table does Pricing Condition exist?

    Please inform where the field Pricing condition exists in which table and what is the field's technical name?

    Hi,
    i do not remember exactly...but it starts with KO...
    please go to SE11 in the TABLES give KO* and press F4 u will get a list a tables which r starting with that name u can find in that list
    Regards,
    Satya

  • In which table does the Manage Rejection data is stored

    Hi All,
    I need some information regarding Manage Rejection.
    In which table is Rejected users data is stored. Actually what I am looking for is to look at the comments of all the rejected users by the reviewers.
    Currently I need to go into each and every request for the comments of reviewers.
    I searched for any specific table on the net but was able to find any.
    Please any help in this regard is appreciated.
    Regards,
    Nisha

    Dear Nisha,
    you can use table GRACREVREJUSER with the correpsonding reasons from table GRACREJREASON and GRACREJREASONT.
    Regards,
    Alessandro

Maybe you are looking for