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

Re: IE11 issue in Portal 7.4 Compatibility

$
0
0

what frameworkpage you are using?


Re: IE11 issue in Portal 7.4 Compatibility

$
0
0

unless you are using framework page supporting standard mode.

document browse mode only help to open ui5 in separate window with standard mode

Re: Outbound delivery has updated with event messages with GR in EH list transaction in OER

$
0
0

Hi Nandish,

 

Put the breakpoint in WebUI class /SAPTRX/CL_EM_WDA_UI or /SAPTRX/CL_EM_FPM_UI -> GET_INT_EVT_CODE_FROM_MAP_TAB & FILL_EVENT_CODE_MAP_TAB and debug.

 

Could you tell me what is the version of SAP AII or SAP EM?

 

It looks like a bug to me, so check OSS note or create OSS message if no BADI implemented.

 

Regards

 

GGOPII

TB Account is not tally with Vendor Aging (Foreign Currency)

$
0
0

Hi Experts,

 

 

I generated a TB for specific Vendor and I run the aging at the same time. But I have a variance on it. Do I miss any steps here to reconcile vendor balance?

 

invaging.JPG

tb.JPG

 

BTW, it is on foreign currency.

 

 

Regards,

Mahj

Re: Bring BOM (Bill Of Material) part back into inventory with cross charge

$
0
0

Hi,

Can share real business requirement in detail instead of what you have done partially in your system!

 

Probably your finished goods material packed by master cartons from your warehouse and shifter to main gate where in main gate- your business remove master cartons and send only finished goods material to customer. Better introduce a separate process in Main gate on processing and get your finished goods material shifted to customer by returning master cartons to inventory.

 

Regards,

Biju K

Disable discount line item and total document for Good Receipt PO

$
0
0

Dear All,

 

Kindly need your help how to disable discount line item and total document at Good Receipt PO stage., this is to avoid them do any changes on the discount during GRN process. Normally our process they copy from PO for GRN

 

 

Please help

 

Thanks,

Saufil

Re: Release strategy on old PR created from PM order

$
0
0

Hello Jurgen, Reply from SAP is as below "this is a limitation caused by the system design and unfortunately there is no option to change this currently. I am sorry, but I cannot offer a solution for this." We have challenged to SAP on this as this is really a system bug. I will keep you updated as per SAP reply. Thanks Sudhir

Re: I want to display message get from reponse Header.


BP Remarks to SO UDF

$
0
0

Hi all

 

Please help provide the Query to auto copy BP Remarks content to Sales Order UDF title field, thanks!

 

 

 

 

 

 

Kedalene

Re: EPM Reporting format

$
0
0

Selva

For a report with this layout:

 

I personally would select my entities member and descendants with totals after and include blank row for spacing. To get the label in the middle I would use a local member to display the name and hide the actual entitiy column. You could use a condition to test the entity and display the name for base members and lookup from some table for the user names or if the user name is available from a property use that. The formatting of the lines will probably need a formatting sheet. Nothing I see says it can't be done in a single report, so for performance start with just one.

 

~Ryan

MIGO approval workflow line item wise

$
0
0

Dear Gurus,

 

Hope you all are fine. I am new to workflow and i need to develop a workflow which should be triggered when we save any transaction in code MIGO. After saving it, all line items that we created in MIGO should go to a person who can approve or reject MIGO line items. Can any  body tell how can i create this workflow? Please tell in detail because i am not that experienced in workflow.

 

Thanks

 

Regards

I want table data into array in sapui5... Please help

$
0
0

I'm using xml.view and control the view using controller.js.

and i am using ui.commons.table

I want to put table data into array. but my code not working

 

var otable = document.getElementById("dataTable");
var tableArr =[];
for(var i =1; i < otable.rows.length; i++){
  tableArr
.push({
  category
: otable.rows[i].cells[0].innerHTML,
  brandName
: otable.rows[i].cells[1].innerHTML,
  whenObtained
: otable.rows[i].cells[2].innerHTML,
  howObtained
: otable.rows[i].cells[3].innerHTML,
  howOftenWorn
: otable.rows[i].cells[4].innerHTML,
  whereMade
: otable.rows[i].cells[5].innerHTML,
  hasGraphic
: otable.rows[i].cells[6].innerHTML
  
});
}


please help me experts

Re: Settlement receiver in case of capital investment project.

$
0
0

Hi Abhishek,

 

The use of IM profile is not really considered to be a use of IM module, it is just happened to be tiny part of IM that is completely independent and extremely easy to setup.

 

If you do not want using AuC, you can use Asset as receiver.

 

Regards,

Paulo

Re: Dynamic table creation & databinding on click of a button

$
0
0

Yes, I am doing it onPress event:

 

Here is my code:

 

sk.view.xml

-----------

 

 

  <Button class="sapUiResponsiveMargin" press="onPress" text="{i18n>GetMaterial}" type="Emphasized"/>

    <Table id="materialTable" class="sapUiResponsiveMargin" width="auto" visible="false"

    noDataText="{worklistView>/tableNoDataText}"

    items="{/materials}">

 

  <columns>

  <Column id="materialNocolumn">

  <Text text="materialNo" id="materialNo"/>

  </Column>

  <Column id="materialDesccolumn">

  <Text text="materialDesc" id="materialDesc"/>

  </Column>

 

  </columns>

 

 

  <items>

  <ColumnListItem>

  <cells>

  <ObjectIdentifier title="{materialNo}"/>

      <ObjectIdentifier title="{materialDesc}"/>

 

  </cells>

  </ColumnListItem>

  </items>

  </Table>

 

 

 

 

 

 

 

sk.controller.js

---------------

onPress: function()

{

  var oMaterialTable = this.byId("materialTable");

 

       oMaterialTable.setVisible(true);

 

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

//Reading from mockdata now, replace with Odata read later

     oMaterialModel.loadData("./models/Materials.json");

    this.getView().setModel(oMaterialModel,"materials");

}

Re: Having problem in sending email from SAP to my company email.

$
0
0

Thank you so much for the reply Mr Nanda. I have done that assignment successfully.

Now i have one more doubt. Can I ask ?


Defining of Scales in Appraisals

$
0
0

Hi Team,

I am configuring Appraisals for the first time.

Can any one suggest me where to create Scales in Appraisal .And what is difference between Edit Scales Option and Value List option.

In both the option New entries  selection is there,and Scales are available. so which option is better to create Scale.

Please do the needful.

Thanks & Regards,

Sowmya.

 

 

 

 

 

Apar 1 scale.JPGApar 2Scale.JPGApar scale 3.JPGApar 4 Scale.JPG

Re: SQL Anywhere 17.0.0.1358 constantly crashes (assertion fails 200505, 101412)

$
0
0

Please refer to the following note.

 

 

1959030 - How To Salvage Data When There are Corrupt Pages in the Database

 

 

 

Thanks,

Atsushi

Re: Migration of PO from TAXINJ to TAXINN

$
0
0

Hi

 

Please refer the OSS Note 2014164 for the solution roadmap from SAP on the same. There are transaction steps to take care of intermediate PO and contracts as well.

 

Also refer OSS Notes 2153807 & 2252781 for the creation of migration t codes as well as FAQ on the migration from TAXINJ to TAXINN.

 

This should help answer most of the questions.

 

Thanks & Regards


Sanil Bhandari

Re: Fields appear not in MM of WSDL side

$
0
0

Hello Fabio,

 

Did you select the correct WSDL message in the Message mapping?

Re: cascading dropdown is not working in design studio 1.6

$
0
0

I can not help u in this. I need to check with my admin guys who installed this DS. R u sure its not programming or scripting error ? is there anything wrong withe data ?

Viewing all 8902 articles
Browse latest View live




Latest Images