Re: Download and setup NWDS
I have downloaded and installed the NWDS CE7.1. I also updated the software the first time using https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/710/ update site. Now the challange I am...
View ArticleRe: Connect NWDS 7.1 to PI 7.1
I do not see the dropdowns as shown in your pic. Pls see the attached pic of what I see:
View ArticleRe: (7) IDOC_ERROR_PARSE_FAILURE
Hi Gerg, <E1EDK09 SEGMENT="1"><ABNRD>03112013</ABNRD><E1EDK10 SEGMENT="1"><DUMMY>S</DUMMY></E1EDK10><E1EDKA1...
View ArticleRe: Feeding new line in EDI string
Hi Dimitri,x12.indent is not working. See also the link http://scn.sap.com/message/14169939. Thanks,AD
View ArticleProxy to SOAP with file attachment
HI Vishal , Are you sending the attachement through the proxy? i mean using the class .If not please use the following code in ABAP sidee. REPORT ZPI_P_PROXY_ATTACH_BINARY. Adapters supporting...
View ArticleRe: Unable to import BASIS 7.0 content into ESR 7.1
Hi Dinesh, Try to clear the caches just in case it is locking any objects. As you are on ESR 7.1, Is it not 7.1 content you need to import, is it on purpose you are importing 7.0 Basis content? In the...
View ArticleRe: Encoding in Sender/Receiver Channel - Junk Characters
Cannot do it, they are transmitting the files in .dat format, which the PI sender channel is reading in the binary format. Regards
View ArticleRe: Encoding in Sender/Receiver Channel - Junk Characters
The incoming files are being read as binary files and I cannot ask the source system to change these to text files. So I am not sure how do I use the encoding that you have mentioned above.
View ArticleRe: Error while connecting to the FTP server
Hi jeevan, Can you please let me know how? Thanks,Praveen.
View ArticleRe: JDBC Receiver Prepared Statement (sqlBindMode): how to convert date ?
Hi, Amdrish. Thanks, but this is not my case. Sergey.
View ArticleRe: fixed bin replenishment problem
It's normal that TR created for replenishment has no source information. Source storage type/bin should be determined when you convert the TR to TO. ...., will I have to create a new movement type type...
View ArticleEMIGALL ISU_S_PROFHEAD_CHANGE
Starting with Migration Object PROFHEAD as a baseline, I am attempting to create a custom migration object to update existing Profile headers. The goal is to update the Consistency check group applied...
View ArticleRe: SAP Business One SLD Service Database Backup Issue
Hi, Please check with SAP notes: 1734735 - Database backup fails while upgrading SLD Regards,Nagarajan
View ArticleRe: Recursion!
Hi Ahmed, A simple recursion example in C, a factorial program of any number.unsigned int factorial(unsigned int n) { if (n == 0) { return 1; } else { return n * factorial(n - 1);...
View ArticleRe: Is possible to get OVP instance without FPM?
Hi Praveen, Thank you very much for your answer! Actually my requirement is I want to make some UIBBs which assigned to OVP configurable. Because business user doesn't have knowledge of FPM...
View ArticleRe: External Plugs (Exit-Plug/Suspend-Plug) must no be triggered with an URL...
Hi Shrikant M , This fixed the problem in our system, but my question is why? Is there a related SAP Note for this? It would seem like the Business Package content is incorrect if I need to go in and...
View ArticleRe: SAP BW/BI/BO
Hello Shahid Imam Shaik I checked your YouTube channel, it is really nice.Thanks for your nice sharing Kind Regards
View ArticleRe: Moving tempdb database fragments off the master device
Bret, As promissed, I tried your first approach with success. Source code and output files attached. There was an error at the end, in the EXEC sp_helpdb tempdb GO Command. Must be a bug in the...
View ArticleRe: EMIGALL ISU_S_PROFHEAD_CHANGE
This stops the short dumps, but the AUTO-PROFILE is not populated with the test profile number. Also, if I enter a valid Profile number in Debug, Im still prompted with additional fields needing to be...
View ArticleRe: Organisation Views not popping up.
Hi Ramakrishna, Plesae share the error screenshot, Regards,Silky
View Article