Re: Could not load file or assembly...
You're on a 64 bit box, running a 32 bit web app. Make sure the app pool is set to 32 bit. Also see the following:...
View ArticleRe: how to increase ASE Max Memory on Linux?
When it fails with 500000, what does 'ipcs -a' show? [Is some other process(es) using up a large chunk of shared memory which leaves less than 500000 available for you?]
View ArticleCall jspdynpage or Abstract Portal Component from SAPUI5
Hi, I am new to SAPUI5, so might ask basic and dumb questions. I am trying to develop an application in sapui5 which should have the functionality to read and write a file to the server. It is...
View ArticleRe: Mail if package fails..
I also Tried to hardcode value in Process chain BPC Mail.. but respective person is not receiving email.. Note : SMTP setup is done for that email id
View ArticleRe: Sales order quantity in MD04
Hello Praneeth From the MRP point of view, the calculation will always happen in the base unit of measure. In your case, the base unit of measure is link.Since there are no decimal places on unit link,...
View ArticleRe: Fiori Approve Reqs - Custom Sales Order Approval Issue
You need to REDEFINE method ENTITYSET_TASK and couple of other methods like GET_ENTITY etc. I am showing one for reference: Please look at std SAP method for GET_ENTITY in the std class. Here is a...
View ArticleRe: Vendor Number Range by company code
think logical, 1 vendor master can have n company code views.
View ArticleRe: Fiori-Approve Requisition at Header Level
Hi Deepankar Looks like you are asking same questions in different threads. I already responded to you in this thread Fiori Approve Reqs - Custom Sales Order Approval Issue where you had a similar...
View ArticleRe: Auto commit for inserts
Hi Patrick, You can use the following commands to do it. alter table <Table NAME> disable automerge before the start of the procedure. Procedure ...Exec ('COMMIT');merge delta of <TABLE...
View ArticleRe: I would like to execute an existing BW report from Excel (using VBA).
Hi, Thank you for your response. Unfortunately when I click on either of the hyperlinks I am asked to enter a userid and password. I don't know what userid and password is required. Anything I try...
View ArticleRe: How to unSet a Model bound to core?
Hi Chidan Here is a test. var text = new sap.ui.commons.TextField({ value : '{test>/value}' }); text.placeAt('content'); var model = new sap.ui.model.json.JSONModel(); model.setData({value:...
View ArticleRe: Document type restriction
Hi ACTVT value is Display and I generated after assigning authorizations to roles. thank you for your response.
View ArticlePrompt while executing a macro
Hi Gurus, I need help in writing a logic for a macro for the below scenario: Scenario: Copy values from KF1 to KF2 based on user input in the planning book. If the user wants to adopt 75% or 125% or...
View ArticleRe: SAP BI 4.0 - OS/DB Migration
Hi, The reason that it requires the "The source and target operating systems must be the same." to perform a copy is because the copied SIA on the target Oracle 11 would still remember its $BOBJEDIR...
View ArticleRe: EM dumps
I am unable to find out in which DB table the duplicate insert occurs.If you have any tips kindly share with me.Since this dump occurs at random hence when we post EH or send EM; there is no way we can...
View Articleissue in recurring document
Hi Gurus, System is not allowing to change wbs in fbd2 but allowing to change cost center and also, system is not allowing to post tax related entry in recurring document. Please help. Thanks
View ArticleRe: IQ message log questions
Hi Uvernes, Transaction ID is assigned when first command is started. commit ID just determines the serialization order for the committed transactions, you can grep for IQ connid from .iqmsg and...
View ArticleLIST_FROM_MEMORY
Hello Gurus, Someone please can help me to convert the table that is return by the function LIST_FROM_MEMORY into ascii with a field type C larger than 250 characteres? call function 'LIST_FROM_MEMORY'...
View ArticleRe: Solution Manager 7.1 installation: SAPINST vs. SWPM
Hi,SWPM is the new software to install SAP BusinessSuite solutions, NetWeaver and Solution Manager. Also allow you perform task like: copy system, install aditional instances, uninstall, and so on.You...
View ArticleRe: User XYZ has no authorization for tp command IMPORT
Do they have sufficient authorization in target system? Cheers
View Article