WF_HANDCUST, WF_EXTSRV in UWL and BTE implementation for GL workflow.

Hi there,
Please elaborate about the functions of the transactions WF_HANDCUST and WF_EXTSRV in SAP. How does it connect with workflow. Secondly, I need to use a BTE to trigger the approval of GL entries. How can this be done...
Thanks.
Sukumar.

[About BTE|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7]
[Ginger Gatling's explanation on WF_HANDCUST and WF_EXTSRV|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/0022959c-1e4f-2a10-88a1-a2ecac80ab6a&overridelayout=true]

Similar Messages

  • Differences between US and UK implementations for HR and Benefits

    Need to know any information about implementing Oracle HR and basic benefits in Europe (France localization with rollup of others). I have HR, OAB implementation experinece in US. Want to understand the differences between US implementations and UK implementations. Any reference documents welcome.
    Thanks
    Alu

    Alu,
    Here are some starting points, but the list is only a subset of published collateral:
    1. MetaLink Note 315928.1 - HRMS for France - Public Sector Updates FP K - June 2005
    2. MetaLink Note 315927.1 - HRMS for France - Commercial Sector Updates FP K - June 2005
    3. MetaLink Note 273558.1 - P11D Implementation and User Guide 2005-2006
    4. MetaLink Note 356684.1 - UK: Payroll Statutory Deductions User Guide incorporating End of Year and Start of Year 2005-2006
    5. MetaLink Note 236455.1 - Teacher''s Pension Extracts in Oracle HRMS
    6. MetaLink Note 236454.1 - Occupational Sick Pay and Occupational Maternity Pay in Oracle HRMS
    7. Oracle HRMS Implementation Guide B14466-01
    8. Oracle HRMS Implementation Guide (UK) B15575-01
    9. Oracle HRMS Implementation Guide (US) B15548-01
    10. Oracle HRMS Enterprise and Workforce Management Guide (Global) B14467-01
    11. Oracle HRMS Compensation and Benefits Management Guide (UK) B15579-01
    Regards,
    Greg

  • UWL: Missing decision buttons for travel workflow

    Hi all,
    We're implementing travel workflow for a customer and we're not able to display the decision buttons in the UWL. We're quite baffled, because we've done this many times before with success. The items appear correctly, but no buttons for approve/reject.
    What we have done:
    - re-registered system
    - manually created the XML file
    - decision is working fine in backend (WF inbox)
    - decision is working fine with RFCs (e.g. SAP_WAP_DECISION_COMPLETE)
    We've compared UWL support info with a working system, and the only difference is that in the working system, there is an action called "GroupAction" which is not available in the non-working system for the relevant decision task.
    The StepID / Item Type is "TS99000001"
    I've already created an OSS, but maybe someone here know something.
    The backend is of version ECC 6.0 SP18 (HR 40) (Ehp0)
    THe portal is NW 7.0 SP17
    Best Regards,
    Hans Petter Bjørn

    second is......
    the view which is called in your xml file is there ???
    < View name="com.sap.pct.erp.mss.tra.view.TripCheckView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.decision.TSXXXXXX" columnOrder="TripNumber, statusIcon, subject, priority, creatorId, createdDate, dueDate, processor, forwardedDate, attachmentCount, detailIcon, APPROVE, REJECT" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="com.sap.pct.erp.mss.tra.TripCheck" >
          < DisplayAttributes >
            < DisplayAttribute name="REJECT" type="checkbox" sortable="no" format="default" actionRef="com.sap.pct.erp.mss.tra.action.checker.ClassifyTripIncorrect" referenceBundle="com.sap.pct.erp.mss.tra.Reject" hAlign="CENTER" vAlign="MIDDLE" maxTextWidth="0" headerVisible="yes" / >
            < DisplayAttribute name="APPROVE" type="checkbox" sortable="no" format="default" actionRef="com.sap.pct.erp.mss.tra.action.checker.ClassifyTripConsistent" referenceBundle="com.sap.pct.erp.mss.tra.Approve" hAlign="CENTER" vAlign="MIDDLE" maxTextWidth="0" headerVisible="yes" / >
            < DisplayAttribute name="TripNumber" type="string" sortable="yes" format="default" referenceBundle="com.sap.pct.erp.mss.tra.TripNumber" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes" / >
          < / DisplayAttributes >
          < Actions >
            < Action name="com.sap.pct.erp.mss.tra.action.checker.ClassifyTripConsistent" groupAction="yes" handler="UserDecisionHandler" referenceBundle="com.sap.pct.erp.mss.tra.Consistent" returnToDetailViewAllowed="no" launchInNewWindow="no" >
              < Properties >
                < Property name="decisionKey" value="0001" / >
              < / Properties >
            < / Action>
            < Action name="com.sap.pct.erp.mss.tra.action.checker.ClassifyTripIncorrect" groupAction="yes" handler="UserDecisionHandler" referenceBundle="com.sap.pct.erp.mss.tra.CorrectionRequired" returnToDetailViewAllowed="no" launchInNewWindow="no" >
              < Properties >
                < Property name="decisionKey" value="0002" / >
              < / Properties >
            < / Action >
            < Action reference="submitUserDecisions" / >
            < Action reference="com.sap.pct.erp.mss.gotoWorkcenter" / >
            < Action reference="refresh" / >
            < Action reference="defaultGlobalWizard" / >
            < Action reference="addToNavigation" / >
            < Action reference="removeFromNavigation" / >
          < / Actions >
        < / View >
      < / Views >
    Regards
    Tushar Dave
    Edited by: Tushar Dave on Aug 13, 2009 4:01 PM
    Edited by: Tushar Dave on Aug 13, 2009 4:42 PM

  • Multiple Implementation For BBP_WFL_APPROV_BADI

    hi,
       is it possible to have multiple an implementations for BBP_WFL_APPROV_BADI definition badi. because my opinion is instead of using same implementations for all n-step workflow why don't use different implementations for each and every workflow separately using that single BBP_WFL_APPROV_BADI definition.
        I know we can have n number of implementations, but those are all should be active not inactive stage.
    i hope you understand my question .
    thank you,
    John.

    hi smita,
        the answer which you were giving , was my question.
       why do we have each implementation for each workflow rather than single implementation for all workflows.
      say for example WS13000133 and WS14500015. again i have specified my question here,
      as i have specifed above WFs  we have to use BBP_WFL_APPROV_BADI definition.
      the above Badi defition has only one method , for this method even if you implement two implementations , any one of the implementations can be active . we can't active both implementatios right . but my scenario is i have to active both implementations. is it possible to have both implementatios for above defition?
    please give me some hints.
    regards,
    john.

  • DVB-S card and MHP implementations on PC

    Is there some DVB cards and MHP implementations for PC (like middleware for STB) available that allow to receive and watch MHP content on PC or laptop (with usb DVB device)?

    None of the free implementations let you do this. I'm not sure if either of the commercial emulators do. These are not cheap, but if you really want to know, I would suggest that you ask Osmosys (www.osmosys.tv). Their MHP emulator for Windows seems to be the most mature.
    Steve

  • UWL and webDynpro For Java

    Hi
      Experts
        I am making webDynpro application in which I have to give a form with in UWL of Portal.In that one form will be appear in user 's UWL and if it clicks on <b>ok</b> then all data will be get saved and this form will be go to another user 's UWL for cross checking the input and go on.. till HOD.
    Is this possible? How can I Make It?
    I have only knowledge of webdynpro for java.
    (Don't know anything of ABAP)
    Please Help Me.....
    Regards
    Sunny.

    Hi
    Some useful links are
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/e085d6421a4d9de10000000a155369/content.htm">help.sap.com/saphelp_nw04s/helpdata/en/43/e085d6421a4d9de10000000a155369/content.htm</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/259865cb-0701-0010-9a9e-d156765ec089">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/259865cb-0701-0010-9a9e-d156765ec089</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/da/a680415dc6050de10000000a1550b0/content.htm">help.sap.com/saphelp_nw04s/helpdata/en/da/a680415dc6050de10000000a1550b0/content.htm</a>
    Thanks
    SMitha

  • Where is the getString() implementation for RS and Object class question

    Dear all,
    I had these two questions ringing since a long time.
    1)ResultSet is an interface.
    In my jdbc code I have generally written rs.getString() and rs.getInt etc.. without giving a second thought as to where exactly is this getter implemented !
    I have RTF API .. without too much help.
    Could some one kindly explain Where is the implementation of the getString method ?
    2) Could you please tell why the Wait() Notify() and NotifyAll methods have been implemented in the Object class ? What was the need to define em in the Object class ?
    Thanks in advance for your time spent on this.
    Rgds

    Sarvananda wrote:
    In the MySQL driver for example it's implemented in com.mysql.jdbc.ResultSet Right. Now it makes sense to me. Every single db that gives me a driver will have their specific implementation for the interface methods of ResultSet.
    >
    why do you need that?
    ..Thats a design decision
    One of my friends asked me this and I was caught unawares. Any ideas on what factors could have made this design decision ?
    Rgds
    >
    In the MySQL driver for example it's implemented in com.mysql.jdbc.ResultSet Right. Now it makes sense to me. Every single db that gives me a driver will have their specific implementation for the interface methods of ResultSet.
    >
    why do you need that?
    ..Thats a design decision
    One of my friends asked me this and I was caught unawares. Any ideas on what factors could have made this design decision ?
    A desire to not have to couple your code to a particular database and JDBC driver. It's a classic example of the abstract factory pattern

  • Which table if for BADI and its implementation

    Which table if for BADI and its implementation
    I want to know which implementations have already been created and actived for one BADI.

    Hi
    check the tables for BADI
    SXC_ATTR   
    SXC_ATTRT  
    SXC_CLASS  
    SXC_COCO   
    SXC_EXIT   
    SXC_FCODE  
    SXC_FCODET 
    SXC_IMPSWH 
    SXC_SCRN   
    SXC_TABLE  
    SXC_TABLET 
    Regards
    Anji

  • F110 exit's or BTE's for proposal and payment event

    Hi experts,
    I've allready searched on the forum about this topic but havent found anything that could help me...
    What i need is some exit's or BTE's, i rather BTE's, for payment program, in  proposal event and payment.
    I've found event 2110 but after some trys the payment program didnt stoped on my break points, neither the while trues  :)..
    I think something it's missing me to activate the BTE but dont know what may still missing ...
    Does anyone knows event's that we call call in Payment Program ?
    Thank in Advance
    Best Regards
    João Martins

    Hi Joao,
    I see that your question is answered. May I ask you which BTE have you found?
    Thanks & Regards
    Ernesto

  • SD and FICO (in BW)  Implementation for a Chemical Industry

    Hi All,
    I Need help for implementing SD and FICO in BW. This is the first end to end implementation for me. So you guys can help me out HOW and Where to start the things?
    Any document will be helpful and will be rewarded.
    Regards,
    BW IGA

    Hi bw_I.G.A.,
    the standard documentation of <a href="http://help.sap.com/saphelp_bw30b/helpdata/en/61/7beb3cad744026e10000000a11405a/frameset.htm">FI-CO and others FI</a>
    the standard documentation of <a href="http://help.sap.com/saphelp_bw30b/helpdata/en/90/d4f33b949b6b31e10000000a11402f/frameset.htm">SD by R/3 and others</a>
    Here you can try all Cubes, ODS, Infosources..... of this Area.
    If it is useful, don't forget points!
    Claudio

  • Implementing enlarge and Collapse feature for KM iViews/Pages

    Hi All,
    We are showing the KM folder structure in Portal content area, I would like to know whether we can implement the feature of Enlarging and collapsing for the KM iViews/Pages the way SAP Implemented for navigation panel with which we can expand/contract the content area space...
    Any help is highly appreciated.
    Regards
    Som

    Hi Vasu,
    first of all sorry for the mistake in the link.Anyway,
    regarding your requirement,this is very well possible.
    If you could watch the code in the link closely,there is a function called toggle. In its definition
    just modify the code this way(below the alert comment).
    if(disp == "") {
      div.style.display = "";
      div.style.width = "100px";// this is where we reduce the width of the layout
    } else {
      div.style.display = "";
      div.style.width = "200px"; // original layout width
    so when u click on the icon now initially it opens up to a larger width. on clicking again, it will now collapse a portion of the width(as per your need.. not fully)
    similarly if you want to enlarge the width
    write another  toggle function and give
    if(disp == "") {
      div.style.display = "";
      div.style.width = "300px";// this is where we increase the width of the layout
    } else {
      div.style.display = "";
      div.style.width = "200px";
    You can modify these values as per your requirement.
    I have tried out collapsing the portion of the width with this code.It works fine.So for enlarging also this will work.
    Hope this helps,
    Regards,
    Uma.

  • Process and Requirement Gathering for a SAP solution implementation

    Hi All,
    I don't know if this forum is right for my question, but can someone guide me on ....?
    Assuming there is a greenfield project starting up, and the scope of implementation is SAP HCM: Is there a SAP best practice for gathering technical and functional requirements and process definition for SAP HCM system (PY, Time, PA, OM, ESS/MSS) for Great Britain country? (process models, requirements templates, questionnaire, identifying requirement gaps from standard SAP process etc.?)
    Is there a methodology recommended on how to go about collecting and baselining these requirements? (workshops, schedule, resources, templates etc.)
    Regards,
    Girish

    Hi All,
    I don't know if this forum is right for my question, but can someone guide me on ....?
    Assuming there is a greenfield project starting up, and the scope of implementation is SAP HCM: Is there a SAP best practice for gathering technical and functional requirements and process definition for SAP HCM system (PY, Time, PA, OM, ESS/MSS) for Great Britain country? (process models, requirements templates, questionnaire, identifying requirement gaps from standard SAP process etc.?)
    Is there a methodology recommended on how to go about collecting and baselining these requirements? (workshops, schedule, resources, templates etc.)
    Regards,
    Girish

  • [svn:fx-trunk] 12827: Removed the accessibility implementation for WindowAccImpl and WindowedApplicationAccImpl as they are likely not needed .

    Revision: 12827
    Revision: 12827
    Author:   [email protected]
    Date:     2009-12-10 19:03:29 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Removed the accessibility implementation for WindowAccImpl and WindowedApplicationAccImpl as they are likely not needed.  In their current form they were preventing the accessibility of child components from being exposed.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/accessibility/WindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/accessibility/WindowedApplicationAc cImpl.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Spool and email BTE   00002040 for F110 transaction

    Hello
    i m working in the BTE   00002040 for F110 transaction    ,  can any one tell me if we can genarate 2 copie : one copie for spool and the other for email sending.
    FUNCTION zfi_process_00002040.
    ""Interface locale :
    *"  IMPORTING
    *"     VALUE(I_REGUH) LIKE  REGUH STRUCTURE  REGUH
    *"  TABLES
    *"      T_FIMSG STRUCTURE  FIMSG
    *"  CHANGING
    *"     VALUE(C_FINAA) LIKE  FINAA STRUCTURE  FINAA
    data declaration for address routines
      TYPE-POOLS szadr.
      DATA: l_addr1_complete TYPE szadr_addr1_complete,
            l_adsmtp_line    TYPE szadr_adsmtp_line,
           ls_smtp_addr     type adr6-smtp_addr,               "
            st_lfb1          TYPE lfb1.                         "
    default: print payment advice
      c_finaa-nacha = '1'.  "spool
    ENDFUNCTION.

    Hi Experts,
    Would 00002040 help in case this is to be restricted to a single vendor only i.e. only one vendor from the CC should receive the email notification and the rest should not.
    Regards,
    Preeti

  • Project implementation  process and toll using for the implemetation

    what r the steps involved in project implementaion

    hi,
    The ASAP methodology is recommended by SAP for implementation planning and system implementation. It has the following phases.
    Project Preparation - The primary focus of Phase 1 is getting the project started, identifying team members and developing a high-level plan.
    Business Blueprint - The primary focus of Phase 2 is to understand the business goals of the company and to determine the business requirements needed to support those goals.
    Realization - The purpose of this phase is to implement all the business and process requirements based on the Business Blueprint. You customize the system step by step in two work packages, Baseline and Final configuration.
    Final Preparation - The purpose of this phase is to complete testing, end-user training, system management and cut over activities. Critical open issues are resolved. Upon the successful completion of this phase, you will be ready to run your business in your productive R/3 system.
    Go Live and Support - Transition from a project oriented, pre-productive environment to a successful and live productive operation.
    Def:The Accelarated SAP is the implementation solution provided by SAPwhich integrates several components that works in conjunction to support the rapid and efficient implementation of the PROJECT.
    PHASES IN ASAP METHODOLOGY
    1.Project Preparation
    2.Business Blue Print
    3.Realization
    4.Final Preparation
    5.Go-Live and Support.
    1.PROJECT PREPARATION WE HAVE 8 STEPS.
    1A.SCOPE OF PROJECT
    1B.PHASES INVOLVED
    1C.SYSTEM LANDSCAPE
    1D.TEAM FORMATION
    1E.DEADLINES OF THE PROJECT
    1F.BUSINESS PROCESS DOCUMENTS (OR) BUSINESS REQUIREMENT
    SPECIFICATIONS
    IN 1F AGAIN WE HAVE 5 STEPS....Pls dont get confused.
    1F ->A1-REQUIREMENTS OR EXPECTATIONS
    A2-GENERAL EXPLANATIONS
    A3-SPECIAL ORGANIZATIONAL CONSIDERATIONS
    A4-CHANGES TO EXISTING ORGANIZATION
    A5-DESCRIPTION OF IMPROVEMENTS
    1G-TECHNICAL REQUIREMENTS
    1H-KICK-OFF MEETING
    2 BUSINESS BLUE PRINT . IN THIS WE HAVE 8 STEPS
    2A.ORGANIZATIONAL STRUCTURE
    2B.DATA COLLECTION SHEETS
    2C.DATA CONVERSION STRATEGY
    2D.BUSINESS BLUE PRINT DOCUMENTATION
    2E.CUSTOMIZATION
    2F.ESTIMATION OF DEVELOPERS
    2G.COMMUNICATION STRATEGY PLAN
    2H.DEVELOP THE SYSTEM ENVIRONMENT
    2I.USER ROLES AND AUTHORIZATIONS.
    3. REALIZATION . HERE WE HAVE 7 STEPS.
    3A.ORGANIZATIONAL CHANGE MANAGEMENT
    3B.BASELINE CONFIGURATION & CONFIRMATION
    3C.UNIT TESTING
    3D.FINAL CONFIGURATION AND CONFIRMATION
    3E.FUNCTIONAL SPECIFICATIONS.IN 3E , WE HAVE 3 STEPS AGAIN...
    3E1.SOLUTION INFORMATION
    3E2.OBJECT INFORMATION
    3E3.REVISION HISTORY....WE HAVE 12 STEPS HERE .....
    3E3A.DESCRIPTION AND PURPOSE
    3E3B.BUSINESS PROCESS DETAILS
    3E3C.CURRENT FUNCTIONALITY
    3E3D.EXPECTED FUCNTIONALITY
    3E3E.SAP SITUATIONAL ANALYSIS
    3E3F.ADDITIONAL INFORMATION
    3E3G.FORMS
    3E3H.REPORTS
    3E3I.INTERFACE
    3E3J.DATA MAPPING
    3E3K.APPROVAL AND MODIFICATION HISTORY
    3E3L.ADDITIONAL ATTACHMENTS.
    3F.TESTING THE PROGRAMS
    3G.PREPARING THE ENDUSER DOCUMENTATION
    4.FINAL PREPARATION
    WE HAVE 4 STEPS.....
    4A.UPLOADING THE STIMULATED DATA
    4B.INTEGRATION TESTING
    4C.CUTOVER ACTIVITIES
    4D.PRE GO-LIVE END USER TRAINING
    5.GO-LIVE AND SUPPORT
    SIGN-OFF MEETING
    CHAN

Maybe you are looking for