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

Open stock-negative stock reversal

$
0
0

Dear experts,

 

Currently I am trying to migrating open stock

 

1)Migo  561 stock goes to storage type 998 +ve

2) LT06 movement type 999 stock goes to - ve

3) LT10 offset the stock 998 using movement type 999 migration  done

 

Now my question is step 2 if I wrongly migrated for example qty is wrong want to reverse it, how to reverse or cancel

 

 

Please advise

 

Regards

Raj


HTTP port ?

$
0
0

user in my company not able to use personas service . so kindly let me know in which profile on server we have to update HTTP Port number for that service ?

Re: interactive alv

Re: All views are coming on the same page. Previous view is not getting cleared.

$
0
0

Can you post the code on how do you navigate from first view to second ?

Re: Error in outbound TU

$
0
0

Hi Alex,

 

I have checked this activation . This TMSP is not available in SCM Basis.

 

Kindly suggest me what should i do?

 

Regards,

Akash Srivastava

Re: Material download to CRM from R/3

$
0
0

Hi Geetha,

 

Even I am facing the same issue when I create a material in ECC. BDoc Type PRDCT_OBJECT are not getting pulled to CRM do I miss any middleware config.


Regards,

Chella.

7.5 salient features in comparison with 7.40

Update Mobility Purchase Orders

$
0
0

hi ,

 

i need sample program for create Update Mobility Purchase Orders with using standard function module "BAPI_PO_CHANGE" and based on some selection screen criteria . i attached my selection screen .

 

 

help.JPG

Thanks & regards,

Raja


Sap UI5 with Local JSON Model - Not working

$
0
0

Hi Experts,

 

I am trying to use json model to display a table using local json file. I am getting below error:

 

error.PNG

 

Here is my code:

 

index.html

==================

<!DOCTYPE HTML>

<html>

  <head>

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

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

 

 

 

  <script src="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 -->

 

 

  <script>

  sap.ui.localResources("zui5_json_model");

  var view = sap.ui.view({id:"idView11", viewName:"zui5_json_model.View1", type:sap.ui.core.mvc.ViewType.JS});

  view.placeAt("content");

  </script>

 

 

  </head>

  <body class="sapUiBody" role="application">

  <div id="content"></div>

  </body>

</html>

 

 

View1.view.js

===================

 

sap.ui.jsview("zui5_json_model.View1", {

 

 

  /** Specifies the Controller belonging to this View.

  * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.

  * @memberOf zui5_json_model.View1

  */

  getControllerName : function() {

  return "zui5_json_model.View1";

  },

 

 

  /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.

  * Since the Controller is given to this method, its event handlers can be attached right away.

  * @memberOf zui5_json_model.View1

  */

  createContent : function(oController) {

 

 

// Create instance of JSON model

  var oModel = new sap.ui.model.json.JSONModel();

 

// Load Data

  oModel.loadData("json/week.json");

 

// Create instance of table control

  var oTable = new sap.ui.table.Table();

  oTable.setTitle("Comment this week");

  oTable.setVisibleRowCount(7);

 

// First column

  var oColumn1 = new sap.ui.table.Column();

  oColumn1.setLabel("Day");

  var oTextview = new sap.ui.commons.TextView();

  oTextview.bindProperty("text", "we_day");

  oColumn1.setTemplate(oTextview);

  oColumn1.setWidth("150px");

  oTable.addColumn(oColumn1);

 

// Second column

  var oColumn2 = new sap.ui.table.Column();

  oColumn2.setLabel("Comment");

  var oTextview = new sap.ui.commons.TextView();

  oTextview.bindProperty("text", "we_comment");

  oColumn2.setTemplate(oTextview);

  oColumn2.setWidth("500px");

  oTable.addColumn(oColumn2);

 

// Third column

// var oColumn3 = new sap.ui.table.Column();

// oColumn3.setLabel("Rating indiacator");

// var oRating = new sap.ui.commons.RatingIndicator();

// oRating.setMaxValue(5);

// oRating.setEditable(false);

// oRating.bindValue("we_rating");

// oColumn3.setTemplate(oRating);

// oTable.addColumn(oColumn3);

 

// Bind model to table control

  oTable.setModel(oModel);

  oTable.bindRows("/week");

 

  }

 

 

});

 

controller.js

===================

sap.ui.controller("zui5_json_model.View1", {

 

 

/**

* Called when a controller is instantiated and its View controls (if available) are already created.

* Can be used to modify the View before it is displayed, to bind event handlers and do other one-time initialization.

* @memberOf zui5_json_model.View1

*/

// onInit: function() {

//

// },

 

 

/**

* Similar to onAfterRendering, but this hook is invoked before the controller's View is re-rendered

* (NOT before the first rendering! onInit() is used for that one!).

* @memberOf zui5_json_model.View1

*/

// onBeforeRendering: function() {

//

// },

 

 

/**

* Called when the View has been rendered (so its HTML is part of the document). Post-rendering manipulations of the HTML could be done here.

* This hook is the same one that SAPUI5 controls get after being rendered.

* @memberOf zui5_json_model.View1

*/

// onAfterRendering: function() {

//

// },

 

 

/**

* Called when the Controller is destroyed. Use this one to free resources and finalize activities.

* @memberOf zui5_json_model.View1

*/

// onExit: function() {

//

// }

 

 

});

 

 

I have not used any controller method. 

Issue with Assign Forecast Models

$
0
0

Hello,

 

I am working on a copy of the SAP2 planning area. We have loaded all master data and able to generate forecasts at the product and customer level using the Simulate option in Excel. I want to assign different forecasting models to different product - customer combinations.

The product-customer combinations have already been loaded in the corresponding master data type.

 

When I go into to assign forecast model, the planning objects output is all blank are not visible not there is any option to create or modify any filter etc.

What is the process to follow so I can take make the model assignment based on specific product-customer combinations ?

Please advise.

fcstmodel assignment issue.jpg

Re: Problem Loop at screen

$
0
0

Hi Afif,

 

Yes, you need to add USER-COMMAND and handle that at the AT SELECTION-SCREEN event:

(I need to change your example to SFLIGHT table due my testing environment).

 

TABLES: sflight.

TABLES: sscrfields.

 

SELECTION-SCREEN BEGIN OF BLOCK div WITH FRAME TITLE text-000 NO INTERVALS.

 

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT (15) FOR FIELD faufnr MODIF ID sve.

SELECT-OPTIONS: faufnr FOR sflight-carrid MODIF ID sve.

SELECTION-SCREEN END OF LINE.

 

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT (15) FOR FIELD fqty MODIF ID sve.

SELECT-OPTIONS: fqty   FOR sflight-connid MODIF ID sve.

SELECTION-SCREEN END OF LINE.

 

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT (15) FOR FIELD faufnr1 MODIF ID del.

SELECT-OPTIONS: faufnr1 FOR sflight-fldate MODIF ID del.

SELECTION-SCREEN END OF LINE.

 

SELECTION-SCREEN BEGIN OF LINE.

 

PARAMETERS: save RADIOBUTTON GROUP grp1 DEFAULT 'X' USER-COMMAND radiocom.

SELECTION-SCREEN COMMENT (5) FOR FIELD save.

SELECTION-SCREEN POSITION 10.

 

SELECTION-SCREEN POSITION 15.

PARAMETERS: print RADIOBUTTON GROUP grp1.

SELECTION-SCREEN COMMENT (5) FOR FIELD print.

 

SELECTION-SCREEN POSITION 25.

PARAMETERS: delete RADIOBUTTON GROUP grp1.

SELECTION-SCREEN COMMENT (5) FOR FIELD delete.

 

SELECTION-SCREEN END OF LINE.

 

SELECTION-SCREEN END OF BLOCK div.

 

AT SELECTION-SCREEN OUTPUT.

   LOOP AT SCREEN.

     IF screen-group1 = 'SVE'. "Name field

       IF save EQ 'X' OR print EQ 'X'.

         screen-active = 1.

       ELSE.

         screen-active = 0.

       ENDIF.

       MODIFY SCREEN.

     ELSEIF screen-group1 = 'DEL'.

       IF delete EQ 'X'.

         screen-active = 1.

       ELSE.

         screen-active = 0.

       ENDIF.

       MODIFY SCREEN.

     ENDIF.

   ENDLOOP.

 

AT SELECTION-SCREEN.

   IF sscrfields-ucomm = 'RADIOCOM'.

     BREAK-POINT.

   ENDIF.

 

START-OF-SELECTION.

 

 

   WRITE: / 'test'.

 

Take care!

Flavio

Re: Domain Migration of Primary Application Server

$
0
0

Hi Debaditya.

 

User ids will not be problem as there is a trust relationship exist between old and new domain.

Simply Move the CI & All Application servers to different domain, change the Firewall & network settings based on the new domain. Check the DNS & Host resolutions.

 

Regards

SS

Adding KF data for new combinations in Via Excel

$
0
0

In APO DP, if you have a new CVC, but with no KF data you can still pull it in the planning view and enter the data in the planning view for various KFs.

When you save the data, the data is saved against the new CVC.

In IBP, I have an existing product A and I have KF data against it a the product-customer level.

Now I created a new product B, and I want to enter KF data for this from the Excel planning view.

I defined my filter as product A and product B but only the data for product A comes back.

I tried adding a new combination via the Excel option but still no place holders are created for product B.

My intent is to copy the KF data from product A over to the KFs of product B.

For business users, I don't want them to edit flat files and copy the data and then run imports.

Any idea what I might be missing?

We have IBP cloud solution so it should have the latest service pack level.(though I dont see the planning Object terminology in the excel menu option - still says planning combination)

 

Any suggestions?

Re: IDoc to CSV on multiple folders based on field in IDoc

$
0
0

Hello Nithin,

 

Is it a single or dual stack PI?

 

You should use BPM to solve this.(Collect pattern).

Re: Processing not yet finished, entry 70 still missing

$
0
0

Hi Harish,

 

Please check with free space or contact for DB space.

 

Regards,

Sathya.


Re: Group rebate Settlement issue.

$
0
0

Hello Rathish,

 

If any materials are involved in rebate, should they be required to show in credit memo? If yes, I do not think the SAP standard functionality can meet the requirement. That's why there is a settlement material.

Re: HCPms https service error

$
0
0

Hi And,

 

As the alert says, it should be HTTP.

There is a white paper exists on the security related information of HCC: SAP HANA Cloud Connector security whitepaper

 

From the mobile app you will be using HTTPS to talk to HCPMS.

 

Hope it helps.

 

Regards, Midhun

SAP Technology RIG

Re: More than a lakh messages in scheduled status in PO PROD

$
0
0

Hello Harish,

 

Try increasing the processing threads for JDBC adapter.

Re: Fixed Asset Master Data - Cost center

$
0
0

Hi Svend,

 

I'm having the same issue, would you share it to me the template that you use to import Cost Centre into Fixed Asset master data?

 

kind regards

Ananda

Re: SAP PI SOAP Adapter Receiver issue with ASMX Webservice (Bad Request/content-type)

$
0
0

Hello Fabian,

 

Try moving the processing Sequence of module as per the requirement.

Viewing all 8713 articles
Browse latest View live




Latest Images