Re: Updating via Batch Operation
My issue in all of that code was simple. I needed to encode the name variables using the encodeURI method so that URL would take spaces. Example: encodeURI(name)
View ArticleRe: Credit Hold for Customers
Hi, For credit limit, 1. There is standard warning message from SAP B1, if you enable under General settings-->BP tab 2. If you want approval from Finance department, you can use standard approval...
View ArticleCreate Records via OData Model or OData Batch
I am inserting data into a table via an OData service. I've been able to format the URL to properly update records but I am having an issue when creating new records and I believe my issue is with the...
View ArticleRe: HR Renewal ESS Landing page in portal - 404 not found
Sidh, call is not even going to backend, by some reason its trying to look for UI5 app on on portal. Loos like some thing wrong with the Portal System used for backend connectivity.
View ArticleRe: SSM KPI weighted consolidation
For a single dimension (e.g. LOCATION) sel LOCATION *set mea3 noconset mea1 noconset mea2 noconcalc mea3 = mea1 * mea2 / mea2 of COMPANY TOTAL_COMPANY full I have not done this for multiple dimensions...
View ArticleRe: Empty Dimension Filters
Unless your PAS model has a procedure named SECURITY the security will not be a cause of the problem. I suspect the issue may be to do with how SP11 treats your member names. Can you publish the...
View ArticleRe: Regd:Imputed Income
Hi Sophia, Was there any changes to the basic pay amount or changes to organizational assignment? RegardsSenthil Bala
View ArticleRe: SAP B1 ask for credentials to print or to preview Crystal Reports report
Hi, Please refer SAP note: 2042090 - RCA_Failed to log in to database when attempting to print/preview a document with Crystal Reports layout Thanks & Regards,Nagarajan
View ArticleRe: How to load automatically Partners in C4C through an Excel File?
Hi Cornelis, This feature was enabled in our August 2014 release.Please refer to this document for...
View ArticleRe: SP to Block the duplicate values in a UDF
Hi.,Why don't you go to udf management screen. Create an index, Include the udf in this indec and make this index unique?RegardsEdy
View ArticleUse record selection date in report formula
I tried searching through the Community for this, but I guess I didn't search for the right term. I'm looking to use the date range from the record selection for a comparison to a field for EnrollDate....
View ArticleRe: F-51: Balancing field "Profit Center" in line item 001 not filled
Hi Arshad, Are you using Profit Center like scenario? The balance zero is selected? JPA
View ArticleRe: How can I install the Agentry client on the SD card?
Hey Bill, Thank you for the explanation. So basically, for android devices, the app and data should only be on device memory? can not change the location after installing? thx
View ArticleRe: How to Create Goods Movement IDOC?
Hi Umer, PROACT is mainly used to send Inventory data to Suppliers. Its like MMBE data that you see in ECC is sent to Suppliers so that they can plan their production better and also can replenish your...
View ArticleRe: How do I read multiple lines in RFC_READ_TEXT with one request?
Hi Did you try adding multiple records in the table? IRfcTable table = func.GetTable("TEXT_LINES"); table.Insert(); table[0].SetValue("TDOBJECT","VBBK"); table[0].SetValue("TDNAME","3147856016");...
View ArticleRe: [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed...
Dear Sharchar in this example, i insert 5 fields, and select 5 fields for insert.['+RTRIM(left(convert(char,@tempdate,120),7))+'-Qty'+'] that will come out [2014-01-Qty], that is used as a column...
View ArticleRe: Determine the employee responsible
Hi Montezuma, Here's a video that covers the basic concepts involving in routing tickets:Defining Routing Rules for Tickets - YouTube In the Admin Guide, check out chapter...
View ArticleRe: Saving Workflow log to a Z table
Hi, Can you please explain why you are writing the workflow log to a Z table? Why store the same information in two places - inconsistencies between them are inevitable. I'm sure there'a good reason.....
View ArticleRe: Saving Workflow log to a Z table
Hi, My standard response (to requirements like that) is: if the report generates such a large spool file, here is no way any human will be able to digest it all. Business users usually just want a...
View ArticleRe: How to save BPC Worksheets to BI Platform
You could consider using the Distribute List functionality from BPC which allows you to save an EPM report with the latest data into a shared folder
View Article