Re: GOS toolbar in SAP WDA component
Hi Rahul, Even I need to access data that has been attached using 'Store Business Document' option. So this approach might not work for me; but thanks for the document anyways. - Divya Posanpally
View ArticleRe: web-dynpro application -ERROR: ICF service node...
Check if you transported correctly your application. If not, make changes in your DEV system to retransport the WD Application
View ArticleRe: EPMSaveComment after EPM Insert Member does not work?
Hello Vadim, the situation is "as is".... separate functionalities "insert members" and "save comments" works,but combined not, so it needs to be changed. Function EPMSaveComment has first parameter a...
View ArticleRe: Retrieve user id from document Hit count(KM Report)
Hi Raj, Can you please send me sample screen shots if possible? i have used your above code, but i am getting error on declare of catch statement "No exception of type WDUMException can be thrown; an...
View ArticleRe: Estimate time for Client copy by SCC8 & STMS &SCC7
Hi Kori, - Type of client copy ( local/ remote/ export-import)--> Export-import by SCC8 STMS SCC7- Server resources ( CPU, RAM) ---> 4 core CPU, 20G RAM- DB size ----> 3.7 T- Network...
View ArticleRe: How to create dynamic outtab with field_style
Thank it helps, but when I set the field editable it doesn't work. My code is the following:DATA: it_component TYPE cl_abap_structdescr=>component_table . DATA: st_component LIKE LINE OF...
View ArticleRe: Passing data between BADI and custom subscreen
Hi Jonas, From what I understand from your requirement is, you have created a sub-screen in a Z-program (something like a module pool program) and have called that in your BADI implementation? What...
View ArticleRe: PRT availabilty check in Maintenance work order
Dennis, Have a look at CF28. The SAP standard PRT availability checking functionality is very weak in SAP. In the past, we have had to create our own reports/enhancements to control this process. PeteA
View ArticleHow to Modify or Delete Standard Error Messages
Hello, I am getting an error message of 'Select exactly one row in the value list to copy the value' when i select more than one records for Search Help.Please provide solution for overriding this...
View ArticleRe: How to use News/Communities/Discussions iViews in Portal
You are welcome, dont got your question properly, since it was a bit too general. For news there is a separate template iView (com.sap.km.cm.navigation), based on XML form builder and KM files. Yes,...
View ArticleRe: Work Manager 6.1: Adding custom field for notification creation
Hi, May be the setter and getter methods public String getABC(){ return this.ABC; } public void setABC(String ABC) { this.ABC= ABC; } Regards,Sravanthi
View ArticleRe: SAPUI5 and BPM: User authentification
Hi, I solved it myself with the help of our basic admin.Go to "NWA->Configuration->Security->Authentification and Single Sign-On".Then select "SAP-J2EE-Engine" and click on "Edit".Search you...
View ArticleRe: Overall status of DTP is RED although data is successfully loaded to the...
As of now, for red status you can make it green if all packages are green.Next time load you can observe it may shown green status after the completion of your load. Once your set above settings, it...
View ArticleUnable to pass multiple values to sub report
Hi , i have a main report and it has 5 sales dist.... 1,2 should be in 1 group...3 in one group 4,5 in another group... i have written a formula and grouped based on that... group is splitting...
View ArticleRe: JspParseException shows no reason for the exception
Hi Nikhil, I found the issue of the error. I forgot a ; in a Java statement.The issue i have is that earlier with 7.0 there was a hint of what was wrong. How do i get that back ? Regards,Kai
View ArticleRe: Screen enhancement to add input parameters to standard selection screen IE05
Hi Sujeet, if you are doing in zprogram means you can add the material field as a first in slection screen. Regards,Venkat.
View Articleupdating internal table in loop
Hi All, UID GRP1 GRP2 UPD1001 1 1 1001 1 2 2001 1 3 3001 2 4 1002 1 3 1002 1 2 2003 1 4...
View ArticleRe: Message no. AA683 - Incorrect depreciation run for month 01
Hi Andrea, have you tried to post an "UNPLANNED" depreciation run for period 7/2013? With the unplanned option you can skip periods, the depreciation run will catch-up all prior period depreciation....
View ArticleRe: connection error?
Too generic to answer this type of error, because most of the error prompts with the error name initially. Please provide the error screenshot and explain us when are facing this error. Too many Notes...
View ArticleRe: Calling standard Report from a zprogram
Hi Sibin,in that case i'd suggest, you go to TA SE38, chose your program GPD5SK2B48KQAYJKJWAQFCPNXXK and try to run it. You will notice, that there are two additional parameters, that don't show when...
View Article