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

setValueState(sap.ui.core.ValueState.Error) for sap.m.RadioButton and sap.m.Select

$
0
0

Hello,

 

I have radiobuttons for displaying Gender. Male and Female. And I have used sap.m.RadioButton for the same.

I also have a sap.m.Select for Insurance ID.

It is mandatory for the end user to select either of the Gender and also select an Insurance ID before they click on a button Submit.

 

In case the user does not select anything I want to set the Value State to Error. (as I have done for other fields of type sap.m.Input - marked in red)

How can we do this? As I do not see a support for setValueState(sap.ui.core.ValueState.Error) for sap.m.RadioButton and sap.m.Select.

 

Thanks and Regards,

Sunita

(P.S. :This support is available for sap.ui.commons.RadioButton and also for sap.ui.commons.DropdownBox. )

 

SettingRadioButtonStateToError.png


Re: Open Hub 3rd Party - Process Chain Automation

$
0
0

Which are all the different steps in your process chain? is the process chain staus not truning to Green and your changing it manually everytime?

 

Thanks

Abhishek Shanbhogue

Re: Connecting for XS app to an OnPremise service

$
0
0

Dear Timo,

 

is there a chance that the HANA trial instances will support connections to On-Premise Systems in the future? For Java applications it just works fine also on the trial instance.

 

Best regards

Gregor

Re: Where to find SWPM10SP04 ?

$
0
0

Hi Vikas

 

I thing its not available in Service market place, if its require better you can raise the indent to SAP

 

Regards

Sriram

Re: Error when copying start routine from standard transformation 2LIS_03_BF_TR -> CUBE 0IC_C03

$
0
0


Looks like you have change the accidentaly changed the standard declaration in start routine, this is how it looks like usually

...............

....FORM startup

TABLES MONITOR STRUCTURE RSMONITOR "user defined monitoring

MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n

DATA_PACKAGE STRUCTURE DATA_PACKAGE

USING RECORD_ALL LIKE SY-TABIX

SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS

CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update

*

*$*$ begin of routine - insert your code only below this line *-*

* fill the internal tables "MONITOR" and/or "MONITOR_RECNO",

* to make monitor entries...............

 

 

Thanks

Abhishek Shanbhogue

Re: alv report select statement doesnt work

Re: Unable to save & publish goal diagrams SSM 10.1 SP03

$
0
0

Thank you Colin!

 

At the end, as you mentioned accesing via another client worked. I cleaned my IE9 cache and afterwards accessed SSM via firefox, then went back to IE9 and it was working all the way, even status indicatores were suddenly appearing.

 

I"ll give your idea a vote!

Re: Inspection with sampling scheme

$
0
0

You have to manually click the create button to create samples in results recording screen. The pre requisite is to maintain sampling schema w/ c1 d1 values to define the acceptance. You cannot create samples once it's accepted and closed. System will let you allow to create only if is rejected.

 

Mahee


'USRN1 & USRC1' in Comm. Structures CEKKO - Is it possible to add USRC3?

$
0
0

My release procedures are currently using USRC1 and USRC2.

 

USRC1 = Cost centre

USRC2 = GL account

 

I want to be able to add internal order (AUFNR) but SAP only provides 2 (character format) fields.

 

Is it possible to change CEKKO so that it has USRC3 which I can use for internal order?

 

Regards,

 

Roger

Re: SAPINST not identifying Oracle installed on server

$
0
0

Hi

 

During the SAPinst you may require to install the Oracle client on Application host. and also you can add the db & application host name in the local host file

 

BR

SS

Re: Wrong datasources on DEV after client copy

$
0
0

Hi all,

 

thanks for the helpfull answers. I'm trying to use the BDLS transaction this way:

 

Old system: PCACLNT400

New system: TCACLNT210

 

where PCA is ECC PRD and TCA is ECC QAS (BW dev needs to be pointing to ECC QAS).

 

But when i try to run the transaction it says TCACLNT210 already exist.

What am i doing wrong ?

 

 

thanls

Re: calculating number of sales doc

$
0
0

Hi Bhaskar,

 

I assume from your post that you have this requirement to be achieved on webi report.

 

There is the Count function which you can use as follows:

 

1. Variable v_count = Count ([Sales doc]) + 1

2. Use this variable on the report and hide it

3. The last value of v_count will give you the answer

 

Another way is:

 

1. Variable v_count =RoWIndex (Last([Sales Doc)])

2. v_count will directly give you the number

 

Hope this fulfils your requirement. Let me know.

 

Regards,

Srilakshmi B

Re: Unable to connect on premise backend system using RFC protocol from Cloud Connector 2.3

$
0
0

Hi Sambaran,

the port number for RFC protocoll is usually 33XY, where XY is the instance number ("system number") of the SAP system. If the operating system of the host, where the SCC runs, is set up according to SAP network guidelines, then this port is also defined in the /etc/services file as service "sapgwXY".

If you use SNC encrypted RFC instead of plain RFC, the port is 48XY (or the service "sapgwXYs").

(The instance number of your SAP system can easily be found in the SAPLogon pad: right-click on the entry corresponding to that system and select "Properties". The last value on the first tab displays the Instance Number. Ah, I just see your screenshot: you already found the instance number of your system... )

 

In case you want to use load balancing ("group logon") via SAP message server + logon group, the internal hostname has to be the hostname of the message server, and the port should be given as "sapmsABC", where ABC is the system ID of the SAP system. Again this requires the /etc/services file to be customized correctly. (If this is not the case, it is not so easy to find the corresponding port number, because it is freely customizable in the SAP system. However, a quite common value for the message server port is 3600 or sometimes 36XY, so you could first try that, and if it doesn't work, ask the sysadmin of your SAP system for the correct port.)

 

Best Regards, Ulrich

 

PS: on Windows, the /etc/services file is located at C:\Windows\system32\drivers\etc\services. It requires admin priviledges to edit it. (Changes to the file are picked up by the OS directly, no reboot necessary.)

 

And another PS: "42" as virtual port will not work. See the tutorial: if you specify the JCo property "jco.client.sysnr=42" in your cloud destination, then the virtual port on SCC side will need to be specified as "sapgw42".

Re: Single Standard data source which extracts material master and vendor master data

$
0
0

Hi,

 

under the 0MATERIAL target object 0VENDOR have attribute.

you can create the multi provider then create the report along with vendor and material information.


Thanks,

Phani.

Re: Client Copy

$
0
0

Hi Ash Kumar,

                     If I am correct, your requirement is that you need to move ZTable data entries from one server to another. But the thing here is SAP does not consider Ztables while transporting your data.

 

You have to specifically and seperately bind the data entries in a transport request in the below two ways.

 

1.) Menu way: Include the entries in a request by going to SM30 and putting in the table name. Choose display > Select the rows > Go to Edit > Transport > Include in request. Best way to do this.

REF: Including Entries in TR

 

2.) Direct in Request (As suggested by Chandu here) : Create/Open a workbench request.

Fill as follows:

Program ID : R3TR 

Object type : TABU

Object Name: <insert ur Ztable name here>

Repeat for all your Ztables.  But  only passing this values may fail sometimes due to the absence of "keys" that SAP expects from such requests.

So press the key Icon besides the Object name and pass the <Client> and * for all values. Further info in below link.

REF : How to mass transport table entries - A Guide

 

Hope this solved your query.


Re: Due date payment restriction during manual payment posting

$
0
0

Hello,

 

Did you validate this requirement? You may miss the cash discount for early payment with this setup.

If you still want to proceed, I doubt if SAP has any standard functionality for this. You can create validation in OB28 to compare due date and payment date. If due date is greater than payment date, through error message.

 

Thanks,

V V

Re: Problem to assign my SolMan 7.1 in the corresponding logical component

$
0
0

Heelo,

Daniel Lippmann wrote:

 

You always should create a new logical component. Normally, this is done by SOLMAN_SETUP in one of the first steps.

I guess you are referring to the following:

"You can change the assignment of product instances of SAP-delivered logical components as well as for logical components that were created by the user, however, we recommend that you avoid using SAP-delivered logical components. Instead, create your own logical component starting with Z or Y."

 

As you said, I should but it is not mandatory.

This is why I was wondering why I could not.

 

In order to avoid pain, I will follow the recommendation.

Would you know why SAP recommends not to use the provided logical components?

 

Regards,

Short Dump when opening Info Package in BW 3.5

$
0
0

Hi ,

 

I am working in Quality system. I am a SAP BI tester. System is behaving strangely when ever I am right clicking on a Process Chain and selecting Display Variant.Data Load got failed .It is SAP BW 3.5 system. When ever I am double clicking on InfoPackage whether it is Full Load / Delta it is throwing short dump error.

 

I would like  to mention here , the following

 

The  Info Object  0Material is having Full load , Delta Loads to ATTRIBUTES 0MATERIAL from Data source 0MATERIAL_ATTR .

 

It has Full Load , INIT , Delta Info packages.

 

I am unable to go into Info Package and see details. When ever I am double clicking on any InfoPackage it is giving below error.

 

(The suggestions i got from BI friends is 1. Replicate the Data Source and Activate the Data Source again. 2. Some saying remove the particular Delta  from RSA7 in ECC system. But I have not done Replication / removing  particular Delta. )

 

Category               ABAP Programming Error

 

Runtime Errors         DATA_LENGTH_0

  1. CX_SY_RANGE_OUT_OF_BOUNDS

ABAP Program           CL_RSDMD_DUPREC===============CP

Application Component  BW-WHM-DBA

Error analysis

     An exception occurred that is explained in detail below.

     The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not  caught in   procedure "GET_INFOPACKAGE_INFO" "(METHOD)", nor was it propagated by a RAISING   clause.

  

The reason for the exception is:

     In the executed program "CL_RSDMD_DUPREC===============CP", the system

      attempted to access the field

     "L_IOBJNM" using the length 0.

     However, a partial field access with the length specification 0 is not

     allowed.

 

Kindly help me in this issue.

Re: How to Change the NWA Login Screen ?

$
0
0

Dear Experts,

 

Please tell me standard LogonServlet though login admin user  http://portalport/logon/logonServlet using this link. I was checked enter logon page par in  this one not available .so any one tell me where i can get this par file or LogonServlet .

 

Thanks &&Regards,

Durga

Analysis Workbook - Open Save Cancel pop up

$
0
0

Hi,

I am on BOE 4.1 SP3 Patch1 and when I open an Analysis Workbook, I get a box at the bottom of my screen that asks me "Do you want to open or save xxxxx.sapaox (xxx bytes) from my.server.com?"  Open Save Cancel.  How can I stop this from popping up?

Kind regards,

Kelly

Viewing all 8713 articles
Browse latest View live




Latest Images