Pro SAP users,
Invoices not posted automatically
If I want to replicate the issue in a test environment what's gonna be the first thing I need to do?
IM NEW IN THIS SYSTEM PLEASE HELP ME GROW
Pro SAP users,
Invoices not posted automatically
If I want to replicate the issue in a test environment what's gonna be the first thing I need to do?
IM NEW IN THIS SYSTEM PLEASE HELP ME GROW
Hi Folks,
I am facing an issue with Benefit enrollment application customization, we have one confirmation screen which is FPM_LIST_UIBB which is based on HRBENF BOL. The configuration is as below have connector class as CL_HRESS_BEN_CONNECTOR_QUERY and the query as QUERY_ENROLLED_PLANS, I want to change the query to QUERY_PARTICIPATING_PLANS(which exists as Query object in standard HRBENF BOL) but there is no option(Drop-down consists only one entry which is QUERY_ENROLLED_PLANS). The standard configuration contains the correct entry but some how it is an issue with custom configuration only.
Can you please help to modify this value.
Thank you,
Krishna Kishore T.
Hi,
i need help.
I created user key figures (transaction ICKF) and assign value categories. How do I have add user figure key to table S515?
Thank you
Martin
Dear SAP Gurus, We need to make reference field 1 and 2 mandatory for a GL account in FBCJ Through Field status group is one way- but this does not come under FBCJ But in standard SAP FBCJ screen reference field only one available and there is no one more reference reference field is available. Please any one help me to resolve this issue
I am trying to update the user status of an OPERATION using BAPI_ALM_ORDER_MAINTAIN. The BAPI is returning a success message but it is not changing the user status of the operation on the order. Here is the code:
* Build the order header table
APPEND INITIAL LINE TO lt_header ASSIGNING FIELD-SYMBOL(<ord_header>) .
<ord_header>-orderid = me->_order_number . "12 digit zero filled valid order number
* Build the operation table
APPEND INITIAL LINE TO lt_operations ASSIGNING FIELD-SYMBOL(<operation>) .
<operation>-activity = '0010' .
APPEND INITIAL LINE TO lt_operations_up ASSIGNING FIELD-SYMBOL(<op_up>) .
<op_up>-activity = abap_true .
* Build the method table
APPEND INITIAL LINE TO lt_methods ASSIGNING <ord_method> .
<ord_method>-refnumber = '000001' .
<ord_method>-objecttype = 'OPERATION' .
<ord_method>-method = 'CHANGE' .
CONCATENATE me->_order_number
me->_task_update_request-task-number
<ops>-sub_activity
INTO <ord_method>-objectkey .
APPEND INITIAL LINE TO lt_methods ASSIGNING <ord_method> .
<ord_method>-refnumber = '000000' .
<ord_method>-method = 'SAVE' .
* Update the status value
APPEND INITIAL LINE TO lt_ustatus ASSIGNING FIELD-SYMBOL(<ustatus>) .
<ustatus>-user_st_text = 'PEND' .
CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
TABLES
it_methods = lt_methods
it_header = lt_header
it_userstatus = lt_ustatus
it_operation = lt_operations
return = lt_return .
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
Please ensure you read the question correctly. I have been searching for hours on SCN and to be honest I lost count of the response to this same question which give wrong answers. Links to unresolved questions are rife, answers to change the user status on the ORDER instead of the OPERATION are rife, answers to use ALM_ME_ORDER_CHANGE which can't change status at OPERATION level are rife and answers with random code that doesn't solve the problem are rife. So please, just read the question carefully before answering.
Thanks.
Regards, Martin.
Hi Experts,
We are using IC_AGNET business role, and we have one requirement as mentioned below.
We need to create a task as a follow up to another task. We maintained the copy controls for particular destination transaction only.
But where as, when i create a follow up document for the ZTSK, all these transactions are avaialbe as mentioned below.
Can any one tell, is it possible to create a task as follow up to a taks? from where the above copy controlls are coming for the above task.
Thanks in advance for your support.
Thanks
Nagaprasad
Hi Giants,
Need your help to resolve an query..
I have a requirement to create one field(Email field) in web dynpro ALV as link to action. When user links on email field we need to open outlook to send an email.
I am able to create field as link to action but issue is to open outlook with around 20 lines in mail body.
I am aware that we can do it by using Link to URL UI element but challenge is to generate 20 lines of mail body.
An standard text is been created for mail body with some place holders which we have to fill based on ALV line on which user has clicked.
I searched on SDN for some solutions but was not able to get, if any one has some solution please share..
Thanks in advance.
Hi experts,
I am jumping via google from one page to another one and I am still not sure what paging is and what I am looking for
What I got is, that paging is working differently to swapping and just storing parts of a process on the disc.
Hopefully this is correct.
But what is not, page-in, page-out and faults?
Does it mean the following:
- page-in, bringing the pages from memory to disc
- page-out, bringing the page out of the disc
- faults, bringing the page back to memory as it was requested?
Next item is, in "sar -b" i find values like 13318 pgpgin/s.
We have pagesize 4096, so this means weave a paging-in from around 53272 kb/s.
But what means /s? Is it an average or total value? I can't imagine that the system would page 53 MB per second.
Next questions, why is it paging, when still a lot of memory is available?
Kind regards
Hi guys,
I have a time-limited ecc developer license.
I have successfully installed SAP and used it for about 1 month. Now I cannot login to the system.
Error message: logon not possible (error in license check)
Now I have got my license which is valid for 3 months. I have successfully installed it with the sap* user:
go to slicense
New license
Install
Select my license key
It shows me that the licenses are there and with the correct expiration date.
If I want to login with the ddic user, I still get the same error as above.
If I check SAP - System - Status, I can see that the expiration date of the old license is still applied.
How can I get rid of it ?
BTW, I cannot delete the old license with the sap* user
Thanks for your help.
Hello experts!
I working with add-on "Electronic file manager".
Standarts BPP files working correctly.
When i created new BPP and tried genarate of bank file i don't had any errors or warnings but output data wrong.
Example:
Actual result:
Р
Д
С
expected result:
РасчСчет=40000000000000000000
Документ=Платежное поручение
СекцияДокумент=Платежное поручение
I got only first letter from every line.
Do you have any idea why that happen?
P.S Sap B1 9.1 PL07 localization - RUS
Regards, Denis
Hello experts,
We have configured the Fiori My Inbox app in our landscape to integrate a custom workflow. We also made some UI extensions in the SAPUI5 app for hiding the extra buttons in the footer like Release, Claim, Open Task etc.
The app was running fine and tested in the development landscape and then we transported it to the QA system.
When we opened the app in the QA Fiori Launchpad, we were able to see the work item data in the My Inbox app and were also able to approve/reject the work items.
Now what happens on approve/reject is that the work item gets processed and gets removed from the master view list on the left hand side (with count 0). But the detail part still shows the data from the work item with the approve and reject buttons. Ideally on approve/reject this should also have been made blank and the text No items are currently available should have appeared. So essentially what is happening is that the master part is getting refreshed automatically on processing the work items but the detail part refreshes only on manually clicking the refresh icon.
When we manually click the refresh icon then we see that the detail part gets refreshed and shows the message No items are currently available (since there are no work items pending with the user).
Does anyone have an idea why this must be happening? That too in the development system this does not happen.
I hope I have described the issue clearly.
Regards,
Saurabh
Hello *, our customer requires more Information belonging to IBases in C4C as available at present. Unfortunately no classifications as known in SAP ERP CS are available in C4C. Even the IDOC doesn't contain such capabilities?! Is it possible to enhance C4C with missing fields? Can we map ERP with custom fields in C4C (unidirectional)? What happens with custom fields in case of Upgrades? Kind regards, Thomas
1) Customer has to describe his expectations exactly. In special he needs to understand the relationship of the productive system and the non productive system in takeover scenarios
2) Tests for the scenario have to be developed together with the customer to meet the expectations
3) Check SAP documentation for the cost optimized scenario
4) SUSE supports this scenario but likes to get informed about implementation projects
5) This scenario is limited to a two node cluster
6) This scenario is known to work with SAPHanaSR 0.149+ and SAP HANA SPS9+
7) In the following we name the productive system PRD and the non-productive system QAS
8) In the future a detailed setup guide on the SUSE web site will replace this SCN article
SAP HANA in System Replication mode plus non-productive SAP HANA on secondary (fail over) node also known as cost optimized scenario
TODO: link to SAP documentation
SAP HANA productive system is running on node 1 of the cluster and is in SAP HANA System Replication with SAP HANA on the node 2 of the cluster.
Additionally SAP allows to run a non-productive instance of SAP HANA on the system replication site on node 2.
In case of failure of the primary SAP HANA on node 1 the replica of this SAP HANA on node 2 is started after the shutdown of the non-productive SAP HANA on node2. However the cluster first tries to re-start the primary system on node 1 locally. If node 1 fails (crashes) completely the takeover to node 2 is started after the shutdown of the non-productive SAP HANA on node2.
To achieve an automisation of this process we can utilize the SAP HANA resource agents for system replication SAPHana and SAPHanaTopology plus the well known SAPDatabase resource agent. The idea behind is the following:
The SUSE pacemaker/openais framework is configured to run and monitor the SAP HANA database in system replication as described in the setup guide coming with the SAPHanaSR resource agents. The operation of the non-productive SAP HANA instance is done by the SAPDatabase resource agent as we can handle it like any other SAP database and do not need to control a system replication for the non-productive database.
The automatic shutdown of the non-productive SAP HANA database (QAS) is achieved by cluster rules (anti-collocation of SAP HANA prod vs. SAP HANA non-prod), i.e. if the primary SAP HANA system (PRD) fails the anti-collocation rules for SAP HANA non-prod (QAS) are triggered and the SAPDatabase resource agent shuts down the non-productive SAP HANA database. This also means, that the takeover to node 2 takes a longer period of time, because first the non-productive system needs to be stopped gracefully. This longer time for takeover is the disadvantage of the cost optimization scenario.
Please keep in mind that parameters for memory usage of SAP HANA must be set according to the SAP HANA documentation of SAP.
Enable system replication between SAP HANA on node 1 and SAP HANA on node 2. Please keep in mind that parameters for memory preload of SAP HANA must be according with the SAP HANA documentation of SAP.
Test, if takeover can be achieved by administrator interaction (i.e. manually)
Bring the systems back to the original state (takeover to node 1, re-register on node 2).
Install the non-productive SAP HANA QAS database on node 2. Please keep in mind that parameters for memory usage of SAP HANA must be according with the SAP HANA documentation of SAP. Please provide separate storage for the non-productive SAP HANA System.
See also: http://help.sap.com/hana/SAP_HANA_Administration_Guide_en.pdf (Chapter 5)
A maybe feasible starting point to tune the resource limitation is that the secondary on the node2 should hold 10% of the resources, while the resources for the
QAS system must also be limited not to get into conflict with the secondary PRD system. Exact values for resource optimization are heavily depending on the customers workload and project situation and should be discussed together with SAP.
TODO: Hints for clustering I/O stack?
TODO: How to use the HAWK templates?
TODO: What about ClusterTools2?
zypper in -t pattern ha_sles
zypper in SAPHanaSR
Either use YaST2 to configure the cluster corosync layer, or use sleha-init (first node) and sleha-join (other nodes) to create an intial configuration *propsal*. However the corosync layer and all timings, fencing mechanisms must be tuned to match the customer's cluster topology and environment.
An alternative to using SBD for fencing is to use remote management boards which are compatible with the IPMI standard. Our cluster
configuration example below shows the usage of the IPMI STONITH devices.
For further information about fencing, see SUSE Linux Enterprise HAE Deployment Guide
node suse01 \
description="PRDp"
node suse02 \
description="PRDs and QAS"
property $id="cib-bootstrap-options" \
stonith-enabled="true" \
no-quorum-policy="ignore" \
placement-strategy="balanced" \
expected-quorum-votes="2" \
cluster-infrastructure="classic openais (with plugin)" \
stonith-action="poweroff" \
stonith-timeout="150s"
rsc_defaults $id="rsc-options" \
resource-stickiness="1000" \
migration-threshold="3" \
resource-threshold="5000"
op_defaults $id="op-options" \
timeout="600" \
record-pending="false"
For the IPMI based fencing you need to configure a primitive per each cluster node. Each resource is responsible to be able to fence exactly one cluster node. You need to adapt the IP addresses of the remote management boards, the user and password for the login of the STONITH resource agent. We recommend to create a special STONITH user instead of providing root access to the management board. The location rules are defining, that a host should never run its own STONITH resource.
primitive rsc_suse01_stonith stonith:external/ipmi \
params hostname="suse01" ipaddr="10.1.1.210" userid="stonith" passwd="k1llM3" interface="lanplus" \
op monitor interval="1800" timeout="30"
primitive rsc_suse02_stonith stonith:external/ipmi \
params hostname="suse02" ipaddr="10.1.1.211" userid="stonith" passwd="k1llM3" interface="lanplus" \
op monitor interval="1800" timeout="30" \
location loc_suse01_stonith rsc_suse01_stonith -inf: suse01
location loc_suse02_stonith rsc_suse02_stonith -inf: suse02
This snipplet describes the cluster configuration part for the SAP HANA PRD database:
We refer to the cluster nodes as suse01 and suse02 respectively
primitive rsc_SAPHanaTopology_PRD_HDB42 ocf:suse:SAPHanaTopology \
operations $id="rsc_sap2_PRD_HDB42-operations" \
op monitor interval="10" timeout="600" \
op start interval="0" timeout="600" \
op stop interval="0" timeout="300" \
params SID="PRD" InstanceNumber="42"
primitive rsc_SAPHana_PRD_HDB42 ocf:suse:SAPHana \
operations $id="rsc_sap_PRD_HDB42-operations" \
op start interval="0" timeout="3600" \
op stop interval="0" timeout="3600" \
op promote interval="0" timeout="3600" \
op monitor interval="60" role="Master" timeout="700" \
op monitor interval="61" role="Slave" timeout="700" \
params SID="PRD" InstanceNumber="42" AUTOMATED_REGISTER="false" PREFER_SITE_TAKEOVER="true" \
DUPLICATE_PRIMARY_TIMEOUT="180"
ms msl_SAPHana_PRD_HDB42 rsc_SAPHana_PRD_HDB42 \
meta is-managed="true" notify="true" clone-max="2" clone-node-max="1" target-role="Started"
priority="1000000"
clone cln_SAPHanaTopology_PRD_HDB42 rsc_SAPHanaTopology_PRD_HDB42 \
meta is-managed="true" clone-node-max="1" target-role="Started"
We refer to the cluster nodes as suse01 and suse02 respectively
primitive rsc_ip_PRD_HDB42 ocf:heartbeat:IPaddr2 \
meta target-role="Started" is-managed="true" \
operations $id="rsc_ip_PRD_HDB42-operations" \
op monitor interval="10s" timeout="30s" \
params ip="10.1.1.151"
This snipplet describes the cluster configuration part for the SAP HANA QAS database:
We refer to the cluster nodes as suse01 and suse02 respectively
primitive rsc_SAP_QAS_HDB31 ocf:heartbeat:SAPDatabase \
params DBTYPE="HDB" SID="QAS" \
op start interval="0" timeout="600" \
op monitor interval="120" timeout="700" \
op stop interval="0" timeout="300" \
meta target-role="Started" priority="100"
We refer to the cluster nodes as suse01 and suse02 respectively
location loc_QAS_never_suse01 rsc_SAP_QAS_HDB31 -inf: suse01
location loc_suse01_stonith rsc_suse01_stonith -inf: suse01
location loc_suse02_stonith rsc_suse02_stonith -inf: suse02
colocation col_QAS_never_with_PRDip -inf: rsc_SAP_QAS_HDB31:Started rsc_ip_PRD_HDB42
colocation col_PRDmaster_with_PRDip 3000: rsc_ip_PRD_HDB42:Started msl_SAPHana_PRD_HDB42:Master
order ord_QASstop_before_PRDpromote inf: rsc_SAP_QAS_HDB31:stop msl_SAPHana_PRD_HDB42:promote
order ord_PRD_SAPHanaSRorder 2000: cln_SAPHanaTopology_PRD_HDB42 msl_SAPHana_PRD_HDB42
As with any cluster testing is crucial. Please make sure that all test cases derived from customer expectations are implented and passed fully. Else the project is likely to fail in production use.
It is highly recommended to register your systems to either a local SUSE Manager or SMT or remote with SUSE Customer Center to be able to receive updates to the OS or HAE.
node suse01 \
description="PRDp"
node suse02 \
description="PRDs and QAS"
primitive rsc_SAPHanaTopology_PRD_HDB42 ocf:suse:SAPHanaTopology \
operations $id="rsc_sap2_PRD_HDB42-operations" \
op monitor interval="10" timeout="600" \
op start interval="0" timeout="600" \
op stop interval="0" timeout="300" \
params SID="PRD" InstanceNumber="42"
primitive rsc_SAPHana_PRD_HDB42 ocf:suse:SAPHana \
operations $id="rsc_sap_PRD_HDB42-operations" \
op start interval="0" timeout="3600" \
op stop interval="0" timeout="3600" \
op promote interval="0" timeout="3600" \
op monitor interval="60" role="Master" timeout="700" \
op monitor interval="61" role="Slave" timeout="700" \
params SID="PRD" InstanceNumber="42" AUTOMATED_REGISTER="false" PREFER_SITE_TAKEOVER="true" DUPLICATE_PRIMARY_TIMEOUT="180"
primitive rsc_SAP_QAS_HDB31 ocf:heartbeat:SAPDatabase \
params DBTYPE="HDB" SID="QAS" \
op start interval="0" timeout="600" \
op monitor interval="120" timeout="700" \
op stop interval="0" timeout="300" \
meta target-role="Started" priority="100"
primitive rsc_ip_PRD_HDB42 ocf:heartbeat:IPaddr2 \
meta target-role="Started" is-managed="true" \
operations $id="rsc_ip_PRD_HDB42-operations" \
op monitor interval="10s" timeout="30s" \
params ip="10.1.1.151"
primitive rsc_suse01_stonith stonith:external/ipmi \
params hostname="suse01" ipaddr="10.1.1.210" userid="stonith" passwd="k1llM3" interface="lanplus" \
op monitor interval="1800" timeout="30"
primitive rsc_suse02_stonith stonith:external/ipmi \
params hostname="suse02" ipaddr="10.1.1.211" userid="stonith" passwd="k1llM3" interface="lanplus" \
op monitor interval="1800" timeout="30" \
meta target-role="Started"
ms msl_SAPHana_PRD_HDB42 rsc_SAPHana_PRD_HDB42 \
meta is-managed="true" notify="true" clone-max="2" clone-node-max="1" target-role="Started"
priority="1000000"
clone cln_SAPHanaTopology_PRD_HDB42 rsc_SAPHanaTopology_PRD_HDB42 \
meta is-managed="true" clone-node-max="1" target-role="Started"
location loc_QAS_never_suse01 rsc_SAP_QAS_HDB31 -inf: suse01
location loc_suse01_stonith rsc_suse01_stonith -inf: suse01
location loc_suse02_stonith rsc_suse02_stonith -inf: suse02
colocation col_QAS_never_with_PRDip -inf: rsc_SAP_QAS_HDB31:Started rsc_ip_PRD_HDB42
colocation col_PRDmaster_with_PRDip 3000: rsc_ip_PRD_HDB42:Started msl_SAPHana_PRD_HDB42:Master
order ord_QASstop_before_PRDpromote inf: rsc_SAP_QAS_HDB31:stop msl_SAPHana_PRD_HDB42:promote
order ord_PRD_SAPHanaSRorder 2000: cln_SAPHanaTopology_PRD_HDB42 msl_SAPHana_PRD_HDB42
property $id="cib-bootstrap-options" \
stonith-enabled="true" \
no-quorum-policy="ignore" \
placement-strategy="balanced" \
expected-quorum-votes="2" \
cluster-infrastructure="classic openais (with plugin)" \
stonith-action="poweroff" \
stonith-timeout="150s"
rsc_defaults $id="rsc-options" \
resource-stickiness="1000" \
migration-threshold="3" \
resource-threshold="5000"
op_defaults $id="op-options" \
timeout="600" \
record-pending="false"
TODO
Hi
Error: Employee is booked in E-learning, but while click on 'Start' error
message appears 'Logon to learning system failed'
Configuration Completed:
2. LSOAE 634 deployed at at client machine (My desktop and I am able to
access CMS using LSOAE to publish course successfully)
3. One webdav repository is created in KM with with full access to all
http://sapsbx7.qgpc.net:50000/irj/go/km/docs/documents/LSO
4. LSOCP configuration is done
HTTP://HOST:Port/LMS/Mediator/ config and result is ok
5. Configuration is done in SPRO (As Attached Doc)
6. RFC SAP_LSO_BECKEND is configured (Please note Backend and Frontend
both are on same server i.e. not distributed)
7. One JCO is configured in Java
8. system alias SAP_HCM_LSO is configured.
9. all LSO SICF services are activated lsof_launchwbtand starting with
LSOF*
Please help to resolve issue..
BR
Deepak
Dear UX geeks,
Our current landscape is a Netweaver 7.01 SP15 where both front and back end systems are same for ECC(Version is ECC 6 EHP4). We have recently gone live and management is afraid to go for any upgrade on ECC at this stage .
I have gone through many sites and my understanding is Front end should be atleast 7.3 or higher and backend can be 7.01 . Our BW/PI systems are 7.3 so we are planning to use one of them as Front end and use ECC as a backend. Considering this below are my questions,
1. What are the components we need to be install to communicate to ECC as a backend server(All the components suggestion should be compatable to Netweaver 7.01) .
2. What are the components we need to install in PI/BW as a front server. (All the components suggestion should be compatable to Netweaver 7.03 ).
3. Can we connect the 7.31 netweaver to connect lower Netweaver vesion(like 7.01) and do we need any plugins/patch to support this model ?
Please suggest if any one implemented fiori apps in the lower version of Netweaver, thanks in advance for your valuable feedback.
PS: planning to implement Purchase req, Purchase order , My inbox Fiori apps for now.
Regards,
Sri.
Hi,
When our users accesing, BO 4.1 Opendocument URL using single sign on , from their machine, it is working intemittently. Many times is giving an error
"This Webpage is not available" Err_ Unexpected. When we click detail on that error page, it gives complete Opendocument URL as below.
/"host name/BOE/OpenDocument/<number>/BIPCoreWeb/VintelaServlet?vint_backURL =%2FOpenDocument%2FopenDocument.faces%eFisApplication%3Dtrue%26appKind%3DOpenDocument%26sRefresh%3DT%26IsMenter+Account%3DACCT00052700%26iDociD%3
d<CUID>IDType%3DCUID%26shared%3D4&Vinte_cms= <CMSHost%3A6400 might be temporarily down or it may he moved permanently to a new web address."
This issue occuring in few of users machines intermittently, earlier it use to work for them as well.
When I run the same URL on my machine after clearing the cache or temporary internet files, it is working for me , I am able to view the report.
Both the Opendoc url using CMS host name and single sign on opendoc URL are giving issue to the users. And these both URls working for me.
When users trying to capture the fiddler traces, that time these URLs working fine, when they stopped fiddler, again intermittently giving the error.
As they are able to view the report sometimes but many times is giving the error. Does anything capture when we set the tracelogs for Opendocument.
Users they cleared the cache and temp files and after opening in new browser also giving the error.
Could you please help me what could be the reason of getting this error and how to solve this. Please help.
Thanks in Advance
Kishan
For the past couple of weeks I have been experiencing a number of stability issues with the SAP Web IDE (not the trial version). It regularly loses its session information (SESSION_GONE errors) and just stops working, even after only a few minutes.
I am usually able to resolve the problem by clearing the browser's cache and reloading the IDE but that is becoming an annoying task to do and it defeats the benefits of using a visual IDE.
Is anyone else experiencing problems like this? Is there anything I can do to make the IDE more stable?
I am using Chrome Version 44.0.2403.107 m on Windows 7.
Thanks,
Dave
Dear Experts,
I have created one AutoComplete Object as follows
oCB_SO_LensType = new sap.ui.commons.AutoComplete({ editable: true, selectedItemId:null, width: '100%', tooltip: "Enter a name", maxPopupItems: 10, displaySecondaryValues: true, items:{ path:"/E_MaraSet", template: new sap.ui.core.ListItem({key: "{Matnr}", text: "{Maktx}", additionalText: "{Matnr}"}) }, valueState : sap.ui.core.ValueState.Error, change: function(oEvent){ searchItemCode = oEvent.getSource(); if(searchItemCode.getSelectedKey()!=null){//GetVarientCode(searchItemCode.getKey() oCB_SO_LensType.setValueState(sap.ui.core.ValueState.Success); GetArticlePrice(); oCB_SO_LensSide.focus(); }else{ oCB_SO_LensType.setValueState(sap.ui.core.ValueState.Error); oCB_SO_LensType.focus(); } }, });
and the filter as follows
oCB_SO_LensType.setFilterFunction(function(sValue, oItem){ return (oItem.getText().toUpperCase().search(sValue.toUpperCase())!=-1 || oItem.getAdditionalText().search(sValue)!=-1); });
on poppuing up the suggestion box if i select it through mouse it is giving me the object of combobox which i am using in change event but if select the suggested item using keyboard its not giving me combobox object it is empty i dont know how to handle this situation and i am stuck in it.
Kindly Advise
Rgards
:S
how to deliver the goods from supplier to customer ? and without affecting any inventory? ex: directly send the material to customer from supplier side and we are only making the delivery note & A/R invoice without any stock ??