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

Re: How to simplify the code "workspaceroot" ALL the pages

$
0
0

Laughts.... No problems Sergio....i´m doing the Sapui5 course now...

 

Try to understand why i´m looking for a solution to use a keyword like in this image to ALL pages of the code. I want modify the path only in the first page... Dont you understand yet?

 

I thank very much your attention and help to find the solution i want to do...


Re: How to resolve this errors in F12 Chrome

$
0
0

Yes...my code is ok and runs ok...but this errors appears see below

 

Capturar.JPG

Re: Listing with assortment modules

$
0
0

Hi Tim,

 

I am doing good.

 

I would suggest you to check listing source field in WLK1 table which will tell you the source of this record creation. So depending on the listing source value, you can take action to stop through assortments or layouts.

 

Also in WLK1, check the validity of listing records whether they are active or not. It is possible, the listing records which are not valid today are still there in the table.

 

I hope this will help.

 

Regards,

Amit

Re: SUM is failing "Service for instance on host is not started after 240 seconds"

$
0
0

Hi,

 

please upload std_severver*, dev_server*, dev_bootstrap*. There we can see if the j2ee is working.

 

Thanks,
Marcelo Pinheiro

Re: CREATE OBJECT dynamic

$
0
0

Hi Mukesh,

 

sorry, but i think this will not work. i cannot create the object "submenu" more than once ?!?

 

br Martin

Re: CREATE OBJECT dynamic

$
0
0

So, you want to create for each year an own context menu entry, right? As far as I see for CL_CTMENU you have to add the sub menu entries by method ADD_SUBMENU. This way I guess you have to do the following:

 

LOOP AT it_table.

     AT NEW year.

 

          CREATE OBJECT submenu.

 

          " add some functions for the year

          submenu->add_function( ... ).

          ...

 

          " add submenu

          mainmenu->add_submenu( menu = submenu text = |{ it_table-year }| ).

 

     ENDAT.

ENDLOOP.

 

Or for new syntax fans (NW 7.4 >=SP08):

 

LOOP AT it_table ASSIGNING FIELD-SYMBOL(<ls_line>)

     GROUP BY year INTO DATA(lv_year).

 

     submenu = NEW #( ).

    

      " add some functions for the year

      submenu->add_function( ... ).

       ...

 

 

       " add submenu

       mainmenu->add_submenu( menu = submenu text = CONV #( lv_year ) ).

 

ENDLOOP.

Re: MTD  Custom Measure

Re: wrong KF values in query when planning in DSO

$
0
0

Hi Gregor,

the system is SAPKW73115, WAD is 7.40, SP4 Patch 1 Revision 513.

 

My Query is created on MultiProvider. The multiprovider includes 4 cubes and 1 DSO.

 

I created the same query directly on DSO - there it works. For this one query it´s possible, because I read only values from the DSO.

 

I do have another query on the multi provider, where I need to read values from DSO and values from the cubes. (that query is on another tab than where the button for planning sequence is)

Here a different "funny" thing happens - When I opoen the template, the existing values are shown. Then I change the tab and run my planning sequence for some projects. If I go back to the first tab - no change is visible here. It does not matter whether I save the value or not - they are not shown.

This happens when the query setting is "main cache used".

If I set the quer to "noch cache used", then the values disappear after I have run the sequence.

In both cases - when I re-open the template, then the values are shown correctly again.

I don´t have a workaround for this one, because I need to combine here values from DSO and from cubes.

 

best regards

Cornelia


Inactive ITEMS appear in Active Projects

$
0
0

Dear Experts,

 

I have a situation, where I have custom ITEM statuses are linked to standard STATUS GROUPS. While changing the status in ITEM LEVEL to an inactive STATUS, the STATUS GROUP is not changing.

 

Example :

 

SPRO:

SPRO Note.JPG

/RPM/ITEM_D Data

 

Item Status.JPG

 

/RPM/ITEM_D_DER Data

 

Item Stasu_D.JPG

 

This is the reason ITEM with inactive status appearing in ACTIVE Projects dashboard.

 

Please help, what to check and any program or functional module to debug.

 

Regards,

Anil

Re: Install Java Engine

$
0
0

Hi Marcelo,

 

Bootstrap file contains below lines:

 

2016/05/27 03:44:20

sapcpe version UC: @(#) $Id: //bas/720_REL/src/ccm/sapstart/sapxxcpe.c#22 $ SAP

 

 

Command line:

  0: F:\usr\sap\SMD\SYS\exe\uc\NTAMD64\sapcpe.exe

  1: stdoutput

  2: pf=\\Lenovo-PC/sapmnt/SMD/SYS/profile/SMD_J00_Lenovo-PC

  3: list:F:\usr\sap\SMD\SYS\global/bootstrap/bootstrap.lst

  4: source:F:\usr\sap\SMD\SYS\global/bootstrap

  5: target:F:\usr\sap\SMD\J00/j2ee/cluster/bootstrap

 

 

Trace level (profile): 1

working only on the File-List F:\usr\sap\SMD\SYS\global/bootstrap/bootstrap.lst

** INFO:    Try to find file table sapcpeft (default:sapcpeft)

** INFO:    Try to find file table in the central directory F:\usr\sap\SMD\SYS\global/bootstrap\sapcpeft

** INFO:    not found any file table.

 

 

*************************************************

source: F:\usr\sap\SMD\SYS\global/bootstrap

target: F:\usr\sap\SMD\J00/j2ee/cluster/bootstrap

*************************************************

 

 

*************************************************

Current list file: list:F:\usr\sap\SMD\SYS\global/bootstrap/bootstrap.lst

*************************************************

ActualizeLocalFileOrDir: scripts (FPM:0x0)

ActualizeLocalFile: scripts\batchdeployer.bat

ActualizeLocalFile: scripts\batchdeployer.csh

ActualizeLocalFile: scripts\batchdeployer.sh

ActualizeLocalFile: scripts\bootstrap.bat

ActualizeLocalFile: scripts\bootstrap.csh

ActualizeLocalFile: scripts\bootstrap.sh

ActualizeLocalFile: scripts\collector.jstart

ActualizeLocalFile: scripts\datcol.bat

ActualizeLocalFile: scripts\datcol.csh

ActualizeLocalFile: scripts\datcol.jstart

ActualizeLocalFile: scripts\datcol.sh

ActualizeLocalFile: scripts\debugInfo.bat

ActualizeLocalFile: scripts\debugInfo.csh

ActualizeLocalFile: scripts\debugInfo.jstart

ActualizeLocalFile: scripts\debugInfo.sh

ActualizeLocalFile: scripts\launcher.bat

ActualizeLocalFile: scripts\launcher.csh

ActualizeLocalFile: scripts\launcher.sh

ActualizeLocalFile: scripts\recoverer.jstart

ActualizeLocalFile: scripts\scan.bat

ActualizeLocalFile: scripts\scan.csh

ActualizeLocalFile: scripts\scan.jstart

ActualizeLocalFile: scripts\scan.sh

ActualizeLocalFile: scripts\version.bat

ActualizeLocalFile: scripts\version.csh

ActualizeLocalFile: scripts\version.jstart

ActualizeLocalFile: scripts\version.sh

ActualizeLocalFileOrDir: datasets (FPM:0x0)

ActualizeLocalFile: datasets\errorreport.xml

ActualizeLocalFile: datasets\postmortem.xml

ActualizeLocalFile: datasets\SAPMC.xml

ActualizeLocalFileOrDir: exitcode.properties (FPM:0x0)

ActualizeLocalFile: exitcode.properties

ActualizeLocalFileOrDir: flightrecorder.dtd (FPM:0x0)

ActualizeLocalFile: flightrecorder.dtd

ActualizeLocalFileOrDir: jdbc.jar (FPM:0x0)

ActualizeLocalFile: jdbc.jar

ActualizeLocalFileOrDir: jperflib.jar (FPM:0x0)

ActualizeLocalFile: jperflib.jar

ActualizeLocalFileOrDir: jvm.properties (FPM:0x0)

ActualizeLocalFile: jvm.properties

ActualizeLocalFileOrDir: sap.com~tc~bl~config~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~bl~config~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~bl~deploy~offline~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~bl~deploy~offline~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~bl~iqlib~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~bl~iqlib~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~bl~jdsr~jdsr.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~bl~jdsr~jdsr.jar

ActualizeLocalFileOrDir: sap.com~tc~bl~offline_launcher~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~bl~offline_launcher~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~bl~opensql~implStandalone.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~bl~opensql~implStandalone.jar

ActualizeLocalFileOrDir: sap.com~tc~exception~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~exception~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~je~bootstrap~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~je~bootstrap~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~je~cfs~container~standalone_impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~je~cfs~container~standalone_impl.jar

ActualizeLocalFileOrDir: sap.com~tc~je~extramile.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~je~extramile.jar

ActualizeLocalFileOrDir: sap.com~tc~je~datacollector.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~je~datacollector.jar

ActualizeLocalFileOrDir: sap.com~tc~je~offlineconfiguration~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~je~offlineconfiguration~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~logging~java~impl.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~logging~java~impl.jar

ActualizeLocalFileOrDir: sap.com~tc~sec~secstorefs~java~core.jar (FPM:0x0)

ActualizeLocalFile: sap.com~tc~sec~secstorefs~java~core.jar

 

 

Files scanned......:    49    8.19 MB

** All local files, which are available and defined, are up to date. **

Required Time......:  0:00 

 

 

Copy Errors detected.................: 0

 

 

Sync Errors detected.................: 0

 

 

Warnings detected....................: 0

 

 

Thanks and Regards,

Teja.

Re: MTD  Custom Measure

Re: CREATE OBJECT dynamic

$
0
0

Yes you can. The variable SUBMENU is only a reference to your object. With CREATE OBJECT you create a new object and using the same variable, you simply reference it to the new created object. If no other reference exists for your old object, it will be discarded by the garbage collector at some point in time.

Re: SUM is failing "Service for instance on host is not started after 240 seconds"

$
0
0

Please see attached work directory logs.

 

Bhavin

Re: Is it possible that i attached some pdf files in SAP b-one documents and i want to show these files in CR 2011??

$
0
0

Hello, i have the same problem.

I have a UDF on document header which is a hipelink.

I attach document and I would like to print it automatically with the document also (it is written in CR..)

Could i do this print?

Data Ageing - What to do, if Time Selection Partitioning goes wrong

$
0
0

dear all

after creating a wrong partitioning spec in Data Ageing - Tx DAGPTC

i found it impossible to revert back to the state i had, prior to the mistake.

this is a test system, so no real damage done, however, in my attempts to find an answer/procedure, i found nothing, so if anyone can point me in a direct, i would be most grateful.

please dont just reference the administration guide.

what i am looking for, would be something like the syntax to merge a time partition, or undo a command, or something.

 

any help please

thanks


Re: separate purchase order for planned delivery condition

Re: Issue with "Create KPI" (Fiori App) on CDS Views (S/4HANA 1511)

$
0
0

This is error when due to inadequate authorization for the role, accessing the CDS Views.

 

in case you want to have access to purchasing views you would need to have assigned the role

SAP_BR_BUYER in the front end server. like the roles needs to be applied to backend as well.

Re: Automatic Claim of UWL tasks no longer working

$
0
0

Hey Liz

 

Many thanks for taking the time to gather the traces from your colleague and the image size is fine no problem at all .

 

So lets us take the error exceptions from the perspective of the UWL and have a look:

 

  • External user [USLOLEARY] of external system [SAP_R3] not mapped to a portal user
  • Item with external id@ <000002959897> and system id: <SAP_R3>: No object instance key available for attributes lookup

 

Now this would appear to be thrown and highlighted due to a small discrepancy and there are a few little checks you can make here:

 

  • Check if your UME & user e.g. USLOLEARY is pointing to the correct system
  • Review the UserMapping setup, by checking that the the correct user (backend) is being "mapped" to the Portal user. Then try to reactivate and re-register the connector.

 

Secondly I have come across a few instances with the UWL in which a "Backend User" being mapped to "multiple Portal Users" has caused completed items i.e. those taken action on to remain in the inbox i.e. they are not removed.

 

 

The reason for this behavior is that the workflow system is using user mapping for authentication and multiple portal users have been mapped to the same R/3 backend user in User Management.

 

Due to the fact that multiple portal users have been mapped to a single R/3 backend user, an incorrect portal user is notified about item refresh.

 

  1. Go to User Administration -> Identity Management
  2. Make sure your R3 backend user has been mapped to only to one portal user.

 

Lastly let me know if you came across anything interesting in the parameters (for performance) we discussed earlier and if anymore UWL Exceptions have been noted.

 

Kind Regards & Talk Soon

Troy

Re: Define several OData models asynchronously

$
0
0

I used this approach.

It's not exactly what I was trying to achieve, but it more or less answers my issue.

Thanks.

FEBC is not posting automatically on specific customers

$
0
0

Dear all,

 

there is an issue when running the transaction FEBC to process the payment file from the bank.

 

Not all payments are posted automatically and those are managed with TC FEBA. These errors refer to customers that are never posted automatically despite the references and amounts are correct. When they are processed with FEBA they don't show any error.

 

Thank you for your help.

BR

 

S.

Viewing all 8713 articles
Browse latest View live


Latest Images