Quantcast
Channel: SCN: Message List
Viewing all 8713 articles
Browse latest View live

Re: Evaluating a DW column's ValidationMsg Correctly

$
0
0

I have many validation expressions for which that does not work, Arnd. It may actually only work for simple single-quoted strings. That's why I had to make it so complex.

 

By the way, I added some code after getting the validation string via Describe, to take care of columns with no validation message at all, where it's just the basic data type validation that is firing:

if validation = "?" then
// There was no defined validation, just give a generic message based on the type.
colType = this.Describe(asColName + ".ColType")
if Left(colType, 3) = "dec" or colType = "real" then
return "Please enter a valid amount in this field, if you wish to enter a value in it."
elseif colType = "int" or colType = "long" or colType = "number" or colType = "ulong" then
return "Please enter a valid number in this field, if you wish to enter a value in it."
elseif colType = "date" then
return 'Please enter a valid date in your Short Date Format specified in Control Panel.'
else
return "Please enter a valid value for this field, if you wish to enter a value in it."
end if
end if


FIORI Errors ESH in ERP

$
0
0

Hi experts,

 

I have an error with activations Fiori specifically in the activation of ESH in ERP, mistakes are:

expeerets.png

Any idea ?

 

Thanks,

Regards.

Re: how do i bind two json models on a control

$
0
0

Hi Akshatha,

 

Will this sample help? Plunker

 

Working Snippet:

capture.gif

 

Regards,

Sai Vellanki.

Automatic fullscreen in portal

$
0
0

Hi guys,

I've configured an URL iView in portal, and I want to be automatic fullscreen when I entered this iView(just like I've clicked the FullScreen button), how can get this?

Tips: I've tried the iView parameter "Launch in New Window = Display in Separate Headerless Portal Window(or the other values)", but this will also hide the "Search, New Session, SAP Store, Log off" button, I just wanna exactly same with the FullScreen button -_-

Thank you.

497DF3D6-F1DE-41DF-8745-B8AB3D0EA4AC.png

Re: Fields were getting cleared during front level screen validation using Enhancement

Re: Upload Routes in C4C

$
0
0

Hi Punit

 

You need to use the Manage Route webservice that is included in C4C. We actually had to build an ABAP program to accept the data (from spreadsheet) and then used the webservice to upload it into C4C. Try this and see how you go.

 

thanks & Regards

Phil Cooley

Re: Mapping Doubt

$
0
0

Thanks for your reply.

 

Any guess on not getting emails?

 

I have used same process by refering  link Mail without email adapter? Part - I - Process Integration - SCN Wiki

but email is not triggering, I have hard coded values in UDF, I used correct mail server from SCOT... no clue where i am going wrong.

 

Regarding maintain order in run time, i am working on that and stuck with other question, do you know how to search for string "ABC" in source value. Because source value contains unlimited number of strings, i need to search for "ABC" value from that. i can't use sub string function because i don't know where exactly i get "ABC" in source value.

 

I used contains("ABC") equals "true" in receiver determination but it is not working. Please suggest.

Re: Unable to connect to Enterprise Portal

$
0
0

Hi,

 

 

 

How about URL http://<server>:<port>/irj/portal ?

 

 

 

if you want to change the above portal URL, please see Portal URL

 

 

Thanks and best regards,

Shi Feng


Re: PrePackage Fiori App: Error with node.js

$
0
0

Hello Kevin.

 

Thanks a lot. I will try this.

But If I upgrade to node.js to 5.4.1, it will be impossible to use HAT because HAT needs node.js 0.12.X.

It is not a big deal for my present needs but it means it is impossible to do on the same computer:

 

-> create his own fiori app using webide and mobilize it using HAT

-> mobilize a standard fiori app using SDK3.0 11

 

Update :

 

I have installed node.js 5.7.0

 

C:\SAP\MobileSDK3\KapselSDK\apps\packager>node -v

v5.7.0

 

I have run the following command :

 

C:\SAP\MobileSDK3\KapselSDK\apps\packager>node C:/SAP/MobileSDK3/KapselSDK/apps/packager/bin/packager

--targetDir C:/SAP/MobileSDK3/KapselSDK/apps/CRM

--config C:/SAP/MobileSDK3/KapselSDK/apps/packager/appConfig.js

--host XXXXXX.XXXX.XX

--port 80XX

--https false

--noCache

--cleanCache

--cleanAppCache

--force

--client 800

 

(My FES is not using https.)

 

The result is :

Command: downloadfromfes

Input Front End Server's username 047emmanuel

Input Front End Server's password:

ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_lib_reuse/sap/cus/

crm/lib/reuse/resources.json' : write EPROTO 101057795:error:140770FC:SSL routin

es:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:794:

 

ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_lib_reuse/sap/cus/

crm/lib/reuse/manifest.json' : write EPROTO 101057795:error:140770FC:SSL routine

s:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:794:

 

ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_mycont/manifest.js

on' : write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:

unknown protocol:openssl\ssl\s23_clnt.c:794:

 

ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_myaccounts/manifes

t.json' : write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HE

LLO:unknown protocol:openssl\ssl\s23_clnt.c:794:

 

ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_mycont/resources.j

son' : write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO

:unknown protocol:openssl\ssl\s23_clnt.c:794:

 

ERROR: Problem with request for path '/sap/bc/ui5_ui5/sap/crm_myaccounts/resourc

es.json' : write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_H

ELLO:unknown protocol:openssl\ssl\s23_clnt.c:794:

 

Even if I do not set my FES using HTTPS and SSLv3, why does node check it ?

 

Regards

 

Emmanuel

Re: 114 SCAN desabilitado pela SEFAZ Origem

$
0
0

Obrigado pelos esclarecimentos Renan .

Re: Printing error for smartforms

$
0
0

Hello Yoshi,

 

You can try to do the below setting in tcd:SPAD for the problem printers.

 

SPAD- enter the output device name->ouptut Attributes->Vertical Shift  -5mm

 

Pls check if the print result will be better.

 

Regards

 

Jie Bai

SOAP to IDoc with an image

$
0
0

Hi,

 

I have a synchronous scenario like Idoc to SOAP(Webservice ) and Web service will send the data and image in response ,i need to split the data and image in PI and send it to SAP,Can you please let me know the possibility for the same.

 


Cheers,

Giri

Re: How to get Date in DD/MM/YYYY format in Agentry???

$
0
0

Hi Ashish,

 

You can search the "FormatWorkDate" rule in the editor and you can modify the date format to your liking. But for standard Agentry application, the default format is "MM/DD/YYYY", so it should be a customization of your application.

Hope it help.

 

Best regards,

Charlie

Re: What is the difference between License key and Activation code?

$
0
0

Dear Mr. Derrick Hurley Thank you for replying! Let me make sure understand you correctly. You mean Activation code is provisional and every one should generate License key? I generate demo license keys now. So I may give a license for a computer and move it to another. 'Activation code' can be used like that? Best rgards, Kyouko Kurosawa

Re: "golden arrow" on crystal report


Re: Unhanded Exception al hacer login a SAP B1

$
0
0

Tienes algún comando o script para verificar estos puertos en el servidor?

Re: Unhanded Exception al hacer login a SAP B1

$
0
0

Creo que lo de SQL se hace con el comando netsh firewall set portopening es correcto? pero los otros puerto como los verifico?

Re: BAPI_PO_CREATE1 Short Text for Issuing Storage Location no update

$
0
0

I have tried filling this header fields. But the bapi failed with error reruns that this plant XXX isnt  determined(please check your input)

Re: Workflow not triggered through SAP_WAPI_CREATE_EVENT

$
0
0

Thank you Paul.

 

Yes, the Event Trace is ON.

The event JOBCODEUPDATE does exist in the Custom BO and I have defined a Parameter RECIPIENT for it too.

 

Debugging did help. I caught the message No Receiver Found. I looked up the error and came across some threads which discussed about doing a Instance Linkage. I don't see an entry for my particular Object, Event and Receiver Type.

 

So should I be adding a new Entry there? If so, what would be Receiver Type? WorkItem or EventItem?

 

pk

Re: ESS Leave Request - UI5

$
0
0

THanks Sid....but we are not using landing page and have the ehp6 screens. Can i still use UI5 based e leave in older version? UI5 scrreen can only be created for landing page?

Viewing all 8713 articles
Browse latest View live




Latest Images