Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8096 articles
Browse latest View live

Platform agent

$
0
0

Hi All,

 

Could you please provide clarify the below questions..

 

a) To install a platform agent on NON sap servers like windows and unix, we download it from configuration ->software or New Process Server > Platform Agent" dialog. But If I want to install a platform agent on a SAP server from where can I download a platform agent. Also after downloading, how to install it on a SAP server instance.

 

 

b) After downloading a platform agent for NON sap servers, how can I move it to the target host where it needs to be istalled, for example a unix server?

 

 

Thanks in advance

 

 

Regards,

Ramana


Using ccbpm in SOAP to RFC

$
0
0

Hi,

 

How can I use ccbpm in soap to rfc scenario or rfc to soap?

 

thanks,

 

Zaby

[Agentry 6.0.46] Performance question on List Tile View

$
0
0

hi all,

 

I have a list tile view in my tablet application. I use a typical layout as the default email app on iPad. A list tile contains all emails header and other area display operations/email contents.

 

My list tile view contains tasks for user to do. Overall, there could be hundreds of task and this list tile view holds a subset using include rule. When the list tile view presents over one hundred items, there is noticeable lag of doing anything on the application.

 

By a set of controlled testing to rule out other reasons, it looks like the lag is caused by presenting many tiles (100+) in the list. Any actions in the app seems to call the "include" rule again and refresh the whole list tile view.  Therefore, if there is only 10 items in the list tile view, the lag is barely noticeable. As there are more items in the list, the lag increases. When the number of items reaches 100, there could be 2 second delay before a single message can pop up (an action for test which only displays a trivial text message).

 

1. In the tile, I only display one string property, that's the minimal info for display;

2. I tried to use list instead of list tile view, however, the Android client has trouble to display the content properly with a single column; (a separate issue);

3. Both Android and iOS client seems to have this issue.

 

Any comments to improve the performance, i.e., reduce such lag before any action can take place?

 

Thanks a lot.

 

-Yang

PO 7.4: NW BPM How to create Data Objcets.

$
0
0

Hi,

I am trying to develop a flow using NW BPM.

 

I have created a inbound Service interface in ESR which has external definition as message type. When I import it in BPM(using import WSDL option) , it created namespace and service interface within, which is perfect,    but  it did not create any data type under Data Types section.

 

My question is, how to create Data Objects artifact if service interface is developed using external definition.

 

Thanks

Sandeep Maurya

Failing to access index

$
0
0

Hi experts,

 

We have created and activated a custom index on VTTK utilizing fields STTRG, DATEN, SHTYP, and DATBG.  For some reason, I am completely unable to hit this index -- even when simulating SQL SELECT through ST05.  Even if I specify all four of those fields in a SELECT statement, the access path indicates that no index was used. 

 

Any off-the-top things I should check for this?

Changing step user of SAP Solution Manager background processing jobs

$
0
0

Dear community,

 

I would like to change the executing user for the following jobs:

 

SM:REFRESH ENTRYSCREEN

SM:MIGRATE_LANG_DEP_SAPSCRIPT

SM:FILL ISSUE BUFFER TABLE

 

 

 

The jobs are actually executed by user "12345". I want them to be executed by user "SOLMAN_BTC".

 

I already read SAP note 894279 - Background processing in SAP Solution Managerbut I still have no idea.

 

Can you help me please?

 

 

Thank you and Best Regards.

Updating info type HRP1007

$
0
0

I have created a program populating info type 0000, 0001, 0007 and 0016. When updating 0001 manually or in dialogue mod, the vacancy get populated. I have been using HR_INFOTYPE_OPERATION .

 

I need to update info type HRP1007 . I've tried using RH_UPDATE_INFTY  and RH_INSERT_INFTY , but it doesn't seem to connect to OM. tcode PPOME when I look at the position.

 

    wa_p1007-plvar  = '01'.
     wa_p1007-otype  = 'S'.
     wa_p1007-infty  = '1007'.
     wa_p1007-begda  = p_begda.
     wa_p1007-endda  = '99991231'.
     wa_p1007-mandt  = sy-mandt.
     wa_p1007-istat  = '1'.
     APPEND wa_p1007 TO it_p1007 .
     CALL FUNCTION 'RH_UPDATE_INFTY'
       EXPORTING
         vtask               = 'D'
       TABLES
         innnn               = it_p1007
       EXCEPTIONS
         error_during_update = 1
         no_authorization    = 2
         repid_form_initial  = 3
         corr_exit           = 4
         OTHERS              = 5.


Anyone have any suggestions. It is certainly one of these things that I have to update behind the scenes, since I'm updating numerous records (one at a time. 


Any info would be appreciated.

SUM Error in TOOLVERSION_EXTRACT

$
0
0

Hi,

 

I am doing import SP12 in Solution Manager 7.1.

Solaris 11 with Oracle 11 and SAP Kernel 7.21_ext 64 UC

 

I got version error TOOLVERSION_EXTRACT in extraction.

 

Error message said

Error_screen.png

 

I checked SUM log and found only 7.20 version is running Brtools, upgrade 7.40 sp10 but same error.

I did upgrade newest patches R3ldctl, R3load, R3szchktp, R3ta, R3trans, tp and lib_dbsl, but still same.

 

Please help me.

Regards


Updating info type HRP1007

$
0
0

I have created a program populating info type 0000, 0001, 0007 and 0016. When updating 0001 manually or in dialogue mod, the vacancy get populated. I have been using HR_INFOTYPE_OPERATION .

 

I need to update info type HRP1007 . I've tried using RH_UPDATE_INFTY  and RH_INSERT_INFTY , but it doesn't seem to connect to OM. tcode PPOME when I look at the position.

 

     wa_p1007-plvar  = '01'.
     wa_p1007-otype  = 'S'.
     wa_p1007-infty  = '1007'.
     wa_p1007-begda  = p_begda.
     wa_p1007-endda  = '99991231'.
     wa_p1007-mandt  = sy-mandt.
     wa_p1007-istat  = '1'.
     APPEND wa_p1007 TO it_p1007 .
     CALL FUNCTION 'RH_UPDATE_INFTY'
       EXPORTING
         vtask               = 'D'
       TABLES
         innnn               = it_p1007
       EXCEPTIONS
         error_during_update = 1
         no_authorization    = 2
         repid_form_initial  = 3
         corr_exit           = 4
         OTHERS              = 5.


Anyone have any suggestions. It is certainly one of these things that I have to update behind the scenes, since I'm updating numerous records (one at a time. 


Any info would be appreciated.

MDGM 7.0 - User Interface per change request type not showing CR

$
0
0

Hi Experts,

 

We are using our own UI's in certain change request steps for creating a material . The UI's were deep copied from the standard UI's . This UI's were assigned to the respective CR steps and link logical actions with UI and Business Activity was performed in the IMG.But after the CR is created and during that specific approval step , the system is loading that specific UI but we are unable to see any Actions and also the CR UIBB does not show the CR#'s and other details .

 

We want this configuration change to be system wide , so any user who creates that particular steps will go through those steps.

 

I know I can achieve this using PFCG for specific users , by loading their own configs and in turn load these specific UI steps .But how do we achieve this system wide irrespective of the users.

 

 

UI loaded during that step: It has no Approval/Submit actions and no CR details

Material New TEST FP CR - Windows Internet Explorer_2014-10-06_15-10-38.png

 

Technical help of the page:

Material New TEST FP CR - Windows Internet Explorer_2014-10-06_15-08-55.png

 

UI per CR step:

Change View User Interface per Change Request Step Overview_2014-10-06_15-11-56.png

 

Link logical actions with UI Application and Business Activity:Custom Definition:

Change View Maintenance Navigation Overview_2014-10-06_15-12-39.png

 

Link logical actions with Business Activity:Custom Definition

Change View Business Activity Determination Overview_2014-10-06_15-13-14.png

 

Change View Business Activity Determination Overview_2014-10-06_15-15-24.png

 

Any help greatly appreciated.

SP11 is causing printing to Crash

$
0
0

I have just installed SP11 for Visual Studio but when I go to print this causes the program to crash with the message that VSHOST32 has stopped working.

 

Not sure how to fix that

 

Installed on Windows 8.1 64 using the SP11 EXE installer

 

Regards

 

David

how should reset input control calendar value?

$
0
0

Hi,

 

input.jpg

withvalue.jpg

 

withvalue.jpg

After deleting the value in input control  the value is showing in the report. Please find the screen shot

Issues with BI-Open Document in Internet Explorer

$
0
0

We have integrated BO SDK with Java-JSF based web application and we are using Trusted Authentication to connect to BO server.  We are able to view the Open Documents and  drill down the sub reports in Chrome/Firefox. But in IE (Internet Explorer) We are facing 2 issues:

 

 

Issue 1 in IE -version 8:

 

 

Once the trusted Authentication is successful with BO server, We are viewing a Web Intelligence - Open Document in a browser window which has drill down option. If we try to further link to view the detailed/sub-report (which is another Open Document), we are getting Error "Invalid Request(5)" in  in  IE 8

 

 

Issue 2 in IE - version 10 and above

 

 

Once the trusted Authentication is successful with BO server, We are viewing a Web Intelligence - Open Document in IE -10/11. In this case multiple windows (one with Actual data and other is a blank window) are opening to view a single Open Document which should not happen. Also if we try to open the Detailed/Sub report (which is a new Open Document), the existing summary report is overriding with the sub report (detailed report) which will not allow us to see Summary report and Sub report in 2 different tabs. Instead its overriding the sub-report in the summary tab.

 

 

Above mentioned 2 issues are working perfectly fine in Chrome and Firefox.

 

 

Only in IE we are seeing these issues.

 

 

Any pointers in this regards is highly appreciated.

 

 

Thanks in advance

 

Venkat

Cursos, Video Aulas, tutoriais Gratuitos

$
0
0

Boa tarde,

 

 

Alguém possui referencia de materiais gratuitos ensinando a utilizar as ferramentas do SAP B1, sou novo com a utilização, e não tenho muito conhecimento e gostaria de aprender de uma forma um pouco mais aprofundada.

 

 

Desde Já

 

Agradeço;

ABAP in Eclipse Feature Explorer

$
0
0

Hello Community Members,

 

I am an ABAP developer and working in core ABAP from version of SAP R/3 4.6C.

I was not active on new SCN as I was not comfortable to it. But from last few months

learned new SCN ,I mean I understood the navigation of it   Now you can catch

me here rather than facebook or twitter I heard about Eclipse in one of the SAP

code Jam event and fall in love with it. Out of curiosity  I am learning it by reading

many blogs ,wiki ,documentations,videos..etc and downloaded development environment.

It is very comfortable for development such as inline declaration, search unused variables

and delete them automatically.


The feature explorer has bright future.

Many thanks to the development team for developing such great product.


Cheers,

Pravin


[Crystal Report 13] on Visual Studio 2013

$
0
0

Dear friends, first sorry for my English skill.

I am a Student and my teacher required Crystal Report for final Graduated Project; however I do not know how to work with. Try a lot and have lots trouble follow it:

 

My system:

Visual Studio Ultimate 2013 - project run on .NET 4.5

Crystal Report 13 version 11 (runtime x64) - is support VS2013, right?!

OS: Windows 8.1 Update 2

Database: SQL Server 2014

 

1. CSC : warning CS1762: A reference was created to embedded interop assembly 'c:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\CrystalDecisions.ReportAppServer.DataDefModel.dll' because of an indirect reference to that assembly created by assembly 'c:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\CrystalDecisions.CrystalReports.Engine.dll'. Consider changing the 'Embed Interop Types' property on either assembly.

 

2. Bobj is undefined

 

With first warning I cannot deal with it, search and try, still not work; I dont know but maybe is just a warning not affect to my project. But the second one, I find that many people have the same problem, try to fix like anyone (Change ResourceUri, move crystalreportviewers13 to project folder, add reference...) but the error still there; I do not know what to do next, Please help!

Coloring Table Cells Conditionally in SAP UI5

$
0
0

Introduction

This document helps how to color table cell/row conditionally in SAP UI5.


Step by Step Process

To create a Table refer this example in the Demo Kit: SAPUI5 SDK - Demo Kit - Table

We can color individual table cell or entire row based on condition by setting the css style class.


Here we will see a simple example to color the table cell based on the amount value.

Here is the code for the UI5 application.



<!DOCTYPE HTML>

<html>

<head>

<title>Table Cell Color Demo </title>

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta http-equiv='Content-Type' content='text/html;charset=UTF-8' />

 

    <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"

            id="sap-ui-bootstrap"

            data-sap-ui-libs="sap.ui.commons, sap.ui.table"

            data-sap-ui-theme="sap_bluecrystal">

    </script>

    <!-- add sap.ui.table,sap.ui.ux3 and/or other libraries to 'data-sap-ui-libs' if required -->

 

    <style type="text/css">

        .green {

            background-color: #66FF33;

        }

        .red {

            background-color: #FF3300;

        }

        .yellow {

            background-color: #FFFF66;

        }

    </style>

 

    <script>

  

        // Model Data (local)

        var aData = [{

            order: "456",

            customer: "SAP",

            curr: "EUR",

            amount: 30000

        }, {

            order: "457",

            customer: "Jateco",

            curr: "EUR",

            amount: 1300

        }, {

            order: "458",

            customer: "SAP",

            curr: "EUR",

            amount: 1200

        }, {

            order: "459",

            customer: "Sorali",

            curr: "EUR",

            amount: 750

        },  {

            order: "460",

            customer: "Ariba",

            curr: "EUR",

            amount: 1500

        }, ];

 

        // Define a table

        var oTable = new sap.ui.table.Table({

            title: "Order Details", // heading of the table

            visibleRowCount: 5, // Visible no of Rows of table

            selectionMode: sap.ui.table.SelectionMode.Single, // Singe or Multi

            navigationMode: sap.ui.table.NavigationMode.Paginator, //Paginator or Scrollbar           

            enableColumnReordering: true, // Allows you to drag and drop the column and reorder the position of the column

            width: "800px"

        });

 

 

        // Add table Columns

        oTable.addColumn(new sap.ui.table.Column({

            label: new sap.ui.commons.Label({

                text: "Order" // Creates an Header with value defined for the text attribute

            }),

            template: new sap.ui.commons.TextView({

                text: '{order}', // binds the value into the text field defined using JSON            

            }),

            width: "150px" // width of the column

        }));

 

        oTable.addColumn(new sap.ui.table.Column({

            label: new sap.ui.commons.Label({

                text: "Customer"

            }),

            template: new sap.ui.commons.TextView({

                text: '{customer}'

            }),

            width: "150px"

        }));

 

        oTable.addColumn(new sap.ui.table.Column({

            label: new sap.ui.commons.Label({

                text: "Currency"

            }),

            template: new sap.ui.commons.TextView({

                text: '{curr}'

            }),

            width: "100px"

        }));

 

        oTable.addColumn(new sap.ui.table.Column({

            label: new sap.ui.commons.Label({

                text: "Amount"

            }),

            template: new sap.ui.commons.TextView().bindProperty("text", "amount", function(cellValue) {

               // remove styles else it will overwrite

                this.removeStyleClass('green');

                this.removeStyleClass('yellow');

                this.removeStyleClass('red');

                // Set style Conditionally

                if (cellValue >= 1500) {

                    this.addStyleClass('green');

                } else if(cellValue < 1500 && cellValue > 1000) {

                    this.addStyleClass('yellow');

                } else{

                this.addStyleClass('red');           

                }

                return cellValue;

            }),          

            width: "100px"

        }));

 

        //Create a model and bind the table rows to this model

        var oModel = new sap.ui.model.json.JSONModel(); // created a JSON model    

        oModel.setData({ // Set the data to the model using the JSON object defined already

            modelData: aData

        });

        oTable.setModel(oModel);

        oTable.bindRows("/modelData"); // binding table rows

 

        //Place the Table on the UI

        oTable.placeAt("orders");

   </script>

</head>

 

<body class="sapUiBody">

    <div id="orders"></div>

</body>

</html>

Result:

Now we can see, the table cells are colored accordingly to the condition

table_cell_color.JPG

 

 

We will now see how to color the entire row conditionally based on the amount value.

 

Here is the Code:

 

<!DOCTYPE HTML><html><head>    <title>Table Row Color Demo </title>    <meta http-equiv="X-UA-Compatible" content="IE=edge">    <meta http-equiv='Content-Type' content='text/html;charset=UTF-8' />    <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"                id="sap-ui-bootstrap"                data-sap-ui-libs="sap.ui.commons, sap.ui.table"                data-sap-ui-theme="sap_bluecrystal">    </script>    <!-- add sap.ui.table,sap.ui.ux3 and/or other libraries to 'data-sap-ui-libs' if required -->    <style type="text/css">        .green {            background-color: #66FF33;        }        .red {            background-color: #FF3300;        }        .yellow {            background-color: #FFFF66;        }    </style>    <script>        // Model Data (local)        var aData = [{            order: "456",            customer: "SAP",            curr: "EUR",            amount: 30000        }, {            order: "457",            customer: "Jateco",            curr: "EUR",            amount: 1300        }, {            order: "458",            customer: "SAP",            curr: "EUR",            amount: 1200        }, {            order: "459",            customer: "Sorali",            curr: "EUR",            amount: 750        }, {            order: "460",            customer: "Ariba",            curr: "EUR",            amount: 1500        }, ];        // Define a table         var oTable = new sap.ui.table.Table({            title: "Order Details",            visibleRowCount: 5,            selectionMode: sap.ui.table.SelectionMode.Single,            navigationMode: sap.ui.table.NavigationMode.Scrollbar,            width: "800px"        });        // Add table Columns        oTable.addColumn(new sap.ui.table.Column({            label: new sap.ui.commons.Label({                text: "Order"            }),            template: new sap.ui.commons.TextView({                text: '{order}',            }),            width: "150px"        }));        oTable.addColumn(new sap.ui.table.Column({            label: new sap.ui.commons.Label({                text: "Customer"            }),            template: new sap.ui.commons.TextView({                text: '{customer}'            }),            width: "150px"        }));        oTable.addColumn(new sap.ui.table.Column({            label: new sap.ui.commons.Label({                text: "Currency"            }),            template: new sap.ui.commons.TextView({                text: '{curr}'            }),            width: "100px"        }));        oTable.addColumn(new sap.ui.table.Column({            label: new sap.ui.commons.Label({                text: "Amount"            }),            template: new sap.ui.commons.TextView({                text: '{amount}'            }),            width: "100px"        }));        //Create a model and bind the table rows to this model        var oModel = new sap.ui.model.json.JSONModel();        oModel.setData({            modelData: aData        });        oTable.setModel(oModel);        oTable.bindRows("/modelData");        //Place the Table on the UI        oTable.placeAt("orders");        // Set Row Color Conditionally        var colorRows = function() {            var rowCount = oTable.getVisibleRowCount(); //number of visible rows            var rowStart = oTable.getFirstVisibleRow(); //starting Row index            var currentRowContext;            for (var i = 0; i < rowCount; i++) {              currentRowContext = oTable.getContextByIndex(rowStart + i); //content                // Remove Style class else it will overwrite                oTable.getRows()[i].$().removeClass("yellow");                oTable.getRows()[i].$().removeClass("green");                oTable.getRows()[i].$().removeClass("red");                var cellValue = oModel.getProperty("amount", currentRowContext); // Get Amount                // Set Row color conditionally                if (cellValue >= 1500) {                    oTable.getRows()[i].$().addClass("green");                } else if (cellValue < 1500 && cellValue > 1000) {                    oTable.getRows()[i].$().addClass("yellow");                } else {                    oTable.getRows()[i].$().addClass("red");                }            }        }        $(document).ready(function() {            // Attach Scroll Handler            oTable._oVSb.attachScroll(function() {                colorRows()            });            colorRows(); // Color Rows initially        });    </script></head><body class="sapUiBody">    <div id="orders"></div></body></html>

 

Result:

Now we can see, the whole table rows are colored based on the amount value

table_row_color.JPG

 

This should also work even if we change the Visible Row count of table.

 

Result after changing the Visible row count to 3:

table_row_color1.JPG

After Scroll:

table_row_color2.JPG

 

 

You need to modify the code if you use the Navigation mode as Paginator instead of Scrollbar.

 

Here is the code snippet for Navigation Mode - Paginator:

 

// Set Row Color Conditionally        var colorRows = function() {            var rowCount = oTable.getVisibleRowCount(); //number of visible rows            var rowStart = rowCount * ( oTable._oPaginator.getCurrentPage() - 1); //starting Row index            var currentRowContext;            for (var i = 0; i < rowCount; i++) {               currentRowContext = oTable.getContextByIndex(rowStart + i); //content                // Remove Style class else it will overwrite                oTable.getRows()[i].$().removeClass("yellow");                oTable.getRows()[i].$().removeClass("green");                oTable.getRows()[i].$().removeClass("red");                var cellValue = oModel.getProperty("amount", currentRowContext); // Get Amount                // Set Row color conditionally                if (cellValue >= 1500) {                    oTable.getRows()[i].$().addClass("green");                } else if (cellValue < 1500 && cellValue > 1000) {                    oTable.getRows()[i].$().addClass("yellow");                } else if (cellValue < 1000 && cellValue > 0) {                    oTable.getRows()[i].$().addClass("red");                }            }        }        $(document).ready(function() {            //Attach Page handler            oTable._oPaginator.attachPage(function(){                colorRows()            });            colorRows(); // Color Rows initially        });

 

Result:

table_row_color3.JPG

table_row_color4.JPG

 

Here, I just demonstrated a simple example to color table cells/rows conditionally based on cell value. You can use according to your requirements( with nice color codes, not the ugly colors as demonstrated ).



BRFplus: Sum Amount in Table

$
0
0

Experts,

 

We are having trouble summing amount columns of tables in BRFplus.  We have tried 2 different ideas and each has a different error:

  1. Table Operation - sum the column containing the amount.  This returns a currency error.  It is not possible to pass a currency at runtime because it does not exist in the table structure.
  2. TABLE_SUM_AMOUNT - create a formula and use this function to calculate the amount.  This always returns the error "Column 0050569BA4BE1EE487810606D083E1 does not exist in table Table Type."  Regardless of the column or the table type, this same error appears for all TABLE_SUM* functions.

 

Any ideas?  Your help would be greatly appreciated.

Transporting MDMGX objects from SAP ECC to Material Repository in MDM

$
0
0

Transporting MDMGX objects from SAP ECC to Material Repository in MDM

Maybe include a bit of an intro?

MDMGX (MDM Generic Extraction Framework) is a standard SAP transaction code available within core SAP ERP systems depending on your version and release level.

At NIMBL, one of our major clients – a global services professional company - had a business requirement to add OverheadGroups functionality to their material repository in MDM. In order to accomplish this, we first had to perform local table (LT) configuration for OverheadGroups in our SAP ECC Development client as all local table configurations are maintained in SAP ECC in our client landscape.

To share what I learned, in this blog, I will provide the steps I performed to accomplish this requirement.

First off, our client’s ECC landscape is architectured according to SAP best practices.

MDMGX1.png

Note: Transporting individual configuration objects under MDMGX is not possible - so it is recommended that all of the configuration objects under MDMGX need to be transported in order to maintain consistency across the landscape. Tip: Use an asterisk (*) to include all objects under a specific transport.

Configuring LT_Overheadgroups under MDMGX for Material repository

Step1: Login to the Development client

Step 2: Execute MDMGX transaction and click on Maintain Ports and Check-Tables

MDMGX2.png

Step 3: Provide the appropriate System and Repository information to perform LT configuration

MDMGX3.png

Step 4: Click new file to perform LT_OverheadGroups configuration

MDMGX4.png

Step 5: Enter following details for LT_OverheadGroups configuration as shown below. This configuration provides data in English for LT_OverheadGroups table in MDM Data manager. This information will be available to user through portal.

MDMGX5.png

Step 6: Copy the configuration to Testing client using the SCC1 transaction code. Make sure to include all of the objects under MDMGX as mentioned above.

  After Successful testing and importing transports to your ECC production environment, we next need to perform the following steps to extract data to and from the ECC production LT_OverheadGroups table enabling data flow from the MDM Data Manager


Step 7: Execute transaction MDMGX and select “Start Extraction”


MDMGX6.png

 

Step 8: Provide the Client details and port name of the table to which data needs to be extracted in the MDM Data manager. Click execute to start the extraction process.

 

MDMGX7.png

Step 9: Login to the MDM Data Manager and make sure the data is available

MDMGX8.png

So there you go. Easy as pie right? I think this is a best approach to make the data flow from SAP ERP system to MDM if the local tables are maintained in SAP ECC system.

 

Please stay tuned for my next blog covering how to maintain ports within the MDM console. I would love to hear your thoughts, comments, and own ideas. Please feel free to email me at hari.sonnenahalli@benimbl.com anytime.

 

Hope this helps!!!

SMD Invalid Response Code: (401) Unauthorized.

$
0
0

Hi Team,

 

I am facing the below error message while configure managed system configuration for java system.I have checked SDN forum and advised to change the parameter value of service/protectedwebmethods.Please advise how to change this parameter value in default profile.I am unable to found this parameter in default profile in Java system.

 

The SMD Agent is not able to connect the Satellite System (J2EE stack).

 

Error

The SMD Agent is not able to connect the Satellite System (J2EE stack).

   Action

Please check the JAVA Connect Parameters provided in the Managed System Setup Wizard for this System.

   Details

java.rmi.RemoteException.Service call exception; nested exception is:

com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://p1bfkp21:52613/SAPControl.cgi"

 

Please help me on this issue.

 

Regards,

Raj

Viewing all 8096 articles
Browse latest View live


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