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

Re: Screen Personas 3.0 End User Role to access two flavors for same tcode using url (without switching)

0
0

Thanks for reply. So should we give user Runtime Activity as 01 and 02 both?

 

Also I can only assign one of the flavors as default. But I have multiple flavors for same transaction code. User should not be able to switch between them when he is using one of the flavors. He should only be able to access flavors using URL.


How to debug or put a breakpoint in NWBC

0
0

Hi,

 

If I activate a breakpoint in an ABAP program it doesn't stop when I use NWBC (Netweaver Business Client). It works if I use the SAPGUI.

 

Do I have to do something else to debug or use a breakpoint with the NWBC?

 

Thanks,

Carlos

Re: Dynamic Controls in Views?

Re: Row count

0
0

Hi Ben,

 

The below views from SYS schema should give you enough information.

 

M_CS_TABLES - this gives information about the list of tables in each schema, it's size in memory, record count etc.

 

COLUMNS - This gives information about each column in a table, it's data type etc.

 

Regards,

Venkat N.

Re: ISessionMgr.logon not working with cluster name

0
0

You don't need to use a clustername. Once you connect to a CMS member, then the cluster members will be sent to the SDK client, and it would load balance.


Regards,

 

Ted Ueda

Re: Stored procedure waiting too long to start executing

0
0

Is this delay seen if the procedure is executed a second time fairly soon?

As it sounds like it was a constant problem when "with recompile" was on, I'm wondering if a good deal of the time might be in compiling the procedures query plan - which wouldn't have to be done on a second execution unless the plan subsequently aged out of procedure cache.

Does the proc contain any obviously complicated queries (lots of joins in any query)?

 

Executing dbcc stacktrace on the spid a few times while it is in this state may provide insight on what it is doing.  

 

set switch on 3604

go

dbcc stacktrace(<spid>)

go

 

 

-bret

Re: web ide connecting to local gateway system

0
0

Image 439.png

Please check, thanks,

Start java Server node with error -1501 (Some of the managers fails to Start)

0
0

Dear All

 

Please Help me !

 

After Upgrade Stack Java portal to version 7.4 the Server2 node is fail whem  startup. Below details log Dev_server2 :

 

dev_server2.PNGdev_server2.PNG


SQL Analytic Privilege - Insufficient privilege

0
0

Hi Folks,

 

Need your help on the issue we are facing.

 

We have created a calculation view on just one table, activated and able to see the data preview successfully.

 

Now we have changed the Analytic Privilege property in semantics to 'SQL Analytic Privilege' and successfully activated the object. Surprisingly data preview gives 'Insufficient privilege' for the same user.

 

We have even tried with SYSTEM user however we are still getting 'insufficient privilege' error.

 

Regards,

Venkat N.

Re: Last modification date and time of a specification in EH&S

0
0

Dear Jean Denis

 

I am not sure about your topic.

 

We have a customer-specific program that needs to determine if a specification has change and if it needs to be resent to an external system.

This customer-specific program is not leveraging IDoc or ALE. => why can you not use ALE etc. technique?

 

Honestly my experience in using "inheritance" is quite old (n other words, if all the pointers are already set between the 2 specifications further change to source specification doesn’t actually change target specification.)

 

As well I am not sure about how the system would react if you would use "reference". That means; if e.g. REAL_GRP is changed I believe the relevant REAL_SUBis not getting any kind of update; I am sorry to say; this is a "very" special question

 

In context of: Aside from the last modification time, is there another approach that could indicate that a specification has change, something like a revision number ? => there is nothing more existing as the topics you have mentioned according to my knowledge.

 

In contetx of:

For example, changing an existing value that is pass on to a specification via inheritance won’t immediately trigger a change in table CDHDR for the target specification.


We need to define "exactly" the term" existing" value. Inheritance is done using some "RECNROOT" links; if e.g. value of "flash point" is updated, there is no need to update this link; only if you would add on source level a further value record you would create new "links". But as mentioned. my experience using INheirtance is quite old


By the way. with EHP3 the "inheritance" has been optimized. I am not sure if you need to activate somebusiness function; but some improvement has been done


I did not check content of OSS: but I would assume that you are "right"; by using table TCGTPLREL you may have the need to detect; is there a "source" specification changed and then initiate relevant subactivities.


I will read cross the OSS notes. The "crucial" topic here is: if on the target spec by using inheritance nothintg is "change" (no change pointer generated) the data on target specificaiotn will not be transmitted via ALE to a target system


C.B.

Re: SAP EHS's Modules

0
0

Dear Hernan

 

may be read cross this document: May be this helps you:

 

SAP EHS Management for Beginners

 

You will lot of links to SAP help and othere stuff trying to explain SAP EHS

 

C.B.

Re: Chat in SAP C4C and / or SAP Jam

Re: Automation of CASE Transform

0
0

You cannot automate to extend the case transform.

 

I can think of a script:

  1. For every distinct country codes from source, loop through each code and
    1. check if table name ending with this particular country code(Loop variable) exists. If not execute create table command.
    2. Execute "insert into select" command. Select query will have country code(Loop variable) in its where clause. Target table name of insert command ends with country code(Loop variable).

 

Same can be done using while loop having a single dataflow inside.

 

If source and target are two different database types, stage the data into target database before this script.

 

Obviously its not a good database design !

Re: Error During Upgrade from ecc6.0 to ehp7 in phase MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE

0
0

Hi,

Please attach logs files of SAPupConsole.log and ELG and other logs file to thread.

Regards, Prem

Dias de aguinaldo

0
0

Buenas tardes:

 

Me podrían indicar donde se configuran los días de aguinaldo para el calculo de SDI (alta de empleado)

 

También esos días que se configuran los toma para el calculo de finiquitos

 

Gracias por su atención

 

Octavio Davila


Re: Save RFC and Jobs Settings before SAP system Copy

0
0

Hello Amerjit,

 

Once again it doesn't work... I typed the F4 key in Component field but nothing happens.

 

Maybe because as I mentioned in my previous message it show an error when execute Product is not enabled for this system; see SAP Note 1527538

 

Maybe I need to apply/update/add something in the SAP system first... I didn´t figure out what. You have any idea what? I can´t understand the note 1527538

 

Any tip?

 

BR,

João Dimas

Re: oData collection not binding to table rows

0
0

Hi Nimish,

 

sorry I forgot to post this first on SAPUI5 Developer Center

 

From gw client I am able to see correct odata response.

The point is on UI5 side.

 

Regards,

Claudia

Re: oData collection not binding to data table rows

0
0

Sergio,

 

I am not able to view data even if I changed the items path for the data table.

 

What do you mean in details with 'since it is a child of the header data, you may need to specify one more level deep in your code' ? Is it about some to add for the binding in the table for example

 

1. <table:Table id="carrierTable" items="{path:'/d/results/1/toPosition/results'}">

 

or something into the controller.js side

 

2. tableCarrier.bindRows( {path: '/fileRepositorySet',

      filters : [ new sap.ui.model.Filter("fileId", sap.ui.model.FilterOperator.EQ, fileid) ],

      parameters : {expand: 'toPosition'}

    });

 

Do you think in case of point 1. the path would be correct using '/d/results/1/toPosition/results' for the odata received for this scenario ?

 

Data_Table_Received_OK.PNG

Regards,
Claudia

Re: Set Default view in POWL

0
0

Make a Z copy of the app config.

Run the app config in admin mode.

Click on the settings icon.

Select the required view.

Click properties button.

Check mark the initail view to make it default selected.

 

We cannot remove [Standard View] but other views we can remove.

Re: PR Transfer from ECC to SRM

0
0

Hi Ruchi,

 

I don't think these errors will affect PR transfer.
If you could see error about external partner number in slg1 log, please refer to KBA 1955804 to fix it.

 

BR,
Ivy

Viewing all 8676 articles
Browse latest View live




Latest Images