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

Using setBindingContext in List with named model

$
0
0

I have set Context object on list, on click of item from another list.

I am getting context object on that list too, but items are not binded with provided path.

Here is what I'm upto!.


Re: Crystal Report Database Error

$
0
0

You are using store procedure, so it is better to put all your logic to SP, not directly add any table in CR.

 

Frank

Re: Display PM orders with REL status only

$
0
0

Hi shankar balaji ! If you got your answer, you should credit people by marking their answers Helpful and Correct. This is the basic rule of the community. Best Regards !

Re: Filename with checksum

$
0
0

Hi Praveen,

 

I converted the java code in ESR but getting function is not declared properly and some 5-6 error. I am poor in writing java code.pls can you help how to write the code in ESR.

 

Starting i have written the same public static as below.

 

public static void main(string[] args) throws StreamTransformationException{

 

 

Regards,

Mohammad

Re: SAP and SABRIX tax rate difference

$
0
0

Hi,

 

A couple of things to check here

 

1) When using a tax jur to see the tax rate in a tax engine, it will display 3 rates: sales tax, sellers use tax and consumer use tax. So while posting in SAP check what tax is applicable.

2) While posting in SAP there might be additional taxability drivers or tax rules which are getting triggered and modifying the tax rate.

 

Please check on the above two.

 

Regards,

Soumik

Re: Data declaration in ABAP

$
0
0

Hi abhinav chatterjee, if you found your answer, please mark it as Correct to close the thread and credit the right answer. Thanks in advance.

Re: Best practice to print a PDF from SAP Work Manager 6.3

$
0
0

Hi,

 

Thank you both for you valuable help. I will have a look at those links and try to find some examples to start some export of data.

 

Regards,

 

Thomas

Re: How to create MRP Controller


Re: Filename with checksum

$
0
0

Hi Mohammad,

 

Use below UDF.

 

public String setFileName(String companyCode, String currencyCode, String checkSum, Container container)  throws StreamTransformationException {  StringBuilder sb = new StringBuilder("QPS.");  sb.append(companyCode).append(".");  sb.append(checkSum).append(".");  sb.append(currencyCode).append(".");  sb.append(new SimpleDateFormat("ddhhMMssSSS").format(new Date()));  sb.append(new Random().nextInt(100));  Map<String, Object> mapParameters = container.getInputHeader().getAll();  DynamicConfiguration conf = (DynamicConfiguration) mapParameters.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);  DynamicConfigurationKey KEY_FILENAME = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "FileName");  if (conf != null)  conf.put(KEY_FILENAME, sb.toString());  return sb.toString();  }

Regards,

Praveen.

Roadmap Viewer url gives an HTTP error

Re: How to build XS APPLICATION to upload Excel to HANA DB Table

$
0
0

Were Sergio's answers helpful for you? If so, please mark his answer as correct.

 

If you still need help, let us know.

 

We created a custom web client application (based on angular) to upload excel workbooks to SAP/HANA and we also created a xsjs webservice that our application relies upon to accept the upload, and store the workbook serverside in a database blob. If you need help with specific details on implementing that then we can share our know-how here on scn.

Re: Creating Requirement profile in SAP HR with assignment of Qualification

$
0
0

Hi HR experts ...please revert with your suggestions  on how to create requirement profile in HR with qualifications assigned into it..?

 

Thanks

Re: Passing Parameters from Master View to Detail View

$
0
0

Hi Sai,

 

I'm trying to incorporate the example you created but we have a key field that we need to pass to the detail view in order to retrieve the rest of the details. In our _onObjectMatched on the detail side we have the following:

 

_onObjectMatched: function(oEvent) {      var sPclaimId = oEvent.getParameter("arguments").pclaimId;     this.getOwnerComponent().oWhenMetadataIsLoaded.then(function() {        var sObjectPath = this.getModel().createKey("ProgressClaimHeaders", {          ProgressClaimID: sPclaimId        });        this._bindView("/" + sObjectPath);      }.bind(this));    },

How do I reference the other arguments in the ProgressClaimHeaders object? Also, when trying to an approve function the values from the master don't seem to pass in to that function. Once the data is binded on the detail side should they not be available to everything there?

 

Thanks

Re: Characteristic value doesnt convert into description in property for packing workbencch

$
0
0

Hello

 

is the user doing login in language "EN"? The desiriptions are "language dependent". So if the user is doing log in in "DE and not translation is found then the "0" or "1" as description is shown

 

The structure seems to be customer development (last screen). If i remember correct. On characteristic level there is as well an "authorization object" defined. There might be the chance that this is giving teh error. If so: su53 should help

 

The "handling" of this type of characteristic is not easy. What I do not understand are the "three errors"

 

Is there more than one data record present? I can  not remember a similar error and we have "similar" characteristics in the system

 

C.B.

Re: PO/STO Data Migration for 1 BU: SAP to SAP

$
0
0

Do you have a source for your "I came to know..."

It does not really sound logical to change customizing for a data migration, I remember that such things were done 20 years ago for some number ranges when loading with batch inputs, but since we can use BAPIs and IDOCs we don't need this anymore.

If customizing changes would be needed then we could never use BAPIs for PO creation together with manual PO creation. 

What migration methods did you consider for conditions and POs?

In general is a data migration from SAP to SAP at the target side not really more challenging than any data migration from Non-SAP to SAP, with the exception that companies with SAP as legacy system are often much bigger than companies without, and they don't want to miss what they already used in the legacy SAP system. So you often end up with more migration objects, while you tell those with Non-SAP legacy system that the data x and y has to be entered manually.


Re: Guage Component not showing In BI Platform

$
0
0

Which Gauge component are you using?  The Community SDK one?  The one in the SDK samples?  The one that I created for the tutorial?

Re: Ayuda tabla T7MXCFDI_TIMBRE

$
0
0

Gracias Jose Angel

 

Y esto lo podría hacer através de un txt ? la verdad es que es la primera vez que utilizaría este programa, podrías orientarme por favor

Re: Query in Inventory Transfer

$
0
0

The grid reference in Inventory transfer is 23 not 38 (which is item based marketing documents). Try replacing 38 with 23 in your query

Re: Outgoing Payment to Vendor through loan account

$
0
0

Create a journal entry to the vendor account for the amount of the payment required using the correct GL account, then you will see the journal available in the documents to pay

Re: List of RadioButtonGroups anyone?

$
0
0

My first guess is that groupName="a" is the problem

When we have the radio group is an aggregation, they all have the same group name.

 

-D

Viewing all 8851 articles
Browse latest View live




Latest Images