Re: getData does not call HANA proc
Yes, I knew it was an example. I had substituted my own service and HANA schema/ tables. I have fixed my problem now. I was not using the correct service field (I needed just the service name, not...
View ArticleRe: Issue within the program
You are not checking sy-subrc after each SELECT statement. You can put a break-point before the first SELECT and see the value of sy-subrc after each call. In any case, you should add some logic to...
View ArticleRe: Empty payload received for CDATA mapping
Hi Pavan, Create the sender message type like below because your sender XML after the decryption the root node name is 'xml' so you create the root node as xml.Map payload_xml field like below and xml...
View ArticleSP7 reporting upgrade
Hello, I've ran into issue when installing SP7. All the VUs upgraded successfully but reporting throws this error every time: Create software instance [Standard Reports] to virtual unit [VU_REPORTING]:...
View ArticleRe: Issue within the program
Hi, Are you saying that when you debug it steps right over the statement MOVE xsetname+0(4) TO xsetn.without executing it?Sorry, I can't see any explanation for that, other than the code you are...
View ArticleRe: C_TAW12_71 - SAP ABAP Certification
Hi, If you're going to learn a functional area as well, pick one that you are interested in yourself, and for which there are jobs in your local area. I've never concentrated on one functional area....
View ArticleRe: Customs Management - Sagitta - Physical Control
Hello Dave, Thank you for your reply. Just to make sure we are on the same page I am talking about Customs Management Export. I do not see message type I5570 defined in my SAP GTS. We are using message...
View ArticleRe: Master-Details app from WebIde to Eclipse
Hi Kemin and all, Thanks for your help. I have finally managed to make it work... but I must admit that I can not explain exactly why. I have : fully reinstalled Eclipse with Mars 4.5 version (I had...
View ArticleRe: Can not use “create table as (select …)” in a procedure with SP10 ?
Hello Yujun, DDL statements are not allowed in Read-Only procedures., there is a config parameter in indexserver.ini config file sqlscript_mode that needs to be set to 'UNSECURE' to allow...
View ArticleRe: WinForms CR reports viewer export save as dialog questions
Solved it. Thank you! This does the trick: reportDocument.SummaryInfo.ReportTitle = "fileName";
View ArticleRe: Problems with POPUP_GET_VALUES in BADI
sy-tcode works perfect,and yes, did run the rest of code good. Exept the code of popup.
View ArticleQuery where statement issues
Experts, I have this query that links the Service Contract and Service Contract Items tab and Sales Data tab, where the recurring Invoices are linked. My initial issue was that there was duplicating...
View ArticleFailed jobs fail to restart automatically next time
I had a nasty situation when scheduled jobs failed to restart next scheduled time. The jobs disappeared from pending and recurring lists. Then I had to reschedule manually a big number of jobs when the...
View ArticleRe: Set Expected event date based on planned dates
Hi Petra, Application system expected event extractor has the standard logic to set the expected event date and time . Check the expected event extractor logic in TM system(/SCMTMS/EXTR_EE_TO -...
View ArticleTablePersoController Initial Perso Data set Issue
Hi All, Am using TablePersoController and am facing a weird issue where Initially when table is rendered getPersData() of Perso service is called but personalisations are not applied on the table but...
View ArticleRe: PO release code workflow display
you can see the agent of a workitem in the worklfow log SAP Business Workflow - SAP Library
View ArticleCreation of Model with Parent and Child relationship
Hi All - Can you please help me with code snippet on how to create a parent and child relationship. like Salesorder header and item. SalesOrderHeader --> SalesOrderitem This Model works if that data...
View ArticleRe: Proxy Problem
I think I have the answer. My corporate proxy requires a user and password. The eclipse network connections allows me to set these. However numerous forums report that although java supports...
View Article