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

Re: ODS activation, DTP loads and Create Index steps are in released status

$
0
0

Check with your basis team for this issue . send them the job name and ask for the job status .

 

If the job is taking more time than usual , you can ask them to cancel the job and repeat the step in process chain till the issue is resolved .

 

Sometimes there are no background jobs available to trigger loads in production , in that case basis team can help by increasing the no the  background jobs .


How to host SAP Fiori app using SAP router over WAN ?

$
0
0

Hello,

 

I am a basis consultant, for the first time implementing SAP FIORI on ERP 6.0. i would like to know if it is possible to host SAP Fiori app webdynpro to my end user remotely over the WAN.

 

I know this could be achieved through Domain name registration and mapping to a public IP but to keep the cost low i would like to know if there is any possibility to use SAP router to host Fiori webdynpro over WAN with out NAT translation.

 

 

I hope i am clear in explaining my requirement.

 

 

Hoping for your expert solutions.

 

Regards

Yannick.

MBA(finance) -SAP PS Module

$
0
0

Dear Sir/Madam

 

Can anyone help in suggesting whether SAP-PS module is helpfull to MBA (Finance) person whose is having 6yrs exp.in accts and having 3.5 yrs of work exp in SAP Enduser modules like SAP MM,FI-CO,PS modules.I need to look after all these 3 modules for report preparation for mgt.

 

Please suggest/guide me how much is it helpfull to me.

 

Regards

chinnababu.T

<<removed by moderator: contact details>>

 

Message was edited by: Colleen Lee

Re: Revision updatae for HANA

Re: Updating via Batch Operation

$
0
0

My issue in all of that code was simple.

 

I needed to encode the name variables using the encodeURI method so that URL would take spaces.

 

Example: encodeURI(name)

Re: Credit Hold for Customers

$
0
0

Hi,

 

For credit limit,

 

1. There is standard warning message from SAP B1, if you enable under General settings-->BP tab

 

2. If you want approval from Finance department, you can use standard approval procedure.

 

Refer this thread for approval process,

 

Re: credit limit (AR Invoice + Sales Order)

 

Thanks & Regards,

Nagarajan

Create Records via OData Model or OData Batch

$
0
0

I am inserting data into a table via an OData service. I've been able to format the URL to properly update records but I am having an issue when creating new records and I believe my issue is with the way I am formatting my URL. I have tried the various two methods with the same error result.

batchChanges.push(model.createBatchOperation("/TOOL", "POST", entry)); 
model.create("/TOOL", entry);

TOOL is my entity set, the root of my OData that I would like to insert the record in. The error I receive is basic and indicates that my path ("/TOOL") is incorrect but I can't figure out why!

2014-11-12 18:26:11 The following problem occurred: HTTP request failed400,Bad Request,{ "error": { "code": "", "message": { "lang": "en-US", "value": "Syntax error at position 0."}}} - " 

Any ideas why?

Re: HR Renewal ESS Landing page in portal - 404 not found

$
0
0

Sidh, call is not even going to backend, by some reason its trying to look for UI5 app on on portal. Loos like some thing wrong with the Portal System used for backend connectivity.


Re: SSM KPI weighted consolidation

$
0
0

For a single dimension (e.g. LOCATION)

 

sel LOCATION *

set mea3 nocon

set mea1 nocon

set mea2 nocon

calc mea3 = mea1 * mea2 / mea2 of COMPANY TOTAL_COMPANY full

 

I have not done this for multiple dimensions so you'll need to experiment with the syntax. I would guess something like.

 

calc mea3 = mea1 * mea2 / mea2 of COMPANY TOTAL_COMPANY GEOGRAPHY TOTAL_GEOGRAPHY full

Re: Empty Dimension Filters

$
0
0

Unless your PAS model has a procedure named SECURITY the security will not be a cause of the problem. I suspect the issue may be to do with how SP11 treats your member names. Can you publish the contents of the dimension?

Re: Regd:Imputed Income

$
0
0

Hi Sophia,

 

Was there any changes to the basic pay amount or changes to organizational assignment?

 

Regards
Senthil Bala

Re: SAP B1 ask for credentials to print or to preview Crystal Reports report

Re: SP to Block the duplicate values in a UDF

$
0
0

Hi.,

Why don't you go to udf management screen.

 

Create an index, Include the udf in this indec and make this index unique?

Regards

Edy

Use record selection date in report formula

$
0
0

I tried searching through the Community for this, but I guess I didn't search for the right term.

 

I'm looking to use the date range from the record selection for a comparison to a field for EnrollDate.

 

This formula appears to work in the query: 

if ({Tablename.DateEnrolled})>= Date (2013,11 ,1 ) and ({Tablename.DateEnrolled})<= Date (2014,11 ,1 ) then "New" else "Returning"

 

I'm pretty sure that there will come a time when I run the query having selected a new date range but having forgotten to change the formula.

 

Is there a way to get the Report Record Selection date into the formula?

Re: F-51: Balancing field "Profit Center" in line item 001 not filled

$
0
0

Hi Arshad,

 

Are you using Profit Center like scenario? The balance zero is selected?

 

JPA


Re: How can I install the Agentry client on the SD card?

$
0
0

Hey Bill,

 

Thank you for the explanation.

 

So basically, for android devices, the app and data should only be on device memory? can not change the location after installing?

 

thx

Re: How to Create Goods Movement IDOC?

$
0
0

Hi Umer,

 

PROACT is mainly used to send Inventory data to Suppliers. Its like MMBE data that you see in ECC is sent to Suppliers so that they can plan their production better and also can replenish your Inventory by creating Replenishment Purchase Order.

 

This IDOC is mainly used in SAP SNC or other SAP products where Vendors Manage your Inventory.

 

Hope this helps.

 

Regards,

Shahu

Re: How do I read multiple lines in RFC_READ_TEXT with one request?

$
0
0

Hi

 

Did you try adding multiple records in the table?

 

  IRfcTable table = func.GetTable("TEXT_LINES");


  table
.Insert();
  table
[0].SetValue("TDOBJECT","VBBK");
  table
[0].SetValue("TDNAME","3147856016");
  table
[0].SetValue("TDID","Z019");
  table
[0].SetValue("TDSPRAS","L");


  table.Insert();
  table
[1].SetValue("TDOBJECT","VBBK");
  table
[1].SetValue("TDNAME","3147856017");
  table
[1].SetValue("TDID","Z019");
  table
[1].SetValue("TDSPRAS","L");


  table.Insert();
  table
[2].SetValue("TDOBJECT","VBBK");
  table
[2].SetValue("TDNAME","3147856018");
  table
[2].SetValue("TDID","Z019");
  table
[2].SetValue("TDSPRAS","L");


  func.Invoke(dest);
 
return table;


Regards,

Murthy

Re: [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed when converting date and/or time from character string.  'User-Defined Values' (CSHS)

$
0
0

Dear Sharchar

 

in this example, i insert 5 fields, and select 5 fields for insert.

['+RTRIM(left(convert(char,@tempdate,120),7))+'-Qty'+'] that will come out [2014-01-Qty], that is used as a column name.


The problem is related to how can I pass the value for selection.

(T00.DocDate >= convert(datetime,'+@tempdate+',5)) AND (T00.DocDate <= dateadd(day,-1,(dateadd(month, 1,convert(datetime,'+@tempdate+',5)))))


if I hardcode the date, it doesn't have any problem.


Regards

Edmund

Re: Determine the employee responsible

Viewing all 8667 articles
Browse latest View live




Latest Images