Re: Files from different FTP Servers
Hi, Could you please help me to use the solution no 2 . Where exactly I have to use the use the UDF . Thanks
View ArticleRe: FTPS Issue - java.net.ConnectException: Connection timed out
Hi Pinangshuk, Can you please tell me how to check for open ports? Thanks,Praveen
View ArticleRe: Crystal Reports designer 2011 SP4
Hi Antonio, Can you upload the screenshot of the erro?And where did you download the CR 2011 SP4? thanks,Maggie
View ArticleRe: Mobile SAPUI5 app with Public ODATA service - help
Hi Nader, That bit of code is checking the origin of the service URL. You are probably hitting the CORS issue - this is documented in the SAPUI5 here:...
View ArticleTransition from SLFN to SMIN after upgrade to Solman 7.1
Hi Experts. Currently, our users login to SAP GUI and use transaction code DSWP in SolMan 7.0to create/process Service Desk transactions. We don’t use Work Center yet. I just wanted to know how will...
View ArticleRe: formula to seperate results
if the data above is several database rows then do this: 1) create a new report and a new formula with this syntax split({yourbigtextfield},':')[1] 2) create a group on that formula 3) create...
View ArticleRe: Distorsión de las imágenes en Formatos de Impresión PLD
Yamileth, saludos, Lo que hacemos nosotros es En algún editor de imágenes:1.-que la imagen sea de 300 dpi por lo menos2.- formato jpg3.- profundidad de Color RGB de 8 bits 4.- que las dimensiones en...
View ArticleRe: HScrollBar
Hi Russell, The datawindow control resize event does trigger ( just tried in PB12.1 ). You need to add the event to the control, call it say ue_resize and map the new event to pbm_size. You will get...
View ArticleRe: WTH TAX BASE AMOUNT in FBL1N... is showing as double figure of my actual...
Hi Raghav,The WHT data is stored in table WITH_ITEM. You can see the detail in here.Example:I have one vendor with 2 WHT types at payment:I created one invoice, with different tax code for each WHT...
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