Re: When is it our turn? How do IC Agents Know When They Should Respond?
Hi Bendik, We were able to solve the issue, but it required working with an ABAP developer and custom code. Unfortunately, the code is considered proprietary to our client. I can however share the...
View ArticleRe: Router
Hi Yuval, you've declared your component in the namespace "util". You must implement the components functions within the same namespace. Wrong:com.tutorial.Component.prototype.init = function()...
View ArticleRe: Missing OData Service in /IWFND/MAINT_SERVICE
I thought you were having an issue with the SRA019_SHIPMENT_TRACKING_SRV service, are you now have some other issue? Regards,JamieSAP - RIG
View ArticleRe: How to bind Text View
Hi Swati, no it's not necessary to add a binding at the panel as well.The name comes as "null null", because /ContactPersons is an entity set and not a single entity (eventhough you get a single result...
View ArticleRe: Issue with Change log deletion in process chain
I think your issue might be solved.please do the dso selection() as well as stated by Shakthi.That will delete the dso change log request which are activated.
View ArticleRe: 0FISCPER Variable for current and previous
Hi Keith, Nanda, Just a few corrections in the code: (These are also suggested by Raf Boudewijns) _-------------------------------------------------------------------------------- DATA: w_curper TYPE...
View ArticleRe: Health Care Reform Reporting requirements (ACA)
We are in a similar situation. Currently, I think our TPA is working to provide the required reporting.
View ArticleRe: Remove BOM characters from xml file with file adapter
Vikram, To see BOM characters, download the file with .txt extension. Open with Notepad++ and Enable Hex Editor in Notepad++ - YouTube Please read Handling Code page, Character encoding in SAP PI /...
View ArticleRe: 0FISCPER Variable for current and previous
Correction ----Change l_t_range-iobjnm = 'FISCPER'. to l_t_range-iobjnm = '0FISCPER'.ThanksAmit
View ArticleRe: Subreport Uses Default Parameter Values
I'm unsure how it would be possible for someone to edit the report without affecting the modified date or file size of the report. We can see the modified date (3 weeks before the behavior changed)...
View ArticleRe: Reg. Sender File Channel Modification Check configuration
Hi Harshit, The process that writes files into PI's polling folder has been modified and that resolved the issue. The process writes the files with a temporary file name and once the file is...
View ArticleRe: Custom Translation of Fiori tiles not working
Hi Rajan,Please start a new Discussion for the next roadblock. That makes the searching for solutions much easier for others and your next roadblocks solution will not be buried in a Discussion with...
View ArticleRe: Sender and Receiver JDBC Issue
Check the below standard structure. <StatementName1><dbTableName action=”UPDATE” | “UPDATE_INSERT”>...
View ArticlePCo 15 - OPC,SSCE and Websockets
I try to connect PCo-Websocket with SSCE-Dashboads, but it doesn't work =( If I create a Tag with the PCo-Simulator, it all works well. What I've done:I read the this guide :...
View ArticleRe: How add a container to tablespace in db2?
Hi Siddesh , Your Link points to the a valid resolution . But are you sure that any issue exists as per his screenshot . A tablespace has reached 100% , Automatic storage is enabled Is the Concerned...
View ArticleRe: OBJECTS_OBJREF_NOT_ASSIGNED_NO accessing EWA report
Hi, The system is upto latest level.If you don't want to share the complete issue details with required logs,than it would be difficult to suggest you for the solutions by other SCN members too.If...
View ArticleRe: Transformation File - Column Index function with the PAD function ?
Thank You Vadim, this is really helpful. We have decided, as a temporary solution, to derive the fixed length string in a new column at the end of the CSV file using an Excel formula:...
View ArticleRe: Compounding InfoObjects in BEx Output
I checked it again, actually its working in report output when key values are displayed but if only text values are displayed then it doesn't show value of compounding object. This is the standard...
View Article