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

Re: Processing of MEAS_RESULTS and STATUS_ATTR in event msg

$
0
0

Hello Michael,

 

Measurements are handle with activity:

PROCESS_MEASUREMENTS    Process Measurement Data    ACT_PROCESS_MEASUREMENTS

 

Status creation/update with:

STATUS_SET    Create or Update a Status Attribute Name and Update Status History for EH    ACT_SET_STATUS

 

What exactly do you want to achieve?

 

Best regards,

Steffen


Regarding connectivity options between oracle and SLT And also SLT API's how it works?

$
0
0

We are trying to replicate finance postings from oracle to Simple finance(ECC system underlying HANA) by using SLT. I have some doubts regarding this

 

1.How the database connectivity will be established with oracle DB?

2.If JDBC is used,kindly share the JDBC version details. If not, kindly let us know how connectivity will be established.

 

3.According to simple finance how SLT feeds data to simple finance system? If API's then please explain how it works?

4.In this scenario I guess schema not require if I am right please give me a clarity on this?

 

Thanking you in Advance. It will be more helpful if any one of you give me idea.

Re: Oracle 10g to 11g Upgrade Error OUI-67075

Reg: Unit to be inspected tab in QE11

$
0
0

Dear experts ,

 

Need your inputs for the following issue,

 

Have a material associated with 03 inspection type ( in-process inspection)

 

During results recording , i am getting this 'Unit to be inspected tab'.

 

How to avoid this tab..?

 

We are using sampling procedure.

 

Unit to be inspected.PNG

Inspection unit to be entered during results recording ..?

 

Could anyone guide me on this in detail.

 

sampling.PNG

  

  

Master recipe.PNG

 

Please let me know , how this works.

Activate profitability analysis

$
0
0

Dear all

 

I am getting an error "activate profitability analysis in controlling area 1000 in 2015" while releasing invoice to accounting. Somehow profitability analysis has been activated and I want to deactivate it now?? Kindly help me in this issue...I am attaching screen shots regarding this issue....

Re: How to use TextCollection and display as multiple-line UI

$
0
0

Hi Alim,

 

I've similar requirement for my project. Can you share the approach that you took for this?

 


Regards,

Sandeep

Re: Mass update sales reason of rejection

$
0
0

Dear Antinio,

 

 

As indicated by SRK you can check for MASS as instructed, or else via sales order change bapi you can easily archive what you required please refer BAPI: BAPI_SALESORDER_CHANGE.

 

Please refer the below thread:

 

Standard bapi sales order change | SCN

https://scn.sap.com/thread/1156637

 

Further go to Tcode: SE37 - Enter - BAPI_SALESORDER_CHANGE- execute. After that set the required value as indicated below:

 

Under Import parameters

 

SALESDOCUMENT: Enter the sales document no.

ORDER_HEADER_INX: Enter UPDATEFLAG flag as U.

LOGIC_SWITCH: COND_HANDL as X

 

Under Tables


For ORDER_ITEM_IN


Use ITM_NUMBER as sales order item no.

MATERIAL as sales order materail code for perticulat item no.

REASON_REJ as per your requiredment


For ORDER_ITEM_INX


Enter -  X for the above field user in ORDER_ITEM_IN


And Save it. and give the test data no. to your technical consultant and involve technical guy, he will develop a change program for you which will short out you issue.

 

Thanks.

 

SS

SAP Fiori Client Installation cost


Re: Negative where class in BSIS table

$
0
0

Hi,

 

Try,

 

Create Ranges for Gl Account,Company code , pass the values to ranges.

pass the ranges in select query using 'IN'.

 

Hope it helpful,

 

Regards,

Venkat.

SAP Fiori Client Installation cost

Remove the repeat material number in po print smartform.

$
0
0

suppose there are 3 same material no in smartforms but client requirment is its print in one time not repeated  again . see following pic

pls suggest me

Re: Signal 11 thrown by SAP

$
0
0

Hi Divyanshu,

 

The SAP Note tell that the problem is solved on patch 402. But We are on patch level 300 . So it is possible that we are in bug .

And if you see on market place - after PL -40 released but the SAP Note is not mentioned , but on 402 the error is mentioned and SAP Note updated.

 

That is why I have written .

Re: Confirmed Yield 0, Operation Status CNF etc. - Abnormal Production order status after confirmation

$
0
0

Arun,

As per given SAP Note whether any operations has been partially confirmed and reversed before final confirmation?

 

BR
KK

Re: how do i write a C++ dll which a parameter ref the string for powerbuilder?

Fixed asset AR invoice not adding "G/L account is missing (1) [Message 131-46]"

$
0
0

Dear Expert,

 

When I try to add fixed asset in AR inovoice the error message coming as "G/L account is missing (1)  [Message 131-46]"

I have assigned all the gl accounts in

1)Account determination

2)GL account determination

3)Warehouse

 

BUt its not working. which account has to assign?

 

Thanks & Regards,

Hiren


Re: Oracle 10g to oracle 12c

Re: Reg: Unit to be inspected tab in QE11

$
0
0

Hi Daya,

 

After updating the Master Recipe, you need to re-create new inspection lot in order to make the system take new settings into consideration. Old inspection lot won't be reflecting these changes.

 

Regards,

Ayoub.

SAP HR Renewal 2.0

$
0
0

Dear All,

 

I am looking to implement ESS & MSS in ERP 6 EHP 7

Want to suggest client which is best

1.  HR Renewal

2.  SF

3.  Fiori

 

I am looking positive with HR Renewal.

My question over here

1.  Is EP required for HR Renewal?

2.  Whether HR Renewal can be accessed online?

3.  Where can I check browser compatibility, hope it supports, IE, Chrome & Mozilla

Re: HRA amount is not reflecting in IT 0008 when i maintained the IT0581

$
0
0

Hello Mohan,


As per my knowledge, for your allowance grouping plz maintain the WT for HRA in table  V_T7INA9. and if you are doing indirect evaluation then plz maintain record in T510 table also.

Also since this is a warning message try to save the record and then see if IT8 is getting called and if the HRA WT is coming.

Plz check this and see.


Regards,

Vishwas

sap.ui.extensionpoint is not a function error

$
0
0

Hi,

 

I have learnt the SAPUI5 concepts recently. I have a Javascript View. I want to extend this View by using components and defining th extesnion points

 

i belive in my original view i have to define content as below so that it can be overridden:

 

sap.ui.jsview("my.first.view", {            getControllerName: function() {                return "my.first.controller";            },            createContent: function(oController) {                return new sap.ui.layout.HorizontalLayout({                    content : [                        new sap.ui.commons.Button({id:"but1",text:'{/first}',press:oController.doSomething}),  sap.ui.extensionpoint(this, "ext.first"),                        new sap.ui.commons.Button({id:"but2",text:'{/second}'}),                        new sap.ui.commons.Button({id:"but3",text:'{/third}'})                    ]                });            }        });


I get an error at line no 10, saying sap.ui.extensionpoint is not a function.

The version of sapui5 library used is: 1.24.4. This is how I load library in index.html:

 

<script id='sap-ui-bootstrap' type='text/javascript'
src='/sapui5/resources/sap-ui-core.js'
data-sap-ui-theme='sap_goldreflection'
data-sap-ui-libs='sap.ui.commons,sap.ui.ux3'></script>
<!-- add 'sap.ui.table' and/or other libraries if required -->

 

 

<script>

 

The original component that encapsulates the View looks like below:

 

        // original component        jQuery.sap.declare("my.Component");        sap.ui.core.UIComponent.extend("my.Component", {                metadata : {                    name : "GreatComponent",                    version : "1.0",                    includes : [],                    dependencies : {                        libs : ["sap.m", "sap.ui.layout"],                        components : []                    }                }  });  my.Component.prototype.createContent = function() {            return sap.ui.view({type:sap.ui.core.mvc.ViewType.JS, viewName:"my.first.view"})        };   

 

I am not sure what I have missed. i ha followed the dev guide for SAPUI5. It doesn't seem to work. Please help.

Viewing all 8902 articles
Browse latest View live




Latest Images