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

Re: SAPUI5 sap.m.ComboBox aditionalText error.(TypeError: i.getAdditionalText is not a function) ?

$
0
0

hello Jithin,

 

See documentation of the Combobox item , there is no field additionalText.

 

new sap.ui.core.Item(sId?, mSettings?)

Constructor for a new Item.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.

The supported settings are:

  • Properties

 

In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.


Re: Product system already exists

$
0
0

Dear

Can i delete  my previously created one and create new one  which is in SAP ERP bcaz i need it in netweaver

 

Regards

Re: limit of listbox

Re: Trigger Itemchanged event for a dropdown window

$
0
0

Yep .. nothing like using ANSI and/or ISO standards!  

Re: Legal Regulation in GTS

$
0
0

Thanks Kul Vaibhav .

I am checking about Legal regulation ( license determination). In my case i have activated Legal determination procedure. In the attached screen shot, i can see 3 legal regulation determined. Am trying to understand how this 3 getting determined. ( EAR,XYZ,ABC) .  In country group, AUS mapped with many LR.LR.jpg

Re: Get count in select statement

$
0
0

we both showed you the way and left you the rest. but seems you do not want to learn fishing but just take the fish.

 

Try this.

concatenate p_sifid '%' into p_sifid.

SELECT COUNT( * ) FROM zjob INTO wa_job-counter WHERE variant like p_sifid.


if not try this ;

data: r_variant type range of zjob-variant,

          s_variant like line of r_variant.

clear s_variant.

s_variant(3) = 'IEQ'.

concatenate p_sifid '*' into s_variant-low.

append s_variant to r_variant.

SELECT COUNT( * ) FROM zjob INTO wa_job-counter WHERE variant in r_variant.

Re: Software Upgrade Manager! FATAL ERROR Checking job DBCLONE1/12084500 returned 1

$
0
0

Hi Qazi,

 

Create a job DBCLONE1 with the program name RSUPG_CLONE_TABLES and variant SAP_DBCLONE_1 with DDIC user in 000 client.

 

Save the job and keep it in schedule state.

 

Now run the below command at DB level

 

update SAPSR3.TBTCO set JOBCOUNT='12084500' , STATUS='A' where JOBNAME='DBCLONE1'

 

After running the above query , DBCLONE1 will be in cancel status.

 

Now retry the step in SUM.

 

With Regards

Ashutosh Chaturvedi

 

 

 

Re: Landing Page - email from a friend to a friend

$
0
0

Hi Cristina,

 

from my perspective you have to create a new Interaction Contact for the FRIEND's data. For this new created contacted you have to send out an email.

 

Please be aware to consider the permissions, so it depends in which country you are.

 

Best regards,

Joerg


Re: after settlement i want that sub order cost will not get settle on the superior order

Re: Replication of PS with CProjects

$
0
0

Dear Naveen,

 

it´s not possible to create a Project Management Project based on the PS-project. (From ERP-system to PPM-system).

It´s possible to create a PS-project based on a Project Management Project (from PPM-system to ERP-system). This process is called  "Accounting integration".

Information can you also find in the online documentation:

 

http://help.sap.com/saphelp_ppm610/helpdata/en/4a/dc5c163e0d34cae10000000a421138/content.htm?frameset=/en/49/d254c3590b3f82e10000000a421138/frameset.htm&current_toc=/en/e4/dd18b285a9431b835a16e86e964cc7/plain.htm&node_id=378&show_children=false

 

Best regards,

Judith

Re: Error while using R algorithm in Expert Analytics 2.4

$
0
0

Thanks, did this on my office machine and now the tree works.. Wonder whether the same works on m home machine, where I did manage to uninstall the package completely..

Many thanks and brgds

 

Radovan

[error occurred during error reporting in step 330 ("(dumping pointers in thread stack)")

$
0
0

Hello All,

 

We are performing SPS upgrade of SOLMAN 7.1 to SP 14 using SUM 1.0.

We are facing an error that SUM tool crashes and SOLMAN also goes down with it.

Below is the log from hs_err_pid21758026.log

 

Stack address 0x000000011062bff8 points to 0x00000000c0addf91 (old generation) using compressed oop 0xc0addf91.

    At 0x00000000c0addef8 is an object of class java.lang.Object[]

    At 0x00000000c0addf30 is an object of class java.util.HashMap$Entry

    At 0x00000000c0addf50 is an object of class com.sun.org.apache.xerces.internal.impl.XMLEntityManager

    At 0x00000000c0addfc8 is an object of class com.sun.org.apache.xerces.internal.util.SymbolTable

    At 0x00000000c0addfe8 is an object of class com.sun.org.apache.xerces.internal.util.SymbolTable$Entry[]

[error occurred during error reporting in step 330 ("(dumping pointers in thread stack)")

Details: pc=0x0900000000038ae0 siginfo: si_signo: 33 (SIGDANGER), si_code: 9 (SI_EMPTY)

]

 

 

 

 

---  C O D E  B L O B S  ---

 

 

 

 

Time: 17:57:54

# end.

 

 

Please suggest!

 

Thanks

Ankit

Re: Can we view sql script in webi report using sources as stored procedure?

$
0
0

Hi,

 

we have option under query definition as edit sql there you will get details.

 

 

Thanks

Re: QM material data maintenance: procurement data

$
0
0

Hi Denis

 

It will be QM view in Material Master.

 

Regards

Suresh.M

Re: Link between Incidents ID and Survey Answer

$
0
0

Hello,

 

you can use the IC Customer Survey scenario to implement the requested function. When sending out the survey link, you need to add the service request guid to the survey URL:

 

.../sap/bc/bsp/sap/crm_svy_server/survey.htm?sap-client=504&applid=CRM_SURVEY_EIC&svyid=TEST&vers=0000000001&lang=EN&parid=CRM_SVY_BSP_SYSTEMPARAM_QDD_504.XML&SR=00505682135A1ED5B3D035F18F4C08A2

 

Using the PBO module CRM_SVY_ESSC_PBO and the PAI module CRM_SVY_ESSC_PAI will create an entry in table CRMD_ESSC_SVY that contains the reference from the service request to the survey.

 

This scenario works without additional development.

 

In case you want to add the survey to the service request, you may need to modify the PBO and PAI module to create the SRQ-survey linkage. This can be done using function modules CRM_ORDER_MAINTAIN or CRM_SURVEY_FILL_1O_SURVEY from the survey modules.

 

For general information about Survey Processing in CRM please refer to the SCN wiki:

 

Survey Processing in CRM Marketing - CRM - SCN Wiki

 

For any known issues related to survey processing please refer to the following blog:

 

Survey Rendering in CRM WEB UI

 

best regards,

Johannes


Re: New Gatp Implementation without buying SCM

Re: Modelo de autorización de SAP para App SAP

$
0
0

Si Juan Carlos. Inclusive tengo las dos primeras casillas activas:

 

Activar procedimiento de autorización

Activar procedimiento de aprobación en DI

Re: Output configuration for new customer

$
0
0

Hi,

You can copy the " 0002 "  access sequence as " Z002"  and include the table with customer sales org / billing type and customer .After regenerating you need to assign it to "GINV"  output condition type.

 

Make sure that access sequence " Z002" has 2 tables

 

1)sales org / billing type key combination

2)sales org / billing type and customer

 

Let others share their opinion too.

 

 

Regards,

SRK

Re: Dynpro UI Elements in FireFox

$
0
0

Hi Jarek

 

I am not completely clear as to in which browser you are facing the issue.

As per my understanding if the issue you are facing is seen only on IE then it is due to the rendering issue that is generally faced with Internet Explorer.

 

For that kindly refer to the below scn document and carry each of the steps given in it.

 

9 Steps to Solve Portal Rendering Issues in IE

 

Mostly the above document will solve the issue you are facing.

 

Regards

Santarshi Samanta

Follow Santarshi Samanta

No (valid) TMW destination found error while generating DVM GSS report

$
0
0

Hi,

 

I am trying to generate DVM GSS report for one of the systems in our landscape , In Technical Preparation step I am getting an error "No (valid) TMW destination found"  while SM<SID>CLNT<XXX>_TMW is working fine.

 

Both the connection test and authorization test are successful for the TMW RFC strangely I am facing no valid TMW RFC error in preparation phase, not sure where and what I am missing for this particular system.

 

I generated DVM report for some other systems successfully with the same UID.  It would be very helpful if  someone provide their thoughts on this .

 

 

Regards,

Phani.

Viewing all 8676 articles
Browse latest View live




Latest Images

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