Quantcast
Channel: SCN : All Content - All Communities
Viewing all 3257 articles
Browse latest View live

Passive Substitution in SAP Fiori Inbox

$
0
0

Hi,

We are in the process of implementing the SAP Fiori Inbox. When testing the "Manage Substitution" functionality, we noticed passive substitution is not available in our implementation on EHP5.

Should this functionality be available for EHP5?

Thanks, Titia


Fiori Launchpad is blank

$
0
0

Im on the HANA Cloud platform trial and have had my launchpad working fine for weeks with working apps deployed from the web IDE working on it as well, but all of a sudden my Fiori Launchpad is completely blank with the exception of the catalog menu on the left and the bar along the top, i have not changed anything it has just stopped working and i can't do anything with it, any ideas?

Add Blank record in webi report

$
0
0

Hi experts,

 

I have created a webi report with three Column  Area Name and measure

 

Name had three records like I, D,S

 

AreaName
USI
USS
UKD
UKS
INI
INS

 

Once i do the grouping on Area I want the record like the below :

 

AreaName
USI
D
S
UKD
i
s
IND
I
S

 

 

how can i get this..

 

Regards,

Ahmad

Unable to load destinations

$
0
0

Hey everyone,

 

Since recently, I am unable to deploy my applications to any ABAP Repository. When I open the deployment wizard for SAPUI5 ABAP repository, the site simply tells me "Unable to load destinations", yet lists the desired system in the dropdown as the first entry. However, I am unable to select anything in the dialog except closing it again. Curiously, the destinations are availlable just fine when I use them to create a new UI5 Application based on a service provided by them - so they are basically availlable, just not for deployment.

 

My best guess would be that there is something misconfigured in the cockpit but I can't figure out what.

 

Best regards

Christoph

Create profile in batch mode

$
0
0

Hi everybody,

 

Since my original post got lost, somehow, I'm creating a new discussion.

 

I'm trying to create a historic profile using ABAP:

 

REPORT ZTEST.
DATA PROFHEAD TYPE EPROFHEAD_AUTO.
START-OF-SELECTION.
CALL FUNCTION 'ISU_NUMBER_GET'  EXPORTING    NR_RANGE_NUMBER = '01'    OBJECT = 'ISU_EDMP'  IMPORTING    NUMBER = PROFHEAD-PROFILE  EXCEPTIONS    NO_RANGE_NUMBER_FOUND         = 1    NUMBER_NOT_IN_INTERVALL       = 2    INTERVAL_NOT_FOUND            = 3    QUANTITY_IS_0                 = 4    INTERVAL_TE009_INCONSISTENT   = 5    NUMBER_INVALID                = 6    INTERVAL_OVERFLOW             = 7.
PROFHEAD-HEAD-PROFTEXT = 'TEST2'.
PROFHEAD-HEAD-SPARTE = '01'.
PROFHEAD-HEAD-PROFTYPE = '01'.
PROFHEAD-HEAD-PROFVALCAT = '01'.
PROFHEAD-HEAD-INTSIZEID = '60'.
PROFHEAD-HEAD-MASS = 'MWH'.
PROFHEAD-HEAD-PROFDECIMALS = '06'.
PROFHEAD-HEAD-PROFOFFSET = '000'.
PROFHEAD-HEAD-FORWARD_ORIENTED = 'X'.
PROFHEAD-HEAD-DATEFROM = '20150101'.
PROFHEAD-HEAD-TIMEFROM = '000000'.
PROFHEAD-HEAD-DATETO = '99991231'.
PROFHEAD-HEAD-TIMETO = '235959'.
PROFHEAD-HEAD-WAERS = ''.
PROFHEAD-HEAD-DAY_OFFSET = '000000'.
PROFHEAD-HEAD-TIME_ZONE = 'CET'.
CALL FUNCTION 'ISU_S_PROFHEAD_CREATE'  EXPORTING    X_UPD_ONLINE  = 'X'    X_NO_DIALOG   = 'X'    X_NO_COMMIT   = ''    X_AUTO        = PROFHEAD  IMPORTING    Y_PROFILE = PROFHEAD-PROFILE  EXCEPTIONS    INVALID_KEY   = 1    FOREIGN_LOCK  = 2    INPUT_INVALID = 3    SYSTEM_ERROR  = 4.
END-OF-SELECTION.

The new profile number is reserved but there is no profile created.

 

The return code of the ISU_S_PROHEAD_CREATE function is 4 (system error).

 

Can anybody please give me a hint on how to solve the problem?

 

Thanks!

Is it possible Extranet Users can authenticate with SAML to SAP JAM and write comments in JAM Wirdget Builder ?

$
0
0

In external JAM group have registered two external users with access to a specific group. Is it possible to use single_use_token of JAM Widjet Builder and authenticated users to be able to post comments in the current group ?

 

This is type of users: External User Licenses Used: 2

 

For authentication using SAML. Those users who want to be able to comment are registered in

 

https: // <JAM_URL> / extranet / <COMPANY>

They have access to JAM and the group. But I could not authenticate them whit JAM SAML. I get the following error

 

{      "error": "invalid_grant",     "error_description": "Invalid assertion: validation failed. Detail: Could not find unique user with email '<EMAIL>' in company '<COMPANY>'."
}

When I try a normal user no problem. But if the user External failed. Is there a way I can authenticate such user through SAML ?

serial Number attachment in outbound delivery

$
0
0

Dear Gurus

 

I am creating Delivery using BAPI.

 

I want to attached serial number with movement type 501.

 

These serial number are coming from different client by movement type 501

 

give your vauable suggetions

 

Regards

Anand Battulwar

(-105) Unable to initialize OBServerDLL.dll

$
0
0

Hi All,

I have a problem with connection to SAP B1 DB on HANA in B1if. I've read the forum and tried evry solution but nothing helped.

This is an error message:

com.sap.b1i.adapter.dia.exception.ConnectionFailedException: Connect to Business One failed.

(-105) Unable to initialize OBServerDLL.dll

{b1Server=IP:PORT, company=SBODEMOPL, licenseServer=SERVER:40000, dbType=9, dbUser=SYSTEM, userName=B1i}

DI API is installed.

JCO Path i set correctly.

No SM_OBS_DLL or SM_OBS_DLL_64 folder in %temp%.

There is only SM_OBS_DLL_64 folder in C:\Windows\Temp. I changed its name but after service restart it shows again.

 

Any idea how to solve it?

Kind regards

Szymon


is jconn4.jar enough to connect to ASE?

$
0
0


Hello

 

i´ve was looking for jdbc stuff to connect (from talend 5.4 for example) to ASE.

 

After a long journey I´ve downloaded SDK for Adaptive Server Enterprise 16.0 PL04 von (Testversion) which is much to much.

 

I need to extract the files necessary for an installation on a citrix windows 2008 server (via the admins) to connect to ASE db´s via jdbc.

 

Because the support will need some time to get this up and running, and  i have no time for try and error and have to give them the right files/instructions.

 

I also can´t test it locally because no sybaseservers are in my domain now.

 

Wich files i need to extract from the big package and where  the admins have to place them ? Or, even better,  is there a jdbc/odbc installer hidden somerwhere in the SDK ?

 

thanks for help

 

regards

 

dj

BEx Query prompt not loading

$
0
0

Dear Guru;

  I am facing an issue with a bex query prompt that is loading indefintely when executing the query in the portal. How can I proceed to troubelshhot the query it self ?

Kind Regards

Anis

DUMP ITAB_DUPLICATE_KEY

$
0
0

Hello Folks,

 

I have got attached dump to analyze. Please let me know what could be the reason behind this dump.

data-sap-ui-appCacheBuster - 404 NOT FOUND - REQUESTED RESOURCE OUTDATED

$
0
0

Hi All,

          I added data-sap-ui-appCacheBuster="./" in my application to avoid cache clear problem.But i'm getting below error.

404 NOT FOUND - REQUESTED RESOURCE OUTDATED

If i remove appcachebuster then application is working fine. And also other Applications deployed under VPN connections are working.But i deployed BSP application in Client system directly. UI5 lib and View is loaded successsfully(with 304-not modified). But the controller file gives error mention above.

I tried to executed SE38 (No luck )-

/ui5/update_cachebuster

/ui5/reset_cachebuster

 

Please help me.

2 downpayment lines on Final Invoice

$
0
0

Hello - I am trying to generate a final invoice for a sales order with a milestone billing plan.  When I invoice, it shows 2 downpayment settlement lines which cancel each other out.  The invoice also will not post to acctg and states "Downpayment is already cleared and cannot be applied".  I have never seen this before and not sure how to resolve.   Thanks!

SAP Adapter for IDOC/OAGIS Integration

$
0
0

Hi,

 

Is anyone aware of SAP IDOC/OAGIS Adapter via SAP or 3rd party.

Error 'blk_init' failed after enabling HVAR options

$
0
0

I am trying to setup HVAR for one of my replication connections. I have enabled 'dsi_bulk_copy'. Ideally if I send a large tran from primary, it should create a temp table and do a bulk insert//update.

 

But this is failing for me with the below error ...

 

T. 2015/09/09 09:13:32. (19): set char_convert off

T. 2015/09/09 09:13:32. (19): (HQ Error) blk_init failed for table #rs_uEmployeeReport_19_1

E. 2015/09/09 09:13:32. ERROR #151 DSI EXEC(104(1) WSMGO2UAT.godba) - si/hqocs.c(2253)

        Bulk-Lib routine 'blk_init' failed.

E. 2015/09/09 09:13:32. ERROR #1028 DSI EXEC(104(1) WSMGO2UAT.godba) - si/hqocs.c(2253)

        Message from server: Message: 105, State 2, Severity 15 -- 'Unclosed quote before the character string '#rs_uEmployeeReport'.

'.

E. 2015/09/09 09:13:32. ERROR #1028 DSI EXEC(104(1) WSMGO2UAT.godba) - si/hqocs.c(2253)

        Message from server: Message: 102, State 181, Severity 15 -- 'Incorrect syntax near '#rs_uEmployeeReport'.

'.

 

There after it goes on to do replicate using the traditional method.

 

Appreciate your help.

 

Thanks!!


SAPUI5 1.30.8 OData Model - create function fail

$
0
0

I am hosting a UI5 application on HCP.

 

UI5 Version 1.30.8 has been recently released, and HCP automatically runs the latest version of UI5.

 

I have an OData model in my application, on which I performed a "create" (or HTTP POST) on version 1.28.9 successfully.

 

Since the UI5 upgrade this POST has stopped working.

 

I get the following error:

 

1.png

 

First the "refresh security token" request, which gets a 200 and the CSRF token, followed by the POST. Which isn't even attempted.

 

The Request:

2.png

 

In the error handler I got this text: "The following problem occurred: Failed to execute 'send' on 'XMLHttpRequest".

 

Any ideas why this is happening?

 

My code is here:

 

var mODataModel = new sap.ui.model.odata.ODataModel("/ticketupdater");  mODataModel.setDefaultBindingMode(sap.ui.model.BindingMode.TwoWay);  oComponent.setModel(mODataModel, "ticket");  mODataModel.refreshSecurityToken();  mODataModel.create("/SEOD_TicketUpdater_BORootCollection",  oUpdate Obj, //JSON object for creation  {  async : false,  success : function(oData){     //handle success (code removed)  }, error : function(err){       //handle error (code removed)  }  }  );

 

When I do this POST in a rest client or from an older version UI5 application, the request works perfectly. So it is an issue with doing the POST from this version of UI5, I believe. I cannot see any difference in the OData model control in the SAPUI5 sdk though, for create...

Publication History -

$
0
0

I am currently trying to increase the number of instances that are saved in a Publication History. Currently it only saves the 5 most recent instances and I would like to increase this to 30. Where would I go about changing this setting?

No funcionan Checks MS y ME del asiento de diario

$
0
0

Buen día,

 

De manera cordial solicito sus valiosos aportes con el siguiente inconveniente:

 

En uno de nuestros clientes no están funcionando los checks de ME y MS, a pesar de que los checks aparecen visibles al seleccionarlos en el asiento de diario no se activan las columnas correspondientes a la moneda del sistema MS ni moneda extranjera "ME". Revisamos las parametrizaciones de formulario y los dos aparecen como visibles y activos, se inactivaron y volvieron a activar, se restablecieron los valores de formulario y aún así no funcionan.

 

Adjunto pantallazos.

 

 

Atento a sus comentarios,

 

Asiento de diario.jpgParametrizaciones de formulario.jpg

Enovia v6 integration with R3

$
0
0

Hi experts

Please guide me is there any Best Practice and solution for PLM in SAP R3?

It would be appreciated if could tell me how to integrate Enovia v6 with R3 step by step and What are the interfaces?

Regards

SF N

Blackberry device using Activesync to access emails.

$
0
0

Hi Team,


I have below query for Blackberry device:


If a Blackberry device is configured to access email using  Activesync & once we enabled on quarantine in exchange, will that stop blackberry from accessing email?

 

Thanks

Vivek D.

Viewing all 3257 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>