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 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: Event trigger in a simple SAP Business Workflow
Hi, How are you raising the event?Have you verified that the event is actually being raised (in transaction SWEL)Have you set up the event linkage in the testing client?Have you tried testing the event...
View ArticleRe: [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed...
Gordon Sorry! The problem is related to how can I pass the value for selection.(T00.DocDate >= convert(datetime,'+@tempdate+',5)) AND (T00.DocDate <= dateadd(day,-1,(dateadd(month,...
View ArticleRe: Error Message on a Extended Fiori application
Having the same issue, did you have any luck solving this?
View ArticleHow do i create Finance profile like SAP_all
hello, i have a requirement to create a Finance profile just like SAP_ALL but restricted only to finance
View Article