Re: Error AIF Monitor, Cannot see xml content
Hi Bruno, what kind of interface do you have? Is it e.g. a proxy, IDoc, XML interface? Is it inbound or outbound? synchronous or asynchronous? Best regards,Verena
View ArticleRe: Error AIF Monitor, Cannot see xml content
Hi Bruno, in addition to Verena's question. Have you changed your raw data structure between sending the message checking your message (e.g. structure to table type)? Kind regardsChristoph
View ArticleRe: Error AIF Monitor, Cannot see xml content
Hello Verena,I'm using proxy scenario, We have here both types of integration (synchronous and assynchronous) and both is not working, all interface's payload is not been showed.
View ArticleRe: Error AIF Monitor, Cannot see xml content
Hello Christoph,Yes We've done some changes in structure but this changes were applied to the AIF map structures.Thanks by response.
View ArticleRe: Error AIF Monitor, Cannot see xml content
Hi Bruno, Especially for asynch. inbound proxies AIF is usually not persisting the data but is displaying the payload stored in the local integration engine. Did you check if you can see a payload in...
View ArticleAIF Error Monitor - don't display log messages
Hello,I'm new to SAP AIF and byed the new Ebook: "Serializing Interfaces in SAP AIF" which is pretty good by the way! I build the first Szenario, where i should build an serialized Interface with...
View ArticleRe: Error AIF Monitor, Cannot see xml content
Hi Verena, some of the messages I can see on the SXI_MONITOR, but as you have mentioned, We are not calling the method process_message, instead of it, we call the function /AIF/FILE_XI_PROCESS...
View ArticleRe: AIF Error Monitor - don't display log messages
Hi, did you call '/AIF/UTIL_ADD_MSG' inside the action ? Which message type did you chose ?Depending on the Trace Level Details certain message types are not shown in /aif/errIt can be found in...
View ArticleRe: Error AIF Monitor, Cannot see xml content
After some hours debugging, I found the problem,my index table based on /AIF/STD_IDX_TBL template, is not filling the field PID, so the selection of table SXMSPMAST2 is giving me sy-subrc = 4 . Do you...
View ArticleSend success messages to an email group
Hi All, I have a requirement as after successful creation of property object . I have to send the success and error messages to an email group . I need to send the success and failure messages to...
View ArticleRe: Error AIF Monitor, Cannot see xml content
The problem was detected due the archiving mode of ECC on the tables SXMSPMAST and etc..so we change the switch configuration in table SXMSDCONF by program RSXMB_CUSTOMIZE_SWITCH, in some point of code...
View ArticleRe: Send success messages to an email group
Hi All, Can we able to send the success messages same as error messages . RegardsSrihari
View ArticleRe: Send success messages to an email group
Hi, did you already try to assign a recipient for message type success in /aif/cust-> system configuration-> assign recipients-> namespace and recipient name -> new entry ? Kind Regards...
View ArticleTheoretical question - Multiple outbound interfaces using mostly the same...
I'd appreciate your thoughts on this theoretical situation. I've seen/heard this work a long time ago using ECC -> PI where PI determined the file format and appropriate contents.. but I'm...
View ArticleRe: Theoretical question - Multiple outbound interfaces using mostly the same...
Hi, this sounds doable and should work like you expect it. However i see a couple of downsides.For once you will have two separate entries in /Aif/err for each messsage which could be dificult to...
View ArticleIssue with Tab order in UDO
Experts help to solve this problemI have create a table "ABC" and I register the udo its show code(1),name(2),add(3),cancle(4) that's okbut when I tab out from name(2) its set focus on add(3) and its...
View Articlehow to create SAP and Raw structures in SAP system
Hi Experts, I am from PI back ground, and new to AIF. I have gone through to AIF cookbook, but still I need some more clarity of how to create the below. 1. SAP and RAW structures2. Value Mapping3....
View ArticleAIF Asynchronous Response
Need advice on handling Inbound Asynchronous with Response service. Firstly, is this a valid pattern to use with AIF ? If yes, what is the best way of achieving this ? This requirement is based on the...
View ArticleRe: Getting Short Dumps for only 1 user - related to BAL logs
auth object /AIF/PROC is missing values.
View ArticleRe: how to create SAP and Raw structures in SAP system
Hi Kiran,Since you are come from PI, you must know the inbound proxy class also the outbound proxy class.When you defining a inbound interface, input the inbound proxy class and method, the RAW...
View Article