Re: Detailed Costing in Version other than 0
Hi Atul, I am not sure what version you are talking about, maybe a screen shot can help. If that is in the valuation variant, it is specific for Activity Prices from CCA for internal labour costing....
View ArticleCan meeting attendees get credit for an appointment?
Hi All I'm creating a meeting in C4C (via Outlook), and invited several people from my company as well as the client. I sync and save it to C4C. When I run the "Team's Activities by Employee" report in...
View ArticleRe: Will system generate material document during relase of the inspection...
What is this. "you are moving 107 to blocked stock"? We are not moving 107. 107 doesn't get moved. 107 is a material movement, an action... And what is 350 going to do? How is he to use it? What is...
View ArticleHow to get Work Item ID in bi_object~execute_default_method
How can I get the current Work Item ID in a class' bi_object~execute_default_method method? SWE_WI_GET_FROM_REQUESTER doesn't return any values. Thanks, Ralph
View ArticleRe: Outlook 64-bit SAP Cloud for Customer Outlook Add-In 1605 HFC01 Version...
Sorry I'm running that exact add-in fine with Outlook 2013 32-bit.
View ArticleHANA server for non-production - CPU choice
I am building a system to use as non-production development and test platform for SAP HANA applications, targeting Business One. SAPs documentation states the minimum hardware requirements are quad...
View ArticleNo table visualization tool in Lumira?
Hello, wonder there is no flat table visualization tool in Lumira. There is a crosstab, but I am not able to use a standard table layout. Is there any best practice or extension which can be used?...
View ArticleRe: Workcenter & Rates
Hi Warren, These tcodes are not standard All that begin with Z or Y are not standard. they were developed in your company (ABAP) Dimas Faria
View ArticleRe: Scheduling a report in SAP BusinessObjects
Instead of using a parameter for the Date Accounted, create a formula like this: {@LastMonth}DateVar lastmonth := DateAdd('m', -1, CurrentDate);Date(Year(lastmonth), Month(lastmonth), 28) In the Select...
View ArticleRe: update statistics command
What we usually do for big tables is to use the sampling option of "update statistics".for example, we use the following command:update index statistics <object_name> using 2000 values with...
View ArticleRe: Unable to change LogOnInfo at runtime
You mean this app?Note 1553921(CodeBuilder-RasConnectionInfo (NET2010 CRVS2010).zip) I'm not an expert on VS, but I can't compile it on VS 2012 and CRVS 2013. Regards.Damian.
View ArticleLog Operation at offset ... has bad data at offset ...
Hello, I am running a dbtran on the current IQ log file and it fails at 39% with this error. I am not finding any documentation on this error. Anyone know how it should be handled? On a related matter,...
View ArticleDump GETWA_NOT_ASSIGNED
Hi guys.I'm facing a short dump in an user exit during an invoice creation via BAPI_BILLINGDOC_CREATEMULTIPLE. The statement is: ASSIGN ('(SAPLV60A)XVBRK[]') TO <fs_t_vbrk>. At this point...
View ArticleRe: Optimal PurReq Quantity Using Tiered Pricing
Hi,MRP PR created with MRP parameter set in material for business and further you create PO from MRP PR. You have Quantity scale and Value scale in PIR but in you case your vendor providing free...
View ArticleRe: how to substract 2 fields of "hour type"
select LEFT( CAST(datediff(Hour,W.U_totime,W.U_frmtime) AS VARCHAR(100)), LEN(CAST(datediff(Hour,W.U_totime,W.U_frmtime) AS VARCHAR(100)) - 2) +':' +RIGHT(...
View ArticleRe: how to load xml file to IQ table
i don't think it's possible to load entire file content to a row in IQ since I don't have unique row delimiter or column delimiter. I believe only way to hack this is to add an unique value to the end...
View ArticleRe: CSS on SAP Design Studio
Actually I have a button which set a filter on the data source so both lines and circle on the legend need to be changed for the original colors: X = greenY = blueZ = red I was able to change the...
View ArticleRe: Adding sortfields in crystal reports 2013
Instead of doing this in your application, try using a parameter in the report. Here's what you can do: 1. Create a parameter, which I will call {?SortOrder} which has the values "Code" and...
View Article