Quantcast
Channel: SCN : Discussion List - SAP for Mobile
Viewing all 5806 articles
Browse latest View live

Android Screens in WM 6.2

$
0
0

Hello Experts,

There are no default screens for Android in Work Manager 6.2 when we import project from agentry.ini. There are default screen for ipad, iphone and windows. Do we need to do anything to get default screen for android or we need to define each screen to work on android.

 

 

Regards

Manish


SMP3 - AppDevelopment (Agentry):

$
0
0

Hi, I have a question on SMP3 and AppDevelopment (Agentry):

 

Why the connector studio is disabled ? What could be the cause ?

 

Thank you

 

ConnectorStudioError.JPG

RSHOST listening port SAP Afaria

$
0
0

Good afternoon!

I`ve got a problem.

When I creationg rshost service with dbsvc - it creates service, but it does not listening any port.

 

What am I doing wrong?

 

dbsvc.exe -as -s auto -t Standalone -sn RelayServer -w RelayServer "C:\Program Files\RelayServer\ias_relay_server\server\rshost.exe" -q -qc -f "C:\Program Files\RelayServer\ias_relay_server\server\rs.config" -o "C:\Program Files\RelayServer\ias_relay_server\server\log.txt"

 

 

 

[options]

start = auto

verbosity = 2

 

[relay_server]

enable          = yes

host            = IP host

http_port       = 80

https_port      = 443

description     = Machine #1 in RS farm

 

[backend_farm]

enable          = yes

id              = afaria

client_security = on

backend_security= on

description     = Afaria Farm (Master + Slave)

 

[backend_farm]

enable          = yes

id              = enrollpackage

client_security = on

backend_security= on

description     = Afaria Enroll + Package Server

 

#-----------------

# Backend servers

#-----------------

[backend_server]

enable   = yes

farm     = afaria

id       = id1

mac      = mac1

token    = 123

 

[backend_server]

enable   = yes

farm     = afaria

id       = id2

mac      = mac2

token    = 456

 

[backend_server]

enable   = yes

farm     = enrollpackage

id       = Enrollpackage

mac      = mac3

token    = 789

FIORI Client app in Mobile

$
0
0

Hello Friends,


I am working on the FIORI apps and while trying to enter user name and password in FIORI client mobile app, it keeps spinning and not able to enter username.


But, I am able to enter username and password in browser and its working.


Have anyone faced issue like this?


Srikanth

Error while registering user in smp 3.0 through https in IOS.

$
0
0

Hi every one,

 

I am getting below  error for user registration in SMP 3.0  From IOS device.

 

Server Version: SMP 3.0 sp04.

IOS version: IOS 7 and IOS 8.

 

CFNetwork SSLHandshake failed (-9807)

 

"A connection failure occurred: SSL problem (possibly a bad/expired/self-signed certificate).

 

 

Below is the code i am using for Registration:

 

 

SMPClientConnection *clientConnection  =[SMPClientConnectioninitializeWithAppID:serverSettings.appIDdomain:@"default"secConfiguration:serverSettings.securityConfiguration];

   

    if ([self.appConnectionIDlength]>0 ) {

        [clientConnection  setApplicationConnectionID:self.appConnectionID];

    }

 

[clientConnection setConnectionProfileWithHost:serverSettings.smpHostAddressport:serverSettings.mbsPortfarm:nilrelayServerUrlTemplate:nilenableHTTP:NO];


self.userRegistorDelegate =delegate;

   

    SMPUserManager *userManager =[SMPUserManagerinitializeWithConnection:clientConnection];

    NSError *error;

   

    if ([self.appConnectionIDlength] ==0 )

    {

       

        BOOL isUserRegistored = [userManager registerUser:self.gateWayUserNamepassword:self.gateWayUserPassworderror:&error isSyncFlag:NO];

       

        if (isUserRegistored)

        {

            [self.userRegistorDelegateuserRegistrationSuccessful:userManager];

           

        }

        else

        {

            [userManager setRegistrationError:error];

            [self.userRegistorDelegateuserRegistrationFailed:userManager];

        }

       

    }

    else

    {

        [self.userRegistorDelegateuserRegistrationSuccessful:userManager];

    }

 

 

can any one suggest me how to solve this issue ?

 

Thanks and Regards.

Rajasekhar.

Monthly devices count in Afaria server

$
0
0

Hi there,

 

We are trying to automate the reports for Afaria.

 

Is it possible to get the device count registered in Afaria on per month basis?

 

Any particular API we should refer for this?!

 

Any suggestion would be helpful..

 

 

Regards,

Suraj

SAP Fiori Leave Request Attachments

$
0
0

Dear Experts,

 

I am aware that we can extend the Standard Fiori Application to add/hide the fields returned from the OData Model but is it possible to extend Fiori My Leave Request application to support adding attachments as well.

I couldnt see anything on it on the App Extensibility option on the help.sap.com website for Application Implementation.

 

Any insights on this.

 

Kiran KolaMasayuki Sekihara

 

Thanks,

Rakshit Doshi

Upgrading work manager 5.3 to 6.1 with out SMP 3.0

$
0
0

Hello Experts,

 

         As per the blogs and posts, work manager 6.0 is designed for SMP 2.3 and work manager 6.1 for SMP 3.0.Can we use work manager 6.1(with its additional features)without SMP 3.0 similar to work manager 5.3.Can we have standalone work manager 6.1 server or we need to install complete SMP 3.0 runtime .

Please suggest can we upgrade work manager 5.3 to 6.1 without SMP 3.0 to have standalone Agentry server for work manager 6.1(Like standalone server for work manager 5.3)

 

Thanks in advance

 

Thanks & Regards,

Sravanthi Polu


Extending LeaveRequest application in FIORI not loading

$
0
0

Hi ,

I extended the FIORI LeaveApproval  Application by downloading it from r/3 server . In Extended project I gave the following code included in  Component.js

 

 

jQuery.sap.declare("zhcm.mgr.approve.leaverequests.Component");

 

 

// use the load function for getting the optimized preload file if present

sap.ui.component.load({

  name: "hcm.mgr.approve.leaverequests", 

// url:"/sap/bc/ui5_ui5/sap/hcm_lr_apv"

  url: jQuery.sap.getModulePath("zhcm.mgr.approve.leaverequests") + "/../hcm_lr_apv" // provide parent project url

  // we use a URL relative to our own component; might be different if

  // extension app is deployed with customer namespace

});

hcm.mgr.approve.leaverequests.Component.extend("zhcm.mgr.approve.leaverequests.Component", {

  metadata: {

  version : "1.0",

  config : {

  "sap.ca.i18Nconfigs": {

  "bundleName":"zhcm.mgr.approve.leaverequests.i18n.i18n"

  },

  "sap.ca.serviceConfigs":[{

  name:"LEAVEAPPROVAL",

     masterCollection : "LeaveRequestCollection",

     serviceUrl : URI("/z_hcm_lr_apv/proxy/sap/opu/odata/GBHCM/LEAVEAPPROVAL/")

     .directory(),

     isDefault :true,

     countSupported : true,

     useBatch : true,

     mockDataSource : jQuery.sap.getModulePath("zhcm.mgr.approve.leaverequests") + "/model/metadata.xml"   

  }] 

 

  },

 

  customizing: {

  "sap.ui.viewExtensions": {

  "hcm.mgr.approve.leaverequests.view.S3": {

  "extS3Tab": {

  className: "sap.ui.core.Fragment",

  fragmentName: "zhcm.mgr.approve.leaverequests.view.extS3TabCustom",

  type: "XML",

  },

  },

  },

 

 

  }

  }

});

 

 

http://localhost:8080/z_hcm_lr_apv/test-resources/sap/ushell/shells/sandbox/fioriSandbox.html?sap-client=845&sap-languag…

 

While checking locally eclipse through above URL . Its keep on loading .For reference I attached screen shot

 

 

Please Help to overcome this friends.

 

Regards,

Sathish J

SAP Fiori leave request App - calendar not showing requested leaves

$
0
0

Hi all,

 

the topic pretty much much says it.

 

We have setup sap fiori leave request and approval app on HCM ERP6 Enhp 6 with HR renewal 1.0

we have configured SAP Fiori leave request and approval app and it works fine. - the ess user can send leave requests and the line manager can approve and reject them.

 

There is, however, an issue with the calendar of the ess user. It is not showing any leaves, not approved ones, not the rejected ones and also not the ones still pending.

 

Can anyone direct me on to where I could find a solution to this behavior? I searched Google and SCN but could not find anything so far.

 

help is greatly appreciated

 

Chris

 

Message was edited by: Michael Appleby

SMP 3.0 Install with MS SQL Server Database

$
0
0

Experts,

 

I am attempting to install the SMP 3.0 SP5 server in a Production environment using MS SQL Server 2012 as the database it uses for the configurations.  I have SQL Server installed and I have run the appropriate script to create the "smp3" database along with the "gomobile" user.  I am able to verify the db exists using SQL Server Management Studio.  I have downloaded the "sqljdbc4.jar" JDBC drivers for MS SQL Server as well.  I have verified that those JDBC drivers work by using them with DB Visualizer to access the "smp3" database.

 

The issue I'm getting is with the SMP installer.  I get to the window where it asks for the db connectivity information.  I enter the following:

 

DB Type:                          MS SQL Server

DB Host:                          <my server> (which is the same server as I'm installing SMP on)

Port:                                1433

Login:                               gomobile

Password:                        <password>

Database name:                smp3

Path to SQL Server JDBC: full path to the "sqljdbc4.jar" file

 

When I press next, it attempts a DB connectivity test.  This fails.  Here are the errors in the installation log file:

 

 

 

(Feb 2, 2015 4:40:58 PM), , com.sap.install.smp.wizardaction.ThirdPartySoftwareCheck, dbg, Microsoft Visual C++ 2010 Runtime found: v10.0.40219.325

(Feb 2, 2015 4:40:58 PM), , com.sap.install.smp.wizardaction.ThirdPartySoftwareCheck, dbg, Microsoft Visual C++ 2005 Runtime found

(Feb 2, 2015 4:40:58 PM), , com.sap.install.smp.wizardaction.ThirdPartySoftwareCheck, dbg, Microsoft Visual C++ 2008 Runtime found

(Feb 2, 2015 4:40:58 PM), , com.sap.install.smp.wizardaction.ThirdPartySoftwareCheck, dbg, Microsoft Visual C++ 2010 Runtime found: v10.0.40219.325

(Feb 2, 2015 4:40:58 PM), , com.sap.install.smp.wizardaction.ThirdPartySoftwareCheck, dbg, Microsoft Visual C++ 2005 Runtime found

(Feb 2, 2015 4:40:58 PM), , com.sap.install.smp.wizardaction.ThirdPartySoftwareCheck, dbg, Microsoft Visual C++ 2008 Runtime found

(Feb 2, 2015 4:41:01 PM), , com.installshield.smpserver.event.dialog.swing.PanelProductEditionOption, dbg, productInstallOption: Production Installation

(Feb 2, 2015 4:41:01 PM), , com.sybase.englwd.wizardbean.GetHostNameIP, dbg, GetHostNameIP:execute method

(Feb 2, 2015 4:41:01 PM), , com.sybase.englwd.wizardbean.GetHostNameIP, dbg, GetHostNameIP:The hostname is [VM-SMP30] and the IP is [192.168.213.130]

(Feb 2, 2015 4:41:01 PM), , com.sybase.englwd.wizardbean.GetHostNameIP, dbg, GetHostNameIP:The domain name is [localdomain]

(Feb 2, 2015 4:41:01 PM), , com.sybase.englwd.wizardbean.GetHostNameIP, dbg, GetHostNameIP:The fully qualified domain name is [VM-SMP30]

(Feb 2, 2015 4:41:01 PM), , com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, calculating size from directory C:\smp\sapjvm_7_jre

(Feb 2, 2015 4:41:01 PM), , com.installshield.product.actions.AddRequiredBytes, dbg, Adding 182497280 bytes to C:\SAP\MobilePlatform3\sapjvm_7

(Feb 2, 2015 4:41:01 PM), , com.installshield.product.actions.AddRequiredBytes, dbg, Adding 817950720 bytes to C:\SAP\MobilePlatform3

(Feb 2, 2015 4:41:01 PM), , com.installshield.product.actions.AddRequiredBytes, dbg, Adding 0 bytes to C:\SAP\MobilePlatform3\Server

(Feb 2, 2015 4:41:01 PM), , com.installshield.product.actions.AddRequiredBytes, dbg, Adding 0 bytes to C:\SAP\MobilePlatform3

(Feb 2, 2015 4:41:01 PM), , com.sap.install.smp.wizardaction.ExtractZipFile, dbg, ExtractZipFile: execute()

(Feb 2, 2015 4:41:05 PM), , com.sap.install.smp.wizardaction.ExtractZipFile, dbg, C:\smp/modules/common/SAPJDK-71.12.12-win.zip is extracted to C:\SAP\MobilePlatform3

(Feb 2, 2015 4:41:05 PM), , com.sap.install.smp.wizardaction.ExtractZipFile, dbg, ExtractZipFile: execute()

(Feb 2, 2015 4:41:05 PM), , com.sap.install.smp.wizardaction.ExtractZipFile, dbg, C:\smp/modules/server/jdbc-utils.zip is extracted to C:\SAP\MobilePlatform3\Util

(Feb 2, 2015 4:43:15 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, JDBC Driver location is C:\JDBC_Driver\sqljdbc_4.1\enu\sqljdbc41.jar

(Feb 2, 2015 4:43:21 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, dbType:mssql

(Feb 2, 2015 4:43:21 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, jdbcDriver: C:\JDBC_Driver\sqljdbc_4.1\enu\sqljdbc41.jar

(Feb 2, 2015 4:43:21 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, jdbcDriver fullFileName: C:\JDBC_Driver\sqljdbc_4.1\enu\sqljdbc41.jar

(Feb 2, 2015 4:43:22 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, jdbcDriverFile: C:\SAP\MobilePlatform3\Util\sqljdbc41.jar

(Feb 2, 2015 4:43:24 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, sqlserverOSGi Bundle creation succcesful: 0

(Feb 2, 2015 4:43:24 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, queryExit:mssql vm-smp30 gomobile [pwd entered] 1433 smp3

(Feb 2, 2015 4:43:39 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, dbg, Ping failed: 1

(Feb 2, 2015 4:43:39 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, err, Cannot connect to database. Verify that the values entered are correct and that the database is running.

(Feb 2, 2015 4:43:39 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, err, Refer to errors in installation log.

(Feb 2, 2015 4:43:39 PM), , com.installshield.smpserver.event.dialog.swing.PanelDBConfiguration, err, Exception in thread "main" java.lang.UnsatisfiedLinkError: sun.security.ec.ECKeyPairGenerator.getEncodedBytes(J)[B

  at sun.security.ec.ECKeyPairGenerator.getEncodedBytes(Native Method)

  at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:132)

  at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:687)

  at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:76)

  at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:632)

  at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:218)

  at sun.security.ssl.Handshaker.processLoop(Handshaker.java:868)

  at sun.security.ssl.Handshaker.process_record(Handshaker.java:804)

  at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1016)

  at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)

  at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339)

  at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1323)

  at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1618)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1324)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:992)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:828)

  at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)

  at java.sql.DriverManager.getConnection(DriverManager.java:571)

  at java.sql.DriverManager.getConnection(DriverManager.java:215)

  at com.sap.mobile.platform.server.utilities.jdbc.DatabaseUtil.getConnection(DatabaseUtil.java:341)

  at com.sap.mobile.platform.server.utilities.jdbc.DatabaseUtil.testConnection(DatabaseUtil.java:136)

  at com.sap.mobile.platform.server.utilities.jdbc.DatabaseUtil.main(DatabaseUtil.java:121)

 

 

 

Looking at the above log entries, it created the JDBC bundle in the MobilePlatform3/Utils folder successfully before it tries the connectivity test.  It then fails to do the db connection and generates a list of java errors.

 

In short, can someone tell me what to do to try and resolve this error so I can continue on with the install?

 

Thank you,

Ed

SMP 3.0 Production Database - Supported Platforms

$
0
0

I'm gathering requirements for an SMP 3.0 production install and I see that ASE, DB2, and Oracle are listed as supported database for the SMP 3.0 server.

 

Can you use (and is anyone using) another database such as MS SQL Server or MySQL? My client does have DB2 but it is on the mainframe and I'm not sure how easy that would be to use for this environment.

 

It would also be possible to run DB2 (and SMP 3.0) on Linux if necessary, but a Windows implementation is more desireable (due to the client's skillsets).

 

Thanks,
Dave

enrollment incomplete on automated enrollment policy

$
0
0

Hello everyone,

 

We are trying to create enrollment policy (Android)  using APIs.

We are specifying parameters such as tenantid, data column (device serial no), gcm project id, group .

 

We have linked only 1 Application policy to the group.(No config policy linked)

 

We are using the domain controller to create the automated enrollment policy .

We are able to successfully create the enrollment code and tenant.

 

But when we enroll using that enrollment code, the device enrolls, but the entries in Afaria server and Package server are missing.

 

Only the Enrollment server shows the correct server address.

 

Because of this, the device cannot connect to the server again. (taking address 0.0.0.0/XNET)

 

So to test it, We  created an enrollment code manually on the same enrollment policy.

 

We used the automated enrollment code to re-enroll the device.

 

To our surprise, the devices gets enrolled successfully and we are able to connect back to the server.

 

The afaria, enrollment and package components are on same server and we use a Relay server.

 

Are we missing out on something? What all more parameters are required for full enrollment?

 

 

Any help/suggestions would be appreciated.

 

Attached are the screenshots on client after enrolling using the automated enrollment code.

 

Regards,

Suraj

How to default data in a Complex table tree field

$
0
0

Hi ,

 

i have complex table tree field on a screen and i want to default a value (Rule before Data entry ) in it whenever i come to that particular screen .

 

Actually the value defaulted should be "None". I tried things as written below :

 

1. Special value None at the Transaction property for the field.

 

2. Special Value None for the Field itself.

 

3. Initial value rule to default none.

 

Also wanted to know , is there any UI control present (Like default the search value ) under the Complex table tree Pop-up which opens after we click on the button?

 

Jason Latko , Bill Froelich , Stephen Streeter , Manju Venkatesha

 

Kindly reply .

 

Amrita

Work Manager 6.1 for Android 4.4.4 - Agentry client crashes when trying to attach stored picture

$
0
0

Hi,

 

I'm using the tablet Samsung Galaxy Active (SM-T365) running Android 4.4.4

 

At the beginning I tested with a modified version of Work Manager 6.1.0 but now I tested with the out-of-the-box solution and I have the same issue. When I try to attach a picture already stored in the device to a notification, the Agentry client application crashes immediately after selecting the picture from Gallery or any other tool.

 

I have devices with lower Android versions that work but the most curious is that if I download the SAP Work Manager demo application from Google Play I can attach pictures.

 

So what can be the difference between the application in the Play store and the one I use? I tried different Agentry client versions and all are crashing...

 

Thank you for your help.


Work Manager 6.2/6.1 Standard synchronization Time lines

$
0
0

Hi Friends, Can some one please help a link/SAP Note which provides the standard times by SAP on the initial synchronization, delta synchronization, etc.. It can be related to work manager 6.0/6.1/6.2 solution. Many thanks in advance. Thanks, Jilan

Branding changes with Agentry iOS Client

$
0
0

Hi everyone,

 

I am following the document which describes 'Branding iOS with AgentryClient Framework'.

http://help.sap.com/saphelp_smp305sdk/helpdata/en/fb/b9ac8c3ce34453902ef4abf3d0280c/content.htm

 

Basically below changes the agentry client could branding:

1. iOS Resources, like App name and icons

2. Agentry Resources, we can replace some images with same name and size

3. Agentry String, I have question here.

as described, in order to make string changes, the customer just needs to add a file to the main bundle of their app called Branding.plist. This file should have a all the required strings in a dictionary with the format:

<key>String_n</key>

<string>New text</string>

where N is the number of the resource string in the Agentry string resources file,ClientText.ini. For example, the followingBranding.plistfile changes string 6155 (the Login Dialog Caption) from "Welcome to Agentry" to "Fun with Branded Apps":

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

  <key>String_6155</key>

  <string>Fun with Branded Apps</string>

</dict>

</plist>

 

as I know the ClientText.ini should be in the Agentry server folder, but below ClientText.ini found from Sybase website is not similar as described above.

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01994.0302/doc/html/smc1373385347132.html

It says:

The ClientText.ini file contains display values that are part of every Agentry client, regardless of the application.

This is an example of the contents of theClientText.iniandClientTextBase.inifiles.

[Strings]

AG3_ABOUT_BMP_FILE=about.bmp

AG3_ABOUT_DIALOG_TEXT=About %1

AG3_ABOUT_MENU=&About %1...

AG3_ABOUT_TXT=about.txt

AG3_ABOUT_NAME=Agentry Client

AG3_ABOUT_OK=OK

 

So I am confused for now, can anybody give me a sample of the content of ClientText.ini file? what is the branding process between Agentry Client (for iOS) and ClientText.ini in server? I assume the client will load some file like 'Branding.plist' and have replacement with key validation.

The ClientText.ini will be used for language localization, what if server don't have any implementation in it, how the client will communicate?

 

Thanks in advance for any reply!

 

Certificate error while connecting the Mobile device to Syclo Server

$
0
0

Hi All,

 

I am working on SMP 3.0 Service Manager 4.1 application.

 

I need to connect a mobile device to the server. I have copied the certificate smp_crt.cer file to the mobile device and installed the certificate in the trusted root in the device.

 

In the device when I am trying to connect the server with the help of the URL https://<<FQDN of the server>>:8081/AppName

 

Here I am getting the error as

 

CertificateErrorinStaging.png

 

The error is something like that the certificate is for another system.

 

As suggested I am following the steps to copy and install the certificate in the devices but this does not seems to be working.

 

Please guide.

 

Thanks

Neha

Kapsel logon plug-in

$
0
0

Hey, I create a  kapsel log-on plug in application by fallowing, http://scn.sap.com/docs/DOC-49524 I just want to active user name and password policy, to do that i set my application setting authentication as https and i tried to connect smp by 8081 port. Although, i used https authentication, the application does not consider the username and password, it connect to smp by anonymous user. Is there anyway to do a security policy  that consider username and password. the platform that i work on : SMP on premise SP03

Time confirmation issue in SAP Syclo Workmanager

$
0
0

Hello All , I have issued with operation confirmation . Issue : Syclo when doing 2 times partial confirmation of time  , After the second partial confirmation, the order is moved to CNF and therefore removed from the tablet. Vesrion : 6.0.22.0 can you provide some suggestion on it ? Thanks & Regards, Kunal Varaiya

Viewing all 5806 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>