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

Re: Dump BULK_NOTIFICATION_FAILED

$
0
0

Hi There,

 

Can anyone, who got the scenario 'Sending Push Notification to SMP 3.0 from SAP GW embedded system' working, pls confirm, notification has to go through the FM STW_GW_BULK_FEED_SEND?

 

To check this, pls put a break point in your program that sends notification like

ZR_MGW_PUSHDEMO_TEST. Then it will show up in SBGRFCMON log. Process the outbound unit in debug mode. Then it will stop at /IWFND/FM_MGW_BULK_NOTIF_SEND FM.

 

 

Pls let me know.

 

My HTTP listener is working and I see that my RFC is also set correctly.

 

Thanks

seenu


SLG1 System logs

$
0
0

Hi All,

 

Need Help, there are multiple logs recorded in SLG1 tcode under my name. kindly help out to find the reason why these logs has been occured.

 

Through technical help I could not get any valid information.

 

kindly help me

 

Thanks

Re: One Production Order for multiple BOM

$
0
0

Good day Mr. Wang,

 

Noted with thanks..

Re: Mousehover in TreeNode

Re: How to take ObjectAttribute value from view while click the ObjectListItem

$
0
0

Hi Vinoth,

 

Try like this -

var objectListItem = sap.ui.getCore().byId("sendlist");     //Get Hold of ObjectListItem
var objectAttributes = objectListItem.getAggregation("attributes");    //Get Object Attributes Array
objectAttributes[0].getText(); //CurrNotice
objectAttributes[1].getText(); //EmployeeNumber

Check sample: Plunker

 

Regards,

Sai Vellanki.

Re: Adding MFG part number field in t-code/report

$
0
0

Hi Victor,

 

Try

Add the  customized field in structure  MEREP_OUTTAB_PURCHDOC   using append structure.

Add the coding  using enhancement.

 

 

Hope it helpful,

 

Regards,

Venkat.

Re: Warning message when creating material

Re: How to add Logout button in Header left side


Re: No data sap ui5 table display /view navigation

$
0
0

HI

 

Your code looks ok, can you add a debugger to here and check the objects (view, compModel, oTable)

 

onBeforeRendering: function() {

   var compModel = sap.ui.getCore().getModel("compModel");

   this.getView().setModel(compModel);

     var oTable = this.byId("idComponentTable");

  debugger;

                     oTable.setModel(compModel);

 

},

Re: Pover Builder V12 and Windows 10 Compatibility

$
0
0

I am very happy with the stability of PB 11.5.1 but we cannot update our dev machines because of the silly splash screen IDE issue! Having to do mambo jumbo to get it working everytime is not an option.

 

I reverted straight back to 8.1

 

Chris I have come to the conclusion that this happens in laptops running Windows 10 that have touchscreen.

 

In a perfect world SAP could issue a patch...but we are not living in one

Re: ABAP database must be started first

$
0
0

it seems listener issue i have tried below:

 

[root@willsys89 ~]# su - w89adm

willsys89:w89adm 1> lsnrctl start w89

 

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-NOV-2015 11:29:45

 

Copyright (c) 1991, 2005, Oracle. All rights reserved.

 

Starting /oracle/W89/102_32/bin/tnslsnr: please wait...

 

TNSLSNR for Linux: Version 10.2.0.1.0 - Production

System parameter file is /usr/sap/W89/SYS/profile/oracle/listener.ora

Log messages written to /oracle/W89/102_32/network/log/w89.log

TNS-01151: Missing listener name, w89, in LISTENER.ORA

 

Listener failed to start. See the error message(s) above...

Re: ABAP database must be started first

$
0
0

Below is listener.ora file which is located in Oracle home/admin/network/

 

Listener.ora :

###### # Filename......: listener.ora

 

# Created.......: created by SAP AG, R/3 Rel. >= 6.10

 

# Name..........:

 

# Date..........:

 

# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $

 

###### ADMIN_RESTRICTIONS_LISTENER = on

 

 

 

 

 

 

 

 

 

LISTENER =

(ADDRESS_LIST =

(ADDRESS =

(PROTOCOL = IPC)

(KEY = W89.WORLD)

)

(ADDRESS=

(PROTOCOL = IPC)

(KEY = W89)

)

(ADDRESS =

(COMMUNITY = SAP.WORLD)

(PROTOCOL = TCP)

(HOST = willsys89)

(PORT = 1527)

)

)

STARTUP_WAIT_TIME_LISTENER = 0

CONNECT_TIMEOUT_LISTENER = 10

TRACE_LEVEL_LISTENER = OFF

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(SID_NAME = W89)

(ORACLE_HOME = /oracle/W89/102_32)

)

)



same file already available also in profiles/oracle/listener.ora

 

/usr/sap/W89/SYS/profile/oracle/listener.ora



###### # Filename......: listener.ora

 

# Created.......: created by SAP AG, R/3 Rel. >= 6.10

 

# Name..........:

 

# Date..........:

 

# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $

 

###### ADMIN_RESTRICTIONS_LISTENER = on

 

 

 

 

 

 

 

 

 

LISTENER =

(ADDRESS_LIST =

(ADDRESS =

(PROTOCOL = IPC)

(KEY = W89.WORLD)

)

(ADDRESS=

(PROTOCOL = IPC)

(KEY = W89)

)

(ADDRESS =

(COMMUNITY = SAP.WORLD)

(PROTOCOL = TCP)

(HOST = willsys89)

(PORT = 1527)

)

)

STARTUP_WAIT_TIME_LISTENER = 0

CONNECT_TIMEOUT_LISTENER = 10

TRACE_LEVEL_LISTENER = OFF

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(SID_NAME = W89)

(ORACLE_HOME = /oracle/W89/102_32)

)

)

Re: Multiple Counter Plan does not work

$
0
0

Hi Raneetha,

 

This looks like the Annual Estimate playing a vital role. What is the Annual estimate you have maintained in the counter.

 

Also, instead of 10 can you post 11 and check

 

Regards

Terence

Re: AD authentication for BI4.0 on NW7.3x portal

$
0
0

Hi Glenn,

 

I got an update from SAP engineers about that SAP note and it is going to be deleted since it involves NW configuration.

 

We would be having your blog to configure this so this should be fine with us.

 

~Swapnil

Re: SAP Action profile

$
0
0

Hi Vani.

 

Could you please past the code for the method you're using.

 

Thanks

 

Arden


After arabic language installation showing German language on some places

$
0
0

Hi All,

 

We have installed Arabic Language in ECC landscape(D, Q and P) but in some of the places showing Germal language.

 

Running the report:RSTLAN_IMPORT_OCS is mandatory?

 

Can you please help on this.

 

Regards,

karthik

Form name: OSHA_300 can we change Title for Generate Report and Send Report

$
0
0

Hi Team,

 

I am making a copy of below standard form (OSHA_300)  to send a reports through "Reports/Documents" section.

 

While generating form, it is going popup...but I have to change the title...whether it is possible

 

SPRO

 

 

Form Popup Name: GEN_REPORT_OSHA

 

 

I have to change both of below title for my copied form :

 

Generate Report Dialog box title : EHHSS_UI_INC_COMMON/GEN_OSHA_REPORT

Send Report dialog box title : EHHSS_UI_INC_COMMON/SEND_OSHA_REPORT

popup.PNG

 

Portal

 

title.PNG

Error 415 while Updating using OData.

$
0
0

Gurus,

 

I am trying to update Asset using BAPI  BAPI_FIXEDASSET_CHANGE.

 

I tried to follow the following link in SCN.

Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part1


But for some reason I wasn't successful, so what I did was I created the custom RFC and Passed 'X' in all necessary places (to whichever fields I needed to update) and used that RFC in ASSETCHANGESET_UPDATE_ENTITY


Capture.PNG


  Have also written codes to get entries in Read and Query Operations in ASSETCHANGESET_GET_ENTITY and ASSETCHANGESET_GET_ENTITYSET respectively.


Now finally when I dry-run my Odata Query runs fine and I then I select Use as request button and get XML code and then I change the necessary fields and then select POST-> F8, error 415. What did I do wrong?


BTW the XML generated by Use as request button doesn't start typically by <?xml version="1.0" encoding="utf-8" standalone="yes"?>

 

It starts with  <feed xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="The Service name">.

 

I am new to Netweaver Gateway, so, I kindly urge you to explain me in detail. Thanks.

Re: VMware ESX 6 (SAP, SLES) unstable - how's your experience?

$
0
0

We have had similar issues with one of our virtual hosts running SAP with Oracle on SLES 11 SP3.  after increasing memory the vm seems more stable.  Are we sure vmotion helps? 

 

BR

Stian

Re: Warning Message to error message

Viewing all 8676 articles
Browse latest View live




Latest Images