Re: Webi calculations
can you please post a sample block of data screenshot as to what you have and what you want to derive from it in different block, that way it gives a clear picture. ThanksMallik
View ArticleRe: Formatting SQL field output (Bold & multi-line 'Can Grow')
Hi Tom, 1) Here's how would do Part 1. Create a formula with this code: stringvar str := Output.Description;if instr(str,":") > 0 then...
View ArticleRe: Date parameter conversion into UTC
Hi Rod, You would eventually need to use ShiftDateTime as the prompts won't convert to UTC automatically. Here's what you can try: 1) Create a Blank Report 2) Create two Date or DateTime prompts...
View ArticleI'm unable to post my BIF...
Maybe this is a warning that I shouldn't do it.... anyway I haven't posted anything yet but it still keeps saying that I can post only once per day...
View ArticleService Request Management - SAP Library
To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.You can also go back to the SAP help page.
View ArticleRe: I'm unable to post my BIF...
This is because the title has already been used today and using it again would cause a duplicate URL. Did you check under your drafts for an existing blog? You can also use the extended options to...
View ArticleRe: CPU utilisation high in portal system
Hi Rao Could you pls share the system configuration details /OS ? and Kindly go thru the Best practices Guide for Portal...
View ArticleRe: I'm unable to post my BIF...
I don't get it. I haven't published it, not even once. I have only saved it.
View ArticleQuery-
Hi, SELECT <%RESULTS%> FROM <%SCHEMA%>.FCI_MAS_COMPANY_CODE T1 <%MS_JOIN%> WHERE T1.INACTIVE = 0 AND T1.CONTEXTID=<%CONTEXT(masterdata.CompanyCode)%> <%ORDERBY%> In...
View ArticleRe: how to find proforma invoice for commercial invoice
Dear, Go to SE16 and give the VBFA table ,execute Field VBTYP_N with " U " then you can see Proforma Invoices and also with Sales Documents but you can not see Commercial Invoices or else go by thru...
View ArticleRe: I'm unable to post my BIF...
There's a draft here, which hasn't been published yet: http://scn.sap.com/community/about/blog/2013/07/07/blog-it-forward--samuli-kaski
View ArticleRe: Change default message type for change request from SDCR to ZDCR
hi, it should work, go to spro -> search for "Make Settings for Change Transaction Types", check the copy control rules settings there, have you done properly. or try to change the transaction types...
View ArticleRe: Restrict phase change from "Closed for Response" to "Open for Response"
Hi Vimal , There is no standard way to restrict , you got to do it by scripting . That is generally allowed as some times it might happen that suppliers forget to submit their response and the RFX...
View ArticleRe: Cost Center in MIGO
Hi After checking customizing options, as OKB9 as Sridevi suggests, if you don't find anything, check also enhancements and badi's. For instance, check if badi MB_MIGO_BADI is working, for instance...
View ArticleRe: DBACOCKPIT for remote SAP systems with Oracle
Yes, all you need to do is open the listener port to the remote database.You can test the connection with the tnsping command, or do a telnet <remote_host> 1527 from your application server....
View ArticleRe: Empty Excel Sheets When Exporting Report by Scheduling in Times
Hi, Your best way to assess this is: a) check the "fixed issues" list from service marketplace, for the latest available downloadable correction on your codeline. At time of writing, i think that...
View ArticleWarning message in PO for One time vendor
Hi, I want to put a warning message in PO to give a message to user for One time vendor. In my Company there is amount limitation for purchasing through one time vendor. It should not be more than 5000...
View ArticleRe: Why Selection Screen over and Screens?
SELECT-OPTIONS: To declare an internal table that is also linked to input fields on a selection screen HIGHLOWSIGNOPTION We have Inclusion and Exclusion dynamically.You can * input to...
View ArticleRe: Insert on UDO Child table by B1i
Hi Tacio, the typical way to address subtables and subobject of an UDO is the following:<BS ServiceCode="CAD_AUXILIAR"> <InsertOrUpdate> <CAD_AUXILIAR>...
View ArticleRe: Creating new report in webi 4 from unx universe doesn't work
Hi, Your best way to assess this is: a) check the "fixed issues" list from service marketplace, for the latest available downloadable correction on your codeline. At time of writing, i think that...
View Article