SAP Mobile MTS Enhancement - Customer Picklist for Time sheet

Hey all,
I am working on mobile timesheet enhancements. I have to create a customer picklist for salesorder position (key: catsdb-pernr + catsdb-rkdauf + catsdb-rkdpos). And the implemented customer picklist doesn't work as it should. I'm just a java and MTS-beginner. Perhaps one of you can help me.
1) If I choose a line in the picklist, the fields rkdauf and rkdpos in the timesheet should be filled. But only the field rkdauf is filled. How must I create the java-enhancement?
2) When I choose a line in the picklist not only the picklist keys should be delivered to the timesheet. Additionally the timesheet fields catsdb-awart, catsdb-ZZ_MANDANT and catsdb-ZZ_DIENSTLEIST should be filled from the picklist. How must I create the java-enhancement?
Can anyone send me a solution for my problem?
[email protected]
Thanks and Regards
Jörg
Following repository-files:
ci_tables.xml:

Hello Markus,
Good for you that I am the one who implemented this feature!
You will find in the WEB-INF folder a file named picklist.config:
This file contains the mapping of the
picklist UI to the table and record
#FieldName, TableTypeName, RecordTypeName
AWART, PICKLIST_AWART, PICKLIST_REC_AWART
Take AWART here as an example.
The first type is the Field Name for which the picklist will be displayed.
The second is the Table that will be used to provide the records to the picklist.
The last one is the record type that will be used to restrain the field from the picklist table.
So if your picklist table has 28 fields, but you really want to display only AWART, STARTDATE, ENDDATE. Then you provide PICKLIST_REC_AWART that will contain only those 3 fields and only those will be displayed in the picklist page.
All those types must be defined in the MTT repository to work.
Hope this helps,
Julien.

Similar Messages

  • Smartform for Time Sheet Entry

    Hi Gurus,
    Is there any smartform for time sheet entry and If there is any where do u assign the smartform..should it be called in the standard program or it has any output type?
    Thanks and Regards,
    Vishwa.

    At a very high level you will need to:
    1. Create the Data Entry Profiles.  These are the templates that employees see when they go into their timesheet, and there are lots of options depending on what other modules and/or further processing is required for the time entries.
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Record Working Time > Set Up Data Entry Profiles
    2. Define the field selection. i.e. the columns that will be visible in the timesheet, and which ones are required/read only
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Record Working Time > Define Field Selection
    3. If you are using manager approvals, you will then need to set up the approval views.  The default ones may be sufficient for your requirements or they may need tweaking slightly
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Approve Working Time
    4. In order to valuate the entries you will then need to set up a Time Evaluation schema; this will analyse the time entries and convert them into wage and/or time types which can then be processed by Payroll for payment.  There are standard schema which can be used as a basis, but you will need to tailor them to meet your requirements.
    SAP Customizing Implementation Guide > Time Management > Time Evaluation
    For all of these sections it is worth reading the SAP help material either in the IMG itself or in the online SAP library
    e.g. http://help.sap.com/saphelp_erp60/helpdata/en/64/400b2b470211d189720000e8322d00/frameset.htm for CATS,
    http://help.sap.com/saphelp_erp60/helpdata/en/8a/9868bc46c411d189470000e829fbbd/frameset.htm for Time Evaluation

  • Application for time sheet in HR abap

    Hi all,
      please tell me what is the application and output type for time sheet in HR ABAP. and also tell me step by step procedure how to work on HR forms
    Regards,
    Srinivas.

    Hi,
    Regarding Time Sheet Issue....
    To fill in time sheets in SAP . Make use of CATSDB to enter data.
    Goto SE38-->Type CATS* and press f4..you would get the list of the programs..to enter and maintain timesheet data.
    I hope it helps.
    Regards,
    Suruchi

  • Workflow for Time-Sheet Approval through ESS  in Portal

    Hi,
    We want to implement Workflow for Time-Sheet Approval through ESS in Portal.
    Can you please tell in detail what configurations are needed to be done in portal like UWL?
    Please explain in detail.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Nov 19, 2009 10:31 AM

    Hi,
    Solved.
    Re: How to Configure UWL in Portal
    http://help.sap.com/saphelp_erp2005/helpdata/en/ca/115e4088dc0272e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Thanks,
    Rajani

  • Integrate project open (third party tool for time sheet management) in EP

    Hello Experts,
    I have third party tool for time sheet management (Project Open) and EP7.0 SP17. I tried to integrate third party tool with portal by using the App integrator. But it is not working properly. Again and again its asking authentication. I followed same steps to integrate this tool by using App integrator in portal.
    we filled the system properties Server name is projects.company.local and Web Application URL is /intranet/.
    What i made mistakes in this, please help me.
    Regards
    Kumar

    If anyone knows how to contact Sacha Emery, ATE Systems Engineer @ NI, he may have more information regarding this.  (He may even have the DLL wrapper source code.)  His name is in the ITrax2 Readme.txt file as the creator.
    ~ Jay

  • Lock WBS for time sheet users, allow expenses

    Hi,
    I have one project which is having release status.
    Now as i have finished my hours for this project , so i want to lock  WBS element for Time Sheet users.
    But at the same time accounts user should be allowed to book expenses on this WBS element.
    How and which status should i set in this case?
    Regards,
    Pritam

    Hi Smile ,
    Murali had already given you the link
    You can define the required User status in the status profile .
    For eg your Network has a status profile ZPSxxxx and the status profile for the activities is also the same .
    you can define your required User status within that status profile and define whatever business trnasactions can be carried out on assigning the User status .
    Further more , i think you need to develop a user exit in addition to the User status .
    When the user enters his time sheet the Logistic confirmations are posted only when the Time sheets are transferred to PS/PM/CO et...
    so even setting the status might not stop the user from reporting time , but the hours would land up in COFC as erroneous confirmations .
    So a user exit might help you to check the user status on the object and prevent the user in reporting time itself .
    Kish

  • Custom name for Timer thread?

    Thread has the usefull setName() method to set a custom name for a Thread. Timer doesn't have such a method but a Timer is itself a Thread. How can I set a custom name for a Timer thread?

    Yes, very usefull for debugging, e.g. when running mutliple threads in an IDE, you can easily identify the thread to continue to inspect without inspecting the threads content/attributes.
    But also for logging: for a multithreaded server application having a log file, each thread can log messages to the log file (standard Java logging API). To be able to assign the messages to each thread, the thread name can be used as the message prefix.

  • Data Entry Profile for Time Sheet Entry on Internet / Intranet

    hello gurus,
    i am trying to configure Time sheet entry on portal via internet / intranet. I did come across articles on it but am confused as to how to create Date Entry Profile as it seems to be the first step in configuring the time sheet.
    Also mt OT calculation shud be based on the hrs input in the time sheet. How can this be achieved
    Any inputs on this pls??
    rgds,

    At a very high level you will need to:
    1. Create the Data Entry Profiles.  These are the templates that employees see when they go into their timesheet, and there are lots of options depending on what other modules and/or further processing is required for the time entries.
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Record Working Time > Set Up Data Entry Profiles
    2. Define the field selection. i.e. the columns that will be visible in the timesheet, and which ones are required/read only
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Record Working Time > Define Field Selection
    3. If you are using manager approvals, you will then need to set up the approval views.  The default ones may be sufficient for your requirements or they may need tweaking slightly
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Approve Working Time
    4. In order to valuate the entries you will then need to set up a Time Evaluation schema; this will analyse the time entries and convert them into wage and/or time types which can then be processed by Payroll for payment.  There are standard schema which can be used as a basis, but you will need to tailor them to meet your requirements.
    SAP Customizing Implementation Guide > Time Management > Time Evaluation
    For all of these sections it is worth reading the SAP help material either in the IMG itself or in the online SAP library
    e.g. http://help.sap.com/saphelp_erp60/helpdata/en/64/400b2b470211d189720000e8322d00/frameset.htm for CATS,
    http://help.sap.com/saphelp_erp60/helpdata/en/8a/9868bc46c411d189470000e829fbbd/frameset.htm for Time Evaluation

  • Cats Configuration for time sheet upload

    Dear All,
                   I have time sheet file now i have to upload .Kindly guide me how i can do this thing with help of CATS.I am not aware of the cats how i have to maintain the profile and field selection CAC1,CAC2.
    I want to know the steps for doing the same kindly tell me it's urg.
    thanks
    sandeep

    Hi
    Create a profile in CAC1 and setup the profile settings in CAC2.
    What you select in CAC2 appears in CAT2 sheet.
    The CATS config is self explanatory.
    R K

  • Enhance Business Logic for Time Data

    Hello,
    I implemented a BADI "ZCL_IM_PT_BLP_USER" for definition PT_BLP_USER for our uses in Time Management, and also implemented the BADI PT_BLP_PSV, "ZCL_IM_PT_BLP_PSV" for the process after SAVE.
    for those infotypes which I have some process after Save,
    if there is any Error message and try to save,i get a dump
    RECUID_NOT_FOUND from program "CL_PT_TMW_BLP_TPHANDLER=======CP"
    do anyone know the problem and it's solution?
    Thanks in advance,

    Hi,
    Here is your scenario
    Deleted one duplicate entry from IT2011.
    The record which you have deleted from IT2011 will be there in TEVEN and database tables always with "X" in the STOKZ field which means cancelled entries.
    In order to delete the same entries from the TEVEN & Data base table , please use report RPTCCXDBDEL. Now you have compare the Number 188799 with PDSNR number from TEVEN table and delete the line item.
    So now you know deleted entries from IT2011 or PTMW still exists in TEVEN & Database tables with an "X"
    Regards,
    Raja Sekhar

  • Reg Workflow for Time sheet

    Hi all
    In ESS Work Time , When the approver approves  the employees time, a notification mail has to be triggered and send to the employee. How to achieve this???/
    We have assigned the Task31000007 in the data  entry profile and checked the option using business workflow.
    But when i cheked in swi11 , task is not assigned to any workflow(error message)
    How to proceed with??./
    Waiting for ur valuable Suggestions
    Regards
    Karthik

    Hi,
    Solved.
    Re: How to Configure UWL in Portal
    http://help.sap.com/saphelp_erp2005/helpdata/en/ca/115e4088dc0272e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Thanks,
    Rajani

  • Sample program for Time Sheet: Print Times report ( template RCATSP01)

    Hi Guys,
    I have to create a program to print the timesheets in CATS. I will appreciate if somebody can share the program for this report.
    Template  RCATSP01 is not very clear.
    Thanks for you help.
    mini
    Moderator message - Please ask a specific question, but don't just post your requirements and ask the forum to do your work for you - post locked
    Edited by: Rob Burbank on Jan 20, 2010 9:54 AM

    Hi,
    May be this link this be helpful...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/how%20to%20troubleshoot%20the%20render%20exception.pdf
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Custom Fast formula for Time Entry Rule in OTL

    Hi,
    i have created custom validation for time entry rules. I need to validate where Project and task fields are null or not? If Yes, it has to fire the custom message that i have mentioned in function. Please check the below code and help me whether i am on right path:
    CREATE OR REPLACE FUNCTION NON_pto_against_projects (
    p_time_category_id NUMBER,
    p_person_id NUMBER
    RETURN VARCHAR2
    IS
    --Variables used for retrieving timecard id and ovn
    l_db_pre_period_start DATE;
    l_db_pre_period_stop DATE;
    l_time_building_block_id hxc_time_building_blocks.time_building_block_id%TYPE;
    l_object_version_number hxc_time_building_blocks.object_version_number%TYPE;
    --Variables used for loading timecard tables
    l_time_building_blocks hxc_self_service_time_deposit.timecard_info;
    l_time_app_attributes hxc_self_service_time_deposit.app_attributes_info;
    l_attributes hxc_self_service_time_deposit.building_block_attribute_info;
    --Variables used for getting exploded time details
    v_blocks_tab hxc_block_table_type;
    v_attr_tab hxc_attribute_table_type;
    l_messages_tab hxc_message_table_type;
    l_detail_blocks hxc_self_service_time_deposit.timecard_info;
    l_detail_messages hxc_self_service_time_deposit.message_table;
    CURSOR csr_category_elements (p_category_id NUMBER)
    IS
    SELECT 'ELEMENT - ' || TO_CHAR (value_id) element_type_string
    FROM hxc_time_category_comps_v
    WHERE time_category_id = p_category_id;
    l_cat_elements_string VARCHAR2 (2000);
    l_temp VARCHAR2 (1000); --Trace message
    l_success_flag CHAR (1); --Return values
    BEGIN
    --Initialize variables
    l_success_flag := 'S';
    l_time_building_blocks := hxc_self_service_time_deposit.get_building_blocks;
    l_attributes := hxc_self_service_time_deposit.get_block_attributes;
    v_blocks_tab :=
    hxc_deposit_wrapper_utilities.blocks_to_array (l_time_building_blocks);
    v_attr_tab :=
    hxc_deposit_wrapper_utilities.attributes_to_array (l_attributes);
    IF v_blocks_tab.FIRST IS NOT NULL
    THEN
    Take each ELEMENT type attribute, and search whether PROJECTS type attribute exists for the SAME BLOCK-START
    FOR index1 IN v_attr_tab.FIRST .. v_attr_tab.LAST
    LOOP
    IF v_attr_tab (index1).attribute_category = 'ELEMENT - %'
    THEN --Element attr
    FOR element_rec IN csr_category_elements (p_time_category_id)
    LOOP
    If Element Attribute matches any of the NON-TOP elements in the Time Category-START
    IF v_attr_tab (index1).attribute_category =
    element_rec.element_type_string
    THEN
    Check PROJECTS Attributes project and task belonging to ELEMENT attribute's owner block-START
    l_success_flag := 'E';
    FOR index2 IN v_attr_tab.FIRST .. v_attr_tab.LAST
    LOOP
    IF v_attr_tab (index2).attribute_category LIKE
    'PROJECT - %'
    AND v_attr_tab (index2).building_block_id =
    v_attr_tab (index1).building_block_id
    AND v_attr_tab (index2).attribute1 IS NOT NULL
    AND v_attr_tab (index2).attribute2 IS NOT NULL
    THEN
    l_success_flag := 'S';
    EXIT;
    END IF;
    END LOOP;
    IF l_success_flag = 'E'
    THEN
    RETURN 'E';
    END IF;
    Check PROJECTS Attributes project and task belonging to ELEMENT attribute's owner block-END
    END IF;
    If Element Attribute matches any of the NON-TOP elements in the Time Category-END
    END LOOP;
    END IF; --Element attr
    END LOOP;
    Take each ELEMENT type attribute, and search whether PROJECTS type attribute exists for the SAME BLOCK-END
    END IF;
    RETURN l_success_flag;
    EXCEPTION
    WHEN OTHERS
    THEN
    RAISE;
    END NON_pto_against_projects;

    INPUTS ARE resource_id (number)
    , submission_date (text)these inputs are passed in PLSQL Code and some of them in formula context
    2. While we define a new context for a time entry rule. How is the data that we enter in the time entry rule passed to the fast formula?See the time Rule entry screen and you will find the parameters window there.

  • Error while uploading images to SAP Mobile Documents from iPad application using ObjectiveCMIS.

    Hi,
    I am getting the error while uploading images to SAP Mobile Documents from custom iOS(iPad )application using ObjectiveCMIS library.
    My Custom method is as follows:
    - (void)createSalesOrderRouteMapImageInFolder:(NSString*)salesOrderRouteMapFolderId routeMapImageTitle:(NSString *)imageTitle routeMapContent:(NSData *)imageData
        NSInputStream *inputStream = [NSInputStream inputStreamWithData:imageData];
        NSMutableDictionary *properties = [NSMutableDictionary dictionary];
        [properties setObject:[NSString stringByAppendingFileExtension:imageTitle] forKey:@"cmis:name"];
        [properties setObject:@"cmis:document" forKey:@"cmis:objectTypeId"];
        [self.session createDocumentFromInputStream:inputStream
                                           mimeType:@"image/png"
                                         properties:properties
                                           inFolder:salesOrderRouteMapFolderId
                                      bytesExpected:[imageData length]
                                    completionBlock:^(NSString *objectId, NSError *error) {
                                        NSLog(@"Object id is %@",objectId);
                                        if(error == nil) {
                                            [inputStream close];
                                            NSLog(@"Uploading Sales order route map successfully.");
                                            [[NSNotificationCenter defaultCenter] postNotificationName:SaveOrderSuccessNotification object:nil];
                                        } else {
                                            [inputStream close];
                                            NSLog(@"Uploading sales order route map failed.");
                                            [[NSNotificationCenter defaultCenter] postNotificationName:SaveOrderFailedNotification object:error];
                                    } progressBlock:^(unsigned long long bytesUploaded, unsigned long long bytesTotal) {
                                        NSLog(@"uploading... (%llu/%llu)", bytesUploaded, bytesTotal);
    OBjectiveCMIS Method in which i am getting error during upload:
    - (void)sendAtomEntryXmlToLink:(NSString *)link
                 httpRequestMethod:(CMISHttpRequestMethod)httpRequestMethod
                        properties:(CMISProperties *)properties
                contentInputStream:(NSInputStream *)contentInputStream
                   contentMimeType:(NSString *)contentMimeType
                     bytesExpected:(unsigned long long)bytesExpected
                       cmisRequest:(CMISRequest*)request
                   completionBlock:(void (^)(CMISObjectData *objectData, NSError *error))completionBlock
                     progressBlock:(void (^)(unsigned long long bytesUploaded, unsigned long long bytesTotal))progressBlock
        // Validate param
        if (link == nil) {
            CMISLogError(@"Must provide link to send atom entry");
            if (completionBlock) {
                completionBlock(nil, [CMISErrors createCMISErrorWithCode:kCMISErrorCodeInvalidArgument detailedDescription:nil]);
            return;
        // generate start and end XML
        CMISAtomEntryWriter *writer = [[CMISAtomEntryWriter alloc] init];
        writer.cmisProperties = properties;
        writer.mimeType = contentMimeType;
        NSString *xmlStart = [writer xmlStartElement];
        NSString *xmlContentStart = [writer xmlContentStartElement];
        NSString *start = [NSString stringWithFormat:@"%@%@", xmlStart, xmlContentStart];
        NSData *startData = [NSMutableData dataWithData:[start dataUsingEncoding:NSUTF8StringEncoding]];
        NSString *xmlContentEnd = [writer xmlContentEndElement];
        NSString *xmlProperties = [writer xmlPropertiesElements];
        NSString *end = [NSString stringWithFormat:@"%@%@", xmlContentEnd, xmlProperties];
        NSData *endData = [end dataUsingEncoding:NSUTF8StringEncoding];
        // The underlying CMISHttpUploadRequest object generates the atom entry. The base64 encoded content is generated on
        // the fly to support very large files.
        [self.bindingSession.networkProvider invoke:[NSURL URLWithString:link]
                                         httpMethod:httpRequestMethod
                                            session:self.bindingSession
                                        inputStream:contentInputStream
                                            headers:[NSDictionary dictionaryWithObject:kCMISMediaTypeEntry forKey:@"Content-type"]
                                      bytesExpected:bytesExpected
                                        cmisRequest:request
                                          startData:startData
                                            endData:endData
                                  useBase64Encoding:YES
                                    completionBlock:^(CMISHttpResponse *response, NSError *error) {
                                        if (error) {
                                            CMISLogError(@"HTTP error when sending atom entry: %@", error.userInfo.description);
                                            if (completionBlock) {
                                                completionBlock(nil, error);
                                        } else if (response.statusCode == 200 || response.statusCode == 201 || response.statusCode == 204) {
                                            if (completionBlock) {
                                                NSError *parseError = nil;
                                                CMISAtomEntryParser *atomEntryParser = [[CMISAtomEntryParser alloc] initWithData:response.data];
                                                [atomEntryParser parseAndReturnError:&parseError];
                                                if (parseError == nil) {
                                                    completionBlock(atomEntryParser.objectData, nil);
                                                } else {
                                                    CMISLogError(@"Error while parsing response: %@", [parseError description]);
                                                    completionBlock(nil, [CMISErrors cmisError:parseError cmisErrorCode:kCMISErrorCodeRuntime]);
                                        } else {
                                            CMISLogError(@"Invalid http response status code when sending atom entry: %d", (int)response.statusCode);
                                            CMISLogError(@"Error content: %@", [[NSString alloc] initWithData:response.data encoding:NSUTF8StringEncoding]);
                                            if (completionBlock) {
                                                completionBlock(nil, [CMISErrors createCMISErrorWithCode:kCMISErrorCodeRuntime
                                                                                     detailedDescription:[NSString stringWithFormat:@"Failed to send atom entry: http status code %li", (long)response.statusCode]]);
                                      progressBlock:progressBlock];
    Attaching the logs:
    ERROR [CMISAtomPubBaseService sendAtomEntryXmlToLink:httpRequestMethod:properties:contentInputStream:contentMimeType:bytesExpected:cmisRequest:completionBlock:progressBlock:] HTTP error when sending atom entry: Error Domain=org.apache.chemistry.objectivecmis Code=260 "Runtime Error" UserInfo=0x156acfa0 {NSLocalizedDescription=Runtime Error, NSLocalizedFailureReason=ASJ.ejb.005044 (Failed in component: sap.com/com.sap.mcm.server.nw) Exception raised from invocation of public void com.sap.mcm.server.service.AbstractChangeLogService.updateChangeLog(java.lang.String,boolean) throws com.sap.mcm.server.api.exception.MCMException method on bean instance com.sap.mcm.server.nw.service.NwChangeLogService@4e7989f3 for bean sap.com/com.sap.mcm.server.nw*annotation|com.sap.mcm.server.nw.ejb.jar*annotation|NwChangeLogService in application sap.com/com.sap.mcm.server.nw.; nested exception is: javax.ejb.EJBTransactionRolledbackException: ASJ.ejb.005044 (Failed in component: sap.com/com.sap.mcm.server.nw) Exception raised from invocation of public com.sap.mcm.server.model.ChangeLog com.sap.mcm.server.dao.impl.ChangeLogDaoImpl.findByUserId(java.lang.String) method on bean instance com.sap.mcm.server.dao.impl.ChangeLogDaoImpl@2852b733 for bean sap.com/com.sap.mcm.server.nw*annotation|com.sap.mcm.server.nw.ejb.jar*annotation|ChangeLogDaoImpl in application sap.com/com.sap.mcm.server.nw.; nested exception is: javax.persistence.NonUniqueResultException: More than 1 objects of type ChangeLog found with userId=25f8928e-8ba0-4edd-b08e-43bf6fb78f1a; nested exception is: javax.ejb.EJBException: ASJ.ejb.005044 (Failed in component: sap.com/com.sap.mcm.server.nw) Exception raised from invocation of public com.sap.mcm.server.model.ChangeLog com.sap.mcm.server.dao.impl.ChangeLogDaoImpl.findByUserId(java.lang.String) method on bean instance com.sap.mcm.server.dao.impl.ChangeLogDaoImpl@2852b733 for bean sap.com/com.sap.mcm.server.nw*annotation|com.sap.mcm.server.nw.ejb.jar*annotation|ChangeLogDaoImpl in application sap.com/com.sap.mcm.server.nw.; nested exception is: javax.persistence.NonUniqueResultException: More than 1 objects of type ChangeLog found with userId=25f8928e-8ba0-4edd-b08e-43bf6fb78f1a}
    2015-03-12 04:08:31.634 Saudi Ceramics[4867:351095] Uploading sales order route map failed.

    Hi Sukalyan,
    Have you checked the below links?
    These will give you step by step implementation procedure.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a099a3bd-17ef-2b10-e6ac-9c1ea42af0e9?quicklink=index&overridelayout=true
    http://wiki.sdn.sap.com/wiki/display/WDJava/KmuploadusingWebdynproapplication
    Regards,
    Sandip

  • Is there any third party component required to run SAP Mobile ?

    Hi Gurus,
    What 3rd party mobile components are required to run SAP mobile (E.g DB2e)? Do any of them require separate licensing thatu2019s not covered by the SAP licence?
    Thanks in Advance,
    Dharani

    Hi Larissa Limaravo,
    Thank you so much for you detailed answer.
    Can you please let me know your view on this please.
    Q4 What do we get in terms of remote management (i.e. any of the security points above plus deployment of software and remote support)? Is there any benefit in moving to 7.1 from 7?
    Thinking of the supplied XAPPS that are available with SAP mobile, how configurable are they in terms of:
    Q5
    u2022     Adding new fields (both for info in the field and for engineers to return additional data).
    u2022     Changes to validation.
    u2022     Changes to workflow within the application.
    u2022     Anything else!
    Q5.1  Is there an IDE or tool available for implementing configuration changes?
    Q5.2  What weu2019re after here is a feel for the overall influence on functionality, expressed as a percentage (e.g. 0 no influence to 100% complete control), which can be achieved with configuration?
    Q5.3  Typically, who is responsible for making configuration changes, would it be possible to do this in-house or would we require experienced consultants? If this is a split between the 2 could we get a feel based on the most commonly requested changes?
    Q5.4  With regard to customizing supplied XAPPs or writing our own, would we be talking Java development through webdyn pro? How would customisation impact patching and upgrades of the SAP infrastructure?
    Q6  Our assumption is that SAP mobile solutions are only suitable for SAP backend systems owing to the tight integration. In your experience, has anyone successfully implemented a SAP mobile solution on a non SAP backend system? Would you, as experienced SAP consultants, recommend such a venture?
    Q6.1  How would we go about integration of other systems on the mobile device? For example GPS, Barcode, Cameras or other applications like boiler diagnostics. Again, can you break this down into tasks that can be performed in house vs. tasks that are typically performed by experienced consultants?
    Q6.2  This is a bit of a vague question so I must apologies in advance: Company will ultimately control our production environment but weu2019d be interested in having some control to be able to deploy configuration changes without having to bother them. If you could suggest if and how this arrangement would be implemented, then I can approach company to assess the feasibility.
    Thanks in Advance,
    Dharani

Maybe you are looking for