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

Re: My Inbox Fiori app: Open Task configuration

$
0
0

Hi Leonardo,

 

As per our conversation I believe the WebDynpro application responsible for the approval of Change Requests in MDG it is not considering the Work Item ID as being passed by TASKPROCESSING service - it only works if the app is being called with the Change Request Number (CREQUEST).

 

Back in the old Portal days, UWL was only able to "see" the Work Item attributes from the container. And when you had to work with additional attributes from a BOR object like BUS2250 (MDG) you had to enter that information on SWFVISU so that UWL would be able to look inside the BOR object and retrieve the Change Request Number to be sent to the application for approval.

 

POWL work in a different way to setup the Webdynpro Dynamic Parameters. And that's the reason why POWL is able to open the Work Item. Therefore, I believe that SWFVISU will have no impact on POWL. I also suspect that if you had configured UWL with this backend system it would show you the same error.

 

The following link shows you how POWL works to determine the application to be opened.

 

How to enable the existing Webdynpro based workflow inboxes to execute ALL tasks without config!


However, Fiori works with TASKPROCESING and this service will look into it the configuration options entered under SWFVISU. Thus, this is the only way for you while working with MyInbox.


With that in mind you need to make sure that the WebDynpro App is capable of candling the Work Item ID via the parameter ${item.externalid} and open the corresponding CREQUEST. The parameter for app USMD_CREQUEST_PROCESS should be CREQUEST_WORKITEM=${item.externalid}. Since you have already tested this directly on the browser and the app doesn't show you the Change Request, I suspect this is a programming error.


I would start by checking if the following notes applies to your system. All of them deal in some way with this application:

 

http://service.sap.com/sap/support/notes/1761433

 

http://service.sap.com/sap/support/notes/2012229

 

http://service.sap.com/sap/support/notes/1938716

 

http://service.sap.com/sap/support/notes/1996913

 

http://service.sap.com/sap/support/notes/2122551

 

If after applying relevant notes to your system the problem persists, please open an Incident/Ticket on SAP's Support System for further investigation by the team responsible for MDG .

 

Regards,

Ivan


Re: Any way to fix the note implementation status?

$
0
0

another interesting note status for many of them is the (temporary) 'not released' status or incomplete when you are trying to download it or when the note is 'completely implemented' when the code is still having syntax issues due to missing active objects.

 

this will change to a different status when you try to download it again in the future or a predecessor note is implemented whose objects are completely activated.

Re: Button in Web UI alike the more button

$
0
0

It can be done much easier.

Please check in the system how to use type wcfs_menubutton_item.



 

Regards
Lukasz

Re: Annual HRSP upgrade

$
0
0

HRSP (or Support Package) addresses following:

a)Legal Requirements or rule changes from State or Federal governments (related to tax levels, reporting, etc.) - these are mostly annual

b)Corrections for issues (reported by customers or found by SAP). as per the pipeline that SAP would have

c)New features or enhancements to improve the package

 

Note some items in b) & c) may not apply to your installation, as you may not be using the relevant part of HR - for example you may not be using Training & Development.

 

The SP's are not annual only as seen in other countries like Australia.  It depends on SAP's schedules.

 

Applying SP's helps to ensure that the company follows the legal requirements.  It helps in other ways as can be seen above.  Usually, as observed in many installations, customers apply notes required for legal requirements and SP's (for other than legal requirements) one level before the latest.  It is probably similar to what you do for other software.

 

If you do not keep up with the SP's, you may run the risk of (a)not complying with legal requirements (b)not able to use the latest features.

 

Further notes:

1. Mostly everyone customizes schemas and PCRs - standard way is by copying SAP object to customer name/number range.  For example, U000 schema copied as Z000, pcr XPPF copied as ZPPF and the custom ones would be changed as required.   If you have changed the SAP schema instead of copying, then the changed SAP schema is saved in the T52C1.  Standard SAP schemas are in T52C0.  A user saved schema will not update T52C0.  When you next display/modify a user-modified SAP standard schema, txn PE01 brings the schema from T52C1 not T52C0.  Thus, when a SP changes such user changed SAP schema, you can not see the change d schema in PE01 txn.

Hence to get over such problem, one of the following alternatives may be used when SP changes a customized SAP schema:  Note this would apply only when you use standard SAP transactions(e.g., SPAM, SPAD) to apply a SP; not when you change a SAP schema manually in PE01 txn.

1.1)Using standard way of customising a SAP schema: 

1.1.1)copying to Yxxx or Zxxx range

1.1.2)when SP changes the relevant SAP schema, copy the changes as required to the custom schema.

 

1.2)If you customize the SAP schema and save with the same name:

1.2.1)Copy the user changed schema to a different name (e.g., U000 copied to Y000)

1.2.2)Delete the user changed SAP schema.  Note this deletes the entries from T52C1 not from T52C0. (e.g., delete U000).  When you display now the same schema, it will bring the schema from T52C0 with any change from the SP.

1.2.3)Then you can apply any change from the copied previous version of customized schema.

 

I'd strongly recommend using standard way of customizing schemas and PCRs.

 

2. However there is only one table to store PCR's whether a SAP one or a customer one.  When an SP changes a standard SAP PCR and you have a customized version, apply the changes from SP to the custom version as required.

 

 

Hope this helps

Re: Customer and Vendor groups on SAP B1

$
0
0

Hi,

 

By default, customer/vendor groups are displayed as per alphabetical order.

 

Thanks

Re: SAP FICA - FPO4 item list report

$
0
0

Hi Raju,

 

You will have to add fields of DFKKOPK in customer include of structure FKKOPRU both for select and layout.

 

And then enhance the event 9650 to select from database table DFKKOPK by referring the importing structure I_FKKOP.

 

As Bill mentioned, you will face challenges when one FICA document has multiple item, repitition item and subitem and where couple of them have common P/L GL account maintained in DFKKOPK. In that case for example, against 5 items in DFKKOP you will have 3 items in DFKKOPK. So you may have to refer the posting areas R000/R001 against each combination of Main/Sub items in the FICA document.

You have to take care of that very carefully.

 

Regards,

Bodhisattwa

Line Item Dimension modification -> empty dimension

$
0
0

Hi everybody,

I applied following modifications to an infocube:

  • I removed "Line Item" setting to a dimension with a single characteristic inside (DOCUMENT NUMBER)
  • I added new fields to this dimension
  • I set this dimension as "high cardinality"

In development system the infocube were empty and I had no problem in this activity.

 

When I transported this modification in quality environment, I noticed that Document Number field become empty. And if I:

- launch a query with no drill --> TOTAL = 100

- apply the drill on document number field (or other fields that were added to this dimension)

- No data is returned (also the total = 100 disappears)

 

 

Watching in detail, the problem is that the dimension table is now empty:

- before transport, there was a dimension table with 2 fields that mapped exactly 1:1 fact table with infoobject sid (and so, the sid value in FACT table was the same of the sid value of the infoobject and in dimension table, every record had exactly the same value in both columns)

- after transport, dimension table was extended with new fields but become empty (and so there are no more values that matches the dimension table with infoobject sid)

- watching fact table, sid values still exist

 

 

There is a way for having again this field populated in the infocube? or do I necessarily have to:

- Move all data in a second cube

- Delete data from original cube

- Transport modifications

- Move data again in the original cube

 

Thank you for the support.

 

L

Re: Connect ECC to two system PI 7.4

$
0
0

Hi Ezequiel,

 

you can connect to two PI or multiple PI only at run time. It means that you can send the data of different interface to different SAP PI system, but to design you still needs to connect the ESR to SPROXY.

 

The approach I took earlier to switch the sproxy connection between the SAP PI systems while doing to build. and when it comes to test you do not need the sproxy connection.

 

Hope this help

Harish


Re: Not able to refresh the report with Parameters.

$
0
0

Thanks,

 

I'm having a difficult time piecing it together.

 

Your code screenshot is code for creating a new document in a specific folder.  The issue I see here is that you use a PUT instead of a POST.

 

The parameter screenshot appears to be correct XML but I'm not sure this is what is causing your problem as its not related to the source code you posted.

 

The Error screenshot suggests you are passing XML with a lower case "text" attribute rather than a case sensitive "Text" attribute, but the Parameter XML posted looks fine.

 

Can you point to the exact line of code throwing the exception as well as any XML body being sent when the error occurs?

 

Dan

Re: Search a model tree and change the color of parts found

$
0
0

Hi Corey,

 

SAP 3D Visual Enterprise Author 8.0 x64 does not have scripting abilities, but the SAP 3D Visual Enterprise Viewer 8.0 32-bit does have scripting abilities.

 

It is scriptable from javascript in HTML and c#, and other Com compatible hosting environments.

 

I recommend downloading and installing both the Viewer and the SDK. You can begin this process from the links below:

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pcntry=US&sap-language=EN&pid=0000000233

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pcntry=US&sap-language=EN&pid=0000012810

And then checking out some of the examples in your language of choice.

 

To answer your question regarding changing the color of a parts list. Parts can have their color changed temporarily with the Node.Paint(Color c) method, or changed permanently by changing a Node's Material (eg Node.Material.DiffuseColor = Creator.Color.create(r,g,b)

 

Regards,

 

Anthony Cassidy
IMS for Visual Enterprise

SAP New Zealand

151 Queen Street, Auckland, New Zealand.

T +64 93555608 | F | M

mailto:anthony.cassidy@sap.com

www.sap.com

View our ISO 14001 certifications

Re: Space Check for Remote Client Copy on IBM i

$
0
0

Hi,

ERQ400 - ASP total capacity 792GB  @ 64% used before copy = 506GB used; so had 286GB free space. The client being replaced you estimate has size of approx. 283GB.

- That's assuming the 64% used is when the SAP system is running? When SAP starts the temporary space (Unprotect used on WRKSYSSTS) will increase and could easily take 10% or more of your total disk space.

ERP500 - the Prod client size is approx. 364GB

 

So you expected the ERQ400 usage would finish up 364-283=81GB higher, or 74% used.

(which is ok for a Test system, for a while .. at least until the next full copy is requested which will depend on the growth rate of your Production system)

 

 

As to your issue with the ERQ400 system filling up, what is the journal receiver setting for Managaging and Delete receivers on the Test target system?

WRKJRNA R3XXXDATA/QSQRJN

You may want to set the following next time :

Manage receivers . . :   *SYSTEM

Delete receivers . . :   *YES  

F15 from the Journal attributes screen will show you all the receivers on disk and their status and total size.

That's likely to be what's filled up your storage.

Also have a look at note 552711 for FAQ on client copy. 

 

Best regards,  Michael.

Re: Alert not triggering - query based

$
0
0

Hi,

 

Same query is working and getting alert in OEC computer.

 

Image 35.png

 

Settings:

 

Image 36.png

 

Image 37.png

 

Thanks

sap.ui.unified.FileUploader - .clear() equivalent for version 1.24

$
0
0

Hi Everyone,

 

I would be very appreciative if someone could help me with .clear() equivalent for File Uploader control?

 

I have a delete icon and when you click that, it deletes all the selected items user wants to attach.

 

API says it was introduced in version 1.25 but client has 1.24 installed. Any ideas? Below is what I am planning to do.

 

handleDeleteAttachments: function(oEvent){

      this.getView().byId("Upload").clear();

  }

 

Any help is much appreciated.

 

Thank you very much!

Re: Creating a small example from external database to HCP

$
0
0

Thanks...see that i´m a beginner in SAP and i dont understand yet how to make a simple application with a little database uploaded from a Csv file OR  a sqldump txt file.

 

If exist a rapid example (i do the northwind odata example of tutorial) exactly how above descrited i dont see yet.

 

My eclipse ide dont work very well....i try the 64bits in win10....tomorrow i will try the 32bits instalation over the win10 and continue...

 

if you can help-me i thank you very much....regards

Re: SAP Roadmap to support EM in S/4 HANA

$
0
0

Thanks Gopi & Steffen.

I guess moving EM out of the ERP system is the only alternative for customers who are interested in upgrading their ERP system.

@Steffen: I couldn't find your email ID to communicate directly.


Okta integration via SAML with SAP BI 4.2

$
0
0

We are trying to implement Okta integration via SAML with SAP BI 4.2 (Windows+Tomcat).

 

Installed Apache+Shibboleth (to acts as Service Provider).

 

However we are seeing errors is shibboleth logs

"error building CredentialResolver: FilesystemCredentialResolver given mismatched key/certificate, check for consistency." & "Shibboleth.SessionInitiator.SAML2 [1]: no credential resolver installed, leaving message unsigned".

 

End result is looping between Okta and SAP BI.

 

Can anyone share their  Shibboleth2.xml file and any other relevant files (or) any documentation.


Configuring Service Provider seems to be out of SAP Support. I wish they have included SAML Authentication like Tableau which has inbuilt.


-Thanks,

  Deepu.

Re: My inbox FIORI Application. Error

$
0
0

Dear marina even i got the same issues for the first time can you refresh the fiori url .

Re: S/4HANA Best Practice FIORIs missing in SAP App Library

$
0
0

Hi have a look on sap note 2288828

is there a decent way left to use SCN on mobile?

$
0
0

I used the JIVE app until recently, but that gives me an end of life notice now. Really there should be a way to use SCN on mobile. The normal website is a disaster on a mobile browser

Re: Some parts in the BOM are not updating/showing in costing structure BOM eventhough after its ran for costing BOM, please suggest me what i'm missing?

$
0
0

Thanks Dimas for the reply to me, please suggest me which transaction i can check for valued or not.

 

3 rd point - i understood.

 

Regards,

Santhosh.

Viewing all 8746 articles
Browse latest View live




Latest Images