SE16N

Hi,
Can any one pleae explain about se16n? how to create and execute ABAP query or Quick View with some example in product costing or anything else?
Thanks,
Nivi

call FM SE16N_INTERFACE
and pass
I_TAB = <TABLE NAME>
I_DISPLAY = 'X'
AND IN
IT_SELFIELDS table pass the filter criteria. (its like select option)
Re: call transaction

Similar Messages

  • SAP ERP 6.0 - Problems displaying numbers in ALV (i.e tx. se16n)

    Hi, We've just upgraded our system from version 46C to version 6.0.
    As the result of the process we're experiecing a problem when displaying numbers with ALV reports, even with standard transactions.
    For example, when running the transaction se16n to display the content of the table CABN table, the value of the ATINN field (NUMC) is replaced by the value of other field ATNAM (CHAR 30).
    This situation doesn't happen when consulting data in se16 transaction (here we display the result in se16 standard list).
    We also experienced this problem in Z programs showing data in ALV reports..
    Any help on this would be appreciated.!!!
    Thank you

    ORA-00959: tablespace 'PSAPSR3ODS' does not exist
    Create the tablespace PSAPSR3ODS through brtools, or sql commands.
    Update the import_state.properties where you replace the "-" with "0" for the packages that you want to retry.
    Then set the JAVA_HOME environment, and  then run the import_monitor.sh.

  • Records not visible in SE16N are shown in SELECT

    Hi, I have a select statement, without any restrictions/conditions on the table ERDK.This fetches some records.
    But when I try to get the same records through SE16n or SE11, it says no data found. Any idea why. Because I dont want the records to show in the select statement. These records mess up the calculations.

    Hi Suhas, Below is the select statement i use
    SELECT opbel
               stokz
               intopbel
               vkont
               abrvorg
               FROM erdk
               INTO CORRESPONDING FIELDS OF TABLE i_erdk
               FOR ALL ENTRIES IN i_ever
               WHERE vkont = i_ever-vkonto
                 AND loevm = ' '
                 AND stokz = ' '
                 AND ergrd NE '03'             
                 AND simulated = ' '.
    My question is, this statement fetched a line with opbel = '61007232'.
    When I try to get the line in SE16N/SE11, it says 'No values found'. I would like to know, why the line is not showing in SE16N but shows in the select statement.
    Dhiraj, while running SE16N, i mention only the opbel field [61007232] for selection criteria.
    In case you need further information on my queries, please do let know.

  • T-code/ table in SE16N: Cancelled invoices associated to original invoices (document flow)

    Hi,
    I am looking for SE16n table or a T-code where I can see the cancelled invoices associated with the list of invoices.
    Many thanks,
    Monika

    Hi Reazuddin,
    Thanks for your reply,
    I am concercerned about BSEG table and using user exit EXIT_SAPLV60B_008 to post the document in FI.
    Now in we have enhanced this user exit  for contracts and included in this way.
      SELECT SINGLE ZZ_CONTRACT FROM VBAK INTO (LC_CONTRACT) WHERE VBELN EQ cvbrp-vgbel.
    Endloop.
    *Moving the values to final accounting table
    loop at xaccit.
    xaccit-vertn = lc_contract.
    xaccit-VBEL2 = xaccit-AUBEL.
    xaccit-xref3 = lc_vbel2.
    MODIFY xaccit .
    ENDLOOP.
    Clear: lc_contract,lc_vgbel,lc_vgpos,lc_vbel2.
    But I am getting correct data when checked other clients( development and quality), this problem I am getting in production.
    Do I need to ask the ABAP'er to debug this enhancement in production?
    Thanks
    Ashutosh

  • Check Box in se16n * se16 transaction

    Hi Experts,
    I got a requirement to add a check box in se16n & se16 for specific tables. I am not able to find any exit for that.
    How to acheive this.
    Many thansk in advance!
    Rgds,
    Benu

    We do not have any standard exits or BADI available for the above transactions.
    I could not find even implicit enhancements available for this.
    You can make use of screen variants, and then assign it to transaction variants. If it is the legal requirement, try approaching SAP

  • Internal table to file - SE16N extract format

    Hello experts,
    I have a few records in my internal table and would like to throw these records into a file on my PC without displaying these records. The format of the output file should be identical to the format that we get from Export -> Localfile -> unconverted functionality in SE16N. Any thoughts / suggestions please? Thanks.

    Hi Ritesh,
    Upload data to application server in a specific format
    CG3Z -  to upload file from presentation server to application server.
    Upload a empty .txt file any path in the application server using CG3Z tcode and use this path in the program
    Thanks
    Naveen khan

  • Data is not showing using SE16n T-code even though it is available in table

    Hi All,
    I am facing a problem .Please do let me know the solution incase if it is known to any one.
    There are some customized z-tables which is present in both production and development environment and for each of those development customized tables, the table structure and data are same to that of the production customized table. Now when I am executing any of those z-tables in development server using SE16n (General Table Display), itu2019s showing all the data for corresponding table But when I am browsing the table with any particular selection criteria say by providing the value (range of values) for any particular field, there are two problems arises.
    1.For some tables the error message is coming like u201CNo Values Foundu201D even though the same table is showing data for that particular filtering selection criteria which
          has been provided.
    2.Moreover for some tables the output is coming which is containing only the table structure with column heading, but no row has been fetched from the table.
    Eventually this problem is not happening in production environment. The reasons for this problem and any solution to solve the issue are highly appreciable.

    Dear Vinod,
    The solution which you have given is not working. I have checked the conversion exits going through Se16=>menu=>Settings=>User parameters(F6) and  "check conversion exits".
    When I am executing the entire ztable ,the data are coming and it is also showing the total no. of entries also but when I am executing the same ztable using any particular value for selection criteria (In either of T-codes either SE16 or SE16n) ,The error message is coming like "No Table Entries Found For Specific Key" and When clicking the button "Number of Entries" it is giving the message "Number of entries which meet the selection criteria" ,Even though the record for the same key value exists and
    showing the row when executing without any specific key value.This problem is not present for the SAP system tables.Moreover I don't understand the the process to regenerate SE16 Program ,Please provide the step wise solutions for the issue.
    Looking forward for your(or anyone from your team member) support regarding the same.
    Thanks & Regards,
    Anand Prajapati.

  • Changing document date and posting date by SE16N

    Hi All,
    an user has posted some customer documents (with tax codes) with wrong document date and posting date.
    I have to modify these data by se16n.
    In which tables I have to fill in?
    Thanks
    Gandalf

    Hi,
    It is not advisable to change the document date and posting date. Instead, try to reverse the document and post the correct one.
    Regards,
    Jigar

  • Custom table can be displayed and not maintainable using SE16n.

    Hi Gurus,
    I have created a custom table with DATA BROWSER/TABLE VIEW MAINT. equal to 'N' (Display/Maintainance not allowed) in SAP ECC 6. The the requirment is, this custom table can be displayed using the transaction SE16n.
    This requirement is existing in ECC 5. with same setting DATA BROWSER/TABLE VIEW MAINT. equal to 'N' (Display/Maintainance not allowed) and this table can be viewed using transaction SE16n.
    would there be possible that this requirement be implemented in SAP ECC6? would this be due to the version?
    Please help.
    Thank you..
    Regards,
    SAI

    Hi Kiran,
    Thanks for your answer but unfortunately this is not what I'm looking for. Iam also familiar with &SAP_EDIT.
    Well, my problem is, the custom table setting Data browser/Table view Maint. is set to "N Display / Maintainance not Allowed" ( under Delivery and Maintainance Tab). Also there is no table maintainance generator setup.
    So basically with this setting, in transaction SE11 'Contents' is disabled. And with transaction SE16n, when you execute and tried to view the table, error "You cannot display zcustom_table with standard tool". (checkboxs are hidden)
    What the requirement is looking, the custom table can be viewed (this is with the same setting above but can be viewed using SE16n and the checkbox maintain entries is automatically tick but when executed "auth failed" so, basically to view the entries, untick the checkbox then entries can now be viewed.)

  • Missing table variants in SE16N after upgrade from 4.7 to ECC 6.0

    After Upgrade to ECC 6.0 ,certain variants for standard tables like MARA,MARC,EINE,EINA etc....in SE16N are missing.Can anyone help me to restore the variants.
    Thanks in advance
    Preethi .

    If you didn't save them they are gone - you can't restore them if you didn't run the report before (from where do you want to restore?)
    On top of that, if you have tables, that changed during the upgrade, the variants won't work any more.
    I suggest you write a report or use queries to get your data instead of using SE16N.
    Markus

  • Transaction variant for SE16N ?

    Hi,
    is it possible to create a transaction variant (SHD0) for transaction SE16N ?
    The result should be :
    - start the new Z-transaction
    - tablename is filled and not ready for input
    - some tablefields are filled and not ready for input
    - some other table fields are ready for input
    - the most table fields are invisible
    So i want to select records from a fixed table with a fixed selection (some are not ready for input and some can be editted).
    Is this possible with an transaction variant ? Or should i use another technique ?
    regards,

    plz refer this link.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40d1443e-0184-2c10-c68d-c612f771fe6f?quicklink=index&overridelayout=true.
    --ganesh

  • Question for Herren Jung and Heilman re SE11 vs SE16n DDIC Buffers

    In a dev logical system (XY1:nnn), I make a change to the domain and data element of a key field in a custom table.
    The change is immediately seen in SE11 in client mmm of system XY1 (the dev test client), i.e. when rows of the table are displayed, the display header row picks up the new field label associated with the new data element that was assigned to the table column in client nnn.
    But NOT so with the display in SE16n - the display header row shows NO literal for the redefined column
    And more importantly, if I turn on editablity via &SAP_EDIT in SE16n, the column validation criteria are STILL those associated with the value range of the OLD domain, not the value range of the NEW domain that was just defined in client nnn and associated with the column via the new data element.
    But if I wait overnight, SE16n in client mmm is now aware of all the changes in nnn, i.e. the field label display is correct for the column, and the column validation criteria are correct.
    So - was gibt's, guys?
    What is SE16n relying on that SE11 is not relying on?
    And is this a bug in ECC 6, or a feature?

    I think it will depend on how the buffer is managed (updated) and which memory area it is in.
    In the case of the user buffer, it has a "flag table" which lets the memory roll (every 40 minutes) or the event of a logon (by the user) or a started new task (by the programmer) remove the flag again and reload the buffer for those key field values they were flagged for. You can set this flag using the ok-command RSET in SU01 or some obscure FMs can do it for individual users.
    So my understanding here is that if you similarly invalidate the buffer in this case (e.g. using the report mentioned by Sandra) then when you next access the record then it will load the ALV buffer again and show the (hopefully correct) DDID value, or , after 40 minutes the memory will roll and update the buffers (also potentially some DDIC buffers used by SE16N?) and then things will be straightened out again...
    ... unless you made &SAP_EDIT changes in the meantime (or ill thought out ones at all) in which case all hell breaks loose...
    I still think the problem is with how SE16N is reading the DDIC of the table. It should be moved to BC components and then bypass buffering IMO.
    Cheers,
    Julius

  • SE16N in SRM

    Hello,
    could you please advise is there in SRM 5.0 ; SE16N function?
    I need to add a new row to the table in SRM but don't know how to do it.
    The variant with /H (debugging) is not acceptable becasue it is not working in my case.
    Thank you in advance
    Regards,
    Igor

    Hi Arnab,
    SE17 does not work because I need to add a field to table CRM_JEST by GUID. I need to add status I1129 to shopping cart.Could you please help with this?
    Thank you
    Regards,
    Igor

  • Hi Experts, the result of a table content in se16n?

    Hi Experts,
    in the ALV output of se16n, some columns are in green, what does this stand for? thanks.
    Kind regards
    Dawson

    Hi Sudhakar,
    Could you please give a detail info for this? becasue I haven't found the path you mentioned, normal display -> utilities -> color legend, where is the path? thanks in advance!
    Kind regards
    Dawson

  • SE16N does not exist!

    Hi dear all,
    I recently installed NetWeaver 7.0 on a solaris OS ABAP+JAVA.
    And I created a client (200 id).
    And after logging into 200 when i execute t-code se16n, it says that se16n does not exist.
    Can you tell me why is that and how to fix the problem please.
    Further more some tables are missing as well.
    Like mara vbap ...
    Any help would be greatly appreciated.
    Thanks in advance,
    Thilanka.

    Hello!
    I am using ECC 6 with the following patch level. I am able to work on SE16n including with IDES, ECC6 and NW2004s.
    SAP_ABA     700     0005     SAPKA70005     Cross-Application Component
    SAP_BASIS     700     0005     SAPKB70005     SAP Basis Component
    ST-PI     2005_1_700     0001     SAPKITLQI1     SAP Solution Tools Plug-In
    PI_BASIS     2005_1_700     0005     SAPKIPYJ75     PI_BASIS 2005_1_700
    SAP_BW     700     0005     SAPKW70005     SAP NetWeaver BI 7.0
    SAP_AP     700     0002     SAPKNA7002     SAP Application Platform
    LCAPPS     2005_700     0001     SAPKIBHD01     LC Applications (LCAPPS) 2005_700
    SAP_APPL     600     0002     SAPKH60002     Logistics and Accounting
    REgards

  • SE16N -- Delete Price Procedure , how to recover

    Dear Expert,
    in the begining,
    I use the SE16N to change the table : VBAK for one sales order
    I changed distribution chanel , and the system always mention that " the price procedure XXXXX is not in the table T683" . So I delete the price prcedure. and save it.
    But I released that price procedure should not be deleted, now how can I recover it back ? in Sales order , it is grey field , no possible to change. Via SE16N , the same message " the price procedure XXXXX is not in the table T683" block me to save .
    BR , Shubin

    Shubin
    Updating transaction values through tables in SE16N is fatal and it can cost your job also at times.
    For this issue, you have to put the old distribution channel. Then the correct pricing procedure will be automatically defaulted without any effort from ur side.Check and let me know if you have any problem.
    I hope you have not done this in Production system

Maybe you are looking for