Re: PB sets identity column in datawindow when it should not
Do you have a computed column on the compute tab for this datawindow? I think you're seeing a bug (CR 730021) that has been opened for a while but has not yet been fixed. This CR is not in a SAP...
View Article0CALMONTH YEAR TO DATE
Hi Experts, I am having troubles in calculating values of my YTD column in my query using a bex variable customer exit. Where in I got a user input of Cal month Year.Example, if the user selects...
View ArticleRe: How can we assign leads automatically to respective sales manager based...
Hi Actually using an Action Profile assigned to the Transaction maybe better in your case. On save of the Lead Transaction, the action will apply whatever logic is required and update the Partner of...
View ArticleRe: Design Studio 1.4 SDK - What is the correct approach for binding events...
Hi Karol, Glad to know I was on the right track . Thank you so much for your quick feedback with a formal blog post on the subject. This will be very helpful for SDK developers. Regards, Mustafa.
View ArticleRe: 0CALMONTH YEAR TO DATE
Hi Thomas, I can see with your variable that it's "processed by SAP Exit". It should be "processed by Customer Exit". Best regards,Sander
View ArticleRe: BAPI_USER_CHANGE change password in a different system
Hi I understand your issue better now. I'd recommend you speak with team who manage the password synchronisation across the environments as without understanding how they keep it in sync, you'll be...
View ArticleRe: how to fetch BP's and Contact person and User from Org unit in sap crm
Hi Jhon Take a look at the HRP1000, HRP1001, tables. They're not the easiest to interrogate but this is the place to start. Regards Arden
View ArticleRe: SAP BPC 10.1 Classic Installation
You need to follow each step in the installation guide.which SP are you installing for BPC?
View ArticleRe: EPM Add-in installation failed to appear
Hi Muhammad, Which selection did you use when you installing the BPC?make sure you selected planning and consolidation for netweaver option.the default is on the financial consolidation option, then...
View ArticleRe: Transformation File-If statement reading from two BW infoobjects
Hi Ahmad, Try use the combination of transformation and conversion file. you can do a mapping in the conversion file for the empty 0investor. map the emtpy member to TP-INVNONE ps, it is not...
View ArticleRe: SAPUI5 XML vs JS example gist
exactly what I searched for Working with XML views is simpler when you are not a native javascript developer ! <mvc:Viewxmlns:f="sap.ui.layout.form" was my missing link - for defining all f: as...
View ArticleRe: Error 1706 during SBO Mailler Installation of SAP B1
Hi, Please repost above discussion by marking as question type. Thanks & Regards,Nagarajan
View ArticleTool to mass change connection in report
Hi, I wanted to know if it exists a tool to change the connection of a lot of report (~2000).We have moved from file report to crystal server and now we want to update each report from using their own...
View ArticleRe: How to identify BOM sub items frm Documents
Hi, Try this query: SELECT T0.[DocNum], T1.[ItemCode], T4.[Code] FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITT T3 ON...
View ArticlegetData and mapping to Text components
I have a query that returns two columns and up to 18 rows. The first column contains a timestamp and the second contains a value.I have a visual layout where I would like to display a form of column 1...
View ArticleRe: webI "Current number of active sessions"
YOu are correct but as I asked where do you set "Number of active threads" and what are the precautions I need to consider.Thank you,SS
View ArticleRe: SAP Hana Platform supported Operating Systems moves into the market...
Hi Henrique, Thanks for your explanation, I'm clear now. Regards,Ning Tong
View ArticleRe: SAP Kernel Upgrade from 7.2x to 7.4x
Thanks for your replay Reagan. The source system is ERP EhP7 SPS06 on SAP Kernel 7.42. The target system is ERP EhP6 SPS06 on SAP Kernel 7.20 EXT. So, in preparation for the system copy I need to...
View ArticleRe: Query help to include service invoices
Hi, Please note that T1.[BaseRef] is not GRPO number. It is PO number. Better add docdate or vendor code selection in where clause to avoid system performance. Thanks & Regards,Nagarajan
View ArticleRe: Mitigation control notification
Hi Syed Did you look at the Notification for each Step in the Phase (under 5 Maintain Path)? Also, for Global notifications (under 1 Process Global Notifications) there might be an END_OR_REQUEST where...
View Article