Re: Zero values adding to the total
Hi Sunil, I think you have to put 0 instead of "0". If you put "0", it will be considered Char instead of Number. Other option would be calculate total as: tonumber(col1) + tonumber(col2) +...
View ArticleRe: (datediff("n",{?Start Date},dateadd("n",330,{PROBSUMMARYM1.DOWNTIME_END}))
Hi Ajay, Try this please: (datediff("n",cdatetime(current date&time(0,0,0)),dateadd("n",330,{PROBSUMMARYM1.DOWNTIME_END})) -Abhilash
View ArticleRe: Access Control Workflow Not Working
Hi Buck, Have you added the users in the user group GRAC_MANAGER.?Whosoever you wish to be a part of the access requests approvers (for EAMs in your case) you need to put them in the user group.You can...
View ArticleRe: EM tables
Hello dipak, /SAPTRX/EH_HDR : this is populated just when you create your freight order /SAPTRX/EH_EVMSG: this is populated when an event is reported against your event handler I.e your...
View ArticleRe: itab is not initial
but one internal table which im assign its having more fields then internal table which im assigning like itab1 3 fields, itab2 having 6 fields 3 fields common
View ArticleRe: itab is not initial
can u tell me this one loop at itab_vbak into wa_vbaklr_vbeln-sign = i.lr_vbeln-option = eq.lr_vbeln-low=lw_vbak-vbelnappend lr_vbeln
View ArticleRe: If I execute the report for single date it will Execute for 7 days
Hi Carlos,Actually that is the requirement to design the report. MONTUEWEDTHUFRISATSUN1/1/20002/1/20003/1/20004/1/20005/1/20006/1/20007/1/2000Ticket idProject
View ArticleRe: predictive text in ABAP Editor SE38
Hi Edmund L Since I see that you have already enabled the Front-End Editor (New), the hints should appear while typing. You can also press the TAB key on your keyboard to get the hints. In-case it is...
View ArticleRe: last 5 weeks of data from history
Hi sahu,While am doing for last 5 weeks it showing an error""last 5 weeks= [max weeks]-5"
View ArticleRe: File Upload Status
Hi Kiran, Could you please elaborate on the steps to be done. Thanks,Kajal
View ArticleRe: F110 Payment by Due Date only
The "Customer Item Due by" Field wont let me put a date which is in the past if the posting date is current day. I have found a custom solution to this issue and there is no way standard way of...
View ArticleRe: Cannot see unv universe name during data source change in Webi
It seems if your report is created on unx then during change data source you will not see unv universes. Learn something new.
View ArticleRe: File Upload Status
Hello Sanjay, I actually looked at the USMD120C table to find out the status, I could get only the difference with respect to the Change Request types. could you please let me know how can we capture...
View ArticleRe: base64 decode from XML
If I have understood your requirement correct File Adapter (XML file with base64 pdf and order details) --> PI --> IDOC Order XML to R/3 using IDOC adapter You can have to receivers for above...
View ArticleRe: full repair vs. full load
Hi Ken, Giving a scenario.. If delta initialization is already done and for any reason lets say 2nd week of Nov have incorrect data or some data missed. Then in this case we will do setup table(LO)...
View ArticleRe: last 5 weeks of data from history
Create date object at universe level. And use it in the reportLike below: your_date between @prompt_date between @prompt_Date -7
View ArticleError when creating object directory entry R3TR ELEM 01V62IAP7XWWEQSGGAVCR2924
Hi there, I'm a layman in terms of BW, Im trying to create a BEX query in Query Designer so that I can do reporting in Business Objects 4.0. I was able to create a query on a Infocube, for the first...
View ArticleRe: BSI Tax Factory 10.0
Hi Madhav Its just by choosing Batch Test and running the .tst file as its input. What is that you are trying to run the test against ? May be that information is not correct. Please contact BSI Tech...
View ArticleRe: DataSource still have errors with CURR and QUAN types
You must have to create the field "MEINS" and "WAERS" in your appending structure and refer the Z fields to him. like:...
View Article