Creating a push button in Condition Tab in me21n

Hello Experts,
I want to add one push button in me21n PO creation.
Is this possible by using enhancement MM06E005?
Could you suggest something?
The push button will be in 'condition' tab in item level view.
After clicking this button a screen will be displayed if the condition
category is B to enter other subsequent vendor's code(which comes
after clicking on condition and viewing condition details) that is
in case of octroi costs. 
Thanking you!

Hi ,
Yes you can do this in enhancement MM06E005.
Goto --> Tcode se51 -->program name : SAPLXM06
Screen No : 0111
Make the changes in this layout.So that changes will reflect to customer Data tab at Item level in Me21n.
Use tabstrip or create a subscreen for the above program name while creating a new screen..
This may helpfull to resolve your problem.
Thank you,
Thanks,
AMS

Similar Messages

  • Activating Condition Tab in ME21n

    Dear All,
    If Item Category 'K'; I want to enable Condition Tab as an requirement.  In standard SAP it is not possible.  I want to know Is any user-exit is available?  Please let me know.
    Regards,
    Ramki.

    Hi
    For Consignment Process the Inforecord maintained will serve you the Purpose of the Condition Tab, So you need to maintain all the Conditions in the Purcjase inforecord
    I dont think it is possible to get the Conditions Tab with Item category K
    Thanks & Regards
    Kishore

  • Creating a push button in the application toolbar-----vvvv urgent...

    Hi,
    I have already created in the program.
    The addl. requirement is to create a pushbutton after displaying the output .
    Can anybody tell the procedure on how to create a pushbutton in the application toolbar.
    Plz send the relevant code also to download the output in to the excel sheet.
    Regards,
    Sree
    Edited by: sree on Feb 18, 2008 10:09 AM
    Edited by: sree on Feb 18, 2008 10:13 AM

    Sree,
      If you are using ALV report:
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
             EXPORTING
                  i_callback_program       = ws_repid
                  i_callback_pf_status_set = 'GUI_STAT1'
                  i_callback_user_command  = 'STAT'
                  is_layout                = gs_layout
                  it_fieldcat              = i_fieldcat[]
                  it_sort                  = wa_sort1
             TABLES
                  t_outtab                 = i_zaw_pol_plan.
    *--Setting Status of output screen
    FORM gui_stat1 USING rt_extab TYPE slis_t_extab.
    SET PF-STATUS 'STANDARD1' EXCLUDING rt_extab.
      SET TITLEBAR text-005.
    ENDFORM.
    Double click on status 'STANDARD1'.
    Expand the Application toolbar-->press ctrl+f1 for change mode -
    >add your  buutton name --> double click on name add text name button icon  --> save it.
    In classiccal report also Add set pf status
    same like above

  • How to create a push button to function like a File Browsing button

    Hi...
    I am a beginner with Oracle Forms developer.. and I have a project which requires me to create a button to function like a file browsing button.. so that I can select a file to check for changes made to it.. And if changed to copy the file to another location...Please could u guys help me with this!!
    Thanks!!

    Hi,
    What is your forms version?
    Check this out if you are using web forms.
    http://www.oracle.com/technology/sample_code/products/forms/extracted/hyperlink/fileupload.html
    If you are using client server, check out the online help for GET_FILE_NAME built-in
    Also, you can check out the webutil (for web forms >= 10g)
    -Arun
    Edited by: Arunkumar Ramamoorthy on Sep 10, 2009 1:49 AM

  • Condition tab in display mode while creating sales order.

    Hi Guys,
    When I go to create a sales order the condition tab shows all the condition types in grey, irrrespective of its being manual or mandatory. I know it has nothing to do with V/06 or standard pricing transactions. So I changes the item categry.Again used the same order type, same customer , same material and same sales area. Once I change the item category to Zxxx, Condition tab becomes changeable. So I concluded that item category is the culprit. But the question is Which part of item category is influencing it ?
    Please help.
    Regards,

    Hi Phani,
    While creating sales order (VAO1), I go to item level and click on condition tab. I see all the things in this tab grayed. Nothing is changeable. I changed the item category, while the pricing procedure was same as the old one. Condition tab became changeable. So it has something to do with item category. But what is that one thing missing in my item category which is making condition tab grayed out..?
    Regards,

  • Creating push button on Selection screen application toolbar

    Hi Friends,
    this is a HR-ABAP report. I have to create a push button on Selection screen. when user clicks on that push button 'MODAL DIALOG BOX' has to be displayed containing some data.
    plz kindly give some sample code to do this.
    Regards,
    Radhika Dasharatha.

    Hi,
    1)Use SELECTION-SCREEN  PUSHBUTTON /10(20) PUSH USER-
      COMMAND 'ABC'. in selection screen.
    2) Give the static name to button in INITIALIZATION event like PUSH = 'PRESS'.
    3) At selection screen.
      if sy-ucomm eq 'ABC'.
    call FM HR_BE_GE_MODAL_DIALOG
    endif.
    Thanks
    Sandeep
    Reward if useful

  • Creating push button on ALV application toolbar

    Hi Abapers,
    I have created one ALV in HR module using function module 'display_basic_list'. now my requirement is to create a push button on ALV application tool bar so that when user clicks on this push button another list has to appear..
    kindly gimme valid inputs which would help me.. Also provide me sample code...
    Thanks in Advance,
    Radhika.

    Hi,
    GO to SE41 copy the status STANDARD from the program SAPLKKBL..And give the status name and your program name...
    Add your buttons..
    In the parameter I_CALLBACK_PF_STATUS_SET give the form name 'PF_STATUS_SET'.
    In the subroutine.
    FORM PF_STATUS_SET.
    SET PF-STATUS 'STATUS NAME THAT YOU GAVE IN SE41'.
    ENDFORM.
    For user command pass the parameter I_CALLBACK_USER_COMMAND with the user command subroutine name..
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
    RS_SELFIELD TYPE SLIS_SELFIELD.
    IF R_UCOMM = ''.
    ENDIF.
    ENDFORM.
    Example
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    i_callback_program = lv_repid
    I_CALLBACK_PF_STATUS_SET = 'PF_STATUS_SET'
    I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
    Thanks,
    Naren

  • RECN - Simulate Button ' Condition tab"

    Hi
    Does anyone know what the function used in background to calculate on the button Simulate, Condition Tab?
    I need to develop a screen that has this button to simulate the calculate, and I wish that the calculations were made using standard function, using the same button function in the simulation, transaction RECN.
    Someone could you help me?
    thank you
    Lucas

    Hi Lucas,
    you can use the function module API_RE_CD_GET_CASHFLOW_CN to get the cashflow data from a contract.
    Regards, Franz

  • Add  push button to Serial number tab in migo transaction

    Hi all,
    I need to add an upload push button to the tab screen of serial numbers in migo transaction.Is there any exit, or badi,or enhancement spot for this.
    Thanks & regards,
    Srilakshmi.

    Hi Ritvik,
    you will not need it.
    The item methods will process exactly the item what the addional item data are related to. In PBO_DETAIL and PAI_DETAIL, use parameter I_LINE_ID for the item reference.
    Note: Not only read SCN etc,  also the parameters desciption of the methods used.
    Regards,
    Clemens

  • Adding more Push buttons in Status Flow of Objective Settings & Appraisals

    Hi,
    In my Template Design, under status flow tab, we are able to create new push buttons.
    SAP is allowing, to create only upto 3 push buttons per outbound status/sub-status combination.
    In our application, we need 5 push buttons in one of the outbound status/sub-status.
    Can any expert suggest me what should I do?
    Advanced thanks
    Regards
    Raghu K

    Raghu,
    The "NEXT STATUS" field specifies the status(save &leave or save &display), but you're talking about the status flow change, which is very much possible with in the same tab "Status Flow".
    There is a filed called Pushbutton, this is where you select the pushbutton for the form to change the status flow. This staus flow change you can define in the field "TARGET STATUS", if you have any substatus in that status you can define that in " TARGET SUBSTATUS".
    I hope this helps.Award points if this resolves your issue.
    Regards
    Ramakrishna Ramadurgam

  • Enable push button

    Hi,
       I need to customize an infotype. I've created one push button on the screen, when click on the button, a table control will show out.
      However, I don't know why when I display the screen in PA30, the push button show disabled mode and I couldn't click on it.
      Do anyone know why and how can I solve it?
      Many thanks in advance.

    in the lay out check tha attributes of thatbutton.check the display tab i the attributes.in that check box corresponiding to invisible should not be checked(empty).
    regards,
    bharat.

  • How do I use a push button digital trigger with my 6034E DAQ board?

    I am only a Lab View toddler.
    I am currently using a push button, wired to PFIO/TRIG1 and DGND, with a anolog trigger. However noise is causing my program to be triggered. I was told that a digital trigger would help to reduce the random triggering. How do I create a push button digital trigger?
    Thanks

    implement a schmitt trigger.
    Struggling with Labview wrote in message
    <[email protected]>...
    >I am only a Lab View toddler.
    >I am currently using a push button, wired to PFIO/TRIG1 and DGND, with
    >a anolog trigger. However noise is causing my program to be triggered.
    >I was told that a digital trigger would help to reduce the random
    >triggering. How do I create a push button digital trigger?
    >Thanks

  • How to add push button in function module

    I want to add Push button( yes/no) in same screen. I used POPUP_TO_CONFIRM,
    but this popup is coming on next screen when I click on cancel button.

    There is no scope to create a push button in application tool bar. Instead of that we can add in a menu bar.

  • A question about SKTO in condition tab

    Hi all,
    i am a starter in SD, and trying to figure out how to create a sales deal,
    so i created one sales deal with payment term ZB03. And conditon K007 5% discount for customer1 ist created under this sales deal.
    customer1 master data has payment ZB01.
    then creating the OR,
    in item condition tab, SKTO = 2% that means ZB03 replace the original ZB01 from customer master. right ?
    however here is my question. I tried to change my sales deal ZB03 --> ZB02
    no matter i delete the K007 first or not, i can only get 2% for SKTO
    I even tried to create another K007 for another customer2, but still 2% in the condition tab. ( in billing document tab of item , it is changed accordingly)
    so can anyone explain the reason why ?
    thanx!

    Hi
    Trust me debugging is not that easy. If we don't know the route cause then we have to debug from scratch to end and it could take hours. Leave it as last choice. First try to find some clue from testing it with different scenarios.
    What I suggested is to create a new customer in DEV and create sale order. Don't go for sales deal. We can create sale order without creating any sales deals right? Just test this and update.
    Thank$

  • Push buttons doesn't show up in Appraisal template-(ESS,MSS)

    Hi SAP friends,
    I have template created with few sub-statuses and thus have created few push buttons to control the flow in ESS and MSS portal.
    However I do not see any pushbuttons (or radio buttons) in ESS/MSS.  Appreciate if you can guide me what all areas I was missing?  Do we need to do anything in portal or Iviews? I read somewhere in forum that we need to do some thing in Iviews, but I was not convinced with it. Appreciate your speedy suggestions as we are in critical stage of project.
    I have substatus created in In-Planning.
    I'm not using In-planning status but using sub-status.  Here is how I have mapped
    Status flow at template level:
    Outbout status - "In-PLanning"
    Outbout substatus : Enter Objectives & Goals(Employee level)
    PUSH BUTTON  - Submit for Mgr review
    Person Authorized - Aprraises
    Target status : In- PLanning
    Target substus - Manager Review

    Hi
    I think u are trying to go to previous status from sub status. From In Preparation you can come to In planning or the sub status of in planning.
    Thanks & regards,
    Vikas

Maybe you are looking for

  • Facebook Like button doesn't work in website mobile version made in adobe muse

    the Facebook LIke button doesn't work on the mobile web version mde with adobe muse.....in the desktop version it works perfectly bbut in a tablet or smartphone it doesn't work you should fix that

  • How to get  the date of the day or eeven the hour

    hi! i am interested in a function or a class that allows me to get the day date and that allows me too tp specify its format like : mmddyyyy or ddmmmmyy and so on .... can you please help me ! thanks

  • When we go for BPM?

    BPM Team, Please can you give inputs when we go for BPM? Regards Swarna.

  • Errors in DNS Log

    I have searched for an answer to this question with no results. After zeroing the dirves and installing server 10.4 and updating to 10.4.7 (Build 8j135) on a g4 xserve and setting up DNS, DHCP, Firewall service I keep seeing this entry in the dns log

  • How to construct alias view (source) in Mapping Level

    Hi All, I have the following logic, in PL/SQL Code as follows: from source a, source b where a.PLKC = b.PLKC and a.PLDO = b.PLDO and a.PLDC = b.PLDC and a.PLLN = b.PLLN and b.PLAD > 0 ) How can we implement same logic in Mapping level by using Joiner