Re: SFTP adapter - same file name in receiver
hi sam, can you please give detailed description of the answer you have provided, i am stuck up with the same issue regards,sushant
View ArticleRe: Hexadecimal in PI Mapping
Below function resolved the issue try {byte[] b = {(byte)10}; // 0x0A = decimal 10return new String(b, "US-ASCII");} catch(java.lang.Exception e) {return "\n";}
View ArticleHow to add new subversion"EAN008" to the B2B Cockpit for EANCOM Message?
Hi Experts, In the standard EANCOM version for INVOIC(01B) we have sub version "EAN010" and "EAN011" Need to add a new sub version "EAN008" in EANCOM for INVOIC(01B) meaagse. Regards,Vikas
View ArticleRe: How to add new subversion"EAN008" to the B2B Cockpit for EANCOM Message?
Hi Vikas, Currently the feature of adding new subversion is not supported. But we plan to do it in future. Regards,Ruchir
View ArticleRe: How to add new subversion"EAN008" to the B2B Cockpit for EANCOM Message?
Thanks Ruchir. But how can we handle the EDI INVOIC(D01B) message with subversion "EAN008" . I need to convert the mesaage into XML using B2B Add on. Regards,Vikas
View ArticleRe: Hexadecimal in PI Mapping
Hey Nishant,This is helpful with other hex values , but for 0A we need not use UDFSegment terminator is an optional field with default value 0Awhen not mapped it by default creates an EDI file with...
View ArticleSeeburger AS2/EDI sender configuration details
Hello All,I am working in EDI interface for ANSI X12 using Seeburger AS2/EDI , As I am new to B2B interface I have one doubt regarding Transaction set identifier code,interchange sender and receiver...
View ArticleRe: How to add new subversion"EAN008" to the B2B Cockpit for EANCOM Message?
Hi Vikas, As I mentioned this feature is currently not supported. You can create an OSS message regarding this with SAP. However there is a workaround which you can try EAN008 subversion is present for...
View ArticleRe: Seeburger AS2/EDI sender configuration details
Hello Sridhar, for incoming data, the Seeburger BIC-Adapter uses a mapping in the Module-Chain which automatically detects the following parameters - MessageType and Version (e.g. ANSIX12_850_V4010)...
View ArticleSFTP to AS2(non-seeburger): How to get sender Filename to be used in AS2...
Hi Experts, I have this scenario, SFTP > Process Orchestration > AS2(non-seeburger) My interface is not using Message Mapping and I want to use the source Filename as my Receiver Filename....
View ArticleRe: SFTP to AS2(non-seeburger): How to get sender Filename to be used in AS2...
Hi Orlan - So are you using SAP AS2 adapter? If you so i think you can make use of dynamic configuration bean. Unknown use case of DynamicConfigurationBean: Store file name to JMS header without...
View ArticleRe: SFTP to AS2(non-seeburger): How to get sender Filename to be used in AS2...
Hi Orlan, Enable adapter specific attributes in both the sender and receiver communication channels. Tick filename. In the receiver communication channel, target filename is %fileName% Kind...
View ArticleRe: Seeburger AS2/EDI sender configuration details
Hi stefan, Thank you very much for you explanation, This configuration is done in Seeburger workbench automatically using the adapter module we use Please correct me if I am wrong Thanking you
View ArticleCustom delimiters in inbound EDI
Hello All, Can the SAP B2B Add-On and its Converter Modules handle custom delimiters in case of inbound EDI Message. We have scenarios where partners can choose to use their own delimiters. Does the...
View ArticleRe: Custom delimiters in inbound EDI
Hi, Please consider to put these delimiters in the UNA segment. That's the only place where you can indicate them. Kind regards,Dimitri
View ArticleRe: Custom delimiters in inbound EDI
Hi Dimitri, True, for outbound EDI I can specify them in the UNA segment. For Inbound EDI from Partners, can the module automatically handle custom delimiters. ie. different partners can use their own...
View ArticleRe: Custom delimiters in inbound EDI
Hi, For inbound EDI messages, the UNA segment acts like any other segment within the message. The segment can be parsed in the adapter and can be used in a message mapping without any problem. Kind...
View ArticleRe: Custom delimiters in inbound EDI
Hi, I am new to the EDI world To understand, so the partners have to specify the delimiters they are going use in the UNA segment and the Converter Module will convert the EDI to XML accordingly. Is...
View ArticleRe: Custom delimiters in inbound EDI
Hi, That is correct. For ANSI X.12 messages, this is the ISA segment. Kind regards,Dimitri
View ArticleRe: Seeburger AS2/EDI sender configuration details
May I know where we can see this screen,Thanking youSridhar
View Article