machine code for powerbuilder 12
Hi, In pb8, we have this structure pfc framworkdepartment framworkpfc framworkproject framwork etc we have no problem compile into machine code in XP environment. After migrated to pb12 in wind 7...
View ArticleRe: Does SAP MDG 7.0 support return vendor creation?
Thanks Shankar... it isn't a direct enhancement that will serve the functionality, but I'm good for now.
View ArticleABAP_LSMW_
Hi there..........I had an issue with LSMW ,could any guide me plz. in lsmw at "specify file" step after specifing the path,it was showing the error at 'converted data' .plz see the screen shot...
View ArticleRe: ABAP_LSMW_
Judging by the error message, your filename is too long.Try cutting it down to under 45 chars. cheersPaul
View ArticleRe: Not showing text on dropdownbox
HI Rohit I am guessing oItemTemplate1.bindProperty("text", "{ZtmDockid}");should beoItemTemplate1.bindProperty("text", "ZtmDockid");or you can have it as var oItemTemplate1 = new sap.ui.core.ListItem({...
View ArticleRe: TN to only allow PO/GRPO for a specific customer to a dedicated WH
Hi Olga Hu... Yes It is Possible, best way of doing this is Create a UDF In BP and enter the warehouse in it and using the TNSP you can block it.. If the BP has Multiple Warehouse the Create a UDT to...
View ArticleRe: W.H.T Deduction FBCJ
Hi Pu Gu,Some settings were missing which i updated. thank you so much for your help and support. Regards,
View ArticleRe: Breakdown Duration
Hi, Thanks for your reply. But my client dont want to use IW41 separately but the system should calculate the breakdown duration by excluding break timings automatically. Is it possible through shift...
View ArticleRe: "No authorization" Message while executing BW query
And one more thing i want to mention here is 0EMPLOYEE,0ORGUNIT,0PERS_AREA,ZPER_SAR is having authorization restrictions. Only 2 users are facing this issue.For all other users report is working fine....
View ArticleRe: Multiple views for desktop_apps ?
Hi Sriram,Already i have done multipleviews for mobile app through app.to() method, now i'm doing for desktop app, my question is can i use app.to() method for desktop also..if i use is it working? and...
View ArticleRe: How to increase number of lanes visible on UI5 landing page to cover...
what if you directly launch from PFCG, we have seen restriction via portal for this on HR renewal I ll check further and get back to you
View ArticleRe: Set search help dynamically to SAP Standard Screen
Hi All, I have published the complete details on SCN document just now,http://scn.sap.com/docs/DOC-60783 Please let me know if any concerns. Regards,Ishani
View ArticleRe: Full & Final Settlement: PF not getting calculated
Dear Sriram, Have you checked the dates of IT0587 and INEPF in Payroll Schema.If possible share the screenshot of the Payroll Results. Regards Ravi Kumar
View ArticleRe: Stored Procedure to block duplicate lines in Bill Of Materials
Hi Adrian Lee... Try This IF@transaction_typeIN('A','U')AND@object_type='66'BEGIN IFEXISTS (SELECTCode, COUNT(Code) FROMITT1 WHEREFather=@list_of_cols_val_tab_del...
View ArticleRe: Agentry with SMP 3.0 and Nginx
Correct, assuming NGINX is setup as a true proxy and not a pass through, the Agentry client will receive the certificate from NGINX when it establishes the https connection and validate that the CN on...
View ArticleRe: Can we maitain number of GL codes with the one tax code
Hi Lakshmi Dear...see the date and timing...and I am not saying that don't response..pl response to share of our mutual benefits...not that we compete each other.. My intention not to hurt you...
View ArticleRe: Time is shown as NaN Format
Hi Colleagues, I am able to resolve that issue using below code, But with this the dropdown is showing the same time for every value. SlotTi: "PT08H00M00S"SlotTi: "PT08H10M00S"The time shown is...
View ArticleHow to Display positive & negative values separately in SAPSCRIPT
Hi all experts, I am working on a sapscript in which I need to display the positive and negative amounts in separate columns.I added two columns into the sapscript, namely Debit and Credit columns....
View ArticleRe: How to run an add-on outside of SAP B1?
I changed the Start.bat to read as follows: @echo on PathAttachment.exe "030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056" This time when I execute the...
View Article