Is it possible to add new screen fields to the transaction /dsd/sl_cockpit

HI experts,
      Would like to know if it is possible to add new screen fields to the cloned version of /dsd/sl_cockpit.
      I cloned the original transaction /dsd/sl_cockpit into a diff. name, now I want to know how I can include/ add those new fields to this transaction.  It looks like the screen is dynamically built using Standard ABAP classes. Need help.
Thanks in advance

it is not possible to add new fields via badi on /dsd/sl_cockpit.

Similar Messages

  • Need to enhace tcode FD32 to add new screen fields on the initial screen

    Hi All,
    I am supposed to add two new screen fields on the initial screen of TCODE FD32,
    I am unable to find any screen exit for that. Is there any screen exit present for that or is there any way to do this.
    Kindly help me, solutions will be greatly rewarded.
    Thanks in advance,
    Nagaraju.

    check below
    Transaction Code - FD32                     Change Customer Credit Management                                                                               
    Exit Name           Description                                                                               
    RFDRRANZ            User exits: Accounts Receivable Information System                                                                               
    No of Exits:          1                                                                               
    Rewards if useful...............
    Minal

  • Add New Screen Fields in Delievery Line Item

    Hello All,
    We have a requiremnet where we should add 3 custom fields to delivery line item tabs,
    please let me know how I can add a new tab for delievry line item tabs and how to add new custom screen fields in that tab,.
    Thanks
    Add New Screen Fields in Delievery Line Item
    Edited by: kishore_99 on Dec 8, 2009 5:31 PM

    No, I won't explain it in detail - you need to read the documentation and at least make an attempt at the process on your own first.  The documentation is right there in the IMG where I said it was but here's the path since you can't find it:
    Logistics Execution -> Shipping -> System Modifications -> Business Add-Ins in Shipping -> BADI for Additional Item Detail Screen...

  • Add new Search Field in the Search Page

    Hi all,
    I needed to add a new search field in the search page, for the same i appended the search structure and added the required field.
    Then in Config i made it available. The field type is input field of type BU_PARTNER.
    The issue is when i make the same field display in UI it apears as Blank Drop down, it should come as input field.
    I tried to make it input via get-p as well but still it is DDLB.
    I also tried via Design layer, but it has not changed to Input.
    Please suggest how to proceed further.
    Regards,
    Vandy

    Hi,
    Just a thought, Did you remove the field and reassign it to the configuration view after you made the changes???
    Regards
    Rekha Dadwal

  • Add new screen field

    Hi friends,
    Here I am explaining my problem by eg.
    Tcode PA40- go to personal number and press F4. after presing F4 I got one pop-up-window. in that pop-up-window, there are two fields like first name and last name. I want to add one more field like birth date. How can i add the new field pls help me
    Regards
    sudheer

    Dear Sudheer,
    Instead of adding new fields,
    you can use the exisiting help itself ,
    when you press f4 , select fourth tab 'free search' then under fieldgroups/fields ,
    you can choose what ever fields you want ex : under personal Data folder you have date of birth etc.
    if you want other than this you have to define search help with SE11.
    With Ever Smile & Best Wishes,
    Madhu.

  • Is it possible to add value date field in the debit entry?

    Hi gurus,
    I'm an abapper and struggling to be an FI consultant since I have no one to consult with. Here's my issue:
    I want to add the Value Date field in a GL acct debit entry. I used optional in Field status group. It doesn't appear unless if I change the posting key to credit. But if I change it to required entry, an error appears " Rules for posting key 40 and acct 115-30-002 set incorrectly for "VALUT" field . Did I miss anything? As much as possible, I don't want to use the other GL Account (a credit entry) since I dont need it in the program flow.
    Need an expert explanation on this. Sorry I only have limited knowlege with regards to FI concepts.

    Hi
    Feild status at entry time looks for the following combination
    S- Supressed
    D- Display
    R- Required
    O- Optional
    System looks for this above combination at first in Posting Key and then in FSV of account which we enter. For this partical purpose the the feilds in posting key are kept optional.
    Check the feild status of posting key & account T-code FBKP.
    thanks
    Colin Thomas

  • Add new Z-field in IW32 transaction.

    Hi All,
    I need to extend the table in the Objects tab of PM order. I added my Z-field to the RIWOL structure. In Screen designer I get this field from dictionary. But I don't see the result.
    May be I can append my fields in some BADI or Enhancments?
    Regards, Salavat.

    Are you sure RIWOL is the right strcuture?
    1. It is a structure, hence wont be able to hold any data.
    2. When I did a where used on this structure, it was used only in 3 places -
    IBAPI_RIWOL_TT
    IWOTT_OBJECTLIST
    RIWOL_T
    which dont seem to be related to any header or item table of PM Order.
    What you need to do is check if there exists a Custom Include for the tables where you need to store the custom field.
    If you can help us with transactions you want to use, it would be better.

  • Need to add new Text Field on the Screen

    Hi,
    I am using Oracle 9 Designer and generating the web pages using web pl/sql language. After I generate the page, my screen looks like this:
    Employee id: TextField
    Employee Name: TextField
    I want to add a comment"(Please enter characters Only" below the Employee ID like the following:
    Employee id : TextField
    (Please enter characters Only)
    Employee Name: TextField
    Can anybody help me how to add this in the designer form?
    thanks in advance.

    You can do this with an unbound item on a View Form. You cannot do it at all for an Insert Form. There is a work around but takes a little explaining for the Insert Form. You need to create a web page from the insert form html, modify it manually. I do it as a simple procedure so it is consistent with the rest of the application. Then all menus, links, etc. need to reference that page instead of the FormInsert procedure in the generated package.
    There may be other work arounds. Without knowing more about your requirements, I can't say.
    John Caputo
    [email protected]

  • ME21N to Add New Screen Fields ME_GUI_PO_CUST.

    Hi All,
            Req : To New TAB with Custom Fields for ME21N.
                     I Created a Custom Module Pool Prog with Reruired SUBSCREEn.
                     I am able to See the TAB but Unable to See the SUBSCREEN
                     and it is Displaying the RUNTIME ERROR .
    One of the programs "CL_SCREEN_VIEW_MM=============CP" or "ZGDEO_100 " is currently being developed.
    The name "SET_SUBSCREEN_AND_PROG" of the called routine may be incorrect, or the routine "SET_SUBSCREEN_AND_PROG" is not yet implemented in the program "ZGDEO_100  ".
    *SOURCE CODE OF SUBSCRIBE
    Method SUBSCRIBE.
    CHECK im_application = 'PO'.
    CHECK im_element = 'ITEM'.
    CLEAR re_subscribers[].
    ls_subscriber-name = subscreen1. ( Not Sure WHAT TO PROVIDE )
    IF Leave it as subscreen1, it Says that it is Not Declared.
    ls_subscriber-dynpro = '0100'. "SubSCREEN.
    ls_subscriber-program = 'ZGDEMO_100'. " Custom Module Pool prog
    ls_subscriber-struct_name = 'CI_EKKODB'.
    ls_subscriber-label = text-001.
    ls_subscriber-position = 5.
    ls_subscriber-height = 7.
    APPEND ls_subscriber TO re_subscribers.
    *SOURCE CODE OF MAP_DYNPRO_FIELDS                 
    MAP_DYNPRO_FIELDS Code:
    FIELD-SYMBOLS: <mapping> LIKE LINE OF ch_mapping.
    LOOP AT ch_mapping ASSIGNING <mapping>.
    CASE <mapping>-fieldname.
    WHEN 'ZZMARK1'. <mapping>-metafield = mmmfd_cust_01.
    ENDCASE.
    ENDLOOP.
    CAN ANY ONE PLEASE HELP ME In THIS REGARDS.
    Note : Points Will be Awarded

    Hi Ganapati,
    Please check this link:
    http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29
    Thanks,
    Hung To

  • ADD New Customized Field to Tcode F-43

    Hi All,
    I want to add a new selection field to the Transaction F-43 .
    Please suggest me the Field Exits/User Exits/BADI for doing the same along with the steps involved.
    Thanks in Advance.
    Regards,
    Bhavika

    Hi,
    Indeed you might be need to use the standard user-exits available in program SAPMV45A. here they would have specifed various userexits comprising with screen and function exits namely:
           U S E R - E X I T S
           U S E R - E X I T S
           U S E R - E X I T S
           INCLUDE MV45ATZZ.            " Data definitions in MV45ATOP
             INCLUDE MV45AOZZ.             " User-modules PBO
             INCLUDE MV45AIZZ.             " User-modules PAI
             INCLUDE MV45AFZA.             " User-forms < 3.0
             INCLUDE MV45AFZB.             " User-forms
             INCLUDE MV45AFZC.             " User-forms < 3.0D
             INCLUDE MV45AFZD.             " User-forms   3.0E
             INCLUDE MV45AFZF.             " User-forms   3.0F
           include mv45afzg.             " User-forms   3.1G
             include mv45afzh.             " User-forms   4.6B
             INCLUDE MV45AFZZ.             " User-forms
             INCLUDE MV45AFZ4.             " User-forms   4.0
    Indeed for header you might be requied to use screen 8309 and the following screen exit MV45AFZZ along with the PBO and PAI screen include MV45AOZZ and MV45AIZZ.
    Regards,
    Jagath

  • Adding a screen field in FB60 transaction

    Hi all,
    I just want to add a screen field in FB60 transaction. In that transaction there is a table control. I want to add a coloumn there. Can anyone help me how to do that? I am working in ECC 5.0
    Thanks in advance
    Pranav

    Hi Pranav,
    If you want to add a new column under the table control in FB60, there is a way to do it through config.
    This is how it can be done:-
    1) Go to T-Code SPRO
    2) Financial Accounting New>Financial Global Settings New>Ledgers>Fields>Customer Fields>Edit Coding Block
    3) Define your new field under "Customer defined account assignments" . Make sure the name starts with either 'ZZ' or "YY". This creates a standard structure with your custom field and also appends this new custom field in many FI related tables including BSEG so make sure to check the impact with your functional consultant.
    4) Once it is defined, you might need to change the characteristics of your field under
    Financial Accounting New>Financial Global Settings New>Document>Define Posting Keys
    (This changes your fields status from suppresed to either Optional or Required depending on your requirement)
    Hope this link also helps
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/65/ec4bd7fb0f44f6814fa790dde9a172/frameset.htm
    Reward points if helpful
    Cheers
    Sanjiv

  • How to add new "text" field in GL item fast entry?

    Hi Gurus,
    Is that possible to add "text" column or field in GL item fast entry. For example, if i go to Txn F-04, i enter all the details then i go to: "Goto>GL item fast entry (shift+F8). Now you will see layout (GL item fast entry). So back to my question before, is that possible to add new field or column (text field) in this layout? If the answer is Yes, appreciate Gurus help and guide me in configuration, if any.
    Thank you
    Regards,
    Nazrul

    Hi Sreehari Annavaram,
    Thank you for your kind reply. Based on the answer from the link you have given me (as per below quote), there's no "DEM03" in my selection screen. We only have SAP01, SAP02 and GL001 (customised layout). That's why i had created new customised layout GL002 and try to add the "text" field in layout as per my first question. But system still won't allow it.
    *"In F-02 under editing option screen screen templates and line layout variant for document entry will be there in that
    GL accounts items for fast entry select DEM03 u will get the text item"*
    Appreciate help.
    Thank you
    Regards,
    Nazrul

  • Is it possible to add new line to existing Blanket Agreement through interface?

    Hi All,
    I need to add a new line to exisitng list of blanket agreements.
    I populated po_headers_interface and po_lines_interface and ran 'Import Price Catalogs' program.
    But this is only trying to update existing line instead of creating a new one.
    Please clarify whether it is possible to add just a line using the above process?
    tried multiple scenarios:
    action field in both tables - ORIGINAL - error, doc already exists.
    action field in both tables - UPDATE - updates existing line.
    action field - (UPDATE in hdr and ORIGINAL in line) - updates existing line.
    Thanks in advance.
    Girish

    Hi All,
    It's working now. populated action field as 'ADD' in po_lines_interface and it created a new line.

  • How to add new customise field in standard SAP ME28 Report?

    Hi Anybody,
             How to add new customise field inside Standard SAP Screen report ME28?.
    Anybody, Please tell me how to do?.
    Thanks,
    Regards,
    S.Muthu.

    Hi Subramaniyam,
    You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.
    cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.

  • Adding New Screen Fields Through BDT

    Hi All,
          In BP transaction there is a concession tab. i want to add 2 new screen fields from z table.
          i have added from z table in that concession tab.
    But The problem is that screen fields are coming in the last line.but where as i need those all new fields in right corner of first and second lines of the existing fields .plz.. help me
    Thanks Inadvance ,
    Siva Kumar

    Hi Vishnu
    I suggest to use EEWB for adding the new field. Follow the following steps
    1. Run Transaction EEWB (Easy Enhancement Work Bench)
    2. Create new Project.
    3. Select the relevent Z package.
    4. Create Customizing and Workbench Requests.
    5. Select table BUPA
    6. Select the type of field you require (single or table) and follow the wizard.
    The new fields will appeare on a new tab "Customer Data" on BP Screen.
    The Screen Name and Sequence can then be changed with VCT.
    Precautions:
    1. Your user must have developer's key privilages.
    2. There should not be any users working on the system when you are doing this activity.
    3. The workbench request created is client independent. The customization request created is client specific.
    4. The process is reversable and does not get effected by patch upload.
    hope this may help.
    Cheers
    Avi

Maybe you are looking for

  • Weird video problems with Mobility Radeon HD 4200

    Recently pacman upgraded the video drivers for my video card: [2011-04-17 12:48] upgraded xf86-input-acecad (1.4.0-4 -> 1.4.99_git20110318-1) [2011-04-17 12:48] upgraded xf86-input-aiptek (1.3.1-2 -> 1.3.99_git20110318-1) [2011-04-17 12:49] upgraded

  • Two external displays on L430 (HD4000)

    Hi, I have L430 laptop (HD4000 gpu) and I wanted to connect two external monitors on it and to run with internal display as well. Originally HD4000 should support 3 independend displays, but maybe thinkpad construction does not allow for this. So fir

  • How may I prevent loss of Music - not from iTunes - on a new computer?

    The original iTunes Library I had for my iPod Touch was on a computer that has broken down. I am concerned about what I'm reading in the iTunes HELP files, because I see no way to prevent loss of my non-purchased (at least from iTunes) music when syn

  • Expressions and sliders

    Hi all Having trouble trying to stop my wiggle expression so I thought I would use a slider to control it. The wiggle is applied to position but I haven't actually given it any key frames. Basically my problem is that when ever I use the pick whip wi

  • How to subscribe to a JMS topic with a selector

    I'd like to receive messages on a JMS topic satifying a selector. I'm trying examples\webservices\message. The ConsumerClient receives messages on "examples.soap.msgService.MsgSend". But if I want to sepcify a selector, how do I do it? Thanks! Kevin