Change field catalog in VT05 - Selective logs for collective run

Hi,
Through transaction VT05, we can check shipment log which having following ALV field Catalog.
Collective run
Date
Time
User
Transaction code
Operating mode
Problem class
Expiry date
Keep until expiry
Processing status
But if we want check Delivery number for particular Collective Run then we have to click that collective run and then can check for the Delivery number.
Actually our requirement is to add one more column in above ALV field Catalog of Delivery Number.
I have searched for Enhancements and BADIs, but I did not found suitable one for VT05 log.
Can any one help me out for above issue for adding one more column in above ALV field Catalog of Delivery Number (along with above mentioned ALV field catalog in output) of VT05 log report.

Thanks Nabheet once again...
I would like to show you the coding what I have done in implemented implicit Enhancements.
Following code is written under implemented implicit Enhancements - ZSHIPMENT_DETAIL
Properties of Enhancement Implementation           ZSHIPMENT_DETAIL                          (Active)
Enhancem. Technique:  Source Code Plug-In
Description           Showing SHIPMENT Detail in output
Package               $TMP
Original Language     EN
Created               MNIKAM       02/09/2012
Last Changed          MNIKAM       02/19/2012
Superordinate Enhancement Implementation     ZSHIPMENT
Enhanced Development Object:   V54X
SAPLV54X          Static Enhancement Point/Section     \PR:SAPLV54X\FO:LOG_HEADER_DISPLAY\SE:BEGIN\EI
ENHANCEMENT 1  ZSHIPMENT_DETAIL.    "active version
TYPE-POOLS: szal.
  DATA: g_l_header_extr     TYPE header_extr.
  FIELD-SYMBOLS: <f_g_l_header_extr>  TYPE header_extr.
  DATA: g_l_log_link        TYPE log_link.
  FIELD-SYMBOLS:  <f_g_l_log_link>  TYPE  log_link.
  DATA: g_l_t_lognumbers    TYPE szal_lognumbers WITH HEADER LINE.
  FIELD-SYMBOLS: <f_log_nr> TYPE  log_nr.
  data: messages    TYPE TABLE OF balm.
  FIELD-SYMBOLS:  <f_l_s_message> TYPE balm.
  DATA: l_tabix TYPE sy-tabix.
LOOP AT G_HEADER_EXTR_TAB ASSIGNING <f_g_l_header_extr> WHERE status ne 1.
      CLEAR: l_tabix.
      l_tabix = sy-tabix.
      READ TABLE g_log_link_tab ASSIGNING <f_g_l_log_link>
                                 WITH KEY fccnu = <f_g_l_header_extr>-fccnu
                                 BINARY SEARCH.
       READ TABLE  <f_g_l_log_link>-log_tab ASSIGNING <f_log_nr> index 1.
       CLEAR: g_l_t_lognumbers.
       g_l_t_lognumbers-item = <f_log_nr>-log_nr.
       APPEND g_l_t_lognumbers.
       CLEAR: messages.
       CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO'
        TABLES
          lognumbers = g_l_t_lognumbers[]
          messages   = messages.
      delete messages WHERE MSGNO ne 371 AND MSGNO  ne 494 AND  MSGNO ne 491.
      LOOP AT messages  ASSIGNING <f_l_s_message> WHERE  LOGNUMBER = <f_log_nr>-log_nr
                                                   AND  ( MSGTY   = 'S' or  MSGTY = 'W' )   "Message Type S-success & W-warning
                                                   AND  MSGID     = 'VW'
                                                   AND  ( MSGNO   = 371 or MSGNO  = 494 or MSGNO = 491  ).  "Message Numbr through which Shipment Number gets
               <f_g_l_header_extr>-tknum =  <f_l_S_message>-MSGV1.      "SHIPMENT NUMBER
               CLEAR: g_l_t_lognumbers[].
               exit.
      ENDLOOP.
ENDLOOP.
ENDENHANCEMENT.
Thanks again,
Mahesh Nikam.

Similar Messages

  • Selection List for Costing Run

    Hi guys
    I vaguely remember that there is a place where I can create a selection list on only the materials that I want to cost in CK40n, but I cant seem to find it any more.
    I tried the CKMATSEL - Create  transaction, but when I go to execute the Selection in CK40n, I dont see what I created in CKMATSEL...
    Is there any other way or am I doing something wrong in the CKMATSEL screen?
    Thank you
    Rukshana

    Hi Rukshana,
    Pls go through the following which may be of help...
    1. If you want to exclude the Materials from a single Costing Run...
    If you want to exclude some Materials from Costing Run, when you select the Materials to be costed in the "Selection Parameters" of Costing Run, press the Arrow button for additional selections, click on "Exclude Single Values" and mention the Materials which you want to exclude from the Costing Run.
    In the selection, you can select all the Plants (Plant 1 to Plant 4). By this, system will exclude those materials which you mentioned from all Plants when you run the Cost Estimate.
    2. If you want to exclude the Materials from being costed on permanent basis...
    Go to MM17 (materials mass maintenance), select the "Fields" tab, "Find" - "NCOST", select that row, press "Execute". Now, select/give all the Materials which you want to exclude from being costed, mention the Plants and "Execute". You will see the list of Materials which you have mentioned and on the right hand side, you will see the column with "NCOST" field. Mark "X" for all materials there.
    This NCOST field is nothing but "Do Not Cost" check box in "Costing1" of Material Master. By this, system will understand that, whenever Cost Run is done, all these materials should be excluded from being costed.
    Srikanth Munnaluri

  • MIGO : CHANGE FIELD STATUS FROM DISPLAY TO EDIT FOR BATCH

    DEAR GURU
    I HAVE CONFIGURED SHELF LIFE FOR OUR PLANTS. WHEN A PLANT USER CREATING RESERVATION FOR SHELF LIFE ITEM , SYSTEM IS ASKING FOR BATCH NUMBER & THEY ARE SELECTING ANY  BATCH FROM F4 LIST.
    AFTER THAT WHEN STORE USER IS CREATING ISSUE SLIP  AGAINST THAT RESERVATION, BATCH NO IS SHOWING IN DISPLAY MODE . COULD WE CHANGE THIS FIELD FROM DISPLAY TO EDIT MODE, SO THAT IF PLANT USER ENTERED WRONG BATCH ,STORE USER CAN CHANGE IT DURING ISSUE SLIP.
    REGARDS
    RAJ

    hi..
    Please check.
    MSC2N or MSC5N....

  • Changing field catalog of ALV grid after first display (was: "ALV GRID")

    Dear experts!
    I am using CL_GUI_ALV_GRID to display an ALV, whose fieldcatalog has 5 fields (FIELD1, FIELD2, FIELD3, FIELD4 and FIELD5).
    I am setting "NO_OUT = 'X' " to the fields FIELD3 and FIELD5 in the fieldcatalog before call the method SET_TABLE_FOR_FIRST_DISPLAY.
    If a specific event occurs on the screen, I would like to set "NO_OUT = 'X'" to the fields FIELD2 and FIELD4 and I would like to set the "NO_OUT = ''" to the fields and FIELD3 FIELD5. This should happen at runtime after the method call "SET_TABLE_FOR_FIRST_DISPLAY".
    I've tried using the method SET_FIELDCATALOG, but it is private.
    Does anyone have any idea how to solve this problem?
    Thank you very much!
    Rubens
    Edited by: Thomas Zloch on Aug 22, 2011 3:49 PM - subject corrected

    Hi
    Try to use the method SET_FRONTEND_FIELDCATALOG (it'll call private method SET_FIELDCATALOG)
    Max

  • Field catalog in alv with classes(OOPS)

    please refer the code below of field catalog prepared.
    this code is for preparing field catalog using ALV and OOPS.In the below field catalog, do_sum is not working.it is going to dump.
    FORM prepare_field_catalog CHANGING pt_fieldcat TYPE lvc_t_fcat.
      DATA ls_fcat TYPE lvc_s_fcat.
      ls_fcat-fieldname = 'VBELN1'.
      ls_fcat-ref_field = 'VBELN'.
      ls_fcat-ref_table = 'VBRK'.
      ls_fcat-coltext = 'Invoice No'.
      ls_fcat-seltext = 'Invoice No'.
      APPEND ls_fcat TO pt_fieldcat.
      CLEAR ls_fcat.
    ls_fcat-fieldname = 'DMBTR'.
      ls_fcat-ref_field = 'DMBTR'.
      ls_fcat-ref_table = 'BSAD'.
      ls_fcat-coltext = 'Value of Invoice'.
      ls_fcat-seltext = 'Value of Invoice'.
      ls_fcat-do_sum = 'X'.
      APPEND ls_fcat TO pt_fieldcat.
      CLEAR ls_fcat.
    ENDFORM.                    "PREPARE_FIELD_CATALOG
    I would apreciate u response.
    regards,
    veera.

    Hello Veeranjaneyulu
    I prefer to use function module <b>LVC_FIELDCATALOG_MERGE</b> to build my fieldcatalogs.
    If you need fields from different structure that is no problem. Simply call the function module for each structure and collect the result in the same itab (e.g. lt_fcat).
    Finally, you delete all fields that you do not need.
    If the order is important to you then re-order the fields:
    LOOP AT lt_fcat INTO ls_fcat.
      ls_fcat-col_pos = syst-tabix.
      MODIFY lt_fcat from ls_fcat.
    ENDLOOP.
    Regards
       Uwe

  • Change a price based on selected options...

    Hey everyone. I know next to zero flash. I'm working on one of my first projects and would like to create a gallery of products that have two sets of options. For simplicity sake I'll use a shirt. If I have a specific shirt that costs different amounts based on a size of shirt and a color of shirt. If I have two flyout menus, I want to have a price text box that will change depending on what's selected. For example, medium and blue equals $50, medium and green equals $60, small and green equals $35.....so on and so forth. I'm at a complete loss and was wondering if any of you have ideas for what might be done. Thanks for any help.

    You can use the arrays as you mentioned to populate the dropdowns with the display text and the value associated with the text.
    OR
    If the data is not going to change much then you can directly add the items to Dropdowns at the design time.
    Then you need to write the code in the Calculate event of the Price field to display the price calculated from the the selections.
    Hope this gives some idea..
    Thanks
    Srini

  • Logs for PPDS Heuristic

    Hi,
             We are running PPDS Heuristic using the transaction /SAPAPO/CDPSB1 or the program /SAPAPO/BACKGROUND_SCHEDULING.
    Where do I check the logs for these runs?  Like SNP Heuristic, I don't see an option to check logs.
    Thanks.

    You can use transaction /sapapo/rrpeval to view PPDS planning runs or transaction SLG1 with using APO as object and PPDS as subobject. If using SLG1 then you will need to then filter by transaction and look for your specific transaction/time.
    For SNP heuritic logs use transaction /sapapo/snpaplog and select SNP heuristic in the application field. SLG1 can also be used - enter APO_SNP as object and HEU as subobject. You can most, if not all, logs created in APO by using SLG1 and the appropriate object/subobject.
    Regards
    Andy

  • Log for procedures

    Hi All,
    I have created some procedures for populating data into tables. those tables does not have any constarints like primary key,not null like that. those proecures are working fine.
    I want know daily how many records are inserted into a table and log's ( stastics means wheather is executed sucessfully or not). where can i find. for log tracking purpose what we have to do.
    In pl/sql how do we know procedure executed sucessfully or not ?
    Please suggest meon this.
    Regards,
    venkat

    You need a plsql package that has a message login procedure, this procedure "message_logger" will have several paramaters and overlays ie
      PROCEDURE message_logger(p_message_type IN NUMBER,
                               p_message_text IN VARCHAR2)  is
    PRAGMA AUTONOMOUS_TRANSACTION;
    v_proc_name varchar2(200) := 'message_logger';
    BEGIN
    -- in here you write to the message log table and commit the transaction, this transaction is autonomous so will not impact on other transactions.
    EXCEPTION
        WHEN OTHERS THEN
          IF is_our_exception THEN
            raise_application_error(SQLCODE,
                                    'Procedure:' || v_proc_name || ' Error' ||
                                    get_exception_msg);
          ELSE
            ROLLBACK;
            RAISE;
          END IF;
      END message_logger;
    PROCEDURE message_logger(p_message_text IN VARCHAR2)  is
    BEGIN
        message_logger(gc_message_info,p_message_text);
    END;The next thing you have to do is to setup a set of global message types some where, (in the spec of the package would be good) you can create these to your own design or purposes
      gc_message_ok    CONSTANT NUMBER := 1; -- process succeeded message log
      gc_message_info  CONSTANT NUMBER := 2; -- information message log
      gc_message_warn  CONSTANT NUMBER := 4; -- warning message log
      gc_message_err   CONSTANT NUMBER := 8; -- error message log
      gc_message_debug CONSTANT NUMBER := 16; -- debug message logThen comes the interesting part in each or the procedures packages, triggers etc that you want to log you add the following lines and exception trap. This will log the start of the process and also log the error.
    Procedure/trigger etc .....
      v_proc_name varchar2(200) := "my_procedure etc";
    BEGIN
          message_logger(gc_message_info,
                           'Procedure: ' || v_proc_name ||
                           ' started.);
    .... YOU CODE IN HERE
    EXCEPTION
        WHEN OTHERS THEN
            message_logger(gc_message_err,
                           'Procedure: ' || v_proc_name ||
                           ' FATAL unhandled Error:' || SQLCODE || ' Message:' ||
                           SQLERRM);
            RAISE;
      END;Now as for the structor of the message log table we use something like this
    create table MESSAGE_LOG
      UNML_UID     NUMBER not null,
      RUN_NO       NUMBER,
      STAGE_NO     NUMBER,
      MESSAGE_TEXT VARCHAR2(200),
      MESSAGE_CLOB CLOB,
      REC_TYPE     VARCHAR2(32),
      UPDATED_BY   VARCHAR2(32),
      UPDATED_DATE DATE default sysdate,
      CREATED_BY   VARCHAR2(32),
      CREATED_DATE DATE default sysdate
    );with a trigger to set the updated... and created... fields and get a sequence number for the unml_uid field (we use stage and run_no for odi run and stage numbers)
    hope solves your question or at least helps.... there are probably hundreds of solutions to this one..
    Edited by: DavidGD on Feb 9, 2009 9:11 PM
    Edited by: DavidGD on Feb 9, 2009 9:12 PM

  • Regarding alv field catalog!

    hi.  iam new to ALV. my query is,
    iam building the fieldcatalog manualy by populating the internal table fields individually and then appending the rows. This method is most time consuming.
    Can anyone suggest alternate method with an example? points will be rewarded.!!

    Hi Padamshree,
    you can use MACRO to build field catalog.
    like i used here for building and
    then call FM "'REUSE_ALV_GRID_DISPLAY' for ALV grid.
    DEFINE m_fieldcat.
        add 1 to ls_fieldcat-col_pos.
        ls_fieldcat-fieldname   = &1.
        ls_fieldcat-ref_tabname = 'BSIK'.
        ls_fieldcat-do_sum      = &2.
        ls_fieldcat-cfieldname  = &3.
        append ls_fieldcat to lt_fieldcat.
      END-OF-DEFINITION.
      DEFINE m_sort.
        add 1 to ls_sort-spos.
        ls_sort-fieldname = &1.
        ls_sort-up        = 'X'.
        ls_sort-subtot    = &2.
        append ls_sort to lt_sort.
      END-OF-DEFINITION.
      DATA:
        ls_fieldcat TYPE slis_fieldcat_alv,
        lt_fieldcat TYPE slis_t_fieldcat_alv,
        lt_sort     TYPE slis_t_sortinfo_alv,
        ls_sort     TYPE slis_sortinfo_alv,
        ls_layout   TYPE slis_layout_alv.
      m_fieldcat 'BUKRS' ''  ''.
      m_fieldcat 'LIFNR' ''  ''.
      m_fieldcat 'GJAHR' ''  ''.
      m_fieldcat 'BELNR' ''  ''.
      m_fieldcat 'HKONT' ''  ''.
      m_fieldcat 'WRBTR' ''  ''.
      m_fieldcat 'WAERS' ''  ''.
      m_fieldcat 'SHKZG' ''  ''.
      m_sort 'BUKRS' 'X'.
      m_sort 'LIFNR' 'X'.
      m_sort 'GJAHR' ''.
      m_sort 'BELNR' ''.
    m_sort 'BUDAT' ''.
      ls_layout-cell_merge = 'X'.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                is_layout   = ls_layout
                it_fieldcat = lt_fieldcat
                it_sort     = lt_sort
           TABLES
                t_outtab    = ITAB1.
    ENDFORM.                    " DISPLAY_DATA
    Regards,
    Sachin.

  • Checkbox Selections into a Collection

    I have been tossing this around for a while now and can’t seem to come up with a solution from examples and docs. I know I'm missing something, but I don't know what. I am hoping one of you can shed some light on what I missing to get me back on track or on a new track if this one is wrong.
    I am trying to select multiple records in a report then go to a second page to add a single status and comment for the group of selected records. The status, comment, and some of the original report data (like primary key) will be merged into a secondary table once I get the collection working. I would do this all on one page but I also have a number of criteria selections on the first page that I think would become too busy if I also added the status and comment fields.
    In order to create this report, I think I need to use a collection to hold the selected records. I can get the PK and associated fields from a simple SQL report into a collection but I can only get the PK from PL/SQL. I can use the PK to pull the data from the database again but I hate the thought of hitting the database again for data I have on the screen. I am using PL/SQL to allow the WHERE clause to dynamically change based upon the criteria selected.
    For the collection, I am using the method from Joel Kallman’s blog (http://joelkallman.blogspot.com/2008/03/preserving-checked-checkboxes-in-report.html) to preserve the rows as they are selected. It works great for the item listed in the apex_item.checkbox item but I can’t find an answer to how to also bring some of the other fields from the report into the collection.
    I have posted a simplified example on OTN for your review/comments. It does not contain the criteria mentioned above to eliminate complexity from the example. I am using APEX version 3.2.0.00.27.
    Workspace: bobs
    Username: guest
    Password: abc123
    Application: Multi Select Edit – 60803
    Page 1 will give you a menu to select the SQL or PL/SQL version of the pages.
    I would also love to be able to have the multi select working at the heading of the checkboxes in the PL/SQL report but I can’t get it to work properly. The boxes will all show as checked but the data doesn't get put into the collection unless the checkbox for each row is individually selected. This feature is not in the example since it is a lower priority.
    The basics of the example PL/SQL report are as follows._
    The report source is:
    DECLARE
    q VARCHAR2(32767); -- query
    BEGIN
    q := 'select apex_item.checkbox(1, empno, ''onclick="f_UpdateCollection(this)"'',a.c001) cbox, '||
    ' "EMPNO", '||
    ' "ENAME", '||
    ' "JOB", '||
    ' "MGR", '||
    ' "SAL", '||
    ' "DEPTNO" '||
    ' from "EMP", apex_collections a '||
    ' where '||
    ' a.c001 (+)= empno '||
    ' and a.collection_name (+)= ''EMP_COLLECTION'' ';
    RETURN q;
    END;
    The HTML Header for the page contains the function that is called from the onclick statement.
    <script type="text/javascript">
    <!--
    function f_UpdateCollection( cb ){
    var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=UpdateCheckboxValue',0);
    get.addParam('x01',cb.value);
    get.GetAsync(function(){return;});
    get = null;
    //-->
    </script>
    And the Application Process that populates the collection is:
    declare
    l_value varchar2(4000);
    l_seq_id number := 0;
    l_collection_name constant varchar2(30) := 'EMP_COLLECTION';
    begin
    -- Get the value of the global which will be set in JavaScript
    l_value := wwv_flow.g_x01;
    -- If our collection named EMP_COLLECTION doesn't exist yet, create it
    if apex_collection.collection_exists( l_collection_name ) = FALSE then
    apex_collection.create_collection( p_collection_name => l_collection_name );
    end if;
    -- See if the specified value is already present in the collection
    for c1 in (select seq_id
    from apex_collections
    where collection_name = l_collection_name
    and c001 = l_value) loop
    l_seq_id := c1.seq_id;
    exit;
    end loop;
    -- If the current value was not found in the collection, add it. Otherwise, delete it from the collection.
    if l_seq_id = 0 then
    apex_collection.add_member(
    p_collection_name => l_collection_name,
    p_c001 => l_value );
    else
    apex_collection.delete_member(
    p_collection_name => l_collection_name,
    p_seq => l_seq_id );
    end if;
    commit;
    end;
    The final report is a simple select from the collection.
    select *
    from apex_collections
    where collection_name = 'EMP_COLLECTION'
    Thank you for your time.
    Bob

    Jeff,
    Thanks for the response. I had tried the apex_item before but I couldn't get it to work. I have changed the SQL to include the apex_item commands then used them to define parameters in the javascript function then added parameters to the Application Process but I get no data found. Am I using the apex_item wrong in the SQL or the apex_application wrong in the javascript?
    Thanks,
    Bob
    SQL:_
    q := 'select apex_item.checkbox(1, empno||''~''||ename||''~''||job||''~''||hiredate, ''onclick="f_UpdateCollection(this)"'',a.c001) cbox, '||
    ' apex_item.display_and_save(2,empno) "EMPNO", '||
    ' apex_item.display_and_save(3,ename) "ENAME", '||
    Javascript:_
    function f_UpdateCollection( cb ){
    var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=UpdateCheckboxValue',0);
    get.addParam('x01',cb.value);
    get.addParam('x02',apex_application.g_f02);
    get.addParam('x03',apex_application.g_f03);
    get.GetAsync(function(){return;});
    get = null;
    Application Process:_
    declare
    l_value varchar2(4000);
    l_empno  varchar2(4000);
    l_ename  varchar2(4000);
    begin
    l_value := wwv_flow.g_x01;
    l_empno := wwv_flow.g_x02;
    l_ename := wwv_flow.g_x03;
    apex_collection.add_member(
    p_collection_name => l_collection_name,
    p_c005            => l_empno,
    p_c006            => l_ename,
    p_c010 => l_value );
    ...

  • Error in updating ALV field catalog in selection tool for Planning Book

    Hi ,
    I am Implementing BADI  '/SAPAPO/SDP_SELECTOR' to upload Custom Fields Data in Planning Book Selection Window under APO Location Product. These Custom Fields are maintained in Custom Table.So from Table whatever Custom Fields are availabe all the fields needs to be available in for selection. Once selection is done the same data to be uploaded into Planning Book.
    This BADI is working Fine upto 4 fields but if any extra fields are added in the table 'Error in updating ALV field catalog in selection tool' error Pop Up is coming. Here i am using Folloowing Methods
    1). INIT_OBJECT_LIST
    2). F4
    3). LOC_PROD_VALUE_LIST
    Please help on the same if u have any idea or clue.
    Thanks.

    Hi Srinivas!
    Where did you get your implementation from?
    It would be nice if you could debug your code!
    For the F4 method, have you seen this note?
    Note 544904 - Sample source code f.BAdI /SAPAPO/SDP_SELECTOR ('F4'method)
    Also check this note. It contains selection modifications in the BAdI:
    Note 376902 - SDP selector: Basis corrections for BADI
    I do not know your release and support package in your SCM, but you can find a lot of notes related to this BAdI.
    Thank you!
    Will
    SCM Support Consultant

  • How to get change log for z-fields in VBAk(Sales order)

    Hi All,
    Please help me in this.
    My requirement is get the change log for z-fields in sales order.
    In the sales order header level we have one tab Additioanl data.
    In this we have z-fields, if we change any of the field value, it is accepting the same and updating in data base as well.
    But it is not appearing in change log<. I.e. Environment->changes.
    How to get the change log for the z-fields.
    In data element level enable the check box of change document.
    Please help me in this.
    Thanks in advance
    Jaya,G

    Hi Jaya,
    For this you need to do some coding. Here is a link which tells you, step by step procedure how to activate Change log for the Z tables.
    THe Object that you need to use for Sales Document   is VERKBELEG
    [https://wiki.sdn.sap.com/wiki/display/ABAP/Maintaining%20Change%20Log%20for%20Database%20Tables]
    Hope this helps..
    This is Primarily a Technical Consultant Job. Take his help before you make any changes.
    Thnks
    Srini

  • Add a custom table for field selection while creating field catalog for LIS

    Hi,
    I have a requirement to add a Custom table to be available for field selection while creating a field catalog for LIS. Its required as there are many custom fields to be used for field catalog creation and adding them in one of the existing tables listed is not a feasible option for us. Please let me knw if its possible..?? If yes how to get it done..??
    Regards,
    Akash Sinha

    hi,
    You need to add your field in the Data Dictionary first. For example, if
    you want the new field in the Order Item field catalog do the following.
    Look at structure MCVBAPUSR (SE11). If you already have a user structure
    appended to this structure then you can add your new field to your existing
    structure. If there is no structure already appended to MCVBAPUSR then you
    must create a new structure with your field in it and then append the new
    structure to this one.
    If you look at structure MCVBAP you will see the data appended to the end
    of it.
    Now you should see it in the field catalog.
    regards,
    balajia

  • Change Log for Custom fields

    Hi All,
    I need the change log for custom fields added in BP transaction codes.
    Basically, for tracking the changes of master data in CDHDR and CDPOS tables we will enable the checkbox of dataelement related to custom field.
    As for SAP fields in BP transaction code the change history is reflecting in CDHDR/CDPOS tables. i have enabled that for custom fields added to BP transaction code but i could not see the change history for such fields.
    Please let us know if iam missing any other thing?

    Hi Amit Singh,
    Apart from clicking the checkbox in dataelement...
    There are some settings need to be done by BASIS
    and some settings and entries should be made in SCOD t-code
    create entriy for change document here..
    also hv a look on below links...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/db/7a2a40ce93185de10000000a1550b0/content.htm
    Custom Table values in CDPOS and CDHDR
    scdo
    wat do these fields in scdo stand for?
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Changing field label for standard select option

    Hi All,
    I need to change the label for one of the standard select option for the custom report category.
    the field is PNPSTAT1 - original label is - Customer-Specific Status - which i need to change as per customer requirement.
    Can anyone tell me the way i can do it so that it can be viewed with correct label not only on the selection screen but in further selections mode as well.
    Regards,
    Raunak

    Dear Raunak,
    If you have standard select option for standard selection screen:
    create a implicit enhancement for any standard program and wrote the below code at the end of the program and it is working..
    INITIALIZATION.
    %_s_PNPSTAT1%_app_%-text = 'ANY LABEL'.
    If you have custom report select option, go to above Ravikiran's procedure.
    Best of luck.
    Regards,
    Abbas.

Maybe you are looking for

  • After backing up through time machine on external hard drive, how do you access that data?

    I backed up my MacBook to an external hard drive through Time Machine. After it was all done and I reconnected the external hard drive to make sure that I could access everything that was backed up, I couldn't get into the data on the external hard d

  • Sorting non numeric column based on numeric column value

    APEX 3.1 - RDBMS 10Gr2 In this example, I have a report with 2 columns: (1) numeric IP address (no periods embedded) and (2) varchar IP address (IP address with periods). I would like to display the varchar IP column on the report but sort by the num

  • N660 TF 2GD5/OC and DOS mode

    I have Dell U2311H 23" FullHD monitor. With N660 TF 2GD5/OC in DOS mode (BIOS setup an so on) I don't have image extension to whole screen - there is 1.5-2cm black border around it. It is very strange because monitor shows 1920x1080x60Hz mode in menu

  • How do I get iCloud working again on my iPad?

    icloud was working on my iPad for months and now I can't get to the login screen. When I type the URL "www.icloud.com" I get directed to the iCloud welcome screen (www.icloud.com/ipad_welcome). Even though everything is turned "on" under Settings/iCl

  • Pixels. Points. 72 ppi in InDesign/PDFs.

    Hello. Apologies if this has been raised before. My problem simply is: When exporting my 100 pts x 100 pts InDesign document to PDF, the PDF at 100% takes up 136 x 136 pixels on screen. - perhaps dispelling the myth that 1 points = 1 pixel. What's in