JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: System received an expired SSO...
HI Experts, am ECC 6.0, EHP6, We are using portal 7.3 and when ever am trying to use sub services ESS, i.e who is who, am getting below error, i checked with basis team, they checked Jco, RFC, And SSO...
View ArticleRe: FM for Meter and CT-PT Replacement
Hi, try this linkHow to use ISU_S_WORKLIST_INSTALL | SCN
View ArticleRe: Upload Codelist Mapping error
Hi Deepak, May be the content of upload has some error or there can be a backend exception. Could you raise an OSS with the zip you have tried to upload. Regards,Bejoy
View ArticleNeed to execute a workflow as a new instance.
Hi Everyone, Being a novice in workflows , I need your help with the following scenario. I need to re-instantiate a workflow as a new instance only because the current instance says that the WF status...
View ArticleRefresh custom container after pressing enter event in module pool
Hello, I am facing some problem in module pool programing. I have create one customize screen in that screen i have use custom container .suppose i have select two checkboxs in that custom...
View ArticleRe: MR11- No data selected. Check selection parameters!!
Hi Dibyendu, Refer below MB5S screen shot. Thanks and Regards,Anurag
View ArticleRe: Error:- Details Item 10: No item category could be determined
Hi Kalpana,I see that item usage and main item category not defined. Can you check after assigning similar usage and main item category to it. RgdsHari
View ArticleRe: How to remove duplicate id error ??
wherever you create that control with ID salesOrderListItem call this.getView().addDependent(salesOrderListItemControl); so it will be destroyed when component is destroyed
View ArticleWeb Service not reaching to Target System
Hi Experts, Currently we have a scenario to integrate from ERP system to third part system through SAP PO. The ERP and SAP PO resides inside intranet. The third party system is exposed to internet and...
View ArticleRe: ASE SQL ERROR 1105
please guide me gurus its very urgent in production server users are running this report regulary actually its a customized tcode "ZGRR" when they are running its throwing the dump for some users. i...
View ArticleRe: Heat Map Visualization in SAP Lumira
Hi,To make so simple VIz, u can use simple column chart,
View ArticleRe: Cost centre hierarchy / groupings
Hi Eve, To create report you can make another hierarchy by adding addition node member in BPC admin. or using some property value you can group these costcenter value to create report Best Regards,Deepak
View ArticleRe: Heat Map Visualization in SAP Lumira
Hmmm let me see.... I will try this and present it to the Management. Thanks a ton for your help!
View ArticleRe: ESS Loans update issue in ehp7
Rather than customizing may be raise the OSS message, SAP will fix it, if not then you can enhance the code.
View ArticleRe: Heat Map Visualization in SAP Lumira
Hi,If you able to find any better solution post your answer here, and close the thread by marking correct answer.
View ArticleStatement to check if a field symbol is assigned gives a short dump. No sense.
Hi gurus, I'm facing a strange problem that I don`t know how to solve. I've written a custom program and I have a field symbol. I'm checking the assignation before of using it, to avoid dumps. I'm...
View ArticleRe: Details Item 20: No item category could be determined Details Item 20:...
Hi Viktor, Please find the below code. METHOD eh_onaction.*CALL METHOD SUPER->EH_ONACTION* EXPORTING* IV_EVENT_NAME = IV_EVENT_NAME.DATA: lv_action_set TYPE REF TO cl_crm_bol_entity, lv_actions...
View ArticleRe: Sybase ASE 15.5
15.5 and 15.7-pre-ESD#2 : size of database limited to 2billion pages * @@maxpagesize, so for 2KB max db size was 4TB; NOTE: 2billion => max signed int value From the ASE 15.5 Configuration Guide...
View ArticleSAP table for all possible values for a characteristic of an Equipment
Hello Experts, I understand that an Equipment is linked to a Class which in turn has many characteristics associated with it. For each Characteristic there may be many values associated to a particular...
View ArticleRe: How to sort numbers in SAPUI5?
var id_sort=new sap.ui.model.Sorter("EmpNum"); id_sort.fnCompare = function(a, b){ var intA = parseInt(a), intB = parseInt(b); if (a == b) { return 0; } if (a < b) { return -1; } if (a...
View Article