Quantcast
Channel: SCN : All Content - All Communities
Viewing all 2169 articles
Browse latest View live

Z E-mail activities are not appearing in CRM WEBUI

$
0
0

Hi Experts,

 

I have a requirement that I have to configure three e-mail type activities as for example ( X email, Y email and Z email) and enable the same in UI level for end customers.

 

Below is the configuration I made,

 

  1. Firstly I took the standard outbound e-mail(0005) activity type and then copied to configured all the three e-mail activities as (ZXE, ZYE and ZZE).
  2. 401 (E-mail activity category) is maintained properly for each activity.
  3. Activity transaction is ACTIVE and Channel "CRM webclient" is properly maintained.

 

But still, i can't able to see all the newly configured e-mail activities in WEB UI where as i can see for remaining activity types like Appointment, Interaction log etc., Once i click on 'Create' for E-mail, it has to come up with selection pop-up window for selection with all the configured e-mail activities including standard type but, it's directly taking me to standard 'E-mail' type which is very strange to me.

 

 

Anyone Please reply me on this outstanding issue. Quick reply would be highly appreciated.

 

 

 

  

 

 

Many Thanks,

Venkat.A.


ASA9 terminating abnormally with message about a "null" table!?

$
0
0

Hi,


Since this morning we have an ASA9 database terminating abnormally. 


This below is a portion of the console log right before the database terminates abnormally.


E. 06/01 11:17:56. *** ERROR *** Assertion failed: 102203 (9.0.2.3924)

E. 06/01 11:17:56. Row count (-2147365485) in table ((null)) is incorrect

I. 06/01 11:17:56. *** ERROR *** Assertion failed: 102203 (9.0.2.3924)

I. 06/01 11:17:56. Row count (-2147365485) in table ((null)) is incorrect

I. 06/01 11:17:56.

I. 06/01 11:17:56. Attempting to save dump file at 'C:\Users\ADMINI~1\AppData\Local\Temp\1\sa_dump.dmp'

I. 06/01 11:17:56. Connection terminated abnormally

I. 06/01 11:17:56. Dump file saved



Out of desperation we brought the server back up using "dblog -t" to start a new log  (I initially thought that the transaction log had become corrupt).


The database worked for about an hour, and then we got the same error (actually the console log extract above is from the 2nd time the datase went down).


Any ideas of what this error means, and what I could do?


Thanks,

Edgard

Flexible 24 Hour Work Schedule - Pair Formation on Wrong Day

$
0
0

Dear SCN Experts,

 

Your advice is needed to explain how to prevent time pairs being assigned to the previous day when they should be assigned to the current day.

 

I have a 24 X 7 flexible work schedule rule with a daily work schedule of 8 planned hours and planned working time of 00:00 - 23:59 and normal working time of 00:00 - 08:00.

 

DWS.PNG

 

Client has a work schedule of 00:00 to 08:00. Time pair formation is not behaving as expected. Example:

 

Employee clocks in at 00:00:00 on Monday, 2 May 2016 and clocks out at 08:00:00 on Monday, 2 May 2016. Both time events are being assigned to the previous day (Sunday, 1 May 2016) during time evaluation:

 

P2011 Entry.PNG

 

All pair formation settings in table T705B are set to standard settings.

 

Why is time evaluation assigning time events to the previous day when they belong to the current day?

Show different output in ALV controlled by dropdown

$
0
0

Hi,

i am new in WebDynpro ABAP.

I want to change the Output from an ALV which is specified on an selection by the Dropdown.

 

For Example:

 

DropdownList containing values like value1, value2...

For value1 the Output for the ALV will be temp1.

For value2 the Output for the ALV will be temp2

 

Method temp1.

 

DATA: lo_nd_temp1 TYPE REF TO if_wd_context_node,
             lo_el_temp1 TYPE REF TO if_wd_context_element,
             ls_temp1   TYPE wd_this->element_template,
             lt_temp1         TYPE wd_this->elements_template,

 

...Code for filling lt_example

 

lo_el_temp1 = lo_nd_temp1->create_element( ).
lo_nd_temp1->bind_table( new_items = lt_temp1_).

 

Method temp2.

*The same like temp1 with different contant in it_temp1.

 

 

Method onaction.

 

  lo_el_dropdownbykey->get_attribute(
    EXPORTING
      name  = 'KEY'
    IMPORTING
      value = lv_value ).

CASE lv_value.
  WHEN 'value1'.
      *Show Content it_temp1.
  WHEN 'value2'.
      *Show Content it_temp2.
  WHEN OTHERS.

 

 

Do I Need two different ALV like ALV_temp1 and ALV_temp2 or can i modify the displayed Content for one ALV?

 

 

 

 

Statement "MOVE src TO dst" requires operands "dst" and "src" to be convertible. Data objects in Unicode programs cannot be converted .

$
0
0

Hi All,

 

I'm facing a compatability issue. Kindly find the below code and let me know where I've done the Declaration part wrong.

 

 

c11.png

 

c2.PNG

 

Kindly let me know the compatibility issue ASAP. Thank You.

No characteristics Available while creating MPOS

$
0
0

Hi All,

 

When I try to create the MPOS, I could not find any characteristics to select.

Please refer to the below screen shot and let me know what to do. Even I am unable to create info objects in RSA1.

 

MPOS.PNG

Creating dataset on BW - hangs on "Acquisition completed"

$
0
0

Hi,

 

taking my first steps in Lumira (1.29), but not getting past the first hurdle

 

I connected to my BW query, selected a very limited number of dimensions & key figures and choose 'create".

 

He seems to go through the different phases, but he keeps hanging on "Acquisition completed" for forever (the bar keeps moving, but nothing happens, buttons stay greyed out):

 

It seems that he has collected data, because i can see in the bar at the bottom that records seem to have been fetched

 

When i close Lumira (only thing i can do, no other way to stop this "acquistion completed" screen) he ask me if i want to save the document. When i do save it, later reopen Lumira and then try to open the document, the same thing seems to happen: he tries to open, but nothing happens.

 

I tried this with several queries and made sure my dataset had not that many records as a result, but all had the same issue.

 

Any ideas on what i might be doing wrong?

Problem during modification

$
0
0

Hello,

 

We have created a custom data model and configured a search screen for the entity. Now, when we search for a particular record and click on the link to modify it, nothing is happening. We expect another window to open for modification. The action on the link is set to link to action and all customisation for modification such as CR, Business Activity, Action are in place.

Can someone suggest what needs to be done to get the link working as expected?

 

Thanks,

Sagar Dixit


Custom Model Search

$
0
0

Hello,

 

We have implementing a custom Equipment Data Model and are now trying to develop a search screen similar to standard Material/ Customer search.

We are using DB search mode and have followed the Custom Object development guide provided by SAP for MDG 8.0.

We have the USMD_SEARCH UI application configured but aren't able to search Equipments from the ECC tables or MDG staging.

I understand that we'll have to write some code before being able to query anything, but we're not sure which methods need to be implemented.

Can someone please guide us as to what steps need to be followed in order to fetch the search results? Some document that we can refer maybe?

 

Thanks,

Sagar Dixit

ENVIRONMENT VARIABLES?

$
0
0

Hi EXPERTS,

ANYBODY GUIDE ME 'WHAT IS THE USE OF ENVIRONMENT VARIABLES' WHILE DOING INSTALLATION WE SET  ENVIRONMENT VARIABLES AS PRE-RECQUISITE STEP.WHY?

 

 

 

 

 

 

 

 

REGARDS,

RAM PULAGAM

Creating dataset - hangs on "Acquisition completed"

$
0
0

Hi,

 

I am using Lumira 1.30 with windows 7 OS language set to English

 

 

 

I connected to any datasource (e.g. a simple Excel), selected a very limited number of dimensions & key figures and choose 'create".

 

He seems to go through the different phases, but he keeps hanging on "Acquisition completed" for forever (the bar keeps moving, but nothing happens, buttons stay greyed out). I saw the note for 1.29 with OS not in English, but this is not relevant to my version \ OS settings.

 

When I close Lumira (only thing i can do, no other way to stop this "acquistion completed" screen) he ask me if i want to save the document. When i do save it, later reopen Lumira and then try to open the document, the same thing seems to happen: he tries to open, but nothing happens.

 

I tried this with several queries \ files and made sure my dataset had not that many records as a result, but all had the same issue.

It say something about "Sematic enrichment...", but also the preferance can't be open.

 

Any ideas on what I might be doing wrong?

Kind Regard

Alon Kanat

 

 

 

 

 

 

 

 

 

Lumira Acquisition complete.JPG

HTML5 + java application + OAUTH = no user attributes

$
0
0

Greetings, 

  

I have created an HTML5 application which requests an OAUTH token from our IDP (*.accounts.ondemand.com). The token is generated and retrieved sucessfully. When the token is propagated to the API (java application) the user is also successfully authenticated and the request is executed. 

  

I would like to get some user attributes after user is authenticated on the backend, but it seems this is not possible ... (note that when running locally and using a local IDP, the attributes are there). I tried using the default IDP (accounts.sap.com) but the result is the same - I only get the user ID and no other attributes. User attributes propagation is set on our IDP. 

  

What could be the problem ? 

How to display PDF in Java script view UI5

$
0
0

Hi ,

 

I have a main page which contains basic data and when I want to display a PDF in a detail page .

 

Page navigation is done but i would like to know what to write in the second page content so that my PDF will be displayed in the second page view.

 

I have my XSTRING with me and i would like to know where to bind this XSTRING value so that my PDF will be displayed.

 

Please let me know what to code in the content block of second view(JAVASCRIPT) AND how to bind my PDF CONTENT(XSTRING) ?

LoB Road Map Webinar Series for DSAG

$
0
0

This side is dedicated to German speaking customers. If you are interested English Webinars please check out the North America (EN) Product Road Map Webinars here.

 

Die Lines of Business (LoB) Road Maps Webinar Serie bietet interaktive Präsentationen für die verschiedenen Lines of Businesses an. Die Road Maps beschreiben die geplanten Änderungen und die künftige Ausrichtung von SAP Produkten in den verschiedenen Bereichen. Die Webinar-Serie wird durch das SAP P&I PMCS-Team in Zusammenarbeit mit den entsprechenden Road Map-Verantwortlichen organisiert. Die Webinare einschließlich der Aufzeichnungen und Präsentationen sind für alle DSAG Mitglieder im DSAG-Net zugänglich.

 

Die Anmeldung und Registrierung erfolgt über die DSAG direkt. Ansprechpartner ist Herr Günter Haack (Guenter.Haack@dsag.de).


Die vollständige Liste aller veröffentlichten LoB Road Map Präsentationen finden Sie auf dem SAP Service Market Place hier: http://service.sap.com/roadmap. Für weitere Informationen kontaktieren Sie bitte: Tanja Russow (Tanja.Russow@sap.com).

 

Folgende LoB Road Map Webinare finden in 2016 statt:

 

Anstehende Webinare 2016Datum, SprecherRegistrierung

SAP S/4HANA private Cloud

Road Map on SMP

Fr, 17.06.2016, 11:00 - 12:00 Uhr

Bettina Zedlitz, SAP

tbd

R&D und Engeneering

Road Map on SMP

Di, 21.06.2016, 15:00 - 16:00 Uhr

Frank Spiegel, SAP

Register
SAP CRM on Premise

Mi, 06.07.2016, 14:00 - 15:00 Uhr

Oliver Frick, SAP

Register

Treasury

tbd

Do, 07.07.2016, 15:00 - 16:00 Uhr

Christian Mnich, SAP

tbd

Central Finance

tbd

Di, 12.07.2016, 15:00 - 16:00 Uhr

Bastian Distler, SAP

tbd

Asset Management

Road Map on SMP

tbd

tbd

tbd

SAP S/4HANA Logistics

Road Map on SMP

tbd

Sven Denecke, SAP

tbd

SF Strategic HR, SF Learning Management, SF Talent Management

Road Map on SMP

tbd

Frank Bareis, Michael Maier, Bianka Woelke, SAP

tbd

 

Die Aufzeichnungen hierzu werden zeitnah im DSAG Net für DSAG Mitglieder bereitgestellt.

 

Durchgeführte Webinare 2016Datum, SprecherRecording

Procurement

tbd

Do, 12.05.2016

Christine Hofmann, SAP

Recording

Service Management

Road Map on SMP

Di, 10.05.2016

Werner Schmidt, SAP

Recording

Accounting & Finance Close

tbd

Mo, 09.05.2016

Stefan Karl, SAP

Recording

Ariba Procurement

Road Map on SMP

Mo, 02.05.2016

Florian Seebauer, SAP

Recording

Sustainability

Road Map on SMP

Do, 28.04.2016

Wolfgang Bock, SAP

Recording

Supply Chain Management

Road Map on SMP

Di, 29.03.2016

Christina-Maria Reutter, Joerg Michaelis, Arno Diego Bruns, SAP

Recording

Manufacturing

Road Map on SMP

Di, 22.03.2016

Jutta Wesemann-Ruzicka, SAP

Recording

SAP hybris Marketing

tbd

Do, 17.03.2016

Miriam Bender, SAP

Recording
Human Resources

Road Map on SMP

Di, 01.03.2016

Ralf Wagner, SAP

Recording

SAP S/4HANA Finance

Road Map on SMP

Fr, 12.02.2016

Dr. Martin Naraschewski, SAP

Recording

 

Informationen und Recordings zu den Webinarserien der vergangenen Jahre finden Sie hier:

 

LoB Road Map Webinar Series for DSAG 2015

LoB Road Map Webinar Series for DSAG 2014

How to Use Same Asset Number with Different Sub-number

$
0
0

Hi

We want to sell some assets and buy them back on lease. We want to use same Asset number with different sub-number under the same company code. This new asset will be under different Depreciation Area (Statistical).

We use external numbes for assets . And same asset number range is used by all compnay codes.

 

Please suggest whether this is possible & how.

 

With Regards,

Nitin


tables for standard report

$
0
0

Dear Experts,

 

 

i want to validate values of Actual cost and plan cost in report s_alr_87013611

in FI document posting.like F-02

so i want tables of plan Cost in report s_alr_87013611.

 

 

 

 

Thanks and regards,

sam

ME59: Problem updating partners in EXIT_SAPMM06E_012

$
0
0

Hi experts,

 

I'm trying to update the partners when creating the PO via ME59.

 

Because there are multiple partners in the contract, ME59 is not able to determine the correct partners, so I generate them in EXIT_SAPMM06E_012.

 

I add partners 'BA' and 'RS', and after the execution of ME59, I see them in EKPA... but they are not visible in Me23N.

 

What am I doing wrong?

Layout Santander J52 - F110

$
0
0

Boa Tarde a todos,

 

Estou com um novo problema precisando da ajuda dos experientes funcionais a empresa precisa tambem de pagar boletos acima de 250.000,00 pesquisei e verifiquei q um campo "J52" deveria estar ativado, e que inclusive a SAP tinha liberado algumas notas de correção para esse caso, sendo que não vi nada referente ao Santander apenas Bradesco-Itau então fiquei com muitas dúvidas,como sou novo e nunca fiz vocês poderiam ajudar?

 

Obrigado

Move Export DataSource to next System

$
0
0

Hi,

     Lots of posts on the topic, but nothing definitive it seems.  I need to know the best/proper way to get IOBJ Export DataSources to next system.

Heard you can't just transport IOBJ Export DataSource

 

Have Systems BWD1 (3.x) => BWD2 (7.4)

Have Systems BWS1 (3.x) => BWS2 (7.4)

 

Want to send Export DataSource in BWD1 to BWS1 System  (ex. 80COSTCENTERM)

 

- Export DataSource was manually created with right-click "create export datasource"

- Don't want to check IOBJ "with export datasource" and have to activate/transport InfoObject

- Created Export DataSources do not show up in BWD1 RSA1 DataSources (Only in ROOSOURCE Table)

 

 

To accomplish moving the Export DataSource?

1. Somehow Transport DataSource BWD1 => BWS1

 

2. Just Manually recreate DataSource in BWS1 and replicate in BWS2

    Will this cause problems with transporting Transformations/InfoPackages due to DataSource Timestamp issue

 

Thanks for opinions/help

Uploading documents to xECM for Notification from UCES

$
0
0

Hi Experts,

 

We have a requirement wherein the customers should be able to upload the documents from UCES (J2ee Application) to xECM (Enterprise Content Management) server against a notification. The customer should also be able to view the uploaded documents once the documents are uploaded.

 

We would like to know how the above requirement can be met. If anybody has any prior experience, please share the ideas or the documents.

 

BR,

Anurag

Viewing all 2169 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>