Hi Jitendra Thanks for your reply.
I am following same link.
I am able to find appconfig file inside fiori_client , But i am unable to find out appconfig.js inside the FioriClient.
Both are diiffernt appconfig file or same.
Edit the following file
C:\SAP\MobileSDK3\KapselSDK\apps\fiori_client\FioriClient\assets\www\appConfig.js
or
C:\SAP\MobileSDK3\KapselSDK\apps\fiori_client\FioriClient\www\appConfig.js
and provide values such as those shown below. Note the fioriURL should be changed to reflect the webserver that hosts your SAP Fiori applications or to the demo SAP Fiori launchpad.
cordova.define('fiori_client/appConfig', function(require, exports, module) {
var appConfig = {
"appID": "com.sap.fiori",
"fioriURL": "https://demo-fioritrial.dispatcher.hana.ondemand.com/sap/hana/uis/clients/ushell-app/shells/fiori/FioriLaunchpad.html?helpset=trial&sap-client=001",
"fioriURLIsSMP": false,
"passcodePolicy": {
"expirationDays":"0",
"hasDigits":"false",
"hasLowerCaseLetters":"false",
"hasSpecialLetters":"false",
"hasUpperCaseLetters":"false",
"defaultAllowed":"true",
"lockTimeout":"10",
"minLength":"6",
"minUniqueChars":"0",
"retryLimit":"0"
}
};
module.exports = appConfig;
});