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

Re: Hiding UI element from fragment.xml in standard App

$
0
0

Hi Mahendran N,

 

Have you seen this note's attachments?

 

2008622 - Fiori app My Travel and Expenses : supplementary information for Travel Management OnPremise users

 

There is an attachment on it that explains about the available fields. Some of them you can customize via transaction FITVFELD_WEB. Open the trip variable and the trip receipts. The fields from Fiori MTE that are configurable you can set as different representation and visibility flag as NONE.

 

I have not tested this yet on a real system, but I believe this will have the expected behavior.

 

If you cannot find the field on this spreadsheet, you might want to do some enhancements via Web IDE. Many things on this application cannot be customized via Extensions Pane. Thus you have to manually implement them. Main tasks are:

 

1) Create a Custom Controller for the view or fragment where you have the field to hide

 

2) Since there are lots of fragments on this app you will need to inject the code on the event "onAfterRendering". This is required because the usual place (onInit) will not carry out the changes once the fragment gets injected onto the View - thus any modifications on the Init method will not take any effect on the UI.

 

Enjoy,

Ivan


SAPGUI 740 upgrade issues with SAPLOGON.INI file

$
0
0

we are currently running 720 that is installed with installion server package . I am developer and I have never work on such matters so bare with me.

 

Someone created an installation server package for sapgui 720 and it working well(Sreenshot1). When I run it, it install gui 720 with the saplogon.ini file being created in C:\Users\Public\AppData\SAP\Common\saplogon.ini as shown on Screenshot1 script.

 

When I copy this installation scripts and use this to create an new installaion  package  for 740 , the Saplogon.is not being copied into C:\Users\Public\AppData\SAP\Common\saplogon.ini .

I am using the a copy of the old  CustomerFile folder from d 720 .

 

As a matter of fact, folder AppData\SAP\Common\ folder is not even being generated with 740 installion package.

any ideas would be appreciated.

thanks

 

 

 

 

 

 

 

720

720.JPG

 

740

740.JPG

 

CustomerFile folder.( Does this issue maybe has something to do with Services or SCNGSS32.DLL from 720?).

customerfile.JPG

Re: Fragment enhancing and WebIDE

Re: How to store the picture of body with selected joint

$
0
0

Hi Lars

you code is working

after select joints how can i save the picture modified in my database?

Regards Ahmed;

LastDay of the previous month

$
0
0

Hi,

 

I can have firstday of the current month using:

 

leftstr(string(now()),4)+midstru(string(now()),6,2)+'01'

 

can you please let me know how can i define the last day of the previous month.

 

Thank you in advance.

 

Best Regards

ERP

Re: Internat Server Error dswsbobje/services/session

$
0
0

You need to enable the transport receiver for https and then the dashboards or the we services dswsbobje should fine.Make sure all the steps are followed in the note also take the backups of dswsbobje

Re: Dump DBSQL_DUPLICATE_KEY_ERROR in transaction me22n

$
0
0

Searching means Google and SAP notes. Searching ME_UPDATE_DOCUMENT POEXT gives a result -> SAP note

Re: Account assignment template in FB60 does not store Vendor account

$
0
0

Hi,

 

When you create the template in FB60, Are you using the option save as completed?

 

Create the template and Go to "Edit>Acct Assignment Templates>Save.


When you recall this for posting you can see the vendor and even you can edit.


thanks!

Abu


Authentication and response of SOAP and HTTP Post

$
0
0

Hello,

 

We have a requirement to integrate two non SAP system(Java application) using SAP MII as a middleware.

Lets name the application as A and B.

In SAP MII, written a transaction which will be called by application A. Inside the transaction HTTP Post action block is placed which calls application B and its response will be send back to application A.

 

Below are the issues I am facing when exposing SAP MII transactions using SOAP or HTTP.

 

SOAP : If I expose my transaction as a SOAP call using WSDLGen, its wrapping the final output content with Rowset and Row tag which we don't want as application A is expecting the data in same structure as response of B.

 

HTTP : If I use the transaction as execute query and share its URL to application A then the output is without rowset but require to pass username and password in URL which we trying to avoid it.

 

Please let me know if we can eliminate the rowset/row structure from response while using SOAP call or is there any way to bypass the authentication through proxy setting if using HTTP call through URL..

 

Thanks in advance!

 

Regards,

Kshitiz

Re: Installing a copy of BI Platform for testing

$
0
0

Is the Source and Target has the same location where Business Objects installed? means in the cource, BO is installed in C drive, it should be same in Target also.

Re: SSO/ByPassing entering login credentials

$
0
0

Which type of authentication you are using? Steps will vary based on your authentication.

Re: Error with respect to Component BC-XI-IBD

Attach PDF for sending email - SAPUI5

$
0
0

Hello Experts ,

 

 

 

I have some difficulties to do an attach of file in my page.

I use a standard app My PayStubs and did some changes like change the form and add a functionality to send salary proof.

 

 

But I have a lot of dificulty to attach the salary proof in email. I created a dialog with 2 fields, an email and message where message need to have a file.

 

1 attac.png

Someone can tell how can I do this ? It's possible ritght ?

 

In my service I can obtain the PDF but then I can attac this PDF in my dialog.

 

 

 

 

Thanks for your time

Cristina Rodrigues

Re: Link link existing user field matrix

$
0
0

I conducted several research and found a way to change the type and already existing field in an array.

I used the function below to work around the problem.

The yellow arrow appears not however have the same effect.

Clicking on the field the form is opened

 

 

oMatrixGlobal = oMktForm.Items.Item("38").Specific

                    For i As Integer = 1 To oMatrixGlobal.RowCount

                      oEditTextGlobal = oMatrixGlobal.Columns.Item("U_US_Contrato").Cells.Item(i).Specific

                      Dim menuId As String = "39722"

                      Dim oMktFormLocal As Form

                      Dim oEdittextLocal As EditText

                      If oEditTextGlobal.Value <> "" Then

                        SBO_Application.ActivateMenuItem(menuId)

                        oMktFormLocal = SBO_Application.Forms.ActiveForm

                        oMktFormLocal.Mode = BoFormMode.fm_FIND_MODE

                        oEdittextLocal = oMktFormLocal.Items.Item("1250000004").Specific

                        oEdittextLocal.Value = oEditTextGlobal.Value

                        oMktFormLocal.PaneLevel = 1

                        oMktFormLocal.Items.Item("1250000001").Click()

                      End If

                          i += oMatrixGlobal.RowCount

                    Next

Re: entry tax for sto

$
0
0

Hi Mukthar Thanks for reply our doubt is credit entry should happen when they are doing Migo , so we need to configure through MM ? please advice Regards Hidyath


Write off of customers

$
0
0

Hi All we have requirement from the client , requirement is  when the user has done the write off for multiple customers under one document now out of this customers one customer we have received the payment now how to set off this accounting entry can any one help us regards Hidyath

Avaya switches to route PSTN calls to SAP Contact Center

$
0
0

Dear Experts,

 

We have completed the installation of SAP Contact center 7.0.9.0 on development server.

 

Currently client is using Avaya call center systems. Can we use the same Avaya switches to route PSTN calls to SAP contact center for our testing purpose ? Is this routing possible ?

 

As per installation example by SAP, in System Configurator, Under Call Switching->Trunks-> SIP Parameters-> SIP Transport Protocol is 'UDP', however in Avaya switch routing settings, transport protocols available in drop down list are TCP and  TLS. 

UDP is not present in that dropdown. So which transport protocol we can use ?

 

 

Regards,

Nikhil JS

 

Re: How to pass an Array of Objects from SAP UI5 Controller to Jersey Web Service?

$
0
0

Hi Nagishetty,

 

You're not "forced" to use JSON.stringify to send to Jersey.. - I'm not too sure why you marked the question as answered, because that's not the answer you need.

 

JSON.stringify is a "noob" answer, someone that has no idea how JAX-RS or Jersey implementation works or how many different ways you can read the request payload in the Java side... you still can use that approach, but it's nothing else than an approach.

 

About your last question, you can just return your object instance with a build(), for instance:

 

public Response method() {  return Response.status(__STATUS_CODE__).entity([your_instance]).build();
}

 

 

Hope it helps,
Dan.

Re: How to pass an Array of Objects from SAP UI5 Controller to Jersey Web Service?

$
0
0

Hi Daniel

 

Jersey is receiving a call jQuery ajax POST API, and we need to do JSON.stringify on the Javascript Array.

 

May we know how would you do it if we do not use JSON.stringify to serialize the object?

 

-D

Re: Strategy to remove child business roles from business role

$
0
0

Hi Tobias,

 

Thanks for the suggestion. It is true the parent role is assigned to 1 user only.

 

We did try to remove 1 child role at a time, it takes around 7 minutes to complete.

 

We already have a separate dispatcher which has a large heapsize. I will try the solution 2 and update the post.

 

Thanks,

Chenyang

Viewing all 8676 articles
Browse latest View live




Latest Images