Quantcast
Channel: SCN: Message List
Viewing all 3462 articles
Browse latest View live

Broadcaster return error ITEM of type could not be generated

$
0
0

Hello,

 

we use BW 7.4 within HANA and BEx WebBroadcaster.

We get the message

"ITEM" of type "CONTEXT_MENU_ITEM" could not be generated.

 

This goes in line exactly with OSS 2076512 and we installed all most recent BI JAVA patches.

The problem still remains.

 

Does anyone have a hint on how to solve that problem?

 

Thanks a lot for any information.

 

Thomas


Re: XSLT transformation error: The prefix "nsproc" for element "nsproc:process" is not bound

$
0
0

Thanks Vishnu, I have reached out to the resource to check it in detail. I think this is not an implementation issue of SAP Business connector itself.

Re: Return Dynamic Structure in Function Module

$
0
0

Here is the code and the results..

 

FUNCTION ZTEST .
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     REFERENCE(TABNAME) TYPE  TABNAME
*"  CHANGING
*"     REFERENCE(EC_STRUCTURE) TYPE  ANY
*"----------------------------------------------------------------------

DATA: l_dref_table_workarea TYPE REF TO data.

FIELD-SYMBOLS <fs> TYPE any.

CREATE DATA l_dref_table_workarea TYPE (tabname).
ASSIGN l_dref_table_workarea->* TO <fs>.

EC_STRUCTURE  = <fs>.


ENDFUNCTION.


 

Execute...

 

Press SAVE and results are..

Re: XSLT transformation error: The prefix "nsproc" for element "nsproc:process" is not bound

$
0
0
Thanks

 

I have reached out to the resource to check it in detail. I think this is not an implementation issue of SAP Business connector itself.

Re: User is printing from sp01 instead of direct print.

$
0
0

Hello Badovszky,

 

Seem to be correct

i have verified in spool attributes the print immediately option is not visible.

can you please advise where we can check the print immediate option.

 

Regards,

Kiran.

Re: Analisis de ventas por artículo el detalle sale vacio

$
0
0

De hecho se conecto SAP directamente y corrio el RSP y nada, tuvo que ser con el SP de forma manual.

Re: Could not create connection from RS to MSSQL

$
0
0

Hi Luz

 

Since you mentioned that you have working RS on AIX and DC on windows, my interest has perked up.

 

So I want to do and test a set up on similar lines.

 

Would you please share the SAP link from where you downloaded DC/ECDA component ?

I do not see that in a obvious place.

 

Thanks and regards

 

Avinash

Re: Visual Composer - "Portal request failed (Unspecified portal connector error)"

$
0
0

Hi Mark,

 

We are using Flex 2;  this error is thrown when I try to deploy a Layer without content - "Error in compiling Flex 2 application.  Consult log file for details."

 

The log files (applications.3.log, config_audit.7.log, defaultTrace.1.trc) do not show an error for the object "com.sap.portal.vc"

 

I have tried a number of combinations (with layer, HTML view only, both).  I can deploy an HTML view with a basic url to the home page of our portal.  Once I add either a layer or modify the url to the format we have used since 2008, I get the "Portal request failure" error described in the original post.

 

Here is the url format that we have been using:  "https://portal.skyline.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?INITIAL_STATE=VIEW&INITIAL_STATE-VIEW=MP_SD001__CONSOL_Q002_QV01&variable_screen=X"

 

Do you have any additional suggestions on how to get these iViews published?

 

Thanks,

Maureen


Re: Long path of tcode SM30

$
0
0

Hi Winnie...

 

I know your question was posted years ago, but it still shows as unanswered... I thought I'd post a comprehensive answer since I found it whilst doing research for a business user manual I'm putting together.

 

1. In the command field, type transaction: SP00 (that's zero, zero)... that will bring up an alternate SAP Menu. then open "Tools" -> "Tables" -> "SM30"

 

2. From the standard SAP menu bar, choose "System" -> "Services" -> "Table Maintenance" -> "Extended Table Maintenance" (that is SM30)

 

You're welcome. :-)

Re: FAGLB03 Performance ISSue

$
0
0

This got resolved after sap suggested note

 

1524829 - FAGLL03: Oracle HINT - Access should start with BSIS/BSAS

 

Gajanand Gupta

Re: Is Leadership Program Automation possible in SuccessFactors?

$
0
0

Thanks so much Luke,

 

Has SF added the ability to assign Curricula to the Dev. Plan? Previously, only individual Learning Items were allowed to be added to the Dev. Plan.

 

Additionally, would there be a 'custom form' that we could create to automated the nomination, review and approval of the program candidates?

 

Thanks again,

Mike    

Re: text tables for a domain

Re: Script logic dynamic selection clarification

Re: Script logic dynamic selection clarification

Error en DTW 5001

$
0
0

error DTW.png

Buenos días

 

estoy realizando el cargue de la plantilla de activos fijos por DTW y me genera este error.

 

me podrían ayudar a identifica a que se debe este error, pues no es común que el DTW mande errores en español.

 

muchas gracias 


Re: Data is not refreshed in reciever RFC communication channel

$
0
0

Normally RFC metadata gets refreshed when you re import and make and make some dummy changes in RFC channel and activate it.

 

Try once SXI_CACHE too.

Re: Missing BOM components - MFBF

$
0
0

Hi,

 

In MFBF transaction you are trying to post the confirmation of finished good material.

 

As we know in MFBF, we do confirmation through backflushing wherein component materials required for production of finished good material get consumed or backflushed and auto GR of finished good material also done by the system.

 

Now in your case, BOM components quantity required for finished good material production are not in stock hence system is giving error as 'Missing BOM components' and without BOM components how can you post or do production of finished good material.

 

To resolve this issue, first you need to bring all BOM components into stock through purchase or production whichever is applicable on the basis of their 'Procurement Type' in Material Master MRP2 view.

 

Regards,

Naresh

Re: Agentry Windows CE Search

$
0
0

Are you trying to implement this as a transaction screen or detail screen?  You don't mention what the other two buttons are for so that may dictate which approach you take.

 

Yes, you can do what you describe but will need to define the "search" logic based on what you expect to happen most frequently.  This is not trivial to implement and may need some additional helper actions to get the context correct for the navigation.

 

When the user clicks your search button after entering the id value I would probably do the following

 

  1. Store to a main object property for easier reference in my search loops
  2. Have a container action that contains subactions for each type I want to search in order of frequency
  3. Each subaction will loop over the respective collection (Workorder, Notification, Equipment, etc) and look for a match against my Main Object search value
  4. If a match is found, run a transaction indicate the match was found (to help subsequent searches abort early) and what type of navigation needs to happen
  5. At the end of my search looping actions have another sub-action rule to trigger the appropriate navigation based on the value and type of the match

 

Good Luck!

 

--Bill

Re: EBS - Target field in search string

$
0
0

Hi Mgitur,

 

thank you!! It works .

 

Regards,

 

Ondrej

Re: Condition on Button (Action)

$
0
0

I don't think they are so simple as they are linked based on Action performed by user.

 

We need to define logic/condition based on the Action performed.

 

Please guide where I can capture the action and control the standard behavior.

 

Thanks,

Charan.

Viewing all 3462 articles
Browse latest View live




Latest Images