Solution Manager installation stuck in "Prapare to install minimal...
Dear All, I'm installing Solution Manager 7.1 wherein its stuck in almost final phases "Prepare to install minimal configuration" now for almost 10 hours. The environment is as below: OS: SuSE11 SP4...
View ArticleRe: Fatal Disk Error
You can also build a non-visual PB app that reads the current version from an .ini file and launches the real app. This switcher app can have the same name as the real app and have the same icon.
View ArticleWebGUI - Excel File Download Problem
I am currently working on our SAP Webgui.We launch ECC-tcode in WebUI,and we get several results of this report tcode,when download the result of the ALV,there is no action when i click the continue...
View ArticleRe: Issues in sap.m.MultiInput enablemultilinemode
Hello, Instead ofnew Token({text: "Token 1", key: "0001"}) usenew sap.m.Token({text: "Token 1", key: "0001"}) everywhere. BR.
View ArticleRe: connect powerbuilder app to sybase ase usig ole,adonet or odbc?
The SYC connection will be more efficient than the others. Why are you asking?
View ArticleMATDOC table
Hi, I have been reading up on S4 HANA and how MSEG and MKPF has been combined into MATDOC. Is there any advantage of combining those two into MATDOC ? What does MATDOC provide which a query ion...
View ArticleRe: Decision table - working in both directions
I think you want the decision table to return the new number if it's fed with the old number and to return the old number if it's fed the new number. No, you cannot use a decision table in a...
View ArticleRe: update dropdown box after Ajax call
Hello, Did you check in SAPUI5 Diagostics(CTRL+ALT+SHIFT+S) about the binding of control ?What is shown there ? BR.
View ArticleRe: connect powerbuilder app to sybase ase usig ole,adonet or odbc?
Hi Ahmed; BTW: if your using PB 12.5.x to connect to ASE, you should be setting your Transaction Object as follows: SQLCA.DBMS = "ASE" Regards ... Chris
View ArticleRe: MATDOC table
Hi GS One of the key things is simplification as others have already pointed out. Now in terms of dollar or sunsetting the systems, specifically BW, yes, you have embedded BW components in S/4 HANA...
View ArticleRe: Assigning qualifications to Business Partners (BP) in MRS
You are most welcome Dennis, and happy to help!
View ArticleRe: OdataModel create deep have error: No default virus profile active or found
Dear Friends, Is there any idea about this issue ?
View ArticleRe: How to enable note sheet for projects
Hi Sanjay, Its like the front end is custom developed, where we use the same WBS element and Project. Best to identify is to find out the User Manual or Technical / Functional Spec to confirm how they...
View ArticleRe: Authorization object to segregate Notice creation and Notice Confirmation
Hi Mayuresh, Please check the transaction RECPA700 in t-cd: SU24, here you will be able to check all of the authorization objects for this transaction. Best regards,Bowen
View ArticleRe: How to associate Label to a Combobox
Hi Pavlo, Thanks for your help. i think label has labelFor association, which i should use.
View ArticleRe: Bex Customer Exit Variable not triggered when F4
Hi Suresh, Did you compare both user A and user B authorization roles?
View ArticleRe: Hide Text Field in Adobe
Try below code on INITIALIZE event of field,data.***********::initialize - (JavaScript, client) if (txtEBELN.rawValue == "DocType1") { "txtEBELN is a field name txtEBELN.presence = "hidden";...
View ArticleRe: Do people who work for SAP use SCN to collaborate internally or do they...
Hi Hayley I'm not an SAP employee but I do observe SAP members actively participating in SCN to the point that I'm certain they do it outside of work hours/voluntarily. SAP employees have an icon on...
View ArticleRe: ECC6 - ME2O Post Goods Issue button removal/block
Hi James, Sorry I didn't find any way to disable this button, but you can control the authorization of users toprevent any mistake: 2163589 - Authorization check in ME2O and ME2ON I hope this can help...
View ArticleRe: ALV Layout restriction
Hello Rivka, You need implement custom solution ( Code change and Z authorization object) to over come this problem. Thanksshaik
View Article