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

Re: Adjusted Production Receipts

$
0
0

Hello Renata,

 

You can create an SCM Operator with additional following parameter

 

RESET_ADJUSTED_KEY_FIGURES set to YES.


This parameter resets all the Adjustments made.


Thanks

Pramod



Custom Employee webservice integration.

$
0
0

Hi there!

 

 

I need to integrate Employees to C4C but I cant use standard webservices.

As far as I know, i cant edit employee informations if external replication is enabled by scope.

 

So, I'm trying to create a webservice in the app studio for the employee BO. I checked only "Create" operation.

 

I'm using SOAPUI to test my webservice and I'm facing the following error:

 

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">

   <env:Header/>

   <env:Body>

      <n0:EmployeeCreateConfirmation_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:LAW:/1SAI/TAS571E134D8C3DAF4759DA:804">

         <Log>

            <MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>

            <Item>

               <TypeID>018(//APBP/SP/)</TypeID>

               <CategoryCode>INC.BOI</CategoryCode>

               <SeverityCode>3</SeverityCode>

               <Note>EMPLOYEE role for business partner 00000000008000000109 missing</Note>

            </Item>

         </Log>

      </n0:EmployeeCreateConfirmation_sync>

   </env:Body>

</env:Envelope>

 

When I choose the fields to be integrated i didn't find anything related to business partner role.

 

Anyone knows what could be wrong? Am I missing something?

 

Is it possible to create an employee and its respective business partner using a custom webservice?

 

Is there any other option to achieve this (integrate employee and allow employee editing)?

 

Thanks in advance.

Re: Is it possible to issue goods in blocked stock for STO

$
0
0

Hi,

can you please add the detailed error message number.

This is easier to find a possible root cause.

regards

Jörg

Re: can't run ABAP program 'RS_ABAP_SOURCE_SCAN'

$
0
0

Hi, you must specify object(s) you want to search in. This can be generic e.g. field "Program Name" enter SAP*

Re: Successfactors LMS sytem integration with ERP

$
0
0

Hello Kavitha,

 

check all certificates are imported and are valid.

 

Also Check,any firewall/port needs to be opened.

Re: Convert existing Web IDE Project to Hybrid

$
0
0

Any feature that is listed as experimental will only be available in the trial system.  You could point your trial system to the same repository and run the wizard and comment your changes.

 

Regards,

Jamie

SAP - Technology RIG

Power Designer - Mapping Editor Question

$
0
0

Hi Experts

 

I have a very basic question on Mapping Editor Tool in PD. I have created a .PDF for 2 Tables that are within the same database. I need to map fields from Table 1 to Table 2.  Data for Table_2 comes from Table_1

 

Table_1               Table_2

E.Name               E.Name

Age                     Age

***                     ***

 

Say E.Name and Age fields are directly populated from its corresponding field value from Table_1. But for Table_2.*** the logic is

 

IF Table_1.*** = 'M' then

Table_2.*** = 'MALE'

Else

Table_2.*** = 'FEMALE'

 

Is is possible to mention this type of transformation logic while using the Mapping Editor?

 

Also how can i HARDCODE a value?

 

 

Regards

Praveen

Re: PR generated from MRP run exceeded maximum lot size

$
0
0

Luke, as per knowledge if you have requirement for 5000 system will create PR for 5000 but you have Max lot size in place, it may be multiple of 200 in each line item or separate PRs. Please share screen shots to understand your setup in material master.


Re: Incorrect Calculation of Payroll

$
0
0

Hello Tania,

 

I had a complete check on the condition. It seems all OK but I was not expecting Attendance Bonus to be calculated.

 

In this employees case: Attendance Bonus is also being calculated.

 

P.S- I have a custom PCR for attendance bonus

 

Harriss

Re: ** under Exception Group column in MD06

$
0
0

Hi Caetano,

 

You hit the bulls eye !!

 

yes, the 01 exception messages were far more than 99. Hence SAP replaced it by **. Thanks

 

Regards

Jay

Re: wrong calculation of Income gain or loss on Final lettable value

$
0
0

Hi,

 

Please also check the constant "REP24" in table v_t511k is having value 30.00 with active period mentioned.

 

regards,

Bala.

Re: Change model in XML-template.

$
0
0

Hello, dear Karthik.

 

 

 

"this.settings" - a structure.

 

 

 

When I wrote:  

"var o_settings_model = new JSONModel (this.settings);"

  It was created json-model with the name   'o_settings_model'.

 

 

 

If I use the   "this.getView (). SetModel (o_settings_model, 'settings');",  then I can not use  "<template: if / repeat / width ...>"   in my xml-template. But herein lies the chief meaning.

 

 

 

Maybe I'm wrong somewhere ...

Re: After Discarding Notification/Order Transmit and Add Notification/Order button get disable

$
0
0

Ashish,

 

Which version of SMP Server and SDK you are using?

Re: Not able to execute Fiori ToolKit Extended application's into WebIDE

$
0
0

Hi Michal,

 

Thanks for your reply, i have copied the content from WebContent to root folder and removed the WebContent folder , now i am getting below error:

error after changing project structure.png

in imported project component.js file i can see below code:

 

jQuery.sap.declare("ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.Component");

// use the load function for getting the optimized preload file if present
sap.ui.component.load({
name: "ui.s2p.mm.purchorder.approve", 
url: jQuery.sap.getModulePath("ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV") + "/../MM_PO_APV" // provide parent project url
// we use a URL relative to our own component; might be different if
// extension app is deployed with customer namespace
});

 

jQuery.sap.require("ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.util.COFormatter");

ui.s2p.mm.purchorder.approve.Component.extend("ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.Component", {
metadata: {
  version : "1.0",
  config : {
   "sap.ca.i18Nconfigs": {
    "bundleName":"ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.i18n.i18n"
   },
   "sap.ca.serviceConfigs" : [ {
    name : "ZFIORI_MM_GBAPP_POAPPROVAL_SRV",
    serviceUrl : "/sap/opu/odata/sap/ZFIORI_MM_GBAPP_POAPPROVAL_SRV;mo",
    isDefault : true
   } ]
  },
 
  customizing: {
   "sap.ui.controllerExtensions": {
    "ui.s2p.mm.purchorder.approve.view.S3": {
     controllerName: "ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.view.S3Custom",
    },
   },

   "sap.ui.viewReplacements": {
    "ui.s2p.mm.purchorder.approve.view.S4": {
     viewName: "ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.view.S4Custom",
     type: "XML",
    },

    "ui.s2p.mm.purchorder.approve.view.S3": {
     viewName: "ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV.view.S3Custom",
     type: "XML",
    },
   },

   "sap.ui.viewModifications": {
    "ui.s2p.mm.purchorder.approve.view.S3": {
     "POInformationPaymentTerm": {
      "visible": false
     }
    }
   }

  }  
}
});

 

 

I have replaced the below code:

 

sap.ui.component.load({

name: "ui.s2p.mm.purchorder.approve", 

url: jQuery.sap.getModulePath("ui.s2p.mm.purchorder.approve.Z_FIORI_CO_APV") + "/../MM_PO_APV" // provide parent project url

// we use a URL relative to our own component; might be different if

// extension app is deployed with customer namespace

});

 

with code (as i have seen in WebIDE projects)

 

sap.ui.component.load({
name: "ui.s2p.mm.purchorder.approve",

// Use the below URL to run the extended application when SAP-delivered application is deployed on SAPUI5 ABAP Repository
url: "/sap/bc/ui5_ui5/sap/MM_PO_APV"

// we use a URL relative to our own component
// extension application is deployed with customer namespace
});

 

 

but still getting same error.

 

now project sturcture is:

Structure after removing webcontent folder.png

 

Regards,

Trilochan

SAP IS-Healthcare table flow

$
0
0

Hi,

Does anybody have ISH table flows? e.g. from master data to transaction data.


Re: cFolders Notifications create

$
0
0

We have found out the method of achieving this through the .css files.

Re: Range Prompts

$
0
0

Hi,

 

Benefit of creating the filter at universe level is reuse the filter in multiple webi reports without create prompts at webi query level.Other benefit  is when  requirement to filter the data in webi reports based on the single date/month year (without entering the range) and pull like last month data,year,week data.In this case user will enter only one date then webi report will pull the data based on the date upto 30 days/year data.

 

But in your case where you are defining date range then you can create universe filter or webi level prompt.both are same.it's upto you where you are more comfortable.

 

Universe filter:Right click on the universe class->new filter->select the filter type "Business"

 

1.png

 

Webi query prompt:Drag the object in the webi query filters panel and select the operator and select as prompt.

 

2.png

 

3.png

 

Amit

Re: Link with Extended Email Notification can have SAP GUI for Windows?

$
0
0

Hello,

 

Anything RSWUWFML2 can do, Extended Notifications can do better, so start setting it up!

After that you can try out the necessary values in the links.

 

regards

Rick

Re: CTM config . guide

$
0
0

To Rahul (and the rest of the SCN community as well):

 

This question illustrates one of the characteristics of SAP online documentation.  This particular doc was retired by SAP.  Don't ask me when, they surely don't tell me when they decide to do these things.

 

SAP's web presence is a living thing.  Each page, each link, each doc has a birth, a life...and a death.

 

My regular readers will recognize that virtually all of the links I post in SCN are SAP links.  My advice to you is that if you see a link in one of my posts, and it interests you, then download it immediately.  It may not be there the next time you look.

 

As expert Rahul Handa has noted, it may sometimes be possible to find similar information in other SAP locations.

 

Best Regards,

DB49

Re: RA Key with No result analysis

$
0
0

Hi Vengaiah,

 

For your suggestion 1,

Does not work for me because its the same company code. I have one project with different WBS having different RA key based on revenue treatment they want.

For one WBS we are using RA based on revenue plan, which is working fine.

For another WBS (parallel level) we have some T&M portion of the contract where we want to recognize revenue and cost as its posted. But want to settle to FI & Profitability. Here we do not want RA to calculate unbilled, surplus, inventory, reserve.

 

On Suggestion 2,

Transfer to accounting tick  is on RA Version right? Can this be specific to RA Key

I have one RA Version to use for both RA Keys.

 

On suggestion 3,

does it also stop/control creating on unbilled/ surplus revenue? I do not want any unbilled or surplus either.

 

Appreciate your suggestions.

 

Thanks,

Krishna

Viewing all 3116 articles
Browse latest View live


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