Re: Need to debug PTRV_EXPENSE_FORM. Have to find Driver Program
Hi Sudhilika, Place a breakpoint at global init in dynamic Adobe form function module. Execute and goto abap debugger, then go to stack and find the place where the adobe form is called. Regards,Yogesh L
View ArticleRe: Model SAP BW DSO in PowerDesigner
As you are not generating Code from it and you are using it only for impact lineage (as we do also for importet and automatically matched objects from informatica), why you care about any operations...
View ArticleRe: Amount changing to 1/10th in Travel Expense Report
Hi Lukas, Thanks for your valuable time. In TRIP when I enter the amount $10.12 and save the Travel Expense, I can see the amount as $10.12. But when I go to T Code- PRAP to approve the Travel Expense...
View ArticleRe: Web IDE - SAPUI5 Plugin issue
Before you choose Tools - External Plugins, open the javascript console and select the network tab. You should see the call to the destination once you select External Plugins. Provide the details......
View ArticleRe: Time in USR5
Hi Amit , Use This Formula numbervar ntt := {Command.Time}; stringvar nttx := totext(ntt,"0000");time(val(left(nttx,2)),val(mid(nttx,3,2)),val(right(nttx,0))) RegardsBhanu
View ArticleRe: How to add the Partners in parties involved for the campaign creation via...
Hi Mayank, Hmm...If you are going with BOL coding, you can use the component MKTCPG with Object Campaign. Now create the related entity CPGPartnerSet. Thanks,Faisal
View ArticleRe: delta loads
Hi, if your new and old source systems have same data then bw will holds duplicate data if you load full load from new source system. You need to discuss with your users and take proper actions. If two...
View ArticleRe: Multithreading Architecture
looked at a real VS project using multi-threading via the .Net framework. It is certainly a lot easier to do in PB (either version) and I was surprised to see the horrible amount of memory leaks in...
View ArticleAuthorization in Http Header
Hi Experts, My Scenario is proxy to Webservice. We need to send Authorization values in http header to the webservice and get the response back.I have configured a SOAP reciever with username and...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hello, Whaooo that sounds great ... we are *really* looking forward to getting more info, that's really good news. I'm impressed that you guys manged to reproduce the bug, you really know what you're...
View ArticleRe: Crystal Reports 2013 SP5 Not working
Hi Daniel, Please try this: 1. Take the backup of the files start.html and offlinestart.html from the location: C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI...
View ArticleRe: Linking project numbers to Invoices ... guidance needed!
Sumti, Thanks for pointing me in the right direction... appreciate the help!
View ArticleRe: Crystal Reports 2008 combining Command and db together
However, unless tables included in your report are small, you really don't want to do this! When you join anything to a command, Crystal cannot push the join to the database. Instead, it will pull...
View ArticleRe: SRM Org Structure
Hi Elham, Can you please check if someone has moved the person in SRM org structure after it has been replicated from HR, if this is the case in tcode BP> relationships you will not see the...
View ArticleRe: HANA HDBSQL
Thanks, atul. And do you know where I could find the API docs for SQLDBC?
View Articleuse of group COA if operational COA is same
Hi Experts, I have a doubt on group chart of account use. if we have 10 different co codes who all are using same operational chart of account, then whether group COA is used. Please advise. Regards...
View ArticleRe: FileUploader, how to add Parameters?
So then there is another mistake. Because its working. Look here:JS Bin No console errors ---please share your example code at JS Bin.
View ArticleRe: Change sy-repid value.
Uhm sorry but SY-REPID has the value of the current program, so if it's check in a function module, SY-REPID will have the name of the main program of the function group so it'll be the same if the...
View ArticleRe: How to change the long text dynamically based on the payload in the Alert...
Vaibhav, Put this logic in UDF, when mapping root node. Add Error message in alert configuration. Alert email will contain correct error message. if (Records!=Record_Count){ throw new...
View ArticleRe: Get cell value in a table
The first two columns is static data entered by hand on creation of the report. These values will not change, but the number of rows - might (new text added by hand). On 3rd-6th columns I need to enter...
View Article