Screen Enhancement for CJ20N

Hi,
I have a Requirement where I am looking to add one extra Tab in CJ20N Transaction Code, at the network Activity Material Component Level. Can you please help me to get the answer that whether this is possible or not, and if Possible, then How?

Hi,
I have a Requirement where I am looking to add one extra Tab in CJ20N Transaction Code, at the network Activity Material Component Level. Can you please help me to get the answer that whether this is possible or not, and if Possible, then How?

Similar Messages

  • Screen enhancement with CJ20N

    Hi All,
    I am working on a requirement, where i need to provide a custom screen tab in CJ20N Transaction.
    Customer requirement is to have a custom screen tab at CJ20n>WBS Level>screen tabs.
    How to proceed further?
    Regards
    Pavan

    Hello
    What you could do is: find out the package to which transaction CJ20N is
    allocated and find enhancements for this package. (SMOD-> F4 -> information system-> enter package and press enter)
    Or look for CALL CUSTOMER-FUNCTION, CALL CUSTOMER-SUBSCREEN (flowlogic)
    or CL_EXITHANDLER class in CJ20N program.
    OR goto se24 -> cl_exithandler -> double click on get_instances-> put a break point at call method cl_exithandler=>get_class_name_by_interface. -> now go and execute your tcode and find the appropriate BADI.
    Hope the discussion was helpful.
    Cheers,
    Suvendu

  • Screen enhancement for ECM

    Hello gurus,
    Once we create ECN we go into Objects tab and add objects. Is there a way we can enhance that screen so that I can add customer fields into the view? Any guidance in this regards will be very helpful.
    Thanks
    Regards
    Sreepati

    Hi Hari,
    You can use the function pool SAPLXCCA & include ZXCCAZZZ to find some suitable exits to enhance for the customer fields.
    Hope this helps
    Regards
    Raju

  • Screen enhancment for PR,PO and MIGO

    Hi experts,
    I have added long material text(more than 40 characters) into material master using screen enhancement ,
    now i want to add this into Purchase Requisition , Purchase order  and MIGO . I have added LONG TEXT into PR & PO using screen enhancement, but new tab is added i.e. Customer Data(Subscreen) .
    But my requirement is that to add new field in existing tab only i.e. Material Data.
    Please reply .
    Regards,
    Dnyaneshwar

    hi
    Could u just please specify wer exactly u need to have extra tab (in which t code ).
    Regards
    Swapnil

  • Screen Enhancement for ME2O

    Hi Experts,
    I am very new to Screen Enhancements.
    please tell me how to do the below req.
    ME2O pop up screen add delivery test field (together with batch, qty, sloc).
    thanks
    Girdhar

    Hi,
    You are in ECC 6.0 Version Then ..
    Go to se18 enter Enhancement-spot as ES_RM06ELLB
    You are below version ECC 6.0 then
    1)Go to se80
    2)copy the program RM06ELLB to ZRM06ELLB.
    3)in screen 100 make changes as per your reqirement.(i.e add a text field like comments )
    Regards
    Kiran Sure

  • Screen enhancement for QA21/QA22

    Hi,
    We don't have any custom screens as of now for VA21/VA22 application.
    Can anyone tell me starting procedure / screen exits for VA21/va22 for adding fields in additional data b tab. you can go to this screen by giving a quoation number in va22 screen,  goto->Header->additional functions-> additional Data B. In this screen i need to add 2 fields. How shall i do this. There is no screen exits available in customer-exit
    thanks
    Peddi reddy

    Hi Reddy,
    You want to Screen Exit for VA21/VA22?  then check below thread
    badi or screen exit for va21/va22
    Regards,
    Pawan

  • Screen enhancement for tab Material Master of CV02N

    Hi experts .
    I have a requirement to modify tab for material master in object links (transaction CV02N) .
    Currently, there are only 2 fields-material & description.
    The requirement wants to add 2 coloumn,  AEOI-REVLV &a checkbox for user selection to do material revlv sync.
    Then how can I just update the tab?
    Thanks in advance.
    Joy.

    Hi,
    Implement the below enhancement  CV110001
    There is a customer screen available and SAP has provided the same to add new fields: SAPLCV110 00200- SCRCUST -SAP        100 (Check in SMOD transaction)
    Once you have implemented the screen, you need to add the code in the below exits for transfer of data to and fro from the screen fields to the database tables.
    EXIT_SAPLCV110_002: Transfer data to the customer enhancement
    EXIT_SAPLCV110_003 : Transfer data from the customer enhancement
    Hope this helps
    Regards
    Shiva

  • Screen enhancement for fd32

    Hi Abapers.
    I have a requirement where i have to enhance screen of fd32
    I have checked RFDRRANZ user exit but its not serving the purpose..
    can u pls tell me how can i customize the screen

    HI Aarif,
    User exit does not work for this transaction. So, just check the BADI: FI_DUZI_ROUND_CML.
    For further help on the topic, go through the following link:
    Workflow for transaction FD32
    Hope this will help you...

  • Screen Enhancement for VL02N

    Hi Expert,
    I need to introduce new field for the "to be packed material" table in handling of outbound delivery screen. i tried to add and i feel it has standard structure. i couldnt find eithre user exist or class name (BAPIs). if it is unable to add new field it is ok to add this field for the "Genaral Overview" of the same screen ("tree structure displaying screen"). could you please guide me to success this task.
    Thanks experties.
    Janaka

    Hi ,
    Check below link.
    VL01N / VL02N Delivery Header Screen Exit BAdI

  • Screen Enhancement for IQS22

    Hi,
    I am working on disabling few fields (Making uneditable) in the IQS22 transaction.
    When i write the following code in PBO of the screen (7206), the field is not getting disabled.
    Moreover, i am unable to find the <field> in looping of screen.
    loop at screen.
    if screen-field = <field>.
    screen-input = 0.
    endif.
    endloop.
    Can anyone help me whether am i wrong in doing so?
    Or is there othere way around to do this???
    Regards
    Pavan

    Hi Khan,
    Thanks for your reply.
    I could trace out all the exits where i wrote code to make the screen fields un editable mode.
    Out of these screen fields, one field is a long text container.
    This field has been defined as TEXT' in the screen.
    Inspite of the following code, this particular long text is not getting into gray mode.
    loop at screen.
    if screen-name = 'TEXT'.
    screen-input = 0.
    modify screen.
    endif.
    endloop.
    Also i tried with the following code.
    loop at screen.
    screen-input = 0.
    endloop.
    All the fileds in the screen gets into un editable mode except this long text box.
    Anyone knows how to make it uneditable???
    Regards
    Pavan

  • Screen Enhancement for tcode VA41

    Hi,
    I have a requirement where I need to add few custom fields into tocde VA41.
    It ideally needs to sit in screen no 4021.
    I have go through all the user exits in SMOD and various posts in sdn, but it's not meeting my situation.
    Can we achieve this without having the need of access key?
    Regards,
    Zafar

    Hi
    For sales document it has the old concept of screen exit, so it can use 8309/8310 for header data or 8459/8460 for item data.
    You need to get the access key in order to use the screen-exit above, so that's valid if you want to change a standard screen like 4021.
    I don't think there's another chance
    Max

  • Screen enhancement for F-53

    Hi,
    I need to enable the PAYMENT METHOD field when we simulate the document (clearance) in F-53.
    Is there any screen -exit / screen variant which will help achieve this.
    Kindly suggest.
    Thanks in advance.

    Hi,
    There is a program which is widely available and can display user-exits by TCode. Note: it does not show all user-exits especially those transations which call other programs.
    See the following link:
    /forums/viewtopic.php?t=109477&highlight=searchuserexitprogramprogramme
    Here's the result for TCode F-53
    Exit Name Description
    F050S001 FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002 FIDCC1: Change IDoc/do not send
    F050S003 FIDCC2: Change IDoc/do not send
    F050S004 FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005 FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006 FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007 FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001 Balance Sheet Adjustment
    FARC0002 Additional Checks for Archiving MM Vendor Master Data
    RFAVIS01 Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00 Line item display: Checking of selection conditions
    RFKORIEX Automatic correspondence
    SAPLF051 Workflow for FI (pre-capture, release for payment)
    Rgards
    Palanivel

  • Screen enhancement for CV02N

    Hi experts .
    I have a requirement to add a new tab  for material group in object links (transaction CV02N) .
    Save and display data same as done for links by material / equipment master .
    How  it can be done ?
        Helena .

    Thank you . It's already done  , but data was not saved .
    Our problem may be in previous step - customizing .
        1. Maintain Key Fiels :    set : V023     OMSF     MATKL                              
        2; Maintain Screen for Object link
                                 set :  V023     Material Group     ? Screen number
        we used  a screen number 500 as it done in example         http://help.sap.com/erp2005_ehp_03/helpdata/EN/f8/8c423c1a7a7869e10000000a114084/content.htm
      and get instead of material group -material .
      Please , your help .

  • Screen exit for CJ20N

    Hi All,
    Please find the details below:
    Transaction          CJ20N       
    Program (screen)     SAPLMLSP    
    Screen number        200         
    Program (subscreen)  SAPLMLSP    
    Screen number        400         
    Program (GUI)         SAPLMLSP    
    GUI status             SVP0        
    i want to grey out the the lines in the table control which appears on the subscreen 400.
    I cannot find any screen exit to do so. Kindly help.
    Suitable points will be rewarded to helpful answer.
    Thanks
    Ankit

    hi,
    Can u please share the solution how to get this solution.
    ASAP....
    Thanks,
    Kruthik.

  • How to implement screen enhancements with table control in sales document

    I want to add a table control in sales document head and items, is there a good solution for this, thanks

    Hi Zhang Jie,
    There are some reserved screen for you in sales order.
    screen enhancement: for header is SAPMV45A 8309 and 8310.
                                    for item is SAPMV45A 8459 and 8460.
    you can add your table control in those screen.
    regards,
    Archer

Maybe you are looking for