DD02L table - SAP R/3 4.7

Hello, I am reviewing the DD02L table. In the 'Mst' field, I understand if the field is blank for a certain table, 'Maintenance is allowed with restrictions'. My question is, what does 'Maintenance allowed with restrictions' mean? Thank you.

There is no "MST" field.
Probably you meant MAINFLAG, possibly in combination with CONTFLAG?
This determines whether the table can be maintained directly, possibly only in a development systems or via a maintenance generator (SM30) or via a "special" view (SE16).
Cheers,
Julius

Similar Messages

  • XI message status at Adapter engine level using a table (SAP table)

    Hello Experts,
    XI message status at Adapter engine level using a table (SAP table).
    We want to write a custom report using ABAP so Pls tell why the status u2018Holdingu2019 and u2018To be deliveredu2019 are present in message monitoring of RWB but not in the status (MSGSTATE) field of SXMSPMAST table.
    My need is to write a report to get the messages based on the these status from table level.
    Please let me know the table name and field name for this and the table name for the desciption of the status of XI messages at Adapter level.
    Thanks
    Gopesh

    Hi Gopesh,
    the Adapter Engine Messaging System messages are on the Java schema,
    i.e., see the following -
    [XI/PI tables|https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/xi+tables]
    Regards
      Kenny

  • Create user with read access for all tables SAP SID .*

    Hello all,
    could you please help me ? I would like to grant select privilege on all tables SAP<SID>.* for newly created user.
    I have created standard database user (not exclusive).
    I`m able to grant select for individual tables, but I would like to grant select for this user on all SAP<SID>
    schema in simplier way
    But as far as I know, the schema`s owner name must be different then schema name.
    Any idea please ?
    Thank you.
    Pavol

    create user <user_name> identified by <password> <options>;
    grant read on all tables:-
    CREATE OR REPLACE PROCEDURE GRANT_SELECT AS
    CURSOR ut_cur IS
    SELECT table_name
    FROM user_tables;
    RetVal NUMBER;
    sCursor INT;
    sqlstr VARCHAR2(250);
    BEGIN
    FOR ut_rec IN user_tabs_cur;
    LOOP
    sqlstr := 'GRANT SELECT ON '|| ut_rec.table_name
    || ' TO <user_name>';
    sCursor := dbms_sql.open_cursor;
    dbms_sql.parse(sCursor,sqlstr, dbms_sql.native);
    RetVal := dbms_sql.execute(sCursor);
    dbms_sql.close_cursor(sCursor);
    END LOOP;
    END grant_select;
    Edited by: varun4dba on Jan 18, 2011 4:13 PM

  • Table SAP for Tax when parked document

    Hi All,
    I have a probelm, when I parked document in FV60. I cannot take the tax amount with standard table SAP.
    I can find expense in Table VBSEGS and Vendor in Table VBSEGK. But I cannot find the tax amount for VAT and WHT in Table VBSET and WITH_ITEM. Please kindly need your advice, if you know the right table to store the amount of tax when parking document.
    Thanks,
    John

    Hi All,
    Thnaks for your reply. Pramitha, I have try to VBSEG, but it is a structure not a table. Murali, Are you sure that SAP didn't save the tax date when document is parked? Because I have to take the tax amount from table when the document is parked. Please, give me your idea about it.
    Thanks,
    John

  • In which tables sap does not add partitions to partitioned tablespaces

    Hi Team,
    I would like  to know in which tables sap does not add partitions to partitioned tablespaces in a BW 7.00 system on aix db2. any idea?
    DB2 version is 8.1.5
    Thanks,
    Asad
    Message was edited by: Asad S Zafer

    The documentation you quote says
    Local and global indexes associated with the range-partitioned table remain usable.When you added a partition, the indexes remained usable, just as it said they would:
    when checked for the status of the indexes, I can still see them as USABLE.so I'm not sure what the issue is.
    btw I'm not sure what you mean by
    creating a table and adding local and global partition using the ALTER CommandDid you mean the ALTER TABLE command? What are "local and global partitions" and how did you add them?

  • Facing a problem with RFC Call receiver error while importing the table sap sandbox

    Hi All,
    I am trying to import a table from sap sand box . while importing it is showing below error..
    RFC CallReceive error <Function DDIF_FIELDINFO_GET: RFC_ABAP_EXCEPTION-(Exception_Key: NOT_FOUND, No active nametab exists for /BIC/OHZ_ISP_SCX)[SAP NWRFC 720][SAP Partner 731 ][SCX][ics106046124][APOBODS][4103]>.
    Please suggest me how can i overcome this problem ??

    Hi Kishore,
    Can you quickly check with your SAP Basis Team whether they have installed necessary  functions related to BODS on the SAP Application server.
    Please check Supplement for SAP Guide
    Regards
    Arun Sasi

  • Save smartform in a table/sap system and to reuse it again

    Hi Exoerts,
    I want a functionality to save smart form say in a table. The user can any time move back and can re-check the smart form.
    Is it possible in SAP ?
    Thanks in advance for your support.

    Hi Niki,
    I did not understand the requirement.You mean table to see the smartform name ?.
    Regards,
    Madhu.

  • Creation of table SAP Script

    Hi xperts how can v create tables in SAP Script form......

    Refer this link
    Re: how to create a table in SAPscript
    Re: tables in sapscript

  • Table :: SAP Script

    Hi Experts,
    I have one query in SAP Script. I have script name but suppose I don't know that script is maintained in how many languages.
    Is there is any database table available which will give us the langugage details for particular script?
    Thanks,
    Neha

    Hi Neha,
    In table TADIR, select rows where OBJECT=FORM for sapscript.
    In case of Smartform use OBJECT=SSFO.
    or, you can check table TNAPR and Transaction NACE.
    Hope, it would help you.
    with regards,
    Mamta Kumari

  • How i can set date in a tabla sap?

    Hi all,
         I'm working in a proyect where i like do a Sales order with a aplication web, in Sap Netweaver developer studio, and i use the bapi: "BAPI_SALESORDER_CREATEFROMDAT2".
    First i have:
    JCO.Structure Tb = function.getImportParameterList().getStructure("ORDER_HEADER_IN");
                   Tb.setValue("ZNAC","DOC_TYPE");
                   Tb.setValue("1000","SALES_ORG");
                   Tb.setValue("10","DIVISION");
                   Tb.setValue("10","DISTR_CHAN");
                   JCO.Table Tab = function.getTableParameterList().getTable("ORDER_ITEMS_IN");
                   nfilas=Tab.getNumRows();
                   for(int i=0; i<nfilas;i++){
                        Tab.setRow(i);
                        Tab.setValue("000010","ITM_NUMBER");
                        Tab.setValue("201311630P05000032","MATERIAL");
                        Tab.setValue("10","TRAGET_QTY");
                   JCO.Table Tab2 = function.getTableParameterList().getTable("ORDER_PARTNERS");
                   nfilas=Tab2.getNumRows();
                   for(int i=0;i<nfilas;i++){
                        Tab2.setRow(i);
                        Tab2.setValue("AG","PARTN_ROLE");
                        Tab2.setValue("100003","PARTN_NUMB");
    Second execute the function:
    mConnection.execute(function);
    But the result isn't not equal that the result that i get if i have it in SAP with same value. In the table "Return" that it's where is the result isn't equal.
    Any idea?
    Thank's
    PD: Excuse me for my english

    Hi,
    The only change which I can suggest by looking at code is to modify the line below
       Tab2.setValue("100003","PARTN_NUMB");
    to
       Tab2.setValue("0000100003","PARTN_NUMB");
    As the Partner Number Length is "10" in the table ORDER_PARTNERS, it may help if u pad it with zeros.
    Regards,
    Naresh

  • Link between data table sap

    hye!
    i want to know how to make a link between datatable in sap R/3.
    For exemple: i'm loocking to the table MARC in this table there is a lot of area: MAXLZ,EISBE... and for the table MARA there is the following areas: MTART,MEINS...;
    i want to find the link between that 2 tables ( my project is to extract data from sap )

    Hi!
    The common field of MARA and MARC is MATNR - you can join the two tables by this field.
    <a href="http://www.sapgenie.com/abap/tables_mm.htm">This</a> english site has some very nice overview pictures of tables connections, here e.g. for master data and purchasing.
    Regards,
    Christian

  • Which table sap stores initial budget entry by periods?

    So I entered initial budget balance in FMBBC by periods (1-12). I search available reports but none of the report shows the budget by periods (except for FMB_B02 - Budget View by Process) but I have to clicks it through one by one. Its not practical.
    So I planned to create report by report painters, but I could not find the right table.
    I checked BPDP, FMBDT, FMBH, etc but none available.
    Please help
    thanks

    Hi,
    That's very strange! All the tables you mentioned are supposed to store this information (FMBH - header, FMBDP-item and FMBDT-total level). The budget is stored per period both on item and totals level.
    Regards,
    Eli

  • How to change the unload priority of a table in SAP HANA?

    Hi Experts,
    How we can change the unload priority of a table in SAP HANA? I know by default the priority is 5. Is there any way so that we can check the unload priority of a particular table in HANA studio? Is there any SQL statement to get the same?
    Please suggest.
    Thanks in advance.
    Regards,
    Arindam

    Hello Arindam,
    Just for the future:
    ALTER TABLE - SAP HANA SQL and System Views Reference - SAP Library
    To check before hand:
    select
    table_name, unload_priority from SYS.TABLES
    where table_name = '<Your Table>'
    To Make the change:
    alter table <Your Table>unload priority <Priority You Want>.
    As you have asked in the BW on HANA section I assume you're on BW and you could also have checked this with tx SE14.
    Hopefully the above gives you everything you need.
    Kind Regards,
    Amerjit

  • The relationships and links between the various SAP database tables

    Hi Gurus,
    I am trying to learn the relationships and links between the various SAP database tables (SAP FI-AA, SAP SD, SAP MM, SAP HR and so on) for correctly extracting data from them. Especially I am expressing an interest in the SAP database tables on SAP FI-AA, SAP SD, SAP MM, SAP HR. Could somebody provide me with documentations about the relationships and links between them. I will be very grateful if somebody can provide me with links.
    Thanks and regards
    Sergey

    hi Sergey,
    try
    http://www.erpgenie.com/abap/tables.htm
    http://www.erpgenie.com/abap/tables_fi.htm
    http://abap4.tripod.com/SAP_Tables.html
    http://abap4.tripod.com/Finance_Tables.html
    http://www.auditware.co.uk/SAP/Extras/SAPTables.pdf
    hope this helps.

  • Error 'undefined' evaluating sap.ui.table.Table

    Can seem to figure out why I can't create a Table from my view. I have set my 'data-sap-ui-libs' attribute in my index.html with sap.m, sap.ui.table, sap.ui.core.  Even tried to use sap.ui.table.Table.
    But I keep getting the error 'undefined evaluating new sap.ui.table.Table'.......
    My table definition from my view:
    var oTable = new sap.ui.table.Table({
              columns: {label: "Label", template: "Name", setProperty: "Name"}
    any help is appreciated.

    Do it after coma:
    data-sap-ui-libs="sap.ui.commons,sap.ui.table"

Maybe you are looking for