Add zfield on headerlevel

Dear Abap Experts,
the requirement is to add a zfield (zdate) on headerlevel into the tabstrip 'Additional Data' at T-code ME21N (Create Purchase Order). Privously it was easier to implement such requirements through USER EXIT MM06E005.
But with the new T-code ME21N i have no idea how to do that.
I have added a field in the structure MEPO1229 in order to see whether it is visible within t-code ME21N since other fields
are defined right in this structure too. It was unsuccessful .
Later the field vale which has been enteren must be inserted into EKKO-zdate.
Can you please tell me the procedured to achieve this ?
Regards
MArco M.

Hi Marco,
Please find the sample code below.
  INCLUDE LXM06F36                                                   *
store transaction type for later modification of screen attributes
gl_aktyp = i_trtyp.
gl_no_screen = i_no_screen.
store current state of customer data in ekko_ci (structure for screen)
ekko_ci  = i_ci_ekko.
store reference document
if i_rekko-ebeln ne gl_rekko-ebeln and
   not i_rekko-ebeln is initial    and
   gl_rekko-ebeln is initial.
   ekko_ci-zzflag = i_rekko-zzflag.
   gl_rekko = i_rekko.
endif.
  INCLUDE LXM06F37                                                   *
e_ci_ekko is the returning parameter
gl_ekko_ci : values stored at PBO
e_ci_ekko        = gl_ekko_ci.
ekko_ci contains the actual values of the Dynpro fields
e_ci_update is only set if you really want the fields
on the Dynpro to be saved. You must set it then to 'X'
the field ekko_ci-zzflag will here only be saved if there
was a change and the transaction is not in display mode
if gl_ekko_ci-zzflag ne ekko_ci-zzflag.
  e_ci_ekko-zzflag = ekko_ci-zzflag.
  if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
  endif.
endif.
  INCLUDE LXM06F38                                                   *
store ekko to gl_ekko
move-corresponding i_ekko to gl_ekko_ci.
  INCLUDE LXM06F39                                                   *
clear: ekko_ci,
       ekpo_ci,
       gl_no_screen,
       gl_aktyp,
       gl_ekko_ci,
       gl_rekko,
       gl_ekpo,
       gl_ucomm.
refresh: gt_ref_ekpo_tab.
  INCLUDE LXM06F40                                                   *
move stored global values back to the returning structure
e_ci_ekpo        = gl_ekpo_ci.
in case the Button was clicked the value of ekpo_ci-zzfield
will be taken from the copied PO
if i_ucomm = 'ZZDETERMINE'.
  data: ls_ref_ekpo like line of gt_ref_ekpo_tab.
gt_ref_ekpo_tab contains all positions of the copied PO
  read table gt_ref_ekpo_tab into ls_ref_ekpo
      with key ebelp = gl_ekpo-ebelp.
  if sy-subrc is initial.
    ekpo_ci-zzfield = ls_ref_ekpo-ekpo-zzfield.
  endif.
else.
return the function code of the Screen. This code will be handled
in the SAP program. It can only be handled if you use SAP function
codes
  e_ucomm = i_ucomm.
endif.
ekko_ci contains the actual values of the Dynpro fields
e_ci_update is only set if you really want the fields
on the Dynpro to be saved. You must set it then to 'X'
the field ekko_ci-zzfield will here only be saved if there
was a change and the transaction is not in display mode
if gl_ekpo_ci-zzfield ne ekpo_ci-zzfield.
  e_ci_ekpo-zzfield = ekpo_ci-zzfield.
  if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
  endif.
endif.
  INCLUDE LXM06F41                                                   *
data: ls_ref_ekpo like line of gt_ref_ekpo_tab.
store transaction type for later modification of screen attributes
gl_aktyp = i_aktyp.
gl_no_screen = i_no_screen.
store current state of customer data in ekko_ci (structure for screen)
ekpo_ci  = i_ci_ekpo.
gl_ekpo = i_ekpo.
if not i_rekpo-ebeln is initial and
   not i_ekpo-ebelp is initial.
  clear ls_ref_ekpo.
  read table gt_ref_ekpo_tab into ls_ref_ekpo
      with key ebelp = i_ekpo-ebelp.
  if ls_ref_ekpo-ekpo-ebeln ne i_rekpo-ebeln and
     ls_ref_ekpo-ekpo-ebelp ne i_rekpo-ebelp.
     ls_ref_ekpo-ebelp = i_ekpo-ebelp.
     ls_ref_ekpo-ekpo = i_rekpo.
     if sy-subrc is initial.
       modify gt_ref_ekpo_tab from ls_ref_ekpo index sy-tabix.
     else.
       append ls_ref_ekpo to gt_ref_ekpo_tab.
     endif.
  endif.
endif.
  INCLUDE LXM06F42                                                   *
move-corresponding i_ekpo to gl_ekpo_ci.
gl_ekpo = i_ekpo.
Also refer SAP Notes 0000206043, 0000407975 and 000040801.
If you still face the problems, please let me know.
Regards,
Anil Salekar

Similar Messages

  • Add zfield to va01 and updating the data base

    Hi friends,
    I have requirement to add Zfields to vbak and updating the Zfield value to VBAK.
    But my problem is when am trying to save or changing the Zfield into data base it is not saving the zfield value and it is not detecting the change value of Zfield in VA02.
    Can any provide the solution if possible.
    Thanks in advance.
    sasi.

    Hi friend ,
    my requirement to update the Zfield information in vbap table. Even if am try using the user exit move_field_to_vbap it is not getting triggered if we chage the zfield value.it is only getting triggered during the change of standard field.
    when am trying to save the Zfield value we are getting the message No data changed. in that case data is not getting updated to data base table vbap
    thanks  in advance,
    sasi.

  • How to add zfields in standard IDOC

    Hi Expert,
    How i will add the zfield in standard IDOC
    Regards
    Swaraj
    Edited by: swaraj123 on May 25, 2010 5:36 PM

    Create an extension idoc. there are several threads, blogs/wikis out on sdn. Please search.
    Regards,
    Kiran

  • Add zfields to report created by fki0

    Hello Experts,
                    i wants to add new fields to report created by fki0 and also i want to create a single report for all vendor ageing.

    Hi Sagar,
    As i know it is not possible in this report.If you need a single report for vendor ageing you have to make a custom one.If there ae two issues then better to post in different threads.
    Regards,
    Madhu.

  • XK01 - Screen exit to add zfields

    I am looking for a screen exit on XK01 (vendor master create) to add some custom fields to the vendor master.  I found two enchancements (RFKRRANZ and SAPMF02K) but they don't include screen exits.
    Any ideas?
    Regards,
    Davis

    Hi
      Execute any of the below programs so that you get all exits for a particular TCODE.
    ZABAP_USER_EXIT                User exit                                   
    ZANOUSER                       List of annoyed Users                       
    ZSAPUSER                       Sapscript includes                          
    ZSUD_USEREXIT_BADI             To find out BADI to t codes                 
    ZUSEREXIT                      User Exit                                   
    ZUSEREXIT_LIST                 Listing User Exits Application wise         
    ZUSER_EXIT_BADI                User Exit and Badi list for a transaction   
    Regards
    Haritha.

  • Add custom fields in shipment

    Hi,
    I need to add a new field in shipment.But I could not find any screen exit or badi for this purpose.
    Is it possible to add zfields in shipment? If possible please suggest me how to do it.
    thanks,
    Poornima

    VT01 Extension - Add custom fields

  • Add Z field in the List of Suppliers

    Hi guys,
    I need to create a Z (center) field in the list of suppliers (BUS2206) and update the query.
    I've done an append on the table with my new field by SPRO.
    And also made ​​a enhancement in webdynpro to create the field on the screen.
    Now I need to upgrade the query. How do I do this?
    You can only update the query or need to create a new and delete the old?
    How do my Z (center) field that includes on screen, be included in research and reflective display in the screen?
    Thank you!

    Hi,
    Actually i added zfields for BUS2200 ,BUS2202 in SRM .if you add zfields properly through SPRO .you no need to add in webdynpro compoent .it will come in portal.
    Regards
    Jayaprakash T.

  • Need help:JPanel not being displayed in the JFrame

    Hello,
    I have a class called ConstructRoom.java which extends JFrame and another class called DimensionsPanel.java which extends JPanel. In the ConstructRoom class I use the following theContainer.add(new DimensionsPanel());, so I can display my JPanel. Well I get the JFrame but no JPanel. When the this call is made the DimensionsPanel.java code is cycled through, Where has my JPanel gone to?
    If I change the DimensionPanel.java extend JFrame and add the the JFrame code. Then I get the JFrame and the JPanel.
    Whats going on here?
    Thanks

    I made some of the changes with no luck. Here is some of the code:
    ---------from ConstructRoom.java--------
    //Imports
    public class ConstructRoom extends JFrame
    //----Member objects and varibles
    private static String theTitle; //Varible for title of frame
    private JFrame theFrame; //Object for the JFrame
    // ----------------------------------------------------------- ConstructRoom
    public ConstructRoom(String theTitle)
    super(theTitle); //JFrame super class
    theFrame = new JFrame("My frame");
    Container theContainer = theFrame.getContentPane(); //Frame container
    theContainer.setLayout(new FlowLayout());
    theContainer.add(new DimensionsPanel());
    theFrame.pack();
    theFrame.setBounds(10,10,400, 400);
    theFrame.addWindowListener(new WindowHandler());
    theFrame.setVisible(true);
    }//end ConstructRoom(String theTitle)
    // -------------------------------------------------------------------- main
    public static void main(String args[])
    ConstructRoom theRoom = new ConstructRoom(theTitle);
    }//end main(String args[])
    //----WindowHander
    }//end class ConstructRoom extends JFrame
    --------from DimensionsPanel.java
    //Imports
    public class DimensionsPanel extends JPanel
    //----Member objects and varibles
    private JPanel dimensionsPanel; //The main panel to hold all info
    private Box panelBox; //Box for all boxes which is added to the JPanel
    private Box furnListBox; //Box for all related items of the furnList
    private Box dimensionsBox; //Box for all dimensions (x, y, z)
    private Box xFieldBox; //Box for all related items of the xField
    private Box yFieldBox; //Box for related items of the yField
    private Box zFieldBox; //Box for related items of the zField
    private Box buttonsBox; //Box for all buttons
    private Box clearBox; //Box for related clear button items
    private Box buildBox; //Box for related build button items
    private JLabel furnListLabel; //Label for the furnList comboBox
    private JLabel xFieldLabel; //Label for the xField
    private JLabel yFieldLabel; //Label for yField
    private JLabel zFieldLabel; //Label for zField
    private JTextField xField; //Text field to enter the x dimension
    private JTextField yField; //Text field to enter the y dimension
    private JTextField zField; //Text field to enter the z dimension
    private JComboBox furnList; //List of selectable furniture objects
    private JButton clearButton; //Clear button
    private JButton buildButton; //Build button
    // --------------------------------------------------------- DimensionsPanel
    public DimensionsPanel()
    //----Setting up dimensions panel
    dimensionsPanel = new JPanel();
    dimensionsPanel.setLayout(new BorderLayout());
    dimensionsPanel.setPreferredSize(new Dimension(150,150));
    dimensionsPanel.setBorder(new TitledBorder(new EtchedBorder(),
    "Select Furniture and Enter Dimensions"));
    //----Initializing GUI components
    furnListLabel = new JLabel("Select from list ");
    furnList = new JComboBox();
    xFieldLabel = new JLabel("Enter Width ");
    xField = new JTextField();
    yFieldLabel = new JLabel("Enter Height ");
    yField = new JTextField();
    zFieldLabel = new JLabel("Enter Depth ");
    zField = new JTextField();
    buildButton = new JButton("Build Object");
    clearButton = new JButton("Clear Object");
    //-----Setting up the combo box and adding items
    furnList.addActionListener(new ComboProcessor());
    furnList.addItem(" "); //Default item
    furnList.addItem("Color Cube");
    furnList.setMaximumRowCount(6); //Max number of items before scrolling
    furnList.setSelectedItem(" "); //Set initial to default item
    //--Add the furnList to its box for placement in the JPanel
    furnListBox = Box.createHorizontalBox();
    furnListBox.add(Box.createHorizontalStrut(5));
    furnListBox.add(furnListLabel); //Adding the combo box label
    furnListBox.add(furnList); //Adding the combo box
    furnListBox.add(Box.createHorizontalStrut(5)); //Spacing
    //-------------------------------- Start Dimensions Components
    //----Setting up the xField
    xField.setEnabled(false); //Disabled at start
    xField.setFocusTraversalKeysEnabled(false); //Disabling the Tab Key
    //----Adding the event listeners
    xField.addActionListener(new XTextProcessor()); //Enter Key
    xField.addMouseListener(new ClickProcessor()); //Mouse Click
    //--Add the xField to its box for placement in the dimensionsBox
    xFieldBox = Box.createHorizontalBox();
    xFieldBox.add(Box.createHorizontalStrut(10)); //Spacing
    xFieldBox.add(Box.createGlue()); //Take up extra space
    xFieldBox.add(xFieldLabel); //Adding the text field label
    xFieldBox.add(xField); //Adding the text field
    xFieldBox.add(Box.createHorizontalStrut(100)); //Spacing
    //----Setting up the yfield
    yField.setEnabled(false); //Disabled at start
    yField.setFocusTraversalKeysEnabled(false); //Disabling TAB KEY
    //----Adding the event listeners
    yField.addActionListener(new YTextProcessor()); //Enter Key
    yField.addMouseListener(new ClickProcessor()); //Mouse Click
    //--Add the yField to its box for placement in the dimensionsBox
    yFieldBox = Box.createHorizontalBox();
    yFieldBox.add(Box.createHorizontalStrut(10)); //Spacing
    yFieldBox.add(Box.createGlue()); //Take up extra space
    yFieldBox.add(yFieldLabel); //Adding the text field label
    yFieldBox.add(yField); //Adding the text field
    yFieldBox.add(Box.createHorizontalStrut(100)); //Spacing
    //----Setting up the zfield
    zField.setEnabled(false); //Disabled at start
    zField.setFocusTraversalKeysEnabled(false); //Disabling TAB KEY
    //----Adding the event listeners
    zField.addActionListener(new ZTextProcessor()); //Enter Key
    zField.addMouseListener(new ClickProcessor()); //Mouse Click
    //--Add the zField to its box for placement in the dimensionsBox
    zFieldBox = Box.createHorizontalBox();
    zFieldBox.add(Box.createHorizontalStrut(10)); //Spacing
    zFieldBox.add(Box.createGlue()); //Take up extra space
    zFieldBox.add(zFieldLabel); //Adding the text field label
    zFieldBox.add(zField); //Adding the text field
    zFieldBox.add(Box.createHorizontalStrut(100)); //Spacing
    //----Adding all dimension components to the dimensionsBox
    dimensionsBox = Box.createVerticalBox();
    dimensionsBox.add(xFieldBox); //Adding the xFieldBox
    dimensionsBox.add(Box.createVerticalStrut(10)); //Spacing
    dimensionsBox.add(yFieldBox); //Adding the yFieldBox
    dimensionsBox.add(Box.createVerticalStrut(10)); //Spacing
    dimensionsBox.add(zFieldBox); //Adding the zFieldBox
    //-------------------------------- End Dimension Components
    //----Setting up the clearButton
    clearButton.setEnabled(false); //Disabled at start
    //----Adding the event listener
    clearButton.addActionListener(new ClearProcessor());
    //--Add the clear button to its box for placement
    clearBox = Box.createHorizontalBox();
    clearBox.add(Box.createHorizontalStrut(5)); //Spacing
    clearBox.add(clearButton); //Adding the clearButton
    //----Setting up the buildButton
    buildButton.setEnabled(false); //Disabled at start
    //--Add the action listener here
    buildBox = Box.createHorizontalBox();
    buildBox.add(buildButton); //Adding the buildButton
    buildBox.add(Box.createHorizontalStrut(5)); //Spacing
    //----Adding both buttons the buttonsBox
    buttonsBox = Box.createHorizontalBox();
    buttonsBox.add(clearBox); //Adding the clearBox
    buttonsBox.add(Box.createHorizontalStrut(10)); //Spacing
    buttonsBox.add(buildBox); //Adding the buildBox
    //----Create the JPanel (dimensionsPanel)
    //--Creating the main box to be added to the JPanel
    panelBox = Box.createVerticalBox();
    panelBox.add(furnListBox); //Adding the furnListBox components
    panelBox.add(Box.createVerticalStrut(10)); //Spacing
    panelBox.add(dimensionsBox); //Adding the dimensionBox components
    panelBox.add(Box.createVerticalStrut(10)); //Spacing
    panelBox.add(buttonsBox); //Adding the buttonsBox components
    panelBox.add(Box.createVerticalStrut(10)); //Spacing
    dimensionsPanel.add(panelBox); //Adding all components to the JPanel
    System.out.println("end dimensionpanel");
    }//end DimensionsPanel()
    //------ActionListeners
    }//end class DimensionsPanel extends JPanel

  • Help adding Zfiels in FB50 and FB01

    Hi,
    I'm trying to add two Zfields (I've added to BSEG) in transactions FB50 and FB01.
    I've looked for information but I've only found in order to add standard fields. And I don't know what is the procedure to add Zfields.
    Thanks in advance.

    Hi,
    It is not suggestable to use Z fields to Standared Tables, still you want to add z filelds you should get SAP Access Key from your BASIS Team and you can change.
    Once you change with SAP Access key for those Tables & Programs SAP is not supported.
    >>> Still you want additional information give your business Scenario i will help you how to map it.
    Regards,
    Viswa

  • Custom fields to the sales area tab of customer master data

    Hi Guys,
           i have one requirement, where i need to add Zfields to the Sales tab in sales area data of customer master. Can somebody give me steps how to do it? do we need to do screen programming or just appending KNVV so that functional consultants can do configuration based on account group?
    help would be appreciated
    Thanks in advance
    Siva

    Hi,
         .First in IMG - Enterprice Structure - Definition
    Create the Organisational Units you want to use
    2.Then In Enterprise structure - assignment
    Setup the sales areas you want to use in SD
    Then go to XD01/ VD01 and create a new customer to whom you want to sell goods & service thr a particular sales area which you have already set up in IMG.
    YOu can create a customer master for only those sales areas which you have created in Step 2 above.
    Then create a sales document type VOV8 and then assign sales document type to sales area in which you want to use.
    IMG-Sales & distributin-sales-sales document-sales doc header
    Do all other assignments like item category determination, schedule line category, pricing procedure determination etc
    and then you can cretae a sales document using the particular sales area.
    <b>Reward points</b>
    Regards

  • Custom Subscreen Not showing on MM03

    Hi,
    I know it has discussed earlier but my question is as follows:
    I have created the custom subscreen (created a new screen under SAPLZMGD1 Function Group, added the fields from a Ztable),activaated etc. I  then change the screen sequence in IMG (21) Std Ind (Short) tabs-> Subscreen (added the  prorgram name SAPLZMGD1 and screen number (9**) and it is showing in simulation mode in IMG. I also uncommented the PBO/PAI of the 9** screen and added a custom PBO module to process logic for MM03 ( loop at screen etc.).
    But I am not seeing the subscreen on MM03.  The program simply doesn't stop there, at all.
    As mentioned before, the fields on the custom screen belong to a ZTABLE and that table is NOT a part of MARA/MARC etc.
    My question is in order to show custom screen/fields on MM03, do the fields/table HAVE to be a part of standard tables (MARA, MARC etc.) through APPEND??
    I really don't want to add Zfields to MARA/MARC through Append structure and rather use the custom table as a stand-alone unless there is no other way..
    Any help would be appreciated..
    Thanks

    Hi,
      i think it would be like this:
    SPRO>Plant Maintanence and Customer service>technical objects>general data>set view profile for technical objects>select the screen group element for Equipment and add the screen in additional data 1.
    Regards,
    HImanshu

  • To Add Two ZFields to sales order Item (Column) of VA01

    Hi friends,
    My requirement is to Add Two Zfields at column level of Sales order Item of VA01.
    i found 8459 Screen Exit , but it will display in Additional Tab B .
    And aslo I need to get the zfield values for every line item .
    Example:
    ITEM  | MATERIAL    | SERVICIABLE MATERIAL | Service type(zfield)|
    10      |10000            | 10001                               | Cleaning
    15      |20000            |200001                              | Repair
    i hope u understand my query . so for each line item it will vary , i have to do the validation for all the line item fields.
    Please help me Very urgent.
    Thanks,
    Veera...

    Transaction Code - VA01                     Create Sales Order
    Exit Name           Description
    SDTRM001            Reschedule schedule lines without a new ATP check
    V45A0001            Determine alternative materials for product selection
    V45A0002            Predefine sold-to party in sales document
    V45A0003            Collector for customer function modulpool MV45A
    V45A0004            Copy packing proposal
    V45E0001            Update the purchase order from the sales order
    V45E0002            Data transfer in procurement elements (PRreq., assembly)
    V45L0001            SD component supplier processing (customer enhancements)
    V45P0001            SD customer function for cross-company code sales
    V45S0001            Update sales document from configuration
    V45S0003            MRP-relevance for incomplete configuration
    V45S0004            Effectivity type in sales order
    V45W0001            SD Service Management: Forward Contract Data to Item
    V46H0001            SD Customer functions for resource-related billing
    V60F0001            SD Billing plan (customer enhancement) diff. to billing plan
    Rewards if useful.
    Minal

  • Creation of sales order with reference - Zfields in Add data B are not cop

    Hi all,
              Please help me in the issue . I am creating sales order with reference to returns order . All item fields are getting copied but the Zfields which are added in addtional data b of sales order are not getting copied. Can anyone please let me know the procedure to copy the custom fields.
    Thanks in advance,

    The setting of field when copy by reference is best done in the copy rules.
    If you go to transaction VTAA, and look to the order type you are copying to, you will find a data transfer rule number. 
    Then go to transaction VOFM, menu option DATA TRANSFER -> ORDERS and find the matching data transfer rule number.
    Select and press the "Source text"  button, here you will find the data from the copied order in structure CVBAK, and you can apply the code to set the VBAK structure fields appropriately.
    This should then populate the data on the copied order.

  • How to add F4 pop-up to a zfield (appended in the structure) in the search.

    Hi Friends,
    I have a doubt and need your help to get it resolved.
    I have a search view, and i have appended a field Product_hierarchy to it. now the field is displayed in the UI .
    I have added the component usage of the product category search help in my component also.
    now i tried to put the code in get_dquery_valuehelps:
    WHEN 'ZZPROD_HIERARCHY'.
            CALL METHOD cl_crm_uiu_bp_cust_get=>get_values_for_field
              EXPORTING
                iv_fieldname   =       ................................... ( what should i enter here)
               IV_PARTNER     =
              RECEIVING
                rt_value       = lt_ddlb
    or i should follow some other approach. right now i am getting Prod_hierarchy in UI with the DDLB showing message 'This Method is not implimented yet'
    Please suggest.
    Regards,
    VD

    You need to implement get_v method.
    also implement an outbound plug
    also implement an event eg: SEL_IBASECOMPONENT.  this gets called when you close the popup
    Example --
    method GET_V_IBASE_COMPONENT.
      create object rv_valuehelp_descriptor type cl_bsp_wd_valuehelp_navdescr
      exporting
        iv_outbound_plug = 'OP_FINDIBASECOMPONENT'.
    endmethod.
    method OP_FINDIBASECOMPONENT.
      data:
            lv_title type string.
      IF ibcompvaluehelp_popup IS NOT BOUND.
        lv_title = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BT/IBCOMP_SEARCH' ).
        ibcompvaluehelp_popup = comp_controller->window_manager->create_popup(
                                             iv_interface_view_name = 'MainWindow'      
                                             iv_usage_name = 'ZWTS_IBaseVH'                 "the comp usage name     in the component
                                             iv_title = lv_title ).
      ENDIF.
      ibcompvaluehelp_popup->set_on_close_event( iv_view = me iv_event_name = 'SEL_IBASECOMPONENT' ).
      ibcompvaluehelp_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
      ibcompvaluehelp_popup->open( iv_inbound_plug = 'SEARCH_COMP_F4' ).    "look at the child component to find plug.. you can assign "DEFAULT" if not sure
    endmethod.
    METHOD eh_onsel_ibasecomponent.
      lv_context_node = ibcompvaluehelp_popup->get_context_node( iv_cnode_name = 'IBCOMPONENTLIST' ). "look the child component and find the context node  related to the search help result list
      lv_col_wrapper = lv_context_node->collection_wrapper.
      lv_current ?= lv_col_wrapper->get_current( ).  "the selected record from the search help(child component) will be available here
    "then pass value from this entity current to your own context node(parent component)

  • How to add new fields in report painter without library

    Hi,.
    I have to add new fields in report painter(std one) which is not in any library and so I am not able to add the fields in characteristics. Though I have added zfields in CCR1S but I am not able to add these fileds in characteristics in report painter(say - CJe3 t-code)
    How to procedd for this.
    Thanks,
    MOhan

    hi,
    first i copied the report 12KST1G in my Y12KST1G with form. In CJE2 when i Click this report then in the whatever fields coming in the characteristics we can put it in 'variables' tab and these will be the fields which is displayed on the selecton screen. So after doing the wbove changes in the exit , I am not able to get the fields in characteristics vale so that I can put it in variable. or do we have to do some chnages in the screen for this z report which is like std. one.
    FYI..The display of the fields was done in z-report with library but this is like a report without library and we did some chnages in the exit.
    Pls Suggest

Maybe you are looking for

  • Time Capsule can't seem to recognize my HP DeskJet 5550?

    My HP DeskJet 5550 is supposedly on the list of supported printers for wireless printing when connected to my Time Capsule's USB port, but for some reason it refuses to recognize the printer. I have tried restarting both machines, going through both

  • Safari will quit unexpectedly

    Safari keeps quitting unexpectedly. When I try to reopen it, an error message comes up and it quits again, then asks me to report it. Basically it's a repeat every time. How can I get rid of this?

  • Photoshop files becoming .tmp

    Hi There, We are a school using cs 5.1 client computers are windows 7 x64. Since upgrading a large number of students are doing work and saving it and at somepoint the .psd files are becoming .tmp files and the names are changing ~somethingrandom.tmp

  • Urgent--Problem in Date validations in Javascript.

    Hi , I am facing problem in date validation in javascript.The requirement is my PO delivery date should be greater than my Sysdate.For that I wrote Javascript programme as below- function sysValidate(item){                     var itemValue=item; //

  • Reg:portal internationalization

    hi all i am working on portal internationalization,here my issue is how can i change the content which is available in table or application into target language.i am able to change just the i view names and field  names of table but not the data .is