Re: How do I get email updates from this community and stay up to date?
The above 2 steps will ensure that you are always up to speed with the happenings on this community. Thank you.
View ArticleHow to display total month data into weeks in a webi report
I need to display the months data into individual weeks in to 4 columns when user selects the month in the prompt. week1week2week3week4 ThanksAjay
View ArticleRe: Sales Playbook ( Dynamic Playbook)
Hi Piyush, Dynamic Playbook has not been released to customers. As of now, it is still in the long term roadmap and is not planned to be released in the short term. Regards,Aruna
View ArticleRe: How to show empty months in dashboard ?
Hi RJ, Simplest way is to use match index on excel, you can use "ISERROR" function to avoid #N/A.Here is an example how you can use it,1.Index the vales you want to show2.Match the Key word you are...
View ArticleRe: REUSE_ALV_HIERSEQ_LIST_DISPLAY
Hi Santosh, Try,Declare a global variable.DATA: lv_header type slis_tabname value '<gfs_dyn_table>'. Please view the code. TYPE-POOLS slis. TYPES:** BEGIN OF itab, ebeln LIKE...
View ArticleRe: Error when refreshing the template??
Hello, MDX query errors can happen for a variety of reasons including some required HANA tables not being available. There are many notes available for HANA related issues. My recommendations is to...
View ArticleRe: Missing Instances in SAP Management Console
I've installed my NSP on 500GB SSD and if it's dislodged or not connected then it would show that instances are missing since the drive is out. BTW, it's like HANA platform using the SSD and its...
View ArticleBill to party for DMR from item level not from header level
Dear Experts, Our Business cycle is VA01 / CAT2/ CAT7 / FB50 / DP91 / DMR /VF01. We are creating service order with multiple line items and each line time is having different Bill to party while...
View ArticlePass through scenarios using SAP B2B Add-on
Hi all, We are on SAP B2B Add-on Ver 1.0 SP 02.Few of our partners are sending flat files and these have to be posted AS-IS to SAP ECC system. Can we implement pass through interfaces using the SAP B2B...
View ArticleRe: How to display total month data into weeks in a webi report
Hi Ajay, You can create variable likeweeks = if (week(date) = 1) then "Week1" else if (Week(date) = 2) then "Week2" else if (week(date)= 3) then "Week3" else "Week4" Now you can use this variable. I...
View ArticleWebi Month wise reports
Hi, Our client is asking month wise reports. i have developed report in month using Drill options But its display report month wise its like month 1, 2,3,4,...12. client was asking the month wise its...
View ArticleRe: Data Disconnect Analysis 2.0 SP2/Sp4- VSTA_Main|General .NET Exception:
okay pramod, i am not getting what could be the reason, lets if any other from community have any hints, if not please open a incident on this Subhash
View ArticleRe: Telephone Number Field not visible ,new employee hiring PA40
Hi Yoonus, By the way Tania is also right that you can store employee contact number in IT0105-Communications with its related subtype, but your question is about IT0006-Addresses which is also another...
View ArticleMIGO: To hide/remove few PO line items from screen
HI experts, I have requirement to hide/remove few PO line items from MIGO screen. I have used (MB_MIGO_BADI~LINE_MODIFY and MB_MIGO_ITEM_BADI~ITEM_MODIFY). in case of...
View ArticleRe: SAP router error RC -17 SncSetMyNameU
Resolved by inserting entry sapdp99 3299/tcpin file 'services' at location NT: '<windir>/system32/drivers/etc/services'.
View ArticleUser Authentication for ABAP HTTP adapter vs Java HTTP Adapter
Hi Folks, Is there any difference between the way the user is authenticated in ABAP HTTP adapter vs Java HTTP adapter for POST method. RegardsKalyan.
View ArticleRe: EDI Orders - Automatic determination of Carrier
Hi , There is deviation in requirement actually there are multiple carrier per material division. ThanksDharmesh
View ArticleRe: How to get JSON Parameter from xsjs
Hello Kemal, because you are transfering the JSON in the body of the request on not via an URL parameter you will not get the JSON by using $.request.parameters.get(). You get the JSON via the...
View ArticleAdd attachment in Fiori Apps
Can anyone please help me, how to add GOS type attachment (.pdf, .bmp, .xlsx different types of file) in custom Fiori apps. Thanks in advance for your cooperation. Regards,Shiv,
View ArticleRe: Customdata on xml view
Hi Yuval,, Here is an example of shell navigation with passing parameters between views. Hope it will help SAPUI5 - Navigation using Shell - YouTubehttps://github.com/ajaxtown/sapui5_de... Regards,Arie.
View Article