Hi Experts,
Does anyone knows how to set permission to the Files that the Sender adapter are archiving. they all come with default with value 600 or -rw-------.
and i need it to be 777 or -rwxrwxrwx.
Thank you.
Hi Experts,
Does anyone knows how to set permission to the Files that the Sender adapter are archiving. they all come with default with value 600 or -rw-------.
and i need it to be 777 or -rwxrwxrwx.
Thank you.
Hi Team,
Has anyone worked on establishing connection from SAP PI 7.4 to Amazon S3 Bucket .
AWS is in cloud and below are the details which we have .
Bucket name:
AWS user:
AWS access/server key:
Please share any documentation you have
Regards,
Murali
Hello All,
I am stuck in a recursive problem and would need your suggestions in getting it fixed.
I am mapping an ido to another. PFB the sample XML payload of a segment which occurs at least 5 times in sender payload.
Now, the problem is as follows.
If E1EDL24->POSNR starts with 0, create a new segment in target Idoc. Map the POSNR, VGPOS values.
If E1EDL24->POSNR doesnt start with 0, then check for existing segments created in target Idoc where the
VGPOS in target Idoc matches current segment HIPOS value. Add all such values and assign to the target segment.
In the below example, For the first 24 segment, a new segment will be created in Target Idoc.
However for second 24 segment, the value of LFIMG should be added to target Idoc value.
The case is same for third 24 segment.
SEt 1: One target segmet should be created with ID as 00001 and quantity as 20 + 28 = 48
<E1EDL24>
<POSNR>00001<POSNR>
<VGPOS>00001<VGPOS>
<HIPOS>00001<HIPOS>
<LFIMG>0.00<LFIMG>
</E1EDL24>
<E1EDL24>
<POSNR>900001<POSNR>
<HIPOS>00001<HIPOS>
<VGPOS>00001<VGPOS>
<LFIMG>20.0<LFIMG>
</E1EDL24>
<E1EDL24>
<POSNR>900010<POSNR>
<HIPOS>00001<HIPOS>
<VGPOS>00001<VGPOS>
<LFIMG>28.0<LFIMG>
</E1EDL24>
##-- SEt 2. One target segment should be created with ID as 00002 and quantity as 25 + 20 = 45
<E1EDL24>
<POSNR>00002<POSNR>
<HIPOS>00002<HIPOS>
<VGPOS><VGPOS>
<LFIMG>0.00<LFIMG>
</E1EDL24>
<E1EDL24>
<POSNR>900002<POSNR>
<HIPOS>00002<HIPOS>
<VGPOS><VGPOS>
<LFIMG>20.0<LFIMG>
</E1EDL24>
<E1EDL24>
<POSNR>900002<POSNR>
<HIPOS>00002<HIPOS>
<VGPOS>00002<VGPOS>
<LFIMG>25.0<LFIMG>
</E1EDL24>
Any suggestions are highly appreciated.
Dear Scn Users,
Please let me know the configuration,pros and cons of JMS Adapter.
And also if I have more than 1 million messages in real time how it will work?will there be any performance issue.
Kindly assist.
Regards
Raghuram.S
SAP PI Consultant
Hi Experts,
We have a refresh problem with some communication channels in our SAP PI 7.4.
Sometime report that the interfaces are not running, we check the status of the communication channel and is "running". Then refreshing the channel (change description, for example, then save and activate the channel), the interfaces begin to function again.
Any suggestions? What could be happening?
Thanks in advance.
Best Regards,
Briger.
Hi,
We are migrating interfaces from XI 3.0 to PI 7.1.
This involves migrating the current sda files from XI 3.0 to PI 7.1
I am trying to recompile XI 3.0 sda file before deploying it on PI 7.1.
I am using BIC MD 6.3.2.
I have imported the bicmd file from XI 3.0, into BIC Mapping designer.
Generator mappings have been imported and compiled. Existing maps(standard and custom) have been imported and compiled as well.
I get "there are no mappings that can be activated in this project", when I try to generate an sda/sca file.
Any clues on the error?
Thanks!
Smitha
Hi,
I am trying to configure HCI in eclipse demo server provided by SAP. What should I configure for the Operation server url?
Dear Experts,
I have done the development SFTP->PI->File(FTP) and its working fine, But I don't want to process the duplicate file.
Issue in Detail:
Every day our client will placing the file in SFTP, one file per day and no need to process the duplicate file. So that iam checking the duplicate file in channel configuration. So everyday we need to pick the latest file from SFTP using PI.
PI is picking the latest file and updating in FTP and after 2hrs PI is again picking some of the random duplicate file from SFTP folder and updating in FTP and I increased the modification check in SFTP channel configuration, but the problem is still persists.
Kindly give some solution to resolve this issue if any body face this.
Best Regards,
Monikandan.
Hello Experts ,
I am having http to rfc asynchronous scenario . As scenario is asynchronous , third party is not able to understand whether all data has come to pi or not . So we are thinking of writing a simple report(in se 38) in pi which will send a mail to third party people saying this are the order numbers which PI has received. For that we need to read data from the XMLs in sxmb_moni as order numbers are located inside xml . Can any one tell me how we can read xmls in abap language and use the data inside xml?
Regards ,
Mrudula
hi friends
I have requirement that wether ECC(sender system) able to post the data to PI through proxy. for that i created one DT,MT,SI source structure.
can i create proxy structures for these things in SPROXY.
Hi All,
I am required to convert the below flat file structure into nested xml structure as below. Do I need and intermediate structure or FCC parameters in the File adapter is enough to convert it?
Flat File Structure: Has a File Header (5 fields), Document Header (10 fields), Items with respect to the Document Header (12 fields)and Footer of 3 fields
Sample Source Flat File Structure:
HEADER,ABC GL DAILY,20150208,0108251.0
H,YYYYMMDD,YYYYMMDD,A1,1100,USD,,,P-YYYYMMDD-1,SDRECONYYYYMMDD,
I,10,1234567,10241420.25,10241420.25,,,12345,ACC K,ACC P,ACC20130527,RECONKEY
I,20,1234567,10241420.25,10241420.25,,,12345,ACC K,ACC P,ACC20130527,RECONKEY
Target XML Structure:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_GL_DATA xmlns:ns0="urn:abc.com:ABC_To_SAPGL">
<GL_DATA>
<FILE_HEADER>
<RECORD_TYPE>HEADER</RECORD_TYPE>
<INTERFACE_NAME>ABC GL DAILY</INTERFACE_NAME>
<CREATE_DATE>20150208</CREATE_DATE>
<CREATE_TIME>010825</CREATE_TIME>
<VERSION>1.0</VERSION>
</FILE_HEADER>
<DOCUMENT_HEADER>
<RECORD_TYPE>H</RECORD_TYPE>
<DOCUMENT_DATE>20150208</DOCUMENT_DATE>
<POSTING_DATE>20150208</POSTING_DATE>
<DOCUMENT_TYPE>A1</DOCUMENT_TYPE>
<COMPANY_CODE>1100</COMPANY_CODE>
<CURRENCY_KEY>USD</CURRENCY_KEY>
<EXCHANGE_RATE/>
<TRANSLATION_DATE/>
<REF_DOC_NUMBER>P-20150131-1</REF_DOC_NUMBER>
<DOC_HEADER_TEXT>SDRECON20150208</DOC_HEADER_TEXT>
<ITEMS_RECORD>
<RECORD_TYPE>I</RECORD_TYPE>
<POSTING_KEY>10</POSTING_KEY>
<ACCOUNT>1234567</ACCOUNT>
<AMOUNT_DOC_CURR>10364721.15</AMOUNT_DOC_CURR>
<AMOUNT_LOC_CURR>10364721.15</AMOUNT_LOC_CURR>
<COST_CENTER/>
<PROFIT_CENTER/>
<ASSIGNMENT_NO>12345</ASSIGNMENT_NO>
<REF_KEY_1>ACC K</REF_KEY_1>
<REF_KEY_2>ACC V</REF_KEY_2>
<REF_KEY_3>ACC20150131</REF_KEY_3>
<RECON_KEY/>
</ITEMS_RECORD>
<ITEMS_RECORD>
<RECORD_TYPE>I</RECORD_TYPE>
<POSTING_KEY>20</POSTING_KEY>
<ACCOUNT>1234567</ACCOUNT>
<AMOUNT_DOC_CURR>10364721.15</AMOUNT_DOC_CURR>
<AMOUNT_LOC_CURR>10364721.15</AMOUNT_LOC_CURR>
<COST_CENTER/>
<PROFIT_CENTER/>
<ASSIGNMENT_NO>12345</ASSIGNMENT_NO>
<REF_KEY_1>ACC K</REF_KEY_1>
<REF_KEY_2>ACC V</REF_KEY_2>
<REF_KEY_3>ACC20150131</REF_KEY_3>
<RECON_KEY/>
</ITEMS_RECORD>
</DOCUMENT_HEADER>
</GL_DATA>
</ns0:MT_GL_DATA>
Thanks,
Rajendra
Hi there,
I'm presently trying to synch Employee data with Success Factors using ECC program RH_SFI_SYNCHRONIZE_EMPL_DATA.
The logon / logoff handshakes appear to be working (I can ping the Communication Channel, and when running the RH_SFI program, I used to get login errors when my credentials were wrong, now that message mapping works okay it seems....).
SXMB_MONI is telling me that SF is returning the following message:
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException: [Error]:2:47: cvc-complex-type.2.3: Element 'ns2:sfobject' cannot have character [children], because the type's content type is element-only.</SAP:AdditionalText>
As far as I can see, in the data types (even for complex data types) I can only specify "element" and have done this before with substructures, children etc...
Here is my CommChannel config :
The message mapping is standard, as downloaded in the SuccessFactors tpz files.
Has anyone else come across this, and how was it solved? Thanks in advance for any help! All the best - Patrick
Hi Guys,
Can somebody please suggest me how to achieve this.
Basically, I have a requirement in which I have to convert the custom ORDER05 iDoc into a flat file BUT it will contain multiple IDocs
Example
Source (XML) ---> PI ---> Multiple IDOC Flat file
EDI_DC40 5000000000007422540731 3022 ZORDERS05 ORDERS
E1EDK01 50000000000074225400000010000000 1.00000 0030
EDI_DC40 5000000000007422540731 3022 ZORDERS05 ORDERS
E1EDK01 50000000000074225400000010000000 2.00000 0050
EDI_DC40 5000000000007422540731 3022 ZORDERS05 ORDERS
E1EDK01 50000000000074225400000010000000 3.00000 0070
EDI_DC40 5000000000007422540731 3022 ZORDERS05 ORDERS
E1EDK01 50000000000074225400000010000000 4.00000 0080
I Know there is a module SAP_XI_IDOC/IDOCXmlToFlatConvertor avaliable in PI 7.11 which convert the IDOC-xml to flat file but I don't know if that can handle the multiple enhanced IDoc.
I am also thinking of ABAP mapping provided by SAP in the How to Guide but I don't think that can handle multiple IDocs either.
so please advice how to get the desired output in SAP PI 7.31.
Regards,
Asif
Hi All,
How to upload/download a file in to PI Single Stack Application server like SXDA_TOOLS t-code in dual stack.
Regards,
Manikandan
Hi All,
I have a requirement where data from PI is sent to SOA via JMS adapter. SOA has two servers in their end.
In PI server1 details is maintained. The requirement is that when the server1 is down PI has to send data to server2 automatically.
But is it possible to maintain both the server details in the same channel. We don't want to send the data to both the servers at the same time to avoid duplications. Can PI handle this?
Regards,
Lavanya R
Dear all,
while trying to insert a Application Component to a Process Integration Scenrio I choosed my Product Version, but
in the list of associated SWCVs box there are only 3 instead of 4 (like listed in SLD) items listed.
I already used "Update Product instances" from Tool menu and clear all caches. I saved and activated all components
and also closed the Repository....without success.
Any ideas what else to do? I cross-checked the SLD but everything seems fine.
Regards
Chris
Hi All,
I am doing a 999 document split for a interface where in 2 documents are to be created if the line items are more than 999.
Can anyone tell me which is the best approch here.
1> Proxy Approach where in the data is sent to ECC and the split logic is handled in coding.
2> Splitting is done in PI .
Can some one please tell me what are the pros and cons and which method is preferable.
Dear experts ,
When i am refreshing SAP PI system cache using tcode SXI_CACHE that time I am getting some error .
Error is this .
@8O@ | Unable to refresh cache contents |
@8O@ | Error during last attempt to refresh cache |
INTERNAL_ERROR |
HTTP response does not contain a valid XML root tag
ScreenShot .
Hello All,
Currently we are facing issue with JMS Sender Channel polling issue.JMS sender channel stops polling all of sudden,but status of channel remains connected ( Green ).
Current SAP PI version: SAP PI 7.3 EhP1 SP10
For the same I had gone through SAP Marketplace and found SAP NOTE#1808222 .
As per Note by addition of the below parameters we can make channel into error ( Red Status ) once it stops polling.
Here are the question I have,
1) Whether anybody implemented above note in SAP PI box.
2) Is there any side effect or issue will happen due to these parameter addition ( because we have many scenarios having JMS adapter).
3) Can we downport this note to SAP PI 7.31 SP10??
Regards,
Sriprasad Bhat
Hello Experts,
I have proxy to JMS scenario and I am on PI 7.31 and using Integrated configuration for the same.
I have a requirement where I need to send the filename using values from payload.
I tried Dynamic configuration but it seems that due to ICO it is not working.
I am using XSLT mapping but there is no transformation as such.
Kindly suggest me the solution for this issue.
Regards,
Rahul Kulkarni