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

Re: Change mode in Track Shopping Carts Fiori App

$
0
0

Hi Laurent,

 

As mentioned in the application documentation, I guess editing the Shopping Carts is not provided in the  standard application. Only thing available with shopping carts is Approve or reject which is also part of another application.

 

 

As per the app documentation in the below link ..

 

Track Shopping Carts - SAP Fiori principal apps 1.0 for SAP SRM - SAP Library

  • Browse your existing carts and identify approver's, approvers’ notes, and track the approval status
  • View details of a shopping cart, including account assignment, delivery details, and so on
  • View details of the items in the shopping cart

 

Regards,

Sarbjeet Singh


Re: Use of function "regex_replace"

$
0
0

The thing is that we are planning to do a migration from Oracle to Teradata and I'm trying to see the viability of migrating PL-SQL code to SAP BODS Scripting (to have the code independent from any database we use and avoiding a migration to Teradata Stored Procedure Language).

 

The example I am exposing is not an exact case I want to implement, but I need to get that functionality for stuff much more complex than that.

 

As I see that the SAP function "regex_replace" has "Capturing parentheses":

 

( ... )

Capturing parentheses. Range of input that matched the parenthesized subexpression is available after the match.

 

And the documentation says that "Range of input that matched the parenthesized subexpression is available after the match", I want to know how to invoke that piece of regular expression I've already "captured" with the "Capturing parentheses".

 

So then I could write something like:

 

  • regex_replace($Word_In, '^([A-Z]+) ([A-Z]+) ([A-Z]+)$', '\2', null);
  • # where $Word_In = 'HELLO COOL WORLD'
  • # and '\2' means the second "captured" regular expression: ([A-Z]+)

 

And then obtain the content of the second expression in parenthesis: 'COOL'.

 

But '\2' doesn't work and I just want to know the sintaxis to get the second expression in parentheses in that case (and then extrapolate it to my real work).

 

Thanks and best regards

Re: Decisão Normativa CAT 06, de 11-09-2015 (SEFAZ SP)

$
0
0

Alexandre,

 

Verifique no suporte SAP, as Notas abaixo foram liberadas recentemente:

 

2265956 - DN CAT 06: NF Writer changes for Importation Scenarios

2265957 - DN CAT 06: NF Writer changes for Importation Scenarios - UDO Report

 

Ats,

João Matoso

Re: A DMS/KPRO report program that can check how many times a DIR or a file in a DIR has been displayed by someone in a certain period

$
0
0

Nayeem Thank you for sharing your knowledge. Regards, Yong

Re: What is the difference between SMP and SAP Mobiliser

$
0
0

Sybase Mobilizer has been integrated into SAP Mobile Platform 3.0.  SAP Mobile Platform offers an end to end platform solution and multiple APIs (Hybrid, Native, REST, SMS, Mobilizer, Fiori Client, Agentry) solutions. Please see documentation at http://help.sap.com/mobile-platform.  The Mobiliser portal templates are reference Web applications, which you can customize to meet your mobile-banking needs. You can also develop new Web applications to communicate with SAP Mobile Platform. SAP Mobile Platform does support Android, iOS, and Windows/Windows Mobile devices.

 

Regards,

Kevin Bates

Re: Multiple Input-Parameters problem

$
0
0

Hello Juan,

 

For some reason HANA Studio is not filling/sending all placeholders to the DB. That's why you're facing that scenario.

So I assume your facing a Studio bug. For that matter, please try reproducing the issue using the newest HANA Studio available and if this still persists open an SAP support incident. Send me the incident number in pvt please.

 

Meanwhile, you can run your statements with all placeholders directly from SQL Editor and you should see the result:

 

SELECT  "DIM",  SUM("Measure"),  SUM("MEASURE_1") AS "MEASURE_1",  SUM("MEASURE_2") AS "MEASURE_2"
FROM "_SYS_BIC"."<your_Analytic_View_path>"
('PLACEHOLDER' = ('$$PARAM_1$$', 'B'),
'PLACEHOLDER' = ('$$PARAM_2$$', 'D'))
GROUP BY "DIM"

Thanks and Regards,

Lucas de Oliveira

Re: Powerbuilder 7 rebuild issue in windows 10

$
0
0

Hi Seng;

 

  Suggestion: Try running PB in "ADMIN: mode.

 

HTH

Regards ... Chris

Re: Folks is possible to connect saprksql to sapbo?


Re: Payroll Form is not able to view after executing PC00_M10_Calc

$
0
0

Let's do a little debugging.

 

Through t-code PC_PAYRESULT, can you identify one employee with Payroll Results?

 

If the answer is yes, through t-code PC00_M07_CEDT, have you created a variant that enables you to generate the Remuneration Statement (PaySlip) for the employee with Payroll Results?

How do the parameters of that variant compare with the parameters of variant "YKU_HR_US_OC"?

Are they using the same "Form"?

 

For that same employee, through t-code PC00_M07_SIMU or PC00_M07_CALC, can you execute the program for that employee if the "Layout for remun,statement" is selected and the Remuneration Statement Variant entered is the one that worked in the previous step?

Re: Affordable Care Act (ACA)

$
0
0

We are just now in the process of implementing those notes. We hesitated based on all the feedback of non-employees in a Withdrawn status not having a 1095C form created.  This is a big issue for us due to the fact we are loading COBRA non-employees into HCM as a new EG and ESG.  This also affects spouses and dependents of deceased employees receiving benefits. 

 

I assumed we were supposed to see the Plan Start Month before note 2262511.  I will wait and see after we implement the 7th and 8th notes.

 

Thanks!

Re: what is the windows mobile 6.5 supportable smp latest sdk is available?

$
0
0

Hi Mallikarjuna,

 

You may see the Snote 1933857 for the list of devices supported by SMP 3.0 SDK. From what i hear from Microsoft announcements , the focus is more on Windows 8.1 and 10 rather that supporting the older device versions. Also i request you to see the support dates announced by Microsoft for its various devices and Windows 6.5 has already crossed its end date.

Reference : Link

 

Its always a good option to convince your customer for a latest device OS which gets official support from the device/OS vendor for our developers to provide innovative solutions matching with the business needs.

 

Regards

Virinchy

Re: Set Filter + isResultSetEmpty On Startup?

$
0
0

Try changing the setFilter function to setVariableExt (But make sure your on 1.5 SP2P1 or 1.6P1 or you might encounter a wild dump). DS will really give you empty or not.

 

The downside is you'll need to reload the datasource, therefore go back to the database.

Re: Enterprise app in queue

$
0
0

Hello Aziz,

 

Thank you for your reply.

 

1. Inventory Data from the same page where i selected Package Tracking Log to clear?

2. Once i clear the Package Tracking from ADMIN UI and clearing Inventory data, will all the installed MDM application get removed from the device?

 

 

Regards,

VP

Re: GRC10 - Rule Regenerations can change Rule ID (which is no longer assigned to an existing Mitigating Control)

$
0
0

Hello,

 

As per my understanding, we do not keep rule IDs same in DEV-QA-PROD. MC will be created in PROD with existing rule ID. When we generate the function/rule in PROD itself then rule ID will not be changed. However you can assign MC of respective risk ID initially in DEV and study the behavior of MC's. After assuring all is fine, same need to be replicated in PROD followed by respective risk/function generation against valid connector/connector group.

 

Hope this clears the issue.

 

Thanks,

Sachin

Re: Table update

$
0
0

They may be fields that are updated by an update program like userid or update time.

 

Or they may be fields that are updated in different transactions than you looked at.

 

You can do a 'where used list' to find out what programs update them.

 

Rob


Re: Affordable Care Act (ACA)

$
0
0

When implementing the note make sue to upload the latest form 1095C attached to the notes.

 

Thanks,

Rohit

Re: SPLIT functionality in String

$
0
0

Hello Michael,

 

Thank you for quick response. Actually am writing the BDC program using that internal table.

 

 

Thanks and Regards,

Muralikrishna Peravali

Equipment Warranty

$
0
0

Dear Sir,

 


A. We have certain equipment’s which comes under warranty.

 


B. In case of any defects, we need to raise  the same to vendor/manufacturer to rectify the same.



C. After reaching certain time or working hours we need to extend the warranty with vendor/manufacturer.

 

 

 

How to map the above process in SAP.

 

Regards,

 

JJ Roy

Re: Could Not Open App Error in "Manage Outgoing Checks( S/4 HANA 1511) Fiori App"

$
0
0

Hi Virinchy

 

Thanks for your inputs.

 

Both oData service FAP_OUTGOING_CHECKS_SRV and UI5 service FIN_CHECKMNG are in place.


I did clear the cache as mentioned by you, but still the issue persists.


I am getting exactly the same error while running Manage Checkbooks application. I guess  It's not related to UI5 or oData service corresponding to particular applications any more.



Thanks

Parth Budhraja

Re: ECC6 EHP4 - or NW 7 EHP1? Where do download? Do I need EHP4 for a system copy/import build?

$
0
0

If you are creating a new system by doing a system copy of an ERP EHP4 system then you only need the SWPM tool. The target system will be on the same level as the source system. So if the source system is already on the required SP/EHP level, then the target system will be on the same level after the system copy. You just need to download the SWPM tool, kernel and the database software if the database is not yet installed.

Viewing all 8676 articles
Browse latest View live




Latest Images