Re: XML Tag with mutilple value
HI Clayton! Just set occurrence of element "Value" to "0..unbounded" or "1..unbounded" in data type definition and fill that element with values from outbound queue in your mapping. Or please clarify...
View ArticleRe: PB Newbie - CurrentRow() is unknown function name
When you script in the rowfocuschanged event the variable currentrow is available to you to use it as you wish: event rowfocuschanged (long currentrow) returns long [pbm_dwnrowchange]...
View ArticleRe: PB Newbie - CurrentRow() is unknown function name
In the clicked event: MessageBox ( 'Clicked Event' , 'Clicked row: ' + string (row) + & '~r~nCurrent row:' + String ( getrow() ) + & '~r~nObject: ' + string ( dwo.name))I suspect you...
View ArticleRe: What is the use of XXX1.SerialNum ?
Hi Jitin I cannot find the SAP Note 1094108. can you please let me where i can find above note? ThanksRavindra
View ArticleWhere can I download HANA client with Python package
Hi all, I try to download the hana client for Disclaimer_HANA_developer_edition but failed. I try to download the hana client because I want to connect to hana instance via python. Do you know where...
View ArticleRe: PB Newbie - CurrentRow() is unknown function name
That's what I did earlier, Ricardo.But it throws the same row value even if I selected another row in my dddw. How can I pass the currentrow value as I select a new row in my dddw? TIA,
View ArticleRe: Make *SELECT return unique values
Agree with Gersh: "Seems like (yet another) bug to me." - you have to provide version info!
View ArticleRe: Design Studio issue - Cannot open query panel
Jawahar, Was there any resolution to this issue? I am experiencing the same issue. Thanks!
View ArticleRe: Preventing zero value records from getting exported, on running EXPORT...
Default measure will do the same, but without zero removal...
View ArticleRe: key valid date in C203
Hi,Thanks for reply.If i give one valid date in C203, it is fetching the operations data and if i change the key date it is fetching different operations data in operations tab,can you please let me...
View ArticleRe: Failed to analyze instruction /CPMB/FAIL_SWITCH_TO_PLAN Optimize Model
In the Process Chain screen shot you provided that line has Process Type /CPMB/SWITCH_TO_PLAN, not /CPMB/FAIL_SWITCH_TO_PLAN. It looks like you have discrepancy between Process Chain and DMP script...
View ArticleRe: BI 4.1 CMC Servers/Users and groups tabs take too much time to load
Hello there, You can try following things: -Clear tomcat cache.-In CMC Homepage==>Preferences, check the number of objects per page and set it to 50 if it is set to a higher value.-Check value of...
View ArticleRe: SQLErrText
Did you try the ErrMsg() function. Here in DocCommentXchange Remark number 1 HTH, Paul
View ArticleRe: SPL Block for BP based on Name1 or Name2
Hi Hansik, You have done the right setting with the relational operator. I would choose this setting only if I have a lot of names of the BPs populated in Name 1 and Name 2 field. Otherwise, I would...
View ArticleRe: Elementes on delivery schedule lines for POs - customizing
Marcio,The dates you mentioned are transactional data, not configuration. These dates are typically generated through Shipment and Delivery scheduling. This is not an MM topic, you have posted this...
View ArticleRe: pbGMap Demo - Where to go from here?
Appeon does support OLE and it also does support the HypertextToURL(), which will open the URL in a separate browser window. However, I'm not sure if Appeon would solve this problem considering you...
View ArticleRe: getting CNTL_ERROR
Hi, yes. I requested to check if any other user also have the same issue. still awaiting for response. However, meantime I would like to check if this is realy gui issue since the first time (fresh...
View ArticleRe: getting CNTL_ERROR
Hi , Can you please suggest what will be the use of this trace. I can ask user to collect trace but who will analyse them. is the trace will show exact issue? Thanks for your response.
View ArticleRe: BI 4.1 CMC Servers/Users and groups tabs take too much time to load
Hello Kashif, We already have sized our APS services according to the Best Practices for SAPBO BI 4.0 Adaptive Processing Servers document. So every APS have been tuned correctly. Thank you. Roy García
View Article