Quantcast
Channel: SCN : All Content - ABAP for SAP HANA
Viewing all 831 articles
Browse latest View live

Using BOPF Action in CDS View

$
0
0

Dear experts,

 

I have a question about using the BOPF Action in CDS view.

I wrote the following code:

 

 

@UI.lineItem:[{

position:50,

label:'Confrm',

type:#AS_DATAPOINT,


dataAction:'Z_PSO_BOPF_999:ACTION'

 

}]


key dpr.time_unit as time_unit, 

 

but it seems it does not work. Can somebody give me a hint how to make it work. Thank you.


Getting error 'Unhandled event loop exception' during activation of Attribute/Calculation views in SAP HANA Studio

$
0
0

Dear all,

 

I'm getting error as 'Unhandled event loop exception' during activating Attribute/Calculation view in SAP HANA Studio.

 

Could you please help me to resolve this issue ?

 

Error is coming as follows(attached file also):

 

java.lang.NoSuchFieldError: CONNECTION_STATUS_KEY

  at com.sap.ndb.studio.dwb.tools.core.internal.destination.SapSystemDestination.getState(SapSystemDestination.java:159)

  at com.sap.ndb.studio.dwb.tools.core.internal.destination.SapSystemDestination.ensureLogon(SapSystemDestination.java:253)

  at com.sap.ndb.studio.dwb.tools.changetracking.providers.DestinationInfoProvider$DestinationInfo.<init>(DestinationInfoProvider.java:42)

  at com.sap.ndb.studio.dwb.tools.changetracking.providers.DestinationInfoProvider.<init>(DestinationInfoProvider.java:149)

  at com.sap.ndb.studio.dwb.tools.changetracking.providers.DestinationInfoProvider.getInstance(DestinationInfoProvider.java:158)

  at com.sap.ndb.studio.dwb.tools.changetracking.providers.ChangeTrackingProvider.getChangeInfo(ChangeTrackingProvider.java:70)

  at com.sap.ndb.studio.modeler.actions.ActivateAction.singleObjectActivationFromEditor(ActivateAction.java:719)

  at com.sap.ndb.studio.modeler.actions.ActivateAction$3$1.run(ActivateAction.java:562)

  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)

  at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)

  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4734)

  at com.sap.ndb.studio.modeler.actions.ActivateAction$3.run(ActivateAction.java:557)

  at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)

  at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)

  at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)

  at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)

  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

  at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)

  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)

  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)

  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)

  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)

  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)

  at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)

  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)

  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)

  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)

  at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)

  at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)

  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)

  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)

  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:483)

  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)

  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)

  at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

 

eclipse.buildId=unknown

java.version=1.8.0_20

java.vendor=SAP AG

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86_64

HANA and not fully qualified SELECT SINGLE statements - an issue?

$
0
0

As part of an upgrade from Oracle to HANA (ECC), we have checked all (used) custom programs using the Code Inspector using check variant FUNCTIONAL_DB to find possible HANA issues. Now, during functional testing, one specific issue pops up related to a SELECT SINGLE statement with an incompletely specified key. (SELECT SINGLE * FROM KNVV INTO WA_KNVV WHERE KUNNR = I_KUNNR). According to the tester, the row that is selected now is different from the expected one.

 

I have used the Code Inspector to check for all SELECT SINGLE statements with incomplete specified key and found a lot of them. However, SAP did not add this check to the variant FUNCTIONAL_DB, so I'm wondering if there really is a problem here.

 

So my questions are:

  1. Do all tables still have a primary index? I have performed a database object check for KNVV via SE11 and this says there is still a consistent index KNVV~0 so I presume these indices still exist.
  2. In general, if I perform SELECT SINGLE without using fully qualified primary key, will HANA still use the primary index (if for example the first keys are specified and the last key field isn't)
  3. Are there situations where a SELECT SINGLE without fully qualified key on a HANA database can return a different row from the table than on an Oracle or other non-HANA database?

 

I fully understand that the best solution is analyzing and changing these SELECT SINGLE statements, but for the moment I want to know if there actually is a real problem. If this is the case, I am going to add the check on SELECT SINGLE to my next HANA upgrade projects.

Other then ABAP, can CDS consumed by others reporting tools? e.g Bobj, Lumira

$
0
0

Dear Expert,

 

Other then ABAP, can CDS (core data services) consumed by other reporting tools? e.g Bobj, Lumira or HANA modeling join with other hana view. I googled but can't find any.

 

Thank you.

how to call amdp in another amdp

$
0
0

Hi all,

 

i have attached the code sample,please tell me how to handle this in AMDP .

 

 

Basically i have two performs .in one perform we are fetching some data and based on that data again we fetch another data in another perform.how to handle this in AMDP.

 

ALSO  if i have two internal table in ABAP report and i need to loop one internal table and read second internal table based on some condition how to handle this in AMDP?

 

please tell me step by step or provide me screenshots,because i am not very much comfortable to use AMDP

Memory parameters for multi sid environment in HANA

$
0
0

Hello ,

 

Can you please suggest what are memory parameter we need to setup for multi-sid environment in HANA after installation ..rather than Global allocation Limit parameter( GAL)

 

In my non-prod appliance , I have five instances 3 - ECC 1- BPC 1- reporting system

 

Regards,

Sankara

CDS views , partially overlapping data

$
0
0

Hello Experts,


     I am working with CDS views. I want to select specific row from several partially overlapping data,  for example.

Origin data:    

Field 1Field 2Field 3Field 4
1aaa111bbb111R1
1NULLbbb111R2
1aaa111NULLR3
1NULLNULLR4
2NULLbbb222R5
2aaa222NULLR6
2NULLNULLR7
3aaa333NULLR8
3NULLbbb333R9
4NULLbbb444R10
4NULLNULLR11
5NULLNULLR12

 

After select:

 

Field 1Field 2Field 3Field 4
1aaa111bbb111R1
2aaa222NULLR6
3aaa333NULLR8
4NULLbbb444R10
5NULLNULLR12


          Since cant use sub-query or "order by" clause, so..., How can I do.

Using OData custom query options (URL parameters) in Gateway

$
0
0

Hi,

 

I created a CDS view with explicitly defined parameters and generated a Gateway OData service on top using SADL. Now I want to use OData custom query options to map them to the CDS parameters. I'm quite sure that this will not work automatically.


I'm already able to set the CDS parameters in the OData service DPC_EXT class manually, using the method if_sadl_gw_query_control~set_query_options.


METHOD if_sadl_gw_query_control~set_query_options.

     IF ( iv_entity_set = 'POIPARAMSet' ).

          IF sy-subrc = 0.

               io_query_options->set_entity_parameters(

                    it_parameters = VALUE #( (

                         entity_alias = 'POIPARAMSet' parameters = VALUE #( (

                              name = 'P_PurchaseOrderNetAmount' value = '10'

                         ) )

                    ) )

                )

          ENDIF.

     ENDIF.

ENDMETHOD.

 

However, I want to use custom query options (URL parameters) and want to map them to CDS parameters within the DPC_EXT class.

 

The URL looks like:

...ZBF_POIPARAM02MAN_SRV/POIPARAMSet?P_Material='STANDARD'

 

Unfortunately, these custom query options are obviously not parsed by Gateway. I can't find them anywhere in the data structures of MR_REQUEST_DETAILS or MO_CONTEXT. Fields like PARAMETERS, MT_PARAMETERS or URI_PARAMETERS are empty or containing other stuff. The custom query options only appear in the ~request_uri header parameter in a non-parsed way like

 

....?param1=1&param2=2&param3=3....  [figure01]

 

Of course I can parse the query string myself but I believe there must be an other way to access them. However, I also read in a SCN post from 2012, that SAP doesn't support this aspect of the OData standard. Is this still true?

 

>> Query parameters in CRUD operations

 

Kind regards, Tobias


*** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT : invalid username or password "

$
0
0

Hello,

 

We have SAP SLT system on SAP HANA DB(1.0 SPS 9 revision 93) . It is distributed system.

 

Yesterday while taking restart of system we are unable to connect Db with R3trans -d  RC12.

trans.log is giving error "*** ERROR => Connect to database failed, rc=1, rcSQL=10. SQLERRTEXT : invalid username or password "

 

Kindly help to solve as I am very new to HANA DB.

 

 

trans.log

 

4 ETW000 R3trans version 6.25 (release 742 - 11.02.15 - 14:06:42).

 

4 ETW000 unicode enabled version

 

4 ETW000 ===============================================

 

4 ETW000

 

4 ETW000 date&time   : 03.04.2015 - 05:35:31

 

4 ETW000 control file: <no ctrlfile>

 

4 ETW000 R3trans was called as follows: R3trans -d

 

4 ETW000  trace at level 2 opened for a given file pointer

 

4 ETW000  [     dev trc,00000]  Fri Apr  3 05:35:31 2015                                                 124  0.000124

 

4 ETW000  [     dev trc,00000]  db_con_init called                                                        17  0.000141

 

4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): usage of ssfs switched off (rsdb/ssfs_connect=0)

 

4 ETW000                                                                                                  51  0.000192

 

4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3

 

4 ETW000                                                                                                  19  0.000211

 

4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 16  0.000227

 

4 ETW000  [     dev trc,00000]  Loading DB library '/usr/sap/SLT/SYS/exe/run/dbhdbslib.so' ...            33  0.000260

 

4 ETW000  [     dev trc,00000]  DlLoadLib() success: dlopen("/usr/sap/SLT/SYS/exe/run/dbhdbslib.so"), hdl 0, count 1, addr 2065de0

 

4 ETW000                                                                                                6278  0.006538

 

4 ETW000  [     dev trc,00000]  Library '/usr/sap/SLT/SYS/exe/run/dbhdbslib.so' loaded                    14  0.006552

 

4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library /usr/sap/SLT/SYS/exe/run/dbhdbslib.so

 

4 ETW000                                                                                                  18  0.006570

 

4 ETW000  [     dev trc,00000]  Version of '/usr/sap/SLT/SYS/exe/run/dbhdbslib.so' is "742.06", patchlevel (0.38)

 

4 ETW000                                                                                                  86  0.006656

 

4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library /usr/sap/SLT/SYS/exe/run/dbhdbslib.so

 

4 ETW000                                                                                                  16  0.006672

 

4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library /usr/sap/SLT/SYS/exe/run/dbhdbslib.so

 

4 ETW000                                                                                                  34  0.006706

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    23  0.006729

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=39,arg_p=(nil))                       13  0.006742

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    16  0.006758

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=7fff553bba30)                12  0.006770

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    11  0.006781

 

4 ETW000  [     dev trc,00000]  New connection 0 created                                                  10  0.006791

 

4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog =

 

4 ETW000                                                                                                  27  0.006818

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=-1,command=10,arg_p=1896960)                     19  0.006837

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    11  0.006848

 

4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             10  0.006858

 

4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3

 

4 ETW000                                                                                                  20  0.006878

 

4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          10  0.006888

 

4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , oc = 000, hc = NO , perm = YES, reco = NO , info = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog =

 

4 ETW000                                                                                                  19  0.006907

 

4 ETW000  [     dev trc,00000]  { DbSlHDBConnect(con_info_p=(nil))                                        37  0.006944

 

4 ETW000  [     dev trc,00000]  DBHDBSLIB : version 742.06, patch 0.038 (Make PL 0.100)                   18  0.006962

 

4 ETW000  [     dev trc,00000]  HDB shared library (dbhdbslib) patchlevels (last 10)                      17  0.006979

 

4 ETW000  [     dev trc,00000]    (0.038) Close all result sets (note 2124493)                            12  0.006991

 

4 ETW000  [     dev trc,00000]    (0.038) Initialization of deferred LOB writing for ZDO changed (note 2106186)

 

4 ETW000                                                                                                  17  0.007008

 

4 ETW000  [     dev trc,00000]    (0.032) DBSL supports deferred lob writing with HANA SP9 (note 2106186)

 

4 ETW000                                                                                                  21  0.007029

 

4 ETW000  [     dev trc,00000]    (0.031) Read last SQL message after the connection is closed (note 2104804)

 

4 ETW000                                                                                                  20  0.007049

 

4 ETW000  [     dev trc,00000]    (0.031) Check Enable_Select_Into_Scalar_UDF before the ALTER call (note 2105480)

 

4 ETW000                                                                                                  31  0.007080

 

4 ETW000  [     dev trc,00000]    (0.029) Certain SAP applications hang for several minutes (note 888312)

 

4 ETW000                                                                                                  21  0.007101

 

4 ETW000  [     dev trc,00000]    (0.029) Structure DBSL_CA initialized (note 2094457)                    15  0.007116

 

4 ETW000  [     dev trc,00000]    (0.027) Data aging for the service connection (note 2090613)            23  0.007139

 

4 ETW000  [     dev trc,00000]    (0.026) Use prepared statements for R3szchk (note 1952609)              14  0.007153

 

4 ETW000  [     dev trc,00000]    (0.025) Use bulk fetch on a result set of a procedure call (note 2082661)

 

4 ETW000                                                                                                  20  0.007173

 

4 ETW000  [     dev trc,00000]                                                                             9  0.007182

 

4 ETW000  [     dev trc,00000]   -> init()                                                                19  0.007201

 

4 ETW000  [     dev trc,00000]    STATEMENT_CACHE_SIZE = 1000                                             40  0.007241

 

4 ETW000  [     dev trc,00000]   -> init()                                                               866  0.008107

 

4 ETW000  [     dev trc,00000]   -> loadClientRuntime()                                                   20  0.008127

 

4 ETW000  [     dev trc,00000]  Loading SQLDBC client runtime ...                                         11  0.008138

 

4 ETW000  [     dev trc,00000]  SQLDBC Module  : /usr/sap/SLT/hdbclient/libSQLDBCHDB.so                 8256  0.016394

 

4 ETW000  [     dev trc,00000]  SQLDBC Runtime : libSQLDBCHDB 1.00.82.00 Build 0394270-1510               59  0.016453

 

4 ETW000  [     dev trc,00000]  SQLDBC client runtime is 1.00.82.00.0394270                               31  0.016484

 

4 ETW000  [     dev trc,00000]   -> quiesceConnection()                                                   14  0.016498

 

4 ETW000  [     dev trc,00000]   -> getNewConnection()                                                    12  0.016510

 

4 ETW000  [     dev trc,00000]   <- getNewConnection(con_hdl=0)                                           66  0.016576

 

4 ETW000  [     dev trc,00000]   -> checkEnvironment(con_hdl=0)                                           20  0.016596

 

4 ETW000  [     dev trc,00000]   -> connect(con_info_p=(nil))                                             31  0.016627

 

4 ETW000  [     dev trc,00000]  Try to connect via secure store (DEFAULT) on connection 0 ...             43  0.016670

 

4 ETW000  [dbhdbsql.cpp,00000]  *** ERROR => Connect to database failed, rc=1, rcSQL=10                 7276  0.023946

 

4 ETW000  [     dev trc,00000]  SQLCODE    : 10                                                           26  0.023972

 

4 ETW000  [     dev trc,00000]  SQLERRTEXT : invalid username or password                                 13  0.023985

 

4 ETW000  [     dev trc,00000]   -> SetSdbDbslCA(errcode=10)                                              16  0.024001

 

4 ETW000  [     dev trc,00000]   -> freeConnection(con_hdl=0)                                             19  0.024020

 

4 ETW000  [     dev trc,00000]     close all opened locators of connection 0                              13  0.024033

 

4 ETW000  [     dev trc,00000]  } DbSlHDBConnect(rc=99)                                                   45  0.024078

 

4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 10     performing CON                               55  0.024133

 

4 ETW000  [    dblink  ,00000]  ***LOG BY0=>invalid username or password                                  14  0.024147

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=41,arg_p=d774d8)                       41  0.024188

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    25  0.024213

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=14,arg_p=7fff553b2420)                 14  0.024227

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    11  0.024238

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=50,arg_p=7fff553b2438)                 12  0.024250

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    14  0.024264

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=13,arg_p=7fff553b2390)                 28  0.024292

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    13  0.024305

 

4 ETW000  [     dev trc,00000]  { DbSlHDBControl(con_hdl=0,command=52,arg_p=7fff553b23e0)                 12  0.024317

 

4 ETW000  [     dev trc,00000]  } DbSlHDBControl(rc=0)                                                    11  0.024328

 

2EETW169 no connect possible: "DBMS = HDB                              ---  SERVER = '' PORT = ''"

 

4 ETW000  [     dev trc,00000]  release memory of the SIBU buffers                                        67  0.024395

 

4 ETW000  [     dev trc,00000]  release memory of the STATEMENT CACHE                                     13  0.024408

Concat function or equivalent for CDS view?

$
0
0

Trying to create a CDS view and looking to combine multiple character fields (e.g. first_name + last_name) and am wondering if this is possible? Am on CRM NW 7.4 SP5 on HANA.

 

Using the arithmetic function gives me the following.

 

Data type CHAR is currently not supported in an arithmetic expression

 

Looking at the official documentation here, it doesn't appear to be included?

 

ABAP Keyword Documentation

 

I can always create a AMDP or even a HANA native view, just wondering if anyone has come across the same issue and found a solution within CDS view?

 

Thanks in advance,
Sean.

CDS views , partially overlapping data

$
0
0

Hello Experts,


     I am working with CDS views. I want to select specific row from several partially overlapping data,  for example.

Origin data:    

Field 1Field 2Field 3Field 4
1aaa111bbb111R1
1NULLbbb111R2
1aaa111NULLR3
1NULLNULLR4
2NULLbbb222R5
2aaa222NULLR6
2NULLNULLR7
3aaa333NULLR8
3NULLbbb333R9
4NULLbbb444R10
4NULLNULLR11
5NULLNULLR12

 

After select:

 

Field 1Field 2Field 3Field 4
1aaa111bbb111R1
2aaa222NULLR6
3aaa333NULLR8
4NULLbbb444R10
5NULLNULLR12


          Since cant use sub-query or "order by" clause, so..., How can I do.

NOT able to see Hana objects in content folder of target system after transport using HTC

$
0
0

HI All,

 

I developed some objects in hana modeller.i also have created the corresponding abap objects.

 

i have created the HTC in which i have assigned the same delivery unit which is in HANA objects.all abap objects are binded to a single Transport request.

 

i released the request and when i cheked in the target system i can see only the objects that were created in abap perspective.

although i can see the all packages in content folder o ftarget system,but there are no objects in the packges in content folder (like views,procedures).

 

i am using HALM in which i used native HANA transport.is there any setting required or should i select the HTC enabled option ?

 

please help me on this why i am not able to view hana objects in content folder in target system? urgent

HANA

$
0
0

Hi ,

 

Please provide me the questions for HANA certification related to Data modelling,Provisioning, analytic privileges,hierarchies.

Approaching SAP HANA Modeling (Quick overview of HANA Architecture).

Connecting Tables (different join techniques in HANA).

Processing information models (attribute, analytic and calculation views).

Assigning roles and Analytic Privileges.

Full text search.



Thanks in advance..!!!



Regards,

Pratibha

Problem during upgrade to HANA - Database Procedure does not exist in the catalog

$
0
0

Hi all,

 

During the upgrade from our ECC-system to HANA we get a log (LONGPOST.LOG) that contains several types of issues for which I found a relevant Oss Note, but not for this one:

 

### CURRENT PHASE: JOB_RUTACTDBPROCPROXY_POST

1PEPU203X  > Messages extracted from log file "RUTACTDBPROCPROXY.SBX" <

1PEAD010'"For Proxy" "PPH_SP02_FINALIZE_NON_AGG" "an activation error occurred." " "

1PEAD010'"For Proxy" "PPH_SP02_FIN_INDV" "an activation error occurred." " "


Several Database Procedure Proxies report an activation error.

 

I opened Eclipse and I saw that the proxy is active, but also contains the following error:

"Database procedure _SYS_BIC sap.erp.sappl.pph.sp02.read.finalize/FINALIZE_NON_ does not exist in the catalog"

Type: ABAP Syntax check Problem.

 

When I try to activate the proxy, I get a short dump " OBJECTS_OBJREF_NOT_ASSIGNED"

Class: CL_SQSC_WB_TOOL

Method: ADD_TO_CHECKLIST

 

Could not find a relevant OSS Note for this class (there are some notes, but they cannot be implemented because our sp-level is higher)

 

I also tried to use the Synchronize option (synchronize with HANA repository) but then I get error message:

"Database Procedure Proxy <proxy name> version N could not be read"

 

Can anyone help me out?

Is there a real problem?

 

Regards

Ben Meijs

Cannot activate DDLS objects from Eclipse

$
0
0

Hi

 

As part of an SAP note that was implemented by a colleague, it has generated the following objects:

 

FMLV_YEAR

 

However these objects are inactive which is stopping us upgrading the solution.

 

In SE80 I get the error:  Please use ADT Tools in Eclipse to process DDL Sources  ; when trying to activate these inactive objects.

 

And when I am in Eclipse, I get the following error:  No license to edit object R3TR DDLS FMLV_YEAR

 

I can generate an access key for this entry.

FML_MIG_BCF

 

FML_MIG_DELTA_D

Basis Object FML_MIG_DELTA_D1 does not exist or is inactive

Basis Object V_ML_DL3_TOTAL_VIEW  does not exist or is inactive

 

FML_MIG_DELTA_D1

Basis Object V_ML_D_TOTAL_VIEW does not exist or is inactive

 

FML_MIG_TOTAL_D

 

FML_MIG_TOTAL_DL3

Column PRCTR is not known

Column SEGMENT is not known

Column WEKS is not known

 

Has someone come across this before?

 

How can I get past this?

 

We are running SAP_BASIS 7.40, SAP_ABA 7.4 on HDB.

 

These patches are part of the SAP_FIN 7.20 and SAP_FIN1503 SNOTES.

I've been tasked with clearing the errors - and have cleared 03 objects so far.  just these few to go...


Using BOPF Action in CDS View

$
0
0

Dear experts,

 

I have a question about using the BOPF Action in CDS view.

I wrote the following code:

 

 

@UI.lineItem:[{

position:50,

label:'Confrm',

type:#AS_DATAPOINT,


dataAction:'Z_PSO_BOPF_999:ACTION'

 

}]


key dpr.time_unit as time_unit, 

 

but it seems it does not work. Can somebody give me a hint how to make it work. Thank you.

Getting Started with ABAP Core Data Services

$
0
0

This page provides a collection of information (presentations, blogs, videos, ...) about the ABAP Core Data Services (CDS) which provide advanced view building capability in the ABAP stack as of SAP NetWeaver 7.4 SP05. CDS is a core technology within SAP S/4HANA and in the ABAP development for SAP HANA context in general.

 

Latest News : 

Currently no news available.

ProductCatalog.png


Overview

 

Folie1.jpg

sapnwabline.png

HelpDesk.png


Basics for Beginners

 

sapnwabline.png

Begin.png


Advanced Topics

 

 

sapnwabline.png

ThreeDocs.png


Best Practises

  • Coming soon

 

sapnwabline.png

Begin.png


Further Information:

 

Execution of the command "/bin/csh -c "source /home/devadm/.cshrc; env"" finished with status TST_ERROR

$
0
0

Hi Experts,

 

I AM Installing SAP ERP On HANA DB I tool System Copy of SAP ECC , SAP HANA DB as Target  DB

 

While I am performing IMport using SWPM tool on Phase  12 I am gettign Error

 

Execution of the command "/bin/csh -c "source /home/devadm/.cshrc; env"" finished with status TST_ERROR


I did the following  found  in SCN


1 : Login as root

2 : csh

3 : setenv SHELL /bin/csh

4 : continue with sapinst

 

 

 

But can't  Pass the Phase I am Stuck in , So can any one help me to Solve the Problem

 

 

 

Regards

SROY

CDS view currency conversion performance

$
0
0

Hi All,

Currency_conversion function in CDS view  terribly decrease performance of the cds  view,  view running in few seconds run for minutes after adding currency_conversion function. I am working on 7.40 SP10 system.

- I could not find any note for the issue for my system's support pack level ( I will open one )

- I tried to select  conversion ratio from tcurr table but it is necessary to subtract gdatu date from 9999999 to get actual date and could not cast gdatu to numeric field to  be able to perform necessary arithmetic operation in cds view. 

- Last solution I have in mind but  trying to avoid  is creating ZCURR table with proper date field instead of gdatu and filling it for the past and recent currency values using a simple program and daily job.


Do you have any other solution for above problem ? I searched the forum but find only one post for the issue which does not suggest any solution 

Getting Dump when trying to select query on CDS view

$
0
0

Hi Gurus,

 

I am getting dump when trying to fetch data from CDS view COSP using select query and dump says as

 

1.'SQL error "SQL code: 2048" occurred while accessing table "COSP".'

2.Database error text: "SQL message: column store error: search table error:

[23008] Can't create plan for join query"

 

Please find the attached doc for detailed information.

 

 

Thanks & Regards,

Ayyappan.V

Viewing all 831 articles
Browse latest View live


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