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

Re: gateway

$
0
0

Hi,

 

This is system administration forum for SAP Business One. Please find correct forum and repost above discussion to get quick response.

 

Close this thread here with helpful answer.

 

Thanks


Add or convert using JavaScript in Conversion File

$
0
0

Hi Expert..!

 

My scenario is as follows, I have to carry the burden of information from a cube BW BPC in the cube BW I have various ratios which should represent me the time dimension in BPC I have a dimension that is the year (eg: 2015) and time have projections to 10 years from the current year as follows (2016.DEC, 2017.DEC ... etc), the period in this case is always the same.

In the transform file I'm using the next sentence since I do not have no way of identifying each year ratio belongs to:

Time = * MVAL (ZFM_PER10 | * STR (1) 0FISCYEAR)

With this to the above example, I get: 12015

In the file conversion it is what I intend to tell you that if you start with 1, will add what I have in the year +1 and concatenate .DEC if 2, we add 1 year and concatenate .DEC.

To do this I'm trying to use a JavaScript but does not like telling me that adds 1 .. to read:

 

 

12015 -----> 2016.DEC

 

Thank you for your help ..!

Lumira Installation Issue and BIP add on

$
0
0

Hi,

My client is planning to install Lumira - We went through the sizing exercise and decided on the hardware, but I had a few questions regarding BIP add on, and lumira configurations.

 

1- We are installing lumira on a separate server, do we need a BIP add on to configure Lumira with Business objects CMS? If not , then what is BIP add on is used for ? and where can i find the install for the add on since i didnt find it on the service site under downloads

 

2- Is there a good document for recommended Lumira server configurations?

 

Thanks,

SHA

Re: Displaying the total

$
0
0

Dear Pedro,

 

 

 

THank you for help.

 

But this following code is not working there:

 

EditTextColumn myCol = (EditTextColumn)oGrid.Columns.Item("columnId");

myCol.ColumnSetting.SumType = SAPbouiCOM.BoColumnSumType.bst_Auto;

?

 

error message is

CONVERSION ERROR: Code could not be converted. Details:

 

 

-- line 1 col 1: EOF expected

 

 

Please check for any errors in the original code and try again.

 

 

 

 

Can you please change to vb manually ?

 

 

Regards,

Steve

Re: Correspondence

$
0
0

Hi,

 

This is SAP Business One reporting and printing forum. Please find correct forum and repost above discussion to get quick response.

 

Close this thread here with helpful answer.

 

Thanks.

Re: SAP PI to LDAP Microsoft Active Directory configuration

$
0
0

Hi Y V P Deepak,

 

You should setup SAP PI with the mappings you need using the OData Adapter. Setup the data replication to pull back data when needed from AD and setup the target system (SuccessFactors).

 

Best regards,

 

Luke

Re: Unable to place .PGP/Encrypted files in SUCCESSFACTORS - FEED FOLDER

$
0
0

Hi Karthik,

 

SuccessFactors SFTP supports PGP encryption by standard so it should be able to decrypt the file automatically. Is this not happening?

 

All the best,

 

Luke

Re: File structure for uploading members to a target group (CSV)

$
0
0

The following are the steps to get to the excel template in the HTML5 user interface.

 

Step - Navigate to Target Groups Facet in Marketing WoC. Click on gear wheel at the top right corner of the facet.

SNAG-0403.png

 

Step: Click new with MS Excel

SNAG-0404.png

 

Step: Confirn the dialog box

SNAG-0405.png

 

The template opens up in MS Excel

SNAG-0406.png

 

Copy the values into the xls template. Fill in the other information on the xls file as needed. Name etc. ID is provided by SAP Cloud for Customer and the Name is defualted to the ID in case you do not fill in the name.

 

Remember to have the SAP Cloud for Customer xls plugin installed on your computer and confirm availability in MS Excel

 

Hope this helps in your quest.

 

Thank you.


Re: File structure for uploading members to a target group (CSV)

$
0
0

Similar procedure also available in the Silverlight UI. Thank you.

Re: BRF+ Not working for 1 specific user

$
0
0

You need to create an OSS message.

The problem is also not known to me. My guess is that an object used in user configuration has been deleted leaving user configuration behind in inconsistent state. The config however, should be able to handle the situation.

Re: BRF+ Not working for 1 specific user

$
0
0

Hi Christian, I am looking for that option. I'll keep posted on the progress of my finding. Thanks.

Re: Calculation data preview - No rows retrieved

$
0
0

Priyanka,

Thanks for your reply. The solution you provided worked perfectly. I never paid attention to that particular property at all.

 

 

Regards,

Dexter

Kapsel Offline OData - Flush works, but doesn't clear sap.islocal() flag

$
0
0

I am working on a Cordova/SMP Kapsel based application using the OData Offline plugin.

 

The application is designed to be in "offline" mode all the time, except when the user clicks a sync button, which then executes the flush() and then upon success, then refresh(). 

 

All this is working, except I have noticed that after the flush/refresh, the local data objects which had been modified or created still shows up along with the actual data which has been pulled from the backend, so there appear to be duplicates.  We noticed the issue because it doesn't seem to occur for all entities.

 

We have been able to correct the issue for some entities by changing the return (the backend is SAP NW GW) to return the fully updated object in the return for the POST/CREATE request.  This seems to have the resolved the issue for some entities but not all.

 

The offline store correctly removes the object from the request queue (so it does not get processed any more) but it does not remove the flushed data like it is supposed to.  I assume there is some sort of mapping that gets done internally that allows it to figure out which record to remove after a successful flush, but can't seem to figure it out. 

 

Any ideas?

Fiori Launchpad - Hide Tiles with custom logic

$
0
0

Hello,

 

We currently have a scenario where we want to hide Fiori Launchpad Tiles depending on certain logic.

Example: We have some custom tiles that display pending approvals or tasks in external applications. We want to hide these tiles if no pending approvals or tasks currently exist for the user.

 

Can anyone recommend me the best way to achiev this requirement?

We have looked at the following possibilities.

  • Place javascripit in the tile component to hide the tile container (using tile.getParent().setVisible(false).
    • Disadvantages: The tile is removed from the page but this seems to break drag-and-drop/personalization functionalities
  • Attempt to use the Fiori Launchpad Shell Launchpage Service (JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ushell.services.LaunchPage) to remove the tiles or control the visibility
    • We have placed javascript on the Fiori Tile Component Controller (Init method) to call the setTileVisible/ removeTile method but nothing happens.

 

Could we control the visibility of the tiles on the server? I know that the tiles displayed to the user are based on the authorization roles.

But is there any interception point (OData Service or BADI) that we coul customize to remove certain tiles based on our logic?

 

 

Thank you in advance for any help

Best regards

Re: Mapping Steps Not Determined

$
0
0

Hello All

 

It is resolved now.

 

The AS2 channel quality of service was set to Best Effort and now changed to Exactly once in order and it worked.


Re: Search process for first name and last name

$
0
0

Hi,

 

What have you tried so far? Why can't you implement this yourself?

 

If you offer more information, it makes it much easier for us to help...

 

cheers

Paul

Re: What is the difference between open ui5 and sapui5?

$
0
0

hi,

 

you can run your application without Component.js (which will not rely on using a "ComponentContainer") - in fact you need to be a bit "careful" with the so called components in UI5 because they provide you no real encapsulation of css and js - so one component can "break" another component.. you can do all routing normally and you do not need to rely on the Component.js again to place your routes.

Upload excel to table view

$
0
0

I got to upload an excel sheet to an SAP Table View. Not internal table, not the DDIC table it self, but the view.

My excel sheet happens to be of the same schema as the view.

 

Is there any FM, report or class that can do this job? Please let me know         

Re: Putting PB Classic windows into a .NET assembly

$
0
0

Hi Arcady;

 

  That is news to me. Here is a test I just did building a Winform application from PB v12.6 that contains a DW Object whose columns have PowerTipText associated ...

 

 

FWIW: The above, built and tested on W10.

 

HTH

Regards ... Chris

Re: Imcomplete calendar view of datepicker control

$
0
0

I meant to post back here that Appeon uses its own rendition of the Date Picker control and thus does not have the PB Classic display issues mentioned above.  

Viewing all 8902 articles
Browse latest View live




Latest Images