Add a tab in Standard SAP Screen in ECC 6

Dear Experts ,
I have to add a additional tab  for a SAP Standard screen .The t.code is FMCACOV and System is in ECC 6. Please let me know to do this which enhancements techniques have to be follow? Enhancement framework OR Badi OR Screen exit?
pls suggest me

Hi,
The main steps:
define your own search help
add it to collective search help KRED
Be aware that it's a modification on standard SAP object.
Best regards,
Peter

Similar Messages

  • Input data to the standard SAP screen .

    How to input data to the standard SAP screen . ?
    i am using BADI HRHAP00_ENHANCE_FREE to add some functionality to the screen of transaction PHAP_CREATE.
    =================================
    i am calling this FM 'F4IF_INT_TABLE_VALUE_REQUEST'
    in the BADI and i have to update the fields in the screen of the main program which is calling this BADI (HRHAP00_ENHANCE_FREE).
    This BADI is called at the button click .
    ZOBJECT_TABLE is a Z- table with values out which we have to select the value.
    and the value should be filled in the screen field as we select the record from the help.
    ====================================
    the screen is SAPLHRHAP_UI_DOCUMENT -
    SCREEN  3100
    The elements doesnt even have parameter ids .
    please suggest me how can it be done
    thanks in advance .
    Naval Bhatt

    Hi,
    I have solved the problem and my work is done properly.

  • Create ZField on Standard SAP Screen [Frame]

    Hi...
    Required to add a new zfield to standard SAP screen of infty 0006.
    After Street...i have to add house no field...
    That too have to add exactly side of that street field...
    Is it possible to add using pm01?? if yes, how?
    Any other ways....???
    Regards,
    Veeranji Reddy P.

    By anyway can I do this?

  • How to populate a field in a standard SAP screen through FMs and Workflows

    Hello Everyone,
    I have a requirement in which I have to populate a field in an standard SAP Screen.The logic for finding the value of the this field will be done in a new FM and this value has to be passed to this field on the standard SAP screen through workflow.I am new to workflows and need some quick help.Kindly let me know the basic steps I need to follow to realise this requirement.
    Thanks,
    VP

    Hi,
    You can create the task in the workflow which contains the method in which you set the value of the field in standard screen using set parameters id and the aprameter name attach to the field

  • How to change the GUI title of a standard SAP screen

    Hi Gurus
    Could u pls help me on this
    I want to chnage the GUI title of a standard SAP screen without modifying the standard code.
    Thanks in advance
    Regards
    Swatantra

    Hi Vijay,
    Without a Modification, this will not be possible. If you're very particular about having your title, then is there any reason for avoiding modifications of SAP objects ?
    Regards,
    Anand Mandalika.

  • To disable one field of standard sap screen.

    Hi,
    I want to disable one field of standard SAP screen for example
    tran code : MD61
    Field : Version.
    Can Anybody suggest me with simple coding.
    thanks
    naresh

    Naresh,
    I guess this can be done using Transaction Variant SHD0.
    Just try to check the links related to transaction variant.
    1.go to SHD0
    2.give the transaction as MD61     
    3.Transacation variant as zmd61
    4.now press create button
    4.Here you will get to see the initial screen on MD61
    5.Press enter
    6.You will get to see the field attributes in a screen called 'Confirm Screen entries"
    7.There you can make a field as required/invisible/ouputonly.
    Do check other links available in SDN for more info.
    K.Kiran.

  • Should I include standard sap screen into my program?

    Hi all,
    I have a custom program, where I need to modify the values of material batch classification values (like in trans. msc2n).
    What is the best way to do it?
    I tried to copy the screen from standard sap function pool CHRG (screen 2300) to my own, but I failed.
    It has few subscreens included (e.g. screen 5000 from pool CTMS), which use lot of data provided in the standard program and I am unable to follow all the logic included there to make it work in my program.

    I have a custom transaction where I should modify some of the material batch characteristic values for some certain batches. I was trying to build my own UI and logic to perform this, but I can't find any FM's to change the characteristic values (I am using CLAF_CLASSIFICATION_OF_OBJECTS to retrieve the values but have no idea how to change and store them).
    That's why I thought of including some standard functionality in my program but as You said, screens alone won't help me much.
    Anyway, thanks for reply. Any further suggestions appreciated.

  • Screen enhancement to add input parameters to standard selection screen IE05

    Hello Experts,
    How can i enhance the IE05 selection screen to add some input parameters in the screen.
    Please refer the following screen to be done and please guide me for the same.

    Since i am adding a select option of type ekko-ebeln, i have to add a statement TABLE ekko.

  • Modifying standard SAP screen and PAI/PBO modules?

    Hi,
    I have a SAP screen in which we need to dipplay and populate a Z-field. For this particular screen I haven't found any suitable user-exit or BAdi, so what are my options for moifying the screen? Is there some modification flag or modification assistant in ABAP Screen Painter that can be used so that future SAP support packages and additions will detect the change made to the screen (so that the modification isn't overwritten in future releases)?
    Thanks for your help. Points will be given!
    Regards,
    / Christian

    You can do something like this :
    Find SAP Modifactions
        SELECT * FROM tadir
        INTO TABLE jtab
        WHERE pgmid = 'R3TR'
        AND object = 'SMOD'
        AND devclass = <devclass>.

  • How to add Additional fields in standard SAP Report RMCLOBJVN ,TCODE CL6BN

    i am facing problem in Report RMclobjvn , TCODE is CL6BN
    i have to add some additional fields on the result screen.
    but when i search inside the report i could not retrieve any user exits but through a search utility i got 4 user exits of which 2 seem to be useful.these are
    <b>Exit name
    CLCLRS01  Additional Fields on the Result Screen
    CLCLRS02  Fill the Additional Fields on the Result Screen</b>
    i activated the these exits and have tried putting in break point in side the include.
    But the problem is this that
    [<b>b]that CL6BN Tcode is not triggering anyhow these userexits.</b></b>
    does anyone has any solution for adding the additional fields.

    Hai Manish
    Check the following Links
    You can do it in two ways using append structure or include structure of that standard table.
    once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .
    check this SAP help..
    for append structure
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm
    for include structure.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm
    Regards
    Sreeni

  • How to populate fields in standard SAP Screen

    Hi,
    There is one client requirement in <i>Create: Customer</i> transaction. (<b>T Code: XD01</b>)
    Go to transaction XD01. You get pop-up screen (Customer Create initial screen).  Enter the details required like account group, company code, etc.
    Now you get Create Customer General data screen. In this screen there will be tab like address, control data, Contact person etc. Initially control will be in Address tab.
    In address tab Language will be defiantly displayed (egs: English). (Screen details as in 1* below.) If you don’t find on screen scroll down the tab.
    Enter all the details and then you go to tab contact person. There you will enter one person as contact person and then you click on Home address Push button (which is below the tab strip.)
    On clicking home address push button one pop-up screen will be displayed.(Screen:  Contact Person: Home Address Create )
    In this screen there is also a language field (Blank now, mean no value..) (Sceen details as in 2* below.)
    Customer wants that this field is to be populated with the data of tab Address tab.
    How to do this. Could you please reply to this query ASAP. If I need to ask SD Consultant for any requirement please tell me what to ask. To them.
    Screen details: (got by technical help.)
    1*:
    Table Name        ADDR1_DATA
    Field Name        LANGU
    Data Element      SPRAS
    DE Supplement     0
    Parameter ID      SPR
    Screen Field      ADDR1_DATA-LANGU
    Program Name      SAPMF02D
    Screen Number     7000
    2*
    Program Name      SAPLSZA7
    Screen Number     0501
    Program Name      SAPLSZA7
    Status            ADDR0500
    Table Name        ADDR2_DATA
    Field Name        LANGU_P
    Data Element      SPRAS
    DE Supplement     0
    Parameter ID      SPR
    Thanks in advance. Please reply ASAP. Please let me know idf you need any further details.
    Regards,
    Vidyaprasanna.

    Hi Prasanna,
    You need to modify the code.
    you can do it in two ways.
    1  -  in the PAI of 1st screen you can use SET PARAMETER  for parameter SPR.
    Then in the next screen popup, it will automatically show the langu value.
    2  - in the pai of the popup screen, you can use GET PARAMETER statement to get the value of parameter SPR and then set this value to the screen field.
    In both the cases you need to modify the standard program.
    Hope this helps.
    Sajan.

  • Adding new fields from CI Include to Standard SAP Screen

    Hi All,
    I am enhancing Infotype 0487. I have added new fields to the CI include and created the screen fields in subscreen 0200 with reference to the data dictionary fields. When I test the subscreen alone, the new fields are displaying correctly and F4 help is active. But when I view the whole screen(2000) in PA30, the new field is inactive and I am not able to enter data. Also F4 help option is present for the field but when it is selected, a message 'No Values Found'  is displayed. Please suggest some solution.
    Thanks in advance
    Regards,
    Sivasankari
    Edited by: Julynila on Oct 7, 2010 10:41 AM

    Hi,
    This might be the standard transaction, so there is a possibility of adding the fields using the Screen variants using SPRO, get in touch with your functional consultant. there you can copy an existing screen and add the required fields and rename the screen to different number, and in the config this new screen can be added.
    Thanks,
    Srini.

  • User exit for field addition on standard SAP Screen

    Hi,
    I want to add one customer specific field on notification at header level. I have found one enhancement i.e. user exit QQMA0001, which says that this is to be used for adding the extra field on the notification header. Now my question is that
    1. If I have to add the field, how user exit can help (I am aware that user exist consists of the function module, screen exit, programme and includes. Now do I need to use the screen exit for this or something else?)
    2. Other question is that before going to screen exit in the above step, do in need to add the field in structure VIQMEL and the respective table QMEL or when the table QMEL is updated then the field in structure VIQMEL will get auto updated.
    3. If the step 2 is only sufficient, then why is the need of step 1, I mean what is the point in considering the user exit i.e. we can simply update the QMEL data table and then this field will get autoavailable on the structure and after going to SE51, if we view the field added, then we can place it wherever we want on the screen of notification.
    Request for the reply.

    Thanks Pete,
    I am not a developer and a functional person and right now i am in very initial phase with no developer around.
    I got most of the points you mentioned here
    Creation of data elemnt
    Append the data table
    Create the new subscreen for the main programme and then assign this subscreen to the notification type in SPRO.
    If i am rightly followed then my questions are
    1. What is the role of user exit here?
    2. Why functional module is required here?
    3. SE51 transaction you mentioned is the screen painter, Is it possible to create sub screen there. If no then where the new sub screen will be created i.e. T code in ABAP.
    And the fianl question is that -
    I f i succeed in attaching the subscreen to the notification type and my sub screen is only for one field then is it possible for me to set it up as a header data and place it anywhere below the notification user status field because i dont want to display it as subscreen bu header level information.
    Thanks

  • Making screen fields non-editable in standard SAP screen

    Hi All,
    I have a reuirement. In transaction code CAA2 I have to make the field 'Incoming payment method' (EZAWE) as read only/non-editable. This field is available in table FKKVKP. We can make this field as read only by performing some configuration setting. But this field needs to be disabled based on some validations.
    For example EZAWE field should appear in changable mode when user has the role 'ZDJ: SUPER_USER' assigned to him. If the user does not hold this role the EZAWE fields needs to be disabled.
    One more thing here I don't have to use screen variants for this.
    Thanks,
    Venkat

    >
    Vijay Babu Dudla wrote:
    > Try with Transaction Variants , if there is no exit available to modify the screen dynamically, check the Transaction code SCDO.
    >
    > Search SDN with Transaction Variants
    Hi,
    I think it is SHD0. correct me if am wrong
    Rhea.
    Edited by: rhea on Oct 17, 2008 12:39 PM

  • 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.

Maybe you are looking for

  • Register New Apple ID ?! help.

    Hello, I just purchased a MacBook from someone, who had purchased it from someone else, the apple ID is registered to this other someone and I need help changing it to download or update apps!! Help please?

  • Wbengine.exe faulting, ntdll.dll module at fault

    Hello All,   I've got a client with a WD Sentinel running Storage Server (Server 2008 R2 based). We setup Windows Server Backup and it worked for a couple of backups. We then added a second drive and encrypted both with Bitlocker. Now, I'm getting th

  • SelectOneListBox works with Customer Converter Problem

    I am keeping getting validation error when I try to convert SelectOneListBox String value to Name class which contains FirstName and LastName components. here is what I did: 1. SelectOneList has two String items , I assigned the SelectOneList value t

  • Please help to restore facebook page blanked out by firefox security

    since sunday my facebook page appears as blank to messages and images. I tried de deblock the page from the mozilla scroll down menu but it won't work. Please help. I am no specialist but need my face book messages. if you can call me at ** I would p

  • My PC recently crashed and wiped out all my info including my music..

    My PC recently crashed and wiped out all my info including my music, i still have it all on my ipod. is there anyway possible i can restore the songs on my ipod back into my computer eventhough my itunes library is empty? i read something about turni