Custom workflow integrated into SAP Standard

I have a requirement were the business would like a workflow to create material master, but prior to actually creating the material they have a form that needs passed around and approved my many business units. Once all approvals are obtained a material master can be created. What I would like is to create a custom BOR and event to route the form and get approvals, but I would like to some how carry over or link this custom workflow with the SAP standard for material master so you can view the log of who and what was approved for this material. Any suggestions?

Hi,
Create a workflow or copy the SAP standard. Insert a fork step with the number for branches corresponding to the number of approvals you need. Say you need 5 approvals, have 5 branches and 5 required for completion.
In each branch use a Form step or a custom method to get the approval.
After the fork has completed then insert your step which call the CREATE method for your material.
Everything will be contained in the workflow log.
Regards,
Eddie

Similar Messages

  • How  to add custom fields to the  sap standard  program ukm_bp_display

    How  to add new custom  fields to the  sap standard  program ukm_bp_display .
    could u  please any one help me on this?

    Hello Kumar,
    You have to modify below structure, as this structure is providing the field catalog for output display (ALV).
    Here you can see there are a lot of include structures, so if you want to add fields in the output display you can add those fileds as an append structure to any of the below mentioned structures (Like ukm_s_account, ukm_s_bp_cms_sgm etc as per your requiremnt and positon at which you need to dispaly your fields.)
    DATA: BEGIN OF gt_grid_alv OCCURS 0.
           partner LIKE but000-partner,
           credit_sgmnt LIKE ukmbp_cms_sgm-credit_sgmnt.
            INCLUDE STRUCTURE ukm_s_account.
            INCLUDE STRUCTURE ukm_s_bp_cms_sgm.
    DATA:   credit_sgmnt_txt LIKE ukmcred_sgm0t-credit_sgmnt_txt.
          Gruppe Vector
            INCLUDE STRUCTURE ukm_s_bp_vector.
          Gruppe OBL = Obligo
          include structure UKM_S_BP_CMS_MALUSDSP_OUT.
            INCLUDE STRUCTURE ukm_s_display_segment.
            INCLUDE STRUCTURE ukm_s_bp_cms.
            INCLUDE STRUCTURE bus000_dat.
    *DATA:   icon(4).
          Gruppe RAST (Raster)
    DATA:
             rast01 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast02 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast03 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast04 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast05 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast06 LIKE ukm_s_display_segment-AMOUNT_GRID.
    DATA:    rast2_6 LIKE ukm_s_display_segment-AMOUNT_GRID.
    "Summe raster 2 bis 6
    DATA:  END OF gt_grid_alv.
    Another way is you can  go  to SE38, and you can create implicit enhancements.One enhancement point is available here in this required area. so create an implementation and add your fileds with data types.This way is also simple.
    Hope this will solve yiour problems.
    Regards,
    Antony Thomas

  • AP Workflow Integration to SAP

    Hi All,
    We are new to SAP.
    How to integrate  3rd party AP Workflow output to SAP .
    Please let us know any standard procedure, work around,  URL.
    Thanks in Advance.
    Kiran Babu

    yes you can do that.
    1. upload the xml - using gui_upload or thru http protocol into abap variable
    2. use call transformation along with XSLT or cl_XML_document class to parase the xml into itab and use the same to call a BAPI/BDC to load the data
    which version of R/3 you are using.
    Regards
    Raja

  • Performance issue with custom IDOC download into SAP MII

    Hi,
    We have a custom IDOC which has ten fields. We take the data from these ten fields and insert into database. The issue is
    we have some where around 4500 idocs flowing into SAP MII and then from SAP MII to sql database. The time taken for these idocs is around 30 mins.
    Is there a way where we can improve the performance in terms of time taken?
    Additional information is
    MaxReaderThreadCount has been set to 5 in Configuration Management -> Infrastructure -> Application Resources
    sample idoc structure
    <IDOCNAME>
      <FIELD1>val1</FIELD1>
    <FIELD10>val2</FIELD10>
    </IDOCNAME>
    Please let us know if more information is needed.
    Regards,
    Manish Jain

    Hi Manish,
    My thinking about the queuing is that for each transaction, you are calling your database and passing in the IDoc content.  Depending upon your system, database, transactions, etc., you may be having to establish a connection between MII and the database each time you process an IDoc.  Each "handshake" takes a finite amount of time.  So queuing up the IDocs, establishing a single DB connection and processing large numbers of IDocs in a batch might reduce your processing time substantially.  Something worth investigating.
    I don't think that adding additional IDoc Listeners for different IDoc types will work if the source ECC system is the same for each type.  It will simply use the first one it finds and process all the types there.
    Additional threads may improve performance and is certainly a low risk, easily implemented test.  Just do it in small increments as you can add too many threads (check with the NW administrator) and lock up your NW system.
    And you may want to check with your DBA to see if there are limits on the connections which MII can establish for uploading the IDoc content (or for that matter, any other improvements to be made on the DB side).
    Regards,
    Mike
    Edited by: Michael Appleby on Feb 10, 2012 2:37 PM

  • Cognos Iviews integration into SAP Enterprise portal 7.0-Error

    Dear Experts,
    I had integrated the cognos iviews into SAP Enterprise portal and  facing some problems.
    in the navigator iview i am able to see folder structure 
    Public Folders and My folders .
    when i click Public Folders following details are  coming
    GoSales ( analysis ) | -->Product analysis
                                   |--> Time vs Product sales
    GoSales( Query)
    OSD_CO3
    on click of Product analysis (any link) link i am getting following error
    Cognos 8 ->  An error has occurred.
       DPR-ERR-2079 Firewall Security Rejection. Your request was rejected by the security firewall. 
      CAF rejection details are available in the log. Please contact your administrator.
    Apart form this images are not displaying in the portal iviews.
    regards
    ratnakar

    Hi Ratnakar,
    This might be a authorization issue, you might not have appropriate permissions to use the public folder. Contact the authorization team to resolve this error they might help you.
    Rgs,
    I.R.K

  • Adding a custom field in a sap standard screen in pa30 for an infotype.

    Hi to all..
    i'm in a requirement to add a custom field in a standard screen of pa30. for the infotype 0442.
    I googled up.. but i was not getting proper solution for it.. can any one provide a solution for it..
    With regards.
    Aahbha.

    Hello Sirs,
    Step by step instructions on:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4f/d52552575e11d189270000e8322f96/frameset.htm
    The below thread provide more info on how to create an infotype from scratch, but this is just for the reference:
    add custom fields to standard infotype
    Regards,
    Bentow.

  • How to convert date format into sap standard format?

    Hi All,
    In SAPUI5 screen i have one simple form in form i have date field which is format  (MM/DD/YYYY). but i am getting POST error while inserting the data in to sap table.
    I want convert date format in sap format (YYYY/MM/DD).
    One more issue, when i am fetching the data from sap table,but  the date display with time and time zone.
    eg. Sat Aug 02 2014 05:30:00 GMT+0530 (India Standard Time)
    I want to display only date.
    Thanks,
    Prashant.

    Now i am using <DatePicker id="Emp_fsdate" displayFormat="yyyy-MM-dd"/>
    I checked in console, but date is display like mm/dd/yy
    In my controller.js file i have written code
    OData.request
               requestUri: "http:sap/opu/odata/sap/ZSERVICE_FINAL_SRV/es_sodata", 
               method: "GET",
               headers:
               "X-Requested-With": "XMLHttpRequest",
               "Content-Type": "application/atom+xml",
               "DataServiceVersion": "2.0",       
               "X-CSRF-Token":"Fetch"
           function (data, response){
            var header_xcsrf_token = response.headers['x-csrf-token'];
                       OData.request
                            requestUri:
                             "http://sap/opu/odata/sap/ZSERVICE_FINAL_SRV/es_sodata", 
                            method: "POST",
                            headers:
                          "X-Requested-With": "XMLHttpRequest",                     
                            "Content-Type": "application/atom+xml",
                            "DataServiceVersion": "2.0",
                            "Accept": "application/atom+xml,application/atomsvc+xml,application/xml",
                            "X-CSRF-Token": header_xcsrf_token
                            data:
                                   Empid:Emp_id,
                                   Empname:Emp_name,
                                   Start_Date:Emp_sdate,
    //                              End_Date:Emp_edate,
                                   Status:Emp_status,
                                   City:Emp_city,
                                   Location:Emp_location,
    and in my CREATE_ENTITY method
    method ES_SODATA_CREATE_ENTITY.
         DATA: ls_request_input_data TYPE zcl_zservice_final_mpc=>ts_et_sodata,
             ls_userinfo TYPE zsodata.
       DATA ls_temp TYPE sy-datum.
    * Read Request Data
       io_data_provider->read_entry_data( IMPORTING es_data = ls_request_input_data ).
    * Fill workarea to be inserted
       ls_userinfo-Empid   = ls_request_input_data-Empid.
       ls_userinfo-Empname   = ls_request_input_data-Empname.
       ls_userinfo-Start_Date   = ls_request_input_data-Start_Date.
       ls_userinfo-End_Date   = ls_request_input_data-End_Date.
       ls_userinfo-Status   = ls_request_input_data-Status.
       ls_userinfo-City   = ls_request_input_data-City.
       ls_userinfo-Location   = ls_request_input_data-Location.
    * Insert Data in table ZUSERINFO
       INSERT zsodata FROM ls_userinfo.
       IF sy-subrc = 0.
         er_entity = ls_request_input_data. "Fill Exporting parameter ER_ENTITY
       ENDIF.
       endmethod.
    But still i am getting an error
    POST http://sap/opu/odata/sap/ZSERVICE_FINAL_SRV/es_sodata 500 (Internal Server Error)
    I am able to insert all field except date field. How to insert date field in sap table.

  • Third Party WCM tools integrated into SAP EP7

    Hi All,
    I am wondering if anybody has experiences with integrating a third party WCM tool with EP7 for intranet-style content in the portal, and whether an assessment versus Web Page Composer has been made?  I have looked at Web Page Composer but am interested in seeing what best-of-breed third party offerings are certified for integration to EP7 and how these compare.
    Points will be awarded for useful responses.
    Regards
    John

    Hi John,
    I've seen btexx easyWCM in some projects and although I do not like it, many users are quite content with the features.
    Afaik it is certified for SAP EP 7.0, have a look at it.
    regards,
    Christian

  • Solution Manager 7.1 Integration into SAP Landscape

    Hi All
    I have a few questions for all the SAP Solution Manager experts out there and for anyone that would like to take a stab at these questions. An organization would like to implement a 3 system landscape for the following SAP Applications; SAP ERP, SAP CRM, SAP SRM, SAP Portal, SAP XI, SAP BI (SAP BW and SAP BOBJ) as well as SAP Solution Manager. They want to use all the functionality that is available in Solution Manager. The questions that I pose is as follows;
         1. How many Solution Manager systems must one implement? A 3 system landscape or will a 2 system landscape suffice? Bearing in mind that    functionality such as CHARM will be implemented.
         2. Where will the productive SLD reside? How would this SLD connect to the Solution Manager Systems?
         3. To which Solution Manager System will all the diagnostic agents connect to?
    Your expert input would gladly be appreciated and points awarded accordingly.
    Regards
    Deen

    Hi Deena,
    I good approach would be to use a two system landscape.
    Where - all sandbox and development systems are connected to develpoment solman.
    and - all other systems, like quality, pre-prod, and prod are connected to production solman.
    For CHARM, this is sufficient. Keep the hardware specs on the higher side of production solman.
    You should use a separate SLD instance on your solution manager. WHY, incase you need to update the SP level, as SLD needs to be on the highest level, outage from SOLMAN or PI would be avoided.
    You can also use, SLD of Solution manager, SYNC you dev sld with prod sld - uni directional sync - eg for stack generation.
    SLD connect to your solution manager during solman_setup basic configuration and preparation of your landscape through LMDB.
    Check.
    SLD and LMDB Topology: Replacing the Source SLD for the LMDB
    https://help.sap.com/saphelp_sm71_sp05/helpdata/en/a5/971735dd184f5c8d943c6cf423d13a/content.htm
    Connect diagnostic agents to your producitve solution manager.
    For more please reply back.
    Good Luck !!
    Regards,
    Divyanshu

  • Maintaining Settings for Integration into SAP Enterprise Portal

    Hi All,
    I get the following error in step 12 running RSPOR_SETUP
    System failure during call of function module RSWR_RFC_SERVICE_TEST
    Return Value in this step is: 1   (System failure)
    I am running BW 3.5 SP19
    EP 6.0 SP19
    All other step are OK
    I can authenication from the Portal to BW using SSO but not from BW to the portal.
    I get the same error when trying to publish a query to the Portal.
    Here are are more error from the trc log file
    Exception thrown [Thu Jan 11 13:18:34,426]:Exception thrown by application running in JCo Server
    com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method processFunction.
         at com.sapportals.portal.prt.service.rfc.PRTRFCRemoteObjectImpl0_0.processFunction(PRTRFCRemoteObjectImpl0_0.java:127)
         at sun.reflect.GeneratedMethodAccessor282.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy7.processFunction(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:100)
         at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113)
         at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:101)
         at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:303)
         at com.sapportals.portal.prt.service.rfc.RFCEngineService.retrieveUser(RFCEngineService.java:330)
         at com.sapportals.portal.prt.service.rfc.RFCEngineService.handleEvent(RFCEngineService.java:225)
         at com.sapportals.portal.prt.service.rfc.PRTRFCBean.processFunction(PRTRFCBean.java:37)
         at com.sapportals.portal.prt.service.rfc.PRTRFCRemoteObjectImpl0_0.processFunction(PRTRFCRemoteObjectImpl0_0.java:118)
         ... 16 more
    Please help....
    Thanks,
    Jeff Wallace

    Ben,
    I ran test with the following error
    Runtime Errors         CALL_FUNCTION_REMOTE_ERROR   
    Date and Time          01/11/2007 13:57:23                                                                               
    ShrtText                                           
         "Exception in method processFunction."         
    I am on SP19 on both the Portal and BW
    I am using the same user name in both the Portal and BW
    Both have Administrative permissions(SAP_ALL and add all portal roles to Portal user)
    Below is my UME config
    #Thu Jan 11 14:02:22 EST 2007
    login.authschemes.default=default
    login.authschemes.definition.file=authschemes.xml
    login.serviceuser.lifetime=100
    login.ticket_client=000
    login.ticket_keyalias=SAPLogonTicketKeypair
    login.ticket_keystore=TicketKeystore
    login.ticket_lifetime=8
    login.ticket_portalid=auto
    ume.acl.validate_cached_acls=FALSE
    ume.admin.account_privacy=FALSE
    ume.admin.addattrs=
    ume.admin.allow_selfmanagement=TRUE
    ume.admin.auto_password=TRUE
    ume.admin.create.redirect=
    ume.admin.debug_internal=FALSE
    ume.admin.display.redirect=
    ume.admin.modify.redirect=
    ume.admin.nocache=FALSE
    ume.admin.password.migration=false
    ume.admin.phone_check=TRUE
    ume.admin.search_maxhits=1000
    ume.admin.search_maxhits_warninglevel=200
    ume.admin.self.addattrs=
    ume.admin.selfreg_company=FALSE
    ume.admin.selfreg_guest=TRUE
    ume.admin.selfreg_sus=FALSE
    ume.admin.selfreg_sus.adapterid=SUS
    ume.admin.selfreg_sus.adminrole=
    ume.admin.selfreg_sus.deletecall=TRUE
    ume.allow_nested_groups=TRUE
    ume.allow_nested_roles=FALSE
    ume.authenticationFactory=com.sap.security.core.logon.imp.SAPJ2EEAuthenticator
    ume.cache.acl.default_caching_time=1800
    ume.cache.acl.initial_cache_size=10000
    ume.cache.acl.permissions.default_caching_time=3600
    ume.cache.acl.permissions.initial_cache_size=100
    ume.cache.default_cache=distributableCache
    ume.cache.group.default_caching_time=3600
    ume.cache.group.initial_cache_size=500
    ume.cache.notification_time=0
    ume.cache.principal.default_caching_time=3600
    ume.cache.principal.initial_cache_size=500
    ume.cache.role.default_caching_time=3600
    ume.cache.role.initial_cache_size=500
    ume.cache.user.default_caching_time=3600
    ume.cache.user.initial_cache_size=500
    ume.cache.user_account.default_caching_time=3600
    ume.cache.user_account.initial_cache_size=500
    ume.company_groups.description_template=Company
    ume.company_groups.displayname_template= ()
    ume.company_groups.enabled=FALSE
    ume.company_groups.guestusercompany_enabled=TRUE
    ume.company_groups.guestusercompany_name=Guest Users
    ume.db.connection_pool.j2ee.is_unicode=FALSE
    ume.db.connection_pool.j2ee.jta_transaction_support_enabled=FALSE
    ume.db.connection_pool.j2ee.xatransactions_used=FALSE
    ume.db.connection_pool_type=SAP/BC_UME
    ume.db.or_search.max_arguments=50
    ume.db.parent_search.max_arguments=300
    ume.db.use_default_transaction_isolation=FALSE
    ume.ldap.access.action_retrial=2
    ume.ldap.access.auxiliary_naming_attribute.grup=
    ume.ldap.access.auxiliary_naming_attribute.uacc=
    ume.ldap.access.auxiliary_naming_attribute.user=
    ume.ldap.access.auxiliary_objectclass.grup=
    ume.ldap.access.auxiliary_objectclass.uacc=
    ume.ldap.access.auxiliary_objectclass.user=
    ume.ldap.access.base_path.grup=
    ume.ldap.access.base_path.uacc=
    ume.ldap.access.base_path.user=
    ume.ldap.access.context_factory=com.sun.jndi.ldap.LdapCtxFactory
    ume.ldap.access.creation_path.grup=
    ume.ldap.access.creation_path.uacc=
    ume.ldap.access.creation_path.user=
    ume.ldap.access.dynamic_group_attribute=
    ume.ldap.access.dynamic_groups=FALSE
    ume.ldap.access.flat_group_hierachy=TRUE
    ume.ldap.access.msads.control_attribute=userAccountControl
    ume.ldap.access.msads.control_value=512
    ume.ldap.access.msads.grouptype.attribute=grouptype
    ume.ldap.access.msads.grouptype.value=4
    ume.ldap.access.multidomain.enabled=FALSE
    ume.ldap.access.naming_attribute.grup=
    ume.ldap.access.naming_attribute.uacc=
    ume.ldap.access.naming_attribute.user=
    ume.ldap.access.objectclass.grup=
    ume.ldap.access.objectclass.uacc=
    ume.ldap.access.objectclass.user=
    ume.ldap.access.server_name=
    ume.ldap.access.server_port=
    ume.ldap.access.server_type=
    ume.ldap.access.size_limit=0
    ume.ldap.access.ssl=FALSE
    ume.ldap.access.ssl_socket_factory=com.sap.security.core.server.https.SecureConnectionFactory
    ume.ldap.access.time_limit=0
    ume.ldap.access.user=
    ume.ldap.access.user_as_account=TRUE
    ume.ldap.blocked_accounts=Administrator,Guest
    ume.ldap.blocked_groups=Administrators,Guests
    ume.ldap.blocked_users=Administrator,Guest
    ume.ldap.cache_lifetime=300
    ume.ldap.cache_size=100
    ume.ldap.connection_pool.connect_timeout=25000
    ume.ldap.connection_pool.max_connection_usage_time_check_interval=120000
    ume.ldap.connection_pool.max_idle_connections=5
    ume.ldap.connection_pool.max_idle_time=300000
    ume.ldap.connection_pool.max_size=10
    ume.ldap.connection_pool.max_wait_time=60000
    ume.ldap.connection_pool.min_size=1
    ume.ldap.connection_pool.monitor_level=0
    ume.ldap.connection_pool.retrial=2
    ume.ldap.connection_pool.retrial_interval=10000
    ume.ldap.default_group_member=cn\=DUMMY_MEMBER_FOR_UME
    ume.ldap.default_group_member.enabled=FALSE
    ume.ldap.record_access=FALSE
    ume.ldap.unique_grup_attribute=
    ume.ldap.unique_uacc_attribute=uid
    ume.ldap.unique_user_attribute=uid
    ume.locking.enabled=TRUE
    ume.locking.max_wait_time=30
    ume.login.anonymous_user.mode=1
    ume.login.basicauthentication=1
    ume.login.context=ticket
    ume.login.context.default=ticket
    ume.login.guest_user.uniqueids=Guest
    ume.login.mdc.hosts=
    ume.logoff.redirect.silent=FALSE
    ume.logoff.redirect.url=
    ume.logon.allow_cert=FALSE
    ume.logon.branding_image=/logon/layout/branding-image.jpg
    ume.logon.branding_text=/logon/layout/branding-text.gif
    ume.logon.force_password_change_on_sso=TRUE
    ume.logon.httponlycookie=TRUE
    ume.logon.locale=FALSE
    ume.logon.logon_help=TRUE
    ume.logon.r3master.adapterid=master
    ume.logon.security.enforce_secure_cookie=FALSE
    ume.logon.security.local_redirect_only=TRUE
    ume.logon.security.relax_domain.level=1
    ume.logon.security_policy.auto_unlock_time=60
    ume.logon.security_policy.cert_logon_required=FALSE
    ume.logon.security_policy.lock_after_invalid_attempts=6
    ume.logon.security_policy.log_client_hostaddress=TRUE
    ume.logon.security_policy.log_client_hostname=FALSE
    ume.logon.security_policy.oldpass_in_newpass_allowed=TRUE
    ume.logon.security_policy.password_alpha_numeric_required=0
    ume.logon.security_policy.password_change_allowed=TRUE
    ume.logon.security_policy.password_change_required=TRUE
    ume.logon.security_policy.password_expire_days=99999
    ume.logon.security_policy.password_history=0
    ume.logon.security_policy.password_last_change_date_default=12/31/9999
    ume.logon.security_policy.password_max_length=14
    ume.logon.security_policy.password_min_length=0
    ume.logon.security_policy.password_mix_case_required=0
    ume.logon.security_policy.password_special_char_required=0
    ume.logon.security_policy.userid_digits=0
    ume.logon.security_policy.userid_in_password_allowed=TRUE
    ume.logon.security_policy.userid_lowercase=0
    ume.logon.security_policy.userid_special_char_required=0
    ume.logon.security_policy.useridmaxlength=20
    ume.logon.security_policy.useridminlength=5
    ume.logon.selfreg=TRUE
    ume.logonAuthenticationFactory=com.sap.security.core.logon.imp.SAPJ2EEAuthenticator
    ume.notification.admin_email=
    ume.notification.create_approval=TRUE
    ume.notification.create_by_batch_performed=TRUE
    ume.notification.create_denied=TRUE
    ume.notification.create_performed=TRUE
    ume.notification.create_request=TRUE
    ume.notification.delete_performed=TRUE
    ume.notification.email_asynch=TRUE
    ume.notification.lock_performed=TRUE
    ume.notification.mail_host=AD70
    ume.notification.pswd_reset_performed=TRUE
    ume.notification.pswd_reset_request=TRUE
    ume.notification.selfreg_performed=TRUE
    ume.notification.system_email=
    ume.notification.unlock_performed=TRUE
    ume.notification.unlock_request=TRUE
    ume.notification.update_by_batch_performed=TRUE
    ume.notification.workflow_email=
    ume.persistence.batch.page_size=25
    ume.persistence.data_source_configuration=dataSourceConfiguration_database_only.xml
    ume.persistence.pcd_roles_data_source_configuration=dataSourceConfiguration_PCDRoles.xml
    ume.persistence.ume_roles_data_source_configuration=dataSourceConfiguration_UMERoles.xml
    ume.principal.cache_group_hierarchy=TRUE
    ume.principal.cache_indirect_parents=TRUE
    ume.principal.cache_role_hierarchy=TRUE
    ume.r3.connection.001.TimeZoneMapping=
    ume.r3.connection.001.ashost=
    ume.r3.connection.001.client=
    ume.r3.connection.001.group=
    ume.r3.connection.001.gwhost=
    ume.r3.connection.001.gwserv=
    ume.r3.connection.001.lang=
    ume.r3.connection.001.msghost=
    ume.r3.connection.001.poolmaxsize=10
    ume.r3.connection.001.poolmaxwait=
    ume.r3.connection.001.r3name=
    ume.r3.connection.001.receiverid=001
    ume.r3.connection.001.receiverid_guest=001
    ume.r3.connection.001.snc_lib=
    ume.r3.connection.001.snc_mode=
    ume.r3.connection.001.snc_myname=
    ume.r3.connection.001.snc_partnername=
    ume.r3.connection.001.snc_qop=
    ume.r3.connection.001.sysnr=
    ume.r3.connection.001.user=
    ume.r3.connection.001.userole=FALSE
    ume.r3.connection.002.TimeZoneMapping=
    ume.r3.connection.002.ashost=
    ume.r3.connection.002.client=
    ume.r3.connection.002.group=
    ume.r3.connection.002.gwhost=
    ume.r3.connection.002.gwserv=
    ume.r3.connection.002.lang=
    ume.r3.connection.002.msghost=
    ume.r3.connection.002.poolmaxsize=10
    ume.r3.connection.002.poolmaxwait=
    ume.r3.connection.002.r3name=
    ume.r3.connection.002.receiverid=002
    ume.r3.connection.002.receiverid_guest=002
    ume.r3.connection.002.snc_lib=
    ume.r3.connection.002.snc_mode=
    ume.r3.connection.002.snc_myname=
    ume.r3.connection.002.snc_partnername=
    ume.r3.connection.002.snc_qop=
    ume.r3.connection.002.sysnr=
    ume.r3.connection.002.user=
    ume.r3.connection.002.userole=FALSE
    ume.r3.connection.003.TimeZoneMapping=
    ume.r3.connection.003.ashost=
    ume.r3.connection.003.client=
    ume.r3.connection.003.group=
    ume.r3.connection.003.gwhost=
    ume.r3.connection.003.gwserv=
    ume.r3.connection.003.lang=
    ume.r3.connection.003.msghost=
    ume.r3.connection.003.poolmaxsize=10
    ume.r3.connection.003.poolmaxwait=
    ume.r3.connection.003.r3name=
    ume.r3.connection.003.receiverid=003
    ume.r3.connection.003.receiverid_guest=003
    ume.r3.connection.003.snc_lib=
    ume.r3.connection.003.snc_mode=
    ume.r3.connection.003.snc_myname=
    ume.r3.connection.003.snc_partnername=
    ume.r3.connection.003.snc_qop=
    ume.r3.connection.003.sysnr=
    ume.r3.connection.003.user=
    ume.r3.connection.003.userole=FALSE
    ume.r3.connection.master.TimeZoneMapping=
    ume.r3.connection.master.abap_debug=
    ume.r3.connection.master.ashost=
    ume.r3.connection.master.client=
    ume.r3.connection.master.group=
    ume.r3.connection.master.gwhost=
    ume.r3.connection.master.gwserv=
    ume.r3.connection.master.lang=EN
    ume.r3.connection.master.msghost=
    ume.r3.connection.master.msserv=
    ume.r3.connection.master.poolmaxsize=10
    ume.r3.connection.master.poolmaxwait=
    ume.r3.connection.master.r3name=
    ume.r3.connection.master.receiverid=master
    ume.r3.connection.master.receiverid_guest=master
    ume.r3.connection.master.snc_lib=
    ume.r3.connection.master.snc_mode=
    ume.r3.connection.master.snc_myname=
    ume.r3.connection.master.snc_partnername=
    ume.r3.connection.master.snc_qop=
    ume.r3.connection.master.sysnr=
    ume.r3.connection.master.trace=
    ume.r3.connection.master.user=
    ume.r3.connection.tpd.adapterid=value of ume.r3.connection.tpd.systemid
    ume.r3.connection.tpd.systemid=SUS
    ume.r3.mastersystem=BWP
    ume.r3.mastersystem.uid.mode=1
    ume.r3.orgunit.adapterid=
    ume.r3.sync.sender=SAPMUM
    ume.r3.use.role=FALSE
    ume.replication.adapters.001.companies=
    ume.replication.adapters.001.scope=
    ume.replication.adapters.002.companies=
    ume.replication.adapters.002.scope=
    ume.replication.adapters.003.companies=
    ume.replication.adapters.003.scope=
    ume.replication.adapters.index_1=
    ume.replication.adapters.index_2=
    ume.replication.adapters.index_3=
    ume.replication.adapters.master.companies=
    ume.replication.adapters.master.scope=
    ume.replication.crm_sup_register_check=BBP_SUS_BUPA_REGID_CHECK
    ume.replication.messaging.active=FALSE
    ume.replication.sync.display_all_doc=FALSE
    ume.roles.pcd_roles_with_actions=
    ume.roles.xml_files=*role.xml
    ume.secaudit.get_object_name=FALSE
    ume.secaudit.log_actor=TRUE
    ume.secstore.active=TRUE
    ume.spml.schema_name=schema.xml
    ume.superadmin.activated=FALSE
    ume.supergroups.anonymous_group.description=Built-in Group Anonymous Users
    ume.supergroups.anonymous_group.displayname=Anonymous Users
    ume.supergroups.anonymous_group.uniquename=Anonymous Users
    ume.supergroups.authenticated_group.description=Built-in Group Authenticated Users
    ume.supergroups.authenticated_group.displayname=Authenticated Users
    ume.supergroups.authenticated_group.uniquename=Authenticated Users
    ume.supergroups.everyone.description=Built-in Group Everyone
    ume.supergroups.everyone.displayname=Everyone
    ume.supergroups.everyone.uniquename=Everyone
    ume.testum=FALSE
    ume.tpd.classloader=
    ume.tpd.companies=0
    ume.tpd.imp.class=com.sap.security.core.tpd.SimpleTPD
    ume.tpd.prefix=STPD_
    ume.trace.debug_exception_level=1
    ume.trace.external_trace_class=com.sap.security.core.util.imp.UMTrace_630
    ume.usermapping.admin.pwdprotection=TRUE
    ume.usermapping.key.protection=TRUE
    ume.usermapping.refsys.mapping.type=internal
    ume.usermapping.unsecure=FALSE
    ume.users.displayname_template=,
    ume.version.sapj2eeengine=630
    Thanks,
    Jeff

  • Adobe Form Data Integration into SAP using RFC

    Hi All,
    I have created a Adobe Form, there is a button Called Submit ,On clicking that button  the Adobe form must call a RFC function Module and pass the data from the form to Function Module.
    I have written the below code for the submit button but it is not working.Please Lemme know if u have any solutions..
    Below is my code
    //Submit this form to SAP using web services
      var webService = xfa.resolveNode("xfa.record.WEBSERVICE");
      xfa.host.messageBox ("test 3");
      var response = Net.SOAP.request(
      cURL: webService.value,
      oRequest: {
      "urn:sap-com:document:sap:rfc:functions:ZUPDATETIMESHEET":{
      TIMESHEET: t_time_record,
      HEADTIME:  wa_head
      cContentType: "text/xml"
      xfa.host.messageBox ("test 4");
      var success = response["urn:sap-com:document:sap:rfc:functions:ZUPDATETIMESHEET.Response"]["SUCCESS"];
      var response = response["urn:sap-com:document:sap:rfc:functions:ZUPDATETIMESHEET.Response"]["RESPONSE"];
      if (success == "X") {
      xfa.host.messageBox(response, "Response from SAP", 3);
      CONFIRMED.rawValue = "Yes";
      ConfirmedLogo.presence = "visible";
      for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++) {
      var oFields = xfa.layout.pageContent(nPageCount, "field");
      var nNodesLength = oFields.length;
      for (var nNodeCount = 0; nNodeCount < nNodesLength; nNodeCount++) {
      oFields.item(nNodeCount).access = "readOnly";
      if (oFields.item(nNodeCount).border.fill.color.value == "255,0,0")
      oFields.item(nNodeCount).border.fill.color.value = "255,255,255";
      if (oFields.item(nNodeCount).ui.oneOfChild.className == "button") //Hide all buttons
      oFields.item(nNodeCount).presence = "hidden";
    ZUPDATETIMESHEET is my Function Module.
    t_time_record  and wa_head are the parameters being passed to the function Module.
    Please lemme know if i have to do any settings and configurations also...
    I have attached the entire code in the below file...
    Thanks in Advance 

    Maruti,
    1. Just use the RFC's that does the update.
    2. There are update flags for each field that you would like to update. These flags should be marked be marked for update. They come along with the classes that are generated when you import the RFC's.
    3 Call BAPI_TRANSACTION_COMMIT afterwards.
    All the above steps have to be done in the program.
    Sumit.

  • Crystal Report integrated into SAP but Menu not sorting well

    Dear Expert,
    I am worry about the Crystal Report menu displayed from SAP B1;
    May I know the sorting rule? because it's not sorting by name or by adding date; and it looks not well organized now for users to choose reports.
    Thanks in advance.
    Best regards,
    Michelle

    Hi Allen,
    Try to browse this link:
    https://www.sdn.sap.com/irj/sdn/businessone?rid=/webcontent/uuid/807d22cb-cb1d-2b10-8794-fb76d7feca88
    beside the thread provided by Gordon.
    I am sure the real Crystal Report that will launched with SAP B1 2007A product CD in the last August have been improved and different with the free trial. So, I suggest to browse SAP service market place to know more if it is available in your country
    Rgds,

  • Fiori Approve Travel Enpense Custom Workflow

    Dear experts,
    Regarding Fiori wave 1 application: Approve Travel Expenses, customer is using a custom workflow.
    The SAP standard workflow step for this app is a task decision type step.
    But the custom workflow step is an activity type step.
    Can we also map the workflow step outcome with user decision?(I think by implementing BADI)
    Is there any affect on the Fiori app implementation?
    Masayuki Sekihara
    Thanks and regards,
    Chloe

    Hi Masayuki Sekihara and experts,
    I'm facing a similar scenario with PO approval.
    The client uses Portal UWL to read their inbox and wants to replace SAPGUI PO approval UI with Fiori PO approval UI.
    What would I have to change in the workflows' task in order to make it fit for Fiori?
    I'm trying to put all pieces together but I can't make it work.
    I changed the WF and task (replace the task that calls BOR BUS2012 by a dummy task type activity that calls a redefinition of BOR, ZBUS2012, with an extra dummy method and events for Approve and Reject actions.
    Implemented Badi for enh.spot /IWWRK/ES_WF_WI_BEFORE_UP_IB method before_update to send data back from fiori to backend WF.
    I assume I have to change some config for Fiori PO approval app to map it to my new task and do the same in Portal 7.4 for UWL configuration?
    But, where or how do you set the text that will be displayed in UWL for this Fiori task?
    I'm executing the custom WF in the backend and get stuck trying to determine the agent (it comes empty). In the step in Control tab under Agents section I'm using a custom rule that calls a FM that pastes a custom value in EKKO then in the task in tab Default Rules I'm calling the standard rule 'Agent (default Rule)' = 20000027 biding PurchaseOrder and ReleaseCode.
    And I don't get to see the workitem in the approver's inbox (SBWP tcode) after creating the PO either. As far as I know this is something that should always occur (seeing the workitem in the approver's inbox regardless of what we use in the end: UWL and/or Fiori).
    Any pointers?
    Thanks,
    Laura

  • SAP GRC 3.0 Custom workflow

    Hi,
    We are implementing GRC3.0 with portal intergration. The standard workflow appears to be working fine.
    I have a requirement of either customizing the standard workflow or creating a custom workflow to allow exceptions and remediation notifications to be sent to more than one recipient.
    As far I I know, standard workflow just allows 1 recipient.
    If I choose to create a custom workflow, how do I configure it in GRC (how do I point GRC to call this custom workflow, instead of the standard one)?
    Considering I have a limited knowledge about the workflows, any sort of help will be appreciated.
    Regards.

    Hi,
    You yhould refer to:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2086538f-038e-2b10-da83-b84afc042cf1
    It may help you with the related topic.
    Manuel Alejandro

  • Additional field to be added in sap standard report

    hi
    when we run fbl1n for vendors or fbl5n for customer we are getting only vendor or customer code, how to get vendor name and customer name in same sap standard report
    please suggest
    regards
    yuvraj singh

    hi lande
    i opened the report RFITEMAR and checked FM FI_ITEMS_DISPLAY as below :,
       call function 'FI_ITEMS_DISPLAY'
         exporting
           caller_repid  = c_repid_ar
           acctype       = c_koart_ar
           x_change      = x_change
           i_u_save      = gd_alvsave
           is_u_variant  = gs_variant
           it_u_fieldcat = gt_fieldcat[]
    then i click on gt_fieldcat[], and get the following :
    data: it_t021s       like t021s occurs 1     with header line,
           it_spectab     type tpit_t_tabstat     with header line,
           it_specfld     type tpit_t_fldstat     with header line,
           it_movefld     type tpit_t_fldmove     with header line,
           it_moveref     type tpit_t_refmove     with header line,
           it_kkcurr      type tpit_t_kkcurr      with header line,
           it_selscreen   like rsparams occurs 10 with header line,
           it_dyn_trange  type rsds_trange        with header line,
           it_dyn_texpr   type rsds_texpr         with header line,
           it_callback    like ldbcb occurs 10    with header line,
           gt_selscreen   like rsparams occurs 10,
           gt_dyn_trange  type rsds_trange,
           gt_searchpattern type syldb_sp,
           gt_dyn_texpr   type rsds_texpr,
           it_central     type tpit_t_central     with header line,
           gt_fieldcat    type slis_t_fieldcat_alv with header line.
    now what next, where to add name1, please suggest
    regards
    yuvraj

Maybe you are looking for