Add a screen in CJ01 Tcode

Hai to all,
                I am fresher as abap consultant. Right now i am practicing on enhancement. I came across an example where there is a requirement to add a screen in CJ01 Tcode. there i came across a enhancement name "CNEX0006" i open the enhancement in comd it has 2 FE 2SE 2ME. Here i have a doubt. i learnt some where for every SE there will be function module and for every menu exit there will be function module exit. now my doubt here is if i implemented menu exit which function exit i have to use and if i implement screen exit which function module i have to use.
                For Ex  In this Enhancement i have 2SE if i implemented where i have to write the code. if i implemented another screen exit where in which function module i have to write the code.
          Please help me with an example if possible..

Hi
This article details about the step-by-step procedure in implementing the Screen Exit for CJ01 transaction:
First create a project in CMOD and attach the enhancement CNEX0006 to the project.
   1. Go to se11 and in the PROJ table u will find ci_proj include , in this add the required custom fields.
   2. Go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout choose Dictionary./Program fields and drag and drop in the screen .
   3. If u want to write any logic before the screen is displayed do it in PBO.
   4. Now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic
      move-corresponding sap_proj_imp to proj.
   5. Now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic
      move-corresponding proj to cnci_proj_exp.
      Activate the project .
  Cheers
  NZAB

Similar Messages

  • Add a additional field in tcode XK02 - control screen

    Hi,
    I have to add an additional field in Tcode XK02 ie., in Control Screen, I couldn't find any screen exits. I hvae found one BADI VENDOR_ADD_DATA_CS .I have added a New field in Table LFA1 (the new field is T5UNT-NAICS ) through Append Structure but the append strcture is Partial Active. Also, how to add an additional field in the control screen of tcode XK02 using this BADI.
    1. How to make theAppend structure Active
    2. How to add a screen field using this BADI
    Regards,
    Deeephi.

    1. My table was partial active...so go to se11,Enter LFA1 in display mode, Go to Path Utilities-database utility.now click on Activate and Adjust database.it will activated fully.
    2.
    a) create a module programme with the the screenfield(LFA1-NAICS) that you want.
    b) In pbo of module pool,enter following code
    data : l_zfield type lfa1-NAICS.
    constants: c_zfield(10)  value '(SAPMF02D)LFA1-NAICS'.
    field-symbols: <fse>.
    assign (c_zfield) to <fse>.
      if sy-subrc = 0.
        l_zfield = <fse>.
      endif.
    If sy-tcode = 'XK02'.
         Loop at screen.
              If screen-group1 = 'Z1'.
                   Screen-input = 0.
                   Modify screen.
              Endif.
         Endloop.
    Endif.
    c)create a Screen group(Z1) as sushipal reddy showed int he atatched link.
    d)go to Method IF_EX_VENDOR_ADD_DATA~CHECK_ADD_ON_ACTIVE  and add following code
    if i_screen_group  = 'Z1'.
    e_add_on_active = 'X'.
    endif.           
    e)Go to method IF_EX_VENDOR_ADD_DATA_CS~GET_TAXI_SCREEN and type following code
      IF sy-tcode EQ 'XK02'.
        e_screen = '0101'.
        e_program = 'Z_ADD_FIELD_XK02'.
       e_headerscreen_layout = 'E'.
      ENDIF.
    f)thast it...go to xk02 u willl see an al push button and click on it..u can view the screen field...

  • Add new Fields to Opportunity ( TCODE : CRMD_BUS2000111 ) using EEWB

    Hi...
    I am trying to add new field to Opportunity, TCODE : CRMD_BUS2000111 ) using EEWB.
    I am using ...
    Business object BUSINESS_TRANSACTION,
    Extension type ADD_NEW_FIELDS
    Business Transaction Type : CRM Opportunity
    Assigned to : Customer Header data.
    I am able to generate project and extension successfully. But don't see any new field or custom tab added to transaction for Opportunity ( TCODE : CRMD_BUS2000111 ).
    WHEN I CHECKED BACK IN EEWB, DON'T SEE ANY SCREEN OBJECT IN OBJECT LIST.
    I can see Tables, Function group, Function Module, Data Element in object list but Screen object is missing. I believe that's the reason why new screen field not has been added. But not able to find out the reason for that.
    Your help will be highly appreciated. my e-mail id : [email protected]
    Thanks in advance.
    Minal

    Hi Minal,
    I would suggest to create a new extension with the following:
    Create new extension, but use the Enhancement type: "Extend Opportunity"
    When you create just two new fields with "ADD_NEW_FIELDS" you have to manually add them into the existing screens.
    Hope this helps
    Martin

  • Add new TAB in ML81N Tcode..

    Hi Experts,
    I am new for screen exits...
    Can any one tell me how to add new tab in ML81N tcode in detail...
    Please waiting for your great answers...
    Thanks in advance,
    Kruthik
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Dec 1, 2011 2:03 PM

    Hi,
    Search SDN before posting a question. There are lots of threads on this topic.
    Have a look at this thread : Adding a new tab in MM01
    Read SAP Notes 38299 & 44410 as suggested in that thread.
    Thanks & Regards,
    Faheem.

  • Add subscreen in standard migo tcode

    dear experts ..
    hey i got requirement to add subscreen in standard migo tcode ...
    in user-exits there are no screen exits ..
    i checked in badi it is there .....
    but i dont konw how to so???
    please suggest me how to do???

    Hi Kamalsac,
    See this link Subscreen in MIGO
    Regards,
    Pravin

  • How to add Extra tabstrip in ME21 tcode at item level

    Hi Friends,
    I would like to add extra tabstrip in ME21 tcode at item level.
    So what are the screen exits and what are the BADIs available for it, and if possible please give me the steps to implement this change. Good points will be rewarded for suitable answers.

    Hi Pavan,
    Design and code in the following enhancement MM06E005.
    create screen in this screen exit SAPLXM06 & screen no.  0111
    This is the user exit for writing your logic EXIT_SAPMM06E_007  - for export
    EXIT_SAPMM06E_008 for import
    Shylesh

  • Attach a screen to standerd Tcode IK11

    Hi,
    I  have created a new screen from abaper and i want to attach it to the screen of Tcode IK11.
    But abaper says it is costomisation part (They are not able to attach it)
    I have developed a screen in IW21 (notification creation) in Additional data1 tab. As there is provision to attach the screens.(Plant Maintenance and Customer Service---Maintenance and Service ProcessingMaintenance and Service Notifications--Notification Types--Set Screen Templates for the Notification Type)
    Is it possible to attach a screen to standerd Tcode IK11 screen?Is there any customisation to attach screen for IK11?
    please help me......

    I am entering the vehicle diesel consumption and its kilometer in it.
    I have already used all field in ik11
    Text _ in this field i am entering the route of the journey
    Counter reading_ here i am entering the diesel or kilometer
    Read by_ here i am entering driver name
    But my client requirement is to add some extra fields in ik11
    such as
    Purpose of journey_
    Start Time of journey
    End time of jurney
    Toll naka duty paid or not
    Description of the Toll naka (i.e.place)
    For this fields i have created new screen with the help of abaper. But our abaper are not able to attach it on ik11 screen.

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

  • Removing Acrobat 9 Standard from my pc's Add/Remove screen

    My pc is on Windows XP Professional.
    I am unable to remove "Acrobat 9 Standard" application from my PC's "Add Remove Programs" screen.  The application shows up in the list and when I select the Add/Remove option I get this message.  The program is not now on my PC.
    "This action is only provided for products that are currently installed".
    I tried the Acrobat Tech support suggestion:
    To use the microsoft special products removal program.  Microsoft has since removed that program (because of technical difficulties it's use caused) and Microsoft now suggest that I use the normal Add/Remove procedure for removing a software package from my pc.  That process does not work.
    Note:  Acrobat 9 Standard was removed originally, but the program was still displayed on the Add/Remove screen.  Now I want the program to go away from my Add/Remove Screen and do not know hot to make it happen.
    Help?

    Hello there,
    I'm sorry you're having trouble. Unfortunately, this forum is for questions pertaining to Acrobat.com (www.acrobat.com) and we cannot help with questions specific to Acrobat desktop software. Here are some links to get you pointed in the right direction:
    Here is the home page for Acrobat Help and Support:
    http://www.adobe.com/support/acrobat/
    Here is a link to the moderated Acrobat Users forums:
    http://www.acrobatusers.com/forums/aucbb/index.php
    I'm sorry not to be able to offer more specific advice. Best of luck!
    Kind regards,
    Rebecca

  • How do I add Green screen effects in iMovie 10.0.6

    I have been working on a project and have green screen elements as well as pr keyed elements that I want to add to my film but am unable to figure out ow to do it. How do I add Green screen effects in iMovie 10.0.6?

    Have a look at http://help.apple.com/imovie/mac/10.0/#mov82da1338a
    Geoff.

  • How to add full screen text w/out losing audio. I have premier elements 12

    I am creating a language tutorial. Am trying to add full screen text without losing the audio explanation of the text. How do I make this edit and not lose the audio that coincides with the full screen text?

    Roberto
    Thanks for the details.
    Variable - Constant Frame Rate Explanation
    First, the variable frame rate mention and any problems that might be expected if your iPad video was recorded with a variable rather than constant frame rate. Some cameras (such a cell phone, iPod, probably iPad) record video not at one frame rate across the whole video recording. Instead, they record with a variable frame rate depending usually on the lighting conditions during video recording. One way to know what your recording device is using is to view the MediaInfo video audio properties readout. If you have a constant frame rate, you will see just one frame rate listed. If variable, you should see 3 frame rates listed minimum, maximum, and mid range frame rate.
    MediaInfo - Free download and software reviews - CNET Download.com
    This situation may or may not cause problems for you in Premiere Elements. The signs of problems are usually out of sync audio and you just cannot import the video into the project. If this type of problem, then you take your video into a program such as HandBrake to generate a file with a constant rather than variable frame rate. Then you import the file with the constant frame rate into your Premiere Elements project. http://handbrake.fr/
    Again, this may or may not create problems.
    The Generalized Project Workflow
    There is no problem to setup up your Timeline physically. The iPad video with go to Video Track 1 and Audio Track 1. The video is imported into the project linked to it audio portion. And, the Full Screen Text Files will be on Video Track 2 directly above the related content. Now here is the part that I am not yet clear on. Is the Full Screen Text for a given portion of video supposed to synchronize word for word with what you are saying in the audio on Audio Track 1? That will involve a mapping out part with regard to duration of each of the Full Screen Text files. Will these Full Screen Text files be readable against the video representing the background? Font style and size and color will be major considerations as well as getting the text file to be on screen long enough to be readable even with Font style, size, and color considerations.
    The fact that you focus on audio loss in all this makes me wonder if I am missing a vital part of what you want to do. The loss of audio concern that you mention does not seem like a prime factor unless you are referring to sync between the texts and what it is supposed to correspond to in the audio of the video.
    Please review and consider and then, based on your reply, I will offer a mini demo to see if we are OK on the details.
    Thanks.
    ATR

  • Add selection-screen parameter in HUMO

    Hi everybody,
    I need to add selection-screen parameters in transaction HUMO.
    I tried to create an new specific program with a subscreen. This subscreen is a copy of subscreen 2050 of program RHU_HELP and I had my news parameters to it.
    But the problem is that I don't know how to call my subscreen instead of subscreen 2050.
    I see in debug the structure ORDER_CRITERIA which contains the value of program and screen but there is no enhancement point in "AT-SELECTION-SCREEN OUTPUT" so I can't replace the program and screen values by my specifics.
    I set it in the "INITIALIZATION PART" but it function only one time so it is not good.
    Have you an idea to solve my problem or another way to add news selection-screen parameters in HUMO?
    Thanks for your help.

    Hi Dixitha,
    Use implicit enhancement option.
    Desplay the report in se38.
    In Menu, go to Edit > Enhancement Operations > Show Implicit Enhancement Options.
    The system will show you lines (in color) where you can add your enhancement.
    This function will allow you to add business rules, substitute fields, do extra calculations, and other unique, non-standard requirements.
    Reddy

  • Add new custom fields in tcode VA05

    In order to add new custom fields in tcode VA05, i need to change V05TZZMO which is a exit to populate the new fields.
    But how can I edit V05TZZMO ? I must have development key to change that ?

    Hi,
    As u have to modify the standard program directly not any customer exit or badi , for sales order transactions like va01 va02 , va03 , va51 etc..., so u need a developer key as a developer that is common for any program u write for the first time witha new userid + u need a standard sap access key also .
    Regards

  • How to change style of add item screen

    I have created a pagegroup with a specific style, however whenever a user attemps to add an item or a portlet it defaults the standard portal colour scheme, how can I get portal to display the add item, add portlet screen in my default colour.

    Orlando -
    You may want to contact support to try to get some documentation. There should be a script called <OracleInfrastructureHome>/portal/admin/plsql/wwc/uiwizset.sql
    If you open this file in a text editor it should be fairly straight forward to change the styles to the colors and fonts you wish, then execute this sql file in sqlplus.
    Hope this helps,
    Candace

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

Maybe you are looking for

  • Error while converting data from CATS to CO

    Hi Experts, We are transferring the HR timesheet data to CO.while uploading the time sheet data to CO through transaction code ZAFU we are getting the following error.Any help is greatly appreciated Trans: KB21N | BTCI-Creation_DD_CO_Actual_Activity

  • Terms of payment in PO

    Dear All, Can we copy the terms of payment from Purchasing info record in PO instade of Vendor master. My requirement is that client want to maintain terms of payment as per Vendor - Material combination in Purchasing info record and same should be a

  • PCR for Special Allowance

    Hello Experts, Could someone help me in writing a PCR for Special Allowance. Our company requirement is to provide special allowance to employees pertaining to a particular personal area. The percentage allowance will be different from employee subgr

  • The font size increases automatically and the window will not let me scroll

    When I launch 3.6.12, two things happen: The font size increases by itself to the largest font available, and the scroll bar doesn't work. I can scroll down the page, but as soon as I stop, the window resets to the top of the page. Running Win XP SP

  • How to I remove credit so that I can change my country region? I was living in the USA and am now in Canada but it won't let me change

    I recently was living in the USA for 4 months I had to use vouchers to use my USA account now I am living in Canada I want to change regions but it won't let me because I still have credit on my USA account I want to remove that credit and switch to