Table entries using transaction

I have a Z table . I have created a Table maintenance generator for this . But I donot know how to link it with a transaction. pls help .
regards

Hi,
Enter a new Transaction Code and click on the "Create" button
Select "Transaction with parameters (parameter transaction)
Select "Screen" and screen enter 100 for SM30 and 200 for SM34 & from module SAPMSVMA
Type in VIEWNAME for the name of the screen field for SM30 and VCLDIR-VCLNAME for SM34 and the table name or view cluster name for value
For SE16 select "Transaction" and enter SE16 & select "Skip initial screen"
Enter DATABROWSE-TABLENAME for Name of screen field
Enter table of interest for value
Thanks,
Shailaja Ainala.

Similar Messages

  • Custom table entry if transaction fails

    hey ppl,
    One doubt. I am using a exit in sales order and the requirement is that once the exit is triggered,few values must be updated on the custom table that i have created. My question s that, i am able to modify my custom table but if for some reason ,after my exit if the transaction fails :
    1. would the custom table entry be reversed back automatically?
    2. Else, is it our responsibility to reverse the entry in the custom table?If yes, can you please guide me how to do it?
    Thanks in advance.

    1. would the custom table entry be reversed back automatically? Can't be sure on this. the entry will be updated to table once the Current LUW is updated.
    2. Else, is it our responsibility to reverse the entry in the custom table?If yes, can you please guide me how to do it?
    Yes. If entry is there you wll require to DELETE it otherwise you can just to ROLLBACK WORK.

  • Split single line entry into mutliple table entries using BODS.

    Hi All,
    I have a question on how to resolve splitting a single entry input into mutliple line entries using BODS.
    Example we have Column 1, Column 2, Column 3 and the output will have 3 lines with Line 1 value from Column 1, Line 2 value from Column 2 and Line 3 value from Column 3?
    Is there a loop that can be utilized inside a Data Flow?
    What I had thought of is current using a CASE and a MERGE to resolve this.
    Are there a better solution to this?
    Thanks,
    Tim

    Hi Maurice,
    Thanks for the reply. It's more based on a condition so say if column 1 has a value, then you get row 1 created, if column 2 has a value then only row 2 gets created. Also, the source table contains multiple columns and not all will be pivoted into rows, just a certain particular columns.
    Anyway, i had resolved this at the moment via CASE to split single row input into individual Queries and MERGE them back creating multiple rows.
    Would like to know if anyone has a better 'performance wise' solution.

  • Problem in reading the table entries using RFC_GET_TABLE_ENTRIES:

    Hi  All ,
    We are tryiong to  read the infocube /BIC/ACDPBARCO00 ( Table ) from BW using the above  FM . We are successful in reading the data but , last but one field is appearing as ####### . Actually that particular  filed has some data in BW side .
    Could you suggest  m,e what the problem is and how to correct that data ?
    Thanks ,
    Dharma .

    Hi ,
    Are you pulling entries by passing only Table Name or with field names.
    If it is based on field names, Please check all field names are correctly passed to this function module or not.
    If this FM doesn't work then try with RFC_READ_TABLE, which does the same task.
    Regards,
    Ravi Sankar,.Z

  • Update TVARV table entries using a Function Module or Program

    Hi Gurus,
    My requirement is that I have a entry in TVARV table which has a 'low'. We would like to change this value whenever we desire. We are unable to do it via sm30 and se16 as table maintenance access is not permitted in Production environment.
    Can you please provide any Function module or program code to do it?
    Requirement - User can enter a value into TVARV table by executing a function module or program
    Thank you all, will award points,
    Priyansh

    Hi Priyansh,
    Please refer to SAP Help for more information on variant maintenance and more specifically variable values in variants. You can use t/code STVARV for maintaining the variant variables in table TVARVC (Client-Specific Variant Variables).
    Note: I suggest to use the TVARVC table instead of TVARV.
    If you are looking for Function Modules in the area of Variant Maintenance, then please have a look at Function Group SVAR (t/code SE80).
    If you are looking for Function Modules in the area of User Variables in Variants, then please have a look at Function Group SVUV (t/code SE80).
    Furthermore, if you are looking for a program to update table TVARVC, please have a look at ABAP: Dynamic Variant Processing with STVARV.
    Best eregards,
    Sander

  • Accessing windows process table entries using java

    Hello Everyone,
    Can anyone help me by giving me an idea for acessing windows especially Windows 2000 professional using Java.

    @Op. You can't do that in pure Java

  • Extending field catalog of application ME using transaction NACE

    Hello,
    I extended the field catalog of application ME using Transaction NACE. I inserted material field as ZZMATNR but I couldn't find this field at IMG->Materials Management->Inventory Management and Physical Inventory->Output Determination->Maintain Condition Tables->Output: Create Conditions Table ->FieldCatalog.
    How can I use ZZMATNR?
    Thank you.
    Yasar Unalp

    Follow the OSS note below (OSS note - 39462) you need to follow the same for your field.
    Summary
    Symptom
    In the message determination for purchasing, the field catalog in Transaction M/60 should be enhanced, for example, with a field for the user ID.
    Other terms
    USNAM, condition table
    Reason and Prerequisites
    The communication structure to be maintained can be taken from table T681Z. Table T681Z can be displayed with Transaction SE16.Use 'B' for message determination and application EF for purchase order.
    Thus the structure for purchase orders to be maintained is KOMKBEA.
    The following section describes how to include field 'User ID' in the structure.If other applications or fields are used, the following example can be used in a modified form.
    Solution
    1. You must include field ZZUSNAM in communication structure KOMKBEA.In this structure there is an include that is provided for additional fields.In this Include KOMKBZ you must include the field with the name ZZUSNAM. ERNAM can be used as the domain in this case.
    2. The same field must also be included in structure KOMB in Include KOMBZ (the same procedure as under point 1).
    3. In table T681F use Transaction SM31 with key B, EF to add the same field. You can do this by overwriting an existing field.
                  As of Release 4. 0 you can use view V_T681F in Transaction SM30 for that purpose. Enter usage 'B', your application and field group '001'.
    4. In the message determination, the system runs perform USEREXIT_KOMKBEA_FILL. This perform is in program RVCOMFZZ.
    The source code should be changed as follows:
    FORM_USEREXIT_KOMKBEA_FILL.
    COM_KBEA-ZZUSNAM = SY-UNAME.

  • Entries in table CDHDR for transaction MM02 missing after upgrade to ECC6.0

    Hi,
    I am supporting a client who has just performed an upgrade from 4.7 to ECC6.0 on their test system.  We try and use transaction MM04 (display material master changes) or MM02 and view changes to the material master but there are no entries.
    During the upgrade, the entries for transaction code MM02 in table CDHDR have been lost.  Can anybody give me assistance on how to avoid this when performing the production upgrade, or even better, is there any way to get these entries back?
    Thank you.
    Sharon.

    That shouldn't happen - entries shouldn't get lost.
    Is there anything in the CDHDR table (by browsing it with SE16)? If not, then something went wrong during the upgrade....
    Have there been modifications to the table? Is the the table active in SE11?
    Markus

  • Table where used in Transactions

    hai Tech pals,
    i have a table , i need to get Transactions , in  which it is used.
    se49 , or FM RS_PROGRAM_TABLES is not sufficient.
    Observe: <b>i have table , i need Transactions by which these transactions are formed</b>
    eg : table t001z ,  in which transacations , this table is used. I need list of transactions .
    Thanks in advance.
    balaji.

    Hi Balagi,
      if you need to find the where used list for the
      t001-paval field  in the screens, after finding the
      programs, call the below function module to get the
      list of screen fields.
       SELECT PROG
               DNUM
               INTO TABLE I_DNUM
               FROM D020S
               FOR ALL ENTRIES IN I_TCODE
               WHERE PROG = I_TCODE-PGMNA.
        IF NOT I_DNUM[] IS INITIAL.
          LOOP AT I_DNUM.
            V_PGMNA = I_DNUM-PROG.
            V_DYPNO = I_DNUM-DNUM.
            CLEAR : I_DYNP_FIELDS,I_LINE.
            REFRESH : I_DYNP_FIELDS,I_LINE.
            CALL FUNCTION 'DYNPRO_FIELD_GET'
                 EXPORTING
                      DYNPRO           = V_DYPNO
                      PROGRAM          = V_PGMNA
                 TABLES
                      DYNP_FIELDS      = I_DYNP_FIELDS
                      LINES            = I_LINE
                 EXCEPTIONS
                      DYNPRO_NOT_FOUND = 1
                      OTHERS           = 2.
      once you get the list of fileds you can easily make outthat field is used or not.
    or if you want to find in the source code, after getting the programs, read the source code to itab and use search command to find the table-field.
    you can also take the reference program RSRSCAN1.
    Both the ways you can do where used list.
    Hope this will solve your problem.Let me know if you want more info.
    Thanks & Regards,
    Siri.

  • Custom transactions execution from base on conifguration table entry.

    Hello,
    I have a reqiurement where I name of the custom Transaction programs are maintained in a configuration table.
    I am creating a custom report on whose execution, the selection screen should show the name name of all those transaction proigrams in form of radio button which I can execute.
    The problam is that the configuration table can have multiple custom transaction entries over there and it can get changed every day. How can I acieve this reuqirement ?
    Regards,
    Jainam.

    Thanks Narendra and Rob for your inputs.
    Narendra
    I liked the approach of using table control with the table control have a radio button and then control the number of radio buttons based on the config table entries..
    How can I achieve this table control approach because I have never used this approach before ? Can you send me a sample example ?
    Thanks.
    Regards,
    Jainam.

  • MDMGX Transaction Error "No Table entries found"

    Hi All,
    I wanted to extract the reference data of ECC using the MDMGX Transaction but was getting the following error
    "No Table entries found"
    i searched in MDM thread and followed the below link but still i am facing the same error
    link: [MDMGX Configurations;
    Please help
    Regards,
    Sharma

    Hello Abhishek,
    Thanks for the reply.
    Well i do not have a file to upload in Upload ports and check tables i expected it to be loaded along with the business content.
    I have checked the below SAP note but i do not have a login ID for sap service marketplace.
    Vendor (SAP Note 1318478)
    Where else can i get the files specific to business objects? or can i prepare my own text file for the same?
    If i can prepare my own file can i get the format of the file which will help me in preparing the text file.
    Thanks in Advance.
    Sharma.

  • I am using GUI_DOWNLOAD FM to download my internal table entries into .xls

    Hi
    I am using GUI_DOWNLOAD FM to download my internal table entries into .xls file. but it's not download total records in final table.
    in debugging it showing total records.
    exporting:
    filename
    filetype
    field-suprater
    header
    tables
    data_tab
    fieldnames
    plz help me.
    thanks
    Sankar

    Hi
    Use as below:
    CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'
    EXPORTING
    file_name = p_file " path offile where u need to download
    CREATE_PIVOT = 0
    DATA_SHEET_NAME = ' '
    PIVOT_SHEET_NAME = ' '
    PASSWORD = ' '
    PASSWORD_OPTION = 0
    TABLES
    PIVOT_FIELD_TAB =
    data_tab = int_data "internal table with data
    fieldnames = int_head "internal table with header
    EXCEPTIONS
    file_not_exist = 1
    filename_expected = 2
    communication_error = 3
    ole_object_method_error = 4
    ole_object_property_error = 5
    invalid_filename = 6
    invalid_pivot_fields = 7
    download_problem = 8
    OTHERS = 9
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Sreeram

  • Taking snapshot of oracle tables to sql server using transactional replication is taking a long time

    Hi All,
    I am trying to replicate around 200 oracle tables onto sql server using transaction replication and it taking a long time i.e the initial snapshot is taking more than 24 hrs and it still going on.
    Is there any way to replicate those these tables faster?
    Kindly help me out..
    Thanks

    Hi,
    According to the description, I know the replication is working fine. But it is very slow. 
    1. Check the CPU usage on Oracle publisher and SQL Server. This issue may due to slow client processing (Oracle performance) or Network performance issues.
    2. Based on SQL Server 2008 Books Online ‘Performance Tuning for Oracle Publishers’ (http://msdn.microsoft.com/en-us/library/ms151179(SQL.100).aspx). You can enable the transaction
    job set and follow the instructions based on
    http://msdn.microsoft.com/en-us/library/ms147884(v=sql.100).aspx.
    2. You can enable replication agent logging to check the replication behavior. You may follow these steps to collect them:
    To enable Distribution Agent verbose logging. Please follow these steps:
    a. Open SQL Server Agent on the distribution server.
    b. Under Jobs folder, find out the Distribution Agent.
    c. Right click the job and choose Properties.
    d. Select Steps tap, it should be like this:
    e. Click Run agent and click Edit button, add following scripts by the end of scripts in the command box:
            -Output C:\Temp\OUTPUTFILE.txt -Outputverboselevel 2
    f. Exit the dialogs
     For more information about the steps, please refer to:
    http://support.microsoft.com/kb/312292
    Hope the information helps.
    Tracy Cai
    TechNet Community Support

  • Fact/Dim Tables entries analyzing using RSRV

    Hi All,
    When we analyzing the infocube in RSRV to see percentage of Dimension tables, system is showing 0% for all the dimensions and also for Fact tables.
    But data is existing in fact table of infocube and also in dimensions tables, when we see in SE11.we also executed report SAP_INFOCUBE_DESIGNS in SE38, in their also we are not able to find any entry for particular infocube.Please advice on this ASAP.
    Thanks & Regards
    Manoj

    1) transaction se16 -> fact table name, /bic/f[infocube name] and /bic/e[infocube name] or /bi0/f.. and /bi0/e for business content infocube, click 'number of entries'
    2) transaction db02 -> 'detail analysis' -> object name = [infocube name]
    Hope it Helps
    Chetan
    @CP..

  • Transport table entries sap to sap using rfc

    Hi Guru's,
               I want to write a program for update one table entries of sap system  to onother table of sap system using RFC establishment.
    If you have any example code kindly give it to me.
    Thanks & Regards,
    Lakshman.annamaneni

    Hi,
    POST - 1
    Fisrt create RFC Destination in SM59 between sender & receiver system.
    *Sender System:*
    FUNCTION XX_RFC_READ_SPFLI.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(CARRID) LIKE  SPFLI-CARRID
    *"     VALUE(CONNID) LIKE  SPFLI-CONNID
    *"  EXPORTING
    *"     VALUE(EX_SPFLI) LIKE  SPFLI STRUCTURE SPFLI
    *"     VALUE(SYS) LIKE  SY-SYSID
    *"  EXCEPTIONS
    *"      INVALID_DATA
      SELECT SINGLE * FROM spfli INTO spfli_workarea
             WHERE  carrid      = carrid
             AND    connid      = connid.
      IF sy-subrc EQ 0.
        ex_spfli = spfli_workarea.
      ELSE.
        RAISE invalid_data.
      ENDIF.
      Sys   = sy-sysid.
    ENDFUNCTION.
    *NEXT: create a Prog.*
    REPORT XX_RFC_Tutorial.
    Global Data Declaration
    TABLES: spfli.
    PARAMETERS: p_carrid LIKE spfli-carrid DEFAULT 'LH',
                p_connid LIKE spfli-connid DEFAULT '400'.
    DATA: SYSTEM LIKE SY-SYSID.
    * Calling the Function
    CALL FUNCTION 'XX_RFC_READ_SPFLI'
       EXPORTING
             carrid       =  p_carrid
             connid       =  p_connid
       IMPORTING
             ex_spfli     =  spfli
             sys          =  system
       EXCEPTIONS
             invalid_data =  1.
    * Handling Exceptions
    CASE sy-subrc.
       WHEN 1.
          WRITE 'No data available'.
           EXIT.
    ENDCASE.
    * Displaying Results
    WRITE: spfli-carrid,
           spfli-connid,
           spfli-cityfrom,
           spfli-cityto,
           spfli-deptime,
           spfli-arrtime.
    See the next post for Receiver System:
    Anil.

Maybe you are looking for

  • Compilation problem in OAS 4.X

    When i do the following i get this error. This is one of the examples in OSA 4.X. It may be a classpth problem in NT.Can any body help me. d:\...\myStack>javac ServerStack.java ServerStack.java:16: Package oracle.oas.ejb.* not found in import. import

  • J1INQEFILE - Quarterly TDS Returns

    Hi Experts, When I am excuting the quaterly returns, we are not getting all the documents in the list. Reason: Challan number (J_1IINTCHLN) is not updated in the with_item table. But already accounting document is cleared. How to update this challan

  • IMovie 10.03 cannot be open

    Version 10.0.3 - Hi, I was working on a project 4.62GB - saved it - deleted all data as well in the Theater. ended iMovie. since today no reply. It cannot be open any more. Please help.

  • Windows xp home edition hp

    Hello, I am running a PC DMI System Manufacturer Compaq Presario 061 DMI System Product PX631AA-ABU SR1440UK GB520 DMI System Version 0nC0411RE101AHI2 00, and have Windows XP Home Edition HP, with 25 digit long product key on the label, but I have no

  • Iphoto/MobileMe request to server failed

    In attempting to publish an iPhoto album (Life '09) on MobileMe after loading the thumbnails, I receive a message that it cannot publish that album "request to server failed". I have Life '09 version of iPhoto and my MobileMe account is working well