Common exit for multiple Tcodes

Hello Experts,
Kindly suggest me a solution to my problem which is as below.
For every WBS element created for a project, there is some amount allocated.
When activities like Purchase requesition,
                             Purchase Order
                             Goods Issue
                             Some FI related activities all the above activities specified performed w.r.t WBS element. When the amount allocated w.r.t to those activities exceeds 50% as well as 80% to that of the amount allocated to the corresponding WBS element a mail must be triggered to the person reponsible for that perticulat WBS element.
Thanks & Regards,
Murthy.
Moderator message - Please do not post your requirements ans ask the forum to do your work for you. And please post in the correct forum - post moved and locked
Edited by: Rob Burbank on May 27, 2009 9:24 AM

hi
yes u can do this
use condition
like
if tcode = ZC1
display input fields for this transaction
elseif = ZC2
display input fields for this transaction
elseif = ZC3
display input fields for this transaction
endif.
put this whole bock of code in at selection screen output
Reward points
Cheers
Snehi
Edited by: snehi chouhan on Jun 23, 2008 1:16 PM

Similar Messages

  • BDCs for Multiple tcodes

    Hi Gurus,
    I am struck with BDCs for multiple tcodes.
    I know that multiple tcodes can be done only using session method.
    Please help how to proceed.
    Regards,
    V S L Bharathi K

    Hi,
    Loop at itab1.
    *fill BDCDATA table
    call transaction 'XXXX' using mode l_mode
                                messages in mess_tab
    *"Chk if any Error/Abort message in mess_tab
    * get the value for next processing.
    read table message_tab with key type ='S'
                              msg_class = 'XX'
                              msg_no     = 'NNN'.
    l_par = mess_tab-msg_v1.
    refresh BDCDATA.
    *again fill BDCDATA table
    call transaction 'YYYY' using mode l_mode
                                messages in mess_tab
    endloop.
    Hope this helps.

  • BADI or Exit for MFBF Tcode

    Hi Experts,
    I need to do difference calculation in posting date and document date. I have made the code but not able to find exact BADI or exit for MFBF tcode.
    BADI i searched - RM_BFLUSH_GOODSMVT
    EXIT ???
    Please suggest, where I have to put below code so that when user put dates into this, then it will not allow him to get more than 7 days.
    data:  d_days like po347-scrdd,
         budat like mkpf-budat,
         bldat like mkpf-bldat.
    budat = rm61b-budat.
    bldat = rm61b-bldat.
    CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
      EXPORTING
        I_DATUM_BIS                   = budat
        I_DATUM_VON                   = bldat
       I_STGMETH                     = '2'
    IMPORTING
       E_TAGE                        = d_days
    if d_days > 7 .
      message 'date exceeds' type 'E'.
      elseif d_days < 0.
      message 'document date should be greater than posting date' type 'I'.
    endif.
    Please suggest experts,
    Thanks.
    Deepanshu

    Hi,
    Include - LBARMFS1
    FORM - FORM get_hr_data .
    Create a implicit enhancement in the beginning of above mentioned form FORM get_hr_data and put below code inside that.
    FORM get_hr_data.
    ENHANCEMENT 1 ZTEST_TEST.
    data:  d_days like po347-scrdd,
         budat like mkpf-budat,
         bldat like mkpf-bldat.
    budat = rm61b-budat.
    bldat = rm61b-bldat.
    CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
      EXPORTING
        I_DATUM_BIS                   = budat
        I_DATUM_VON                   = bldat
       I_STGMETH                     = '2'
    IMPORTING
       E_TAGE                        = d_days
    if d_days > 7 .
      message 'date exceeds' type 'E'.
      elseif d_days < 0.
      message 'document date should be greater than posting date' type 'I'.
    endif.
    ENDENHANCEMENT.
    BR,
    Vijay

  • Screen exit for mi04 tcode

    hi,
    i need screen exit for mi04 tcode .

    Hi Prabhakar,
    Try these User Exit.
    MB_CF001  Customer Function Exit in the Case of Updating a Mat. D
    MBCF0002  Customer function exit: Segment text in material doc. i
    MBCF0005  Material document item for goods receipt/issue slip
    MBCF0006  Customer function for WBS element
    MBCF0007  Customer function exit: Updating a reservation
    MBCF0009  Filling the storage location field
    MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREA
    MBCF0011  Read from RESB and RKPF for print list in  MB26
    Regards,
    Vijay

  • Screen Exit for CN25 tcode

    Hi all,
      Can anybody guide me to find an user exit for the tcode CN25 . Actually i want add two customer fields in CN25 screen.
      Help of any type regarding the subject will be highly appreciated.
    Regards,
    Abhi

    Dear,
    you can meet the requirement by using the exit CONFPP07
    Cheers
    fareed

  • User exit for qa11 tcode

    Hi,
    i want to know which is relevant user exit for qa11 tcode while saving the data.

    Hi ricx,
    Check the below exits.
    Transaction Code - QA11                     Record usage decision
    Enhancement/ Business Add-in
    Description
    Enhancement
    QSS10001
    Possibility of calling a different print report
    QLCO0001
    QM: Call alternative costs report from UD
    QEVA0010
    UD: Usage decision check
    QEVA0009
    UD: Predefinition of quantity to be posted to sample stock
    QEVA0008
    Usage decision: Customer function key (e.g. to cancel UD)
    QEVA0007
    UD: Control of compulsory comment or long text presetting
    QEVA0006
    Entry to usage decision transactions
    QEVA0005
    User subscreen for displaying add. data for usage decision
    QEVA0004
    Exit for changing information line in usage decision header
    Business Add-in
    QEEM_OPER_ADDON
    Functional Enhancements - Results Recording Operation Level
    QEVA_ADDON_TAB
    Include Tab Page for Operation Completion
    QEVA_ALT_QTY_INPUT
    BAdI for Input Help for Quantities in Usage Decision
    QEVA_SUBSCREEN_1101
    VE: BAdI Subscreen for Display of Data on Screen 1101
    No.of Exits:          9
    No.of BADis:          4
    Regards
    Karthik D

  • USER Exits FOR TM_55 Tcode

    Hi All,
    Iam working on the enhancement for the TM_55 Transaction which is for the reverse of interst rate.
    I want to do some enhancement when user presses the save button.
    can any body give me any exits, badi, or enhancement point which will trigger when user click the save button on the tcode tm_55.
    thanks in advance.
    vinod.

    Hi,
    There are 2 Exits in Tcode "TM_55".
    RFTBCOEX                                  
    RFTBCOMO  Treasury: Correspondence Monitor
    The Badis List as below.
    FTR_BAV                             Open TR-TM: BAV regulatory reporting                      
    FTR_CORR_INC_100            CFM: Inbound confirmation via IDoc                        
    FTR_CORR_OUT_100           CFM: Outgoing Confirmation via IDoc                       
    FTR_CUSTOMER_EXTENT    Open TR-TM: Enhancements for Customers                    
    FTR_FINANCIAL_OBJECT     Open TR-TM: Finance object connector                      
    FTR_FX_INT_EXIT                  Enhancements for Internal Forex Trading                   
    FTR_HEDGE_MGMT               Open TR-TM: Hedge Management                              
    FTR_HEDGE_MGMT_USER    User Exit for Hedge Management Subscreen                  
    FTR_MA_LAUNCH                 Settings for the MiniApp Launcher                         
    FTR_MA_LAUNCH_1STP      Control Start Page for MiniApp Launcher (FTR_MA_LAUNCH)   
    FTR_MA_LAUNCH_CUSTOM Settings for the MiniApp Launcher                         
    FTR_MIRROR_DEALS           Open TR-TM: Connection to Mirror Transactions             
    FTR_PARTNER_ASSIGN       Open TR-TM: Partner Assignments                           
    FTR_SE_DEFAULTS              Add-In: Default Issue Structure Data for Sec. Transaction 
    FTR_TRACA_STATREPORT  Posting of TR Transactions: Enhancements for Reporting    
    FTR_TR_EXTENTION             Enhancements to TR-TM                                     
    FTR_TR_FACILITY                Open TR-TM: Connection to Facilities                      
    FTR_TR_GENERIC                 Open TR-TM: Generic Connection to Transaction Management  
    FTR_TR_POSMON                 BADI Position Monitor                                     
    FTR_TR_TBB1_EXIT              Enhancements of (Operat.) Posting Interface (Obsolete!!!) 
    IBS_FS_LIST_OPTIONS         Manipulate Field List for Display in MiniApp              
    SMOD_RFTBCOEX                CFM: Enhancement of Transaction Confirmations/Dealing Slips
    Thanks

  • Screen exits for MM01 Tcode

    Hi Folks,
              I am doing some enhancements for MM01 Tcode.we need to add new screens to MM01. could any one tell me the available screen exits or BADI' s for tcode MM01. thnx in advance.
                    santosh.

    Hi,
    Check these:
    MGA00001 - Material Master (Industry): Checks
    and Enhancements
    MGA00002 - Material Master (Industry): Number
    Assignment
    MGA00003 - Material Master (Industry and
    Retail): Number Display
    Check with 'BADI_MATERIAL_REF'
        Refer
    http://www.****************/Tutorials/ExitsBADIs/MM/MM01.htm
    https://forums.sdn.sap.com/click.jspa?searchID=7217830&messageID=3313524
    Regards

  • Screen exit for fb70 tcode

    Hello All,
    I wanna add quantity field in fb70 tcode, is there any scree exit tht i can use?
    Thanks,
    Vibha

    Vibha,
      Check in these.
    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                   
    FEDI0001            Function exits for EDI in FI                                            
    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)       
    Don't forget to reward if useful...

  • Screen exit for AS01 tcode

    how can we add a screen exit in tcode AS01 (create asset)
    Experts plz help me

    Hi
    check the following enhancements for AS01
    AAPM0001 Integration of asset accounting and plant maintenance
    AFAR0003 External changeover method
    AFAR0004 Determination of proportional values for retirement
    AINT0004 Change amount posted for certain areas
    AINT0005 Dummy for extended syntax check. Do not use.
    AISA0001 Assign Inventory Number
    AIST0001 Exchange number range in master data maintenance
    AIST0002 Customer fields in asset master
    AMSP0002 Determine relationship type for two company codes
    TRAN0001 User exit for asset transfer
    Regards
    Kiran Sure

  • Screen Exit for FB03 TCODE

    Hi All,
    I need to enhance the Standard SAP FB03 screen by adding an custom pushbutton. Kindly can some body help me in finding Screen Exit.
    I have searched for User Exits for FB03 in SMOD but could not find out an exact one.
    If any body has step by step Screen Exits document - that would be a great help me.
    Thanks a lot for help.

    SAPLF051               :-                 Workflow for FI (pre-capture, release for payment)      
    RFKORIEX               :-                 Automatic correspondence                                
    RFEPOS00              :-                  Line item display: Checking of selection conditions     
    RFAVIS01                :-                Customer Exit for Changing Payment Advice Segment Text  
    FEDI0001                 :-               Function Exits for EDI in FI                            
    FARC0002               :-                 Additional Checks for Archiving MM Vendor Master Data   
    F180A001                :-                Balance Sheet Adjustment                                
    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
    OR
    U GO SE80
    AND WRITE REPORT NAME  RFBUEB00 OR SAPMF05L
    THEN
    IN TREE SELECT SCREEN
    AND CHEK SCREEN EXIT

  • XML design/suggestions - common format for multiple xml files?

    Hi,
    I'm working on a project where I need to collect data from different XML files. The format of these xml files differs from eachother, but all information I need can be found in each xml file. (date, time, name, etc..), but the elements have different names. Also the files contains redundant information that I don't need.
    So, what is the best method to use if I want to summarize all the data and create a common format for the information?
    I would be happy if I could convert to a commom format so, I will basically have all information in one single xml-file.
    Many thanks,
    -- beachen

    Yep, use XSLT to transform them all into the same format.

  • Menu exit for MIRO tcode

    hI Expert
    Can anyone tell me any menu exit  EXISTS IN MIRO T CODE??
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Aug 19, 2011 9:37 AM

    HI VINO
    any other alternate solution is there  to add button on menu in miro tcode ?
    any other menu badi for miro .
    thanks

  • User exits for CO02 Tcode

    Hi Experts,
    Requirement:  whenever a  production order component  is negative then batch number is automatically assigned or populated in CO02 tcode in goods receipt tab.
    for this i need User Exit.i am already trying PPCO0007  but its not working .
    Could you please help us to solve my issue.
    Thanks in advance..
    Rajesh V.

    Hi All,
    My requirement is solved by using below Enhancement implementation
    Enhancement point in below mentioned FORM.
    In Program : SAPLCOKO1
    Include : LCOKO1F3J
    Inside below FORM.
    FORM header_update.
      DATA: flg_q_upd.
      DATA: quan_old LIKE caufvd-gamng.
    ENHANCEMENT-POINT header_update_01 SPOTS es_saplcoko1 STATIC.
    ENHANCEMENT-POINT HEADER_UPDATE_05 SPOTS ES_SAPLCOKO1 .

  • How do I link a common iphoto for multiple users

    I have two users on my MacBook Pro; both of us use the same camera and access the same photos.  To date, it looks like we would have to import photos into our own iPhoto libraries.  Is there a way to share a common library, so no matter who imports, both have access to it?  I have a NAS that can be used too - this is how we did this with our old Window's machines.
    I would like to use the NAS for storage as it is already RAID, and we take GB's worth of photos.

    You can't put an iPhoto Library on a NAS.
    For iPhoto 09 (version 8.0.2) and later:
    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
    Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder
    (You can also use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
    In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.

Maybe you are looking for

  • The problem with GT 630M in the laptop GT580 20150

    The problem with GT 630M in the laptop GT580 20150 After updating the BIOS in Windows 8, and install windows 8 has stopped working NVIDIA graphics card message: System Windows stopped this device because it has reported a problem occurs. (Code 43) Tr

  • Payment on account and deferred tax.

    Hi all, I have a problem with the deferred tax in France. The tax had to be in the VAT report at the payment. When I create a payment on account ( on a deferred tax BP with no invoice selected), my payment doesn't appears in the VAT report. The tax a

  • Merge field won't display if number is 0.00

    When the value 0.00 is brought into the word document via merge field, nothing displays.  If the value is greater than 0.00, it displays that value.  Is there way to display the 0.00?

  • Can't fix wamp 404 LocalHost problem, have all details, help please!

    I've got both Apache services running with my XP WAMP setup (with Wordpress installed in C:\wordpress). The WAMP icon turns to green when I click on start WampServer. If I click on the Localhost option, I get the 'It works!' response every time, no p

  • Can someone please help me! iam trying from morning iam not getting it plz

    hi all, i am having some problem accesing parameter passed from tiles-def into my jsp, using jstl. here is the code. tiles-defs.xml <definition name="tabTest" path="/tabDisplay.htm"> <put name="configurator" value="TabLayoutConfiguratorImpl"/> <put n