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

Re: Errors in Software Update Manager (SUM) when upgrading to 7.3EHP1

$
0
0

Hi Parkash

 

Better you can raise the ticket to SAP

 

Regards

Ram


Re: Payslip Requirment

$
0
0

Hello Sindhu

 

We want to have the Current Location country  name of Employee in Payslip.

 

We copied Z-Payslip from PE51 and using it.

 

 

Please advise me what are all tables and fields available in PE51 to get Country of Employee

 

We are not looking for any ABAP change here

 

Pls advise on this


Re: Idoc successfully posted but Segment Field value not updated in WE02

$
0
0

ok, thanks, i  will try to find out.

Re: Attribute value in IDM

$
0
0

Hi Naveen,

 

I don't get why you have to do all of that, but if you want you just can add on user creat in SAP(when you do logonid  = $Function.script(%firstname%)$$), just add SAP_ID = $Function.script(%firstname%)$$.

Kind Regards,

Simona

Re: Idoc successfully posted but Segment Field value not updated in WE02

$
0
0

can u please elaborate as i dont know much.

Re: File not found in shared folder when transferred through Open Dataset

Re: Idoc successfully posted but Segment Field value not updated in WE02

$
0
0

no, first im moving the field value in that local variable and then comparing whether the matnr value in the table is equal to segment field value, if not i have to replace segment field value with EKPO matnr value, thats what the requirement is.


if l_matnr ne <lfs_ekpo>-matnr.

             l_matnr = <lfs_ekpo>-matnr.

             call function 'CONVERSION_EXIT_MATN1_OUTPUT'

               exporting

                 input  = l_matnr

               importing

                 output = l_matnr.

             lw_e1edl24-kdmat = l_matnr.        "Replace KDMAT segment value with MATNR value in EKPO table

             <lfs_edidd>-sdata = lw_e1edl24.

           endif.            "IF l_matnr NE <lfs_ekpo>-matnr.

         endif.              "IF sy-subrc IS INITIAL of read table li_ekpo.

       when lc_e1edl37.

         lw_e1edl37 = <lfs_edidd>-sdata.

 

ITS on Netweaver 7.31 compatibility with Motorola PDA industrial browsers

$
0
0

Hello,


Can you help with the following ITS SAP Internet Transaction Server question related to an upgrade from R/3 4.6c to ECC 6 ehp6 (Netweaver 7.3 ehp1) for a large Retailer.


Situation R/3 4.6c (current live situation)

1) Custom built ITS pages on external webserver connected to SAP R/3 can be viewed with a PC using Microsoft Internet Browser version 8.

2) Custom built ITS pages on external webserver connected to SAP R/3 can be viewed with (industrial browser) Motorola Pocket Browser 3.0.8 running on a Motorola PDA type MC5590 and MC55A.

 

Under investigation

3) Custom built ITS pages on external webserver connected to SAP R/3 can be viewed with (industrial browser) RHO Elements version 2.2.1.13 running on a Motorola PDA

 

Situation for ECC 6 enhancement pack 6:

1) Custom built ITS pages on internal ECC (Netweaver 7.31) can be viewed with a PC using Microsoft Internet Browser version 8.

2) Custom built ITS pages on internal ECC (Netweaver 7.31) can be viewed with (industrial browser) Motorola RHO Elements version 2.2.1.13 running on a Motorola PDA

3) Custom built ITS pages on internal ECC (Netweaver 7.31) can not be viewed with (industrial browser) Motorola Pocket Browser 3.0.8 running on a Motorola PDA. Logon fails.The issue is that logging on to the device (running ITS) does not generate a logon session in SAP ECC (as viewed in transaction SM50), also with a very basic, simple ITS application, that has only text. This can currently not easily be debugged, we would need to dive into standard SAP code to address this. The same simple page and other custom built pages can be viewed with setup 1) (MS IE) and 2) (RHO on PDA).

 

So far we have not been able to find detailed information on the versions that are supported by SAP and Motorola.

 

Can you help with the following questions:

- any experiences with Motorola Pocket Browser 3.0.8 running on a Motorola PDA MC5590 and MC55A connected to Netweaver 7.31 ? Is this supported by both SAP and Motorola ?

- any experiences with Motorola RHO Elements version 2.2.1.13 running on a Motorola PDA MC5590 and MC55A connected to Netweaver 7.31 ? Is this supported by both SAP and Motorola ?

 

tx for your help,

 

Victor Benschop

Holland


Re: Show Key+Text in Web Item Dropdown (Data Binding Type VARIABLE_SELECTION)

$
0
0

I found a solution:

 

I changed the standard setting in the infoobject itself to key and text.

 

Now the variable dropdown shows key+text.

 

 

Gregor

Re: WEBi reporting requirement

$
0
0

Hi,

 

You can create a Webi variable on the Sale org metric and use it in a formula with the cost center metric.

 

Regards,

 

Dae Jin

Re: https and http for webdynpro URL in SE80

$
0
0

Check this WDA settings in SICF tcode.

Re: Passing date & time from SAPUI5 to SAP NetWeaver Server

$
0
0

Hi Ran,

 

Below is my service - /sap/opu/odata/sap/ZARINDAM_SRV/AS_EXCISE_DATA_SET.


I am passing my data to the service using below piece of code -

for(var i = 0; i < exData.length; i ++)

                    {

                    var postData = sap.ui.getCore().getModel().createBatchOperation("AS_EXCISE_DATA_SET","POST",exData[i]);

                    batchChanges.push(postData);

                    }

               

//                var batchChanges = [postData1, postData2];

                sap.ui.getCore().getModel().addBatchChangeOperations(batchChanges);

                sap.ui.getCore().getModel().submitBatch();

                sap.ui.getCore().getModel().refresh();


The exception is coming on only date format. The variable exData holding the entire set of records -

[

 

Object

 

  1. Addaed:"0.00"
  2. Addbed:"0.00"
  3. Addsed:"0.00"
  4. Aedinv:"0.00"
  5. Bedinv:"0.00"
  6. Cess:"0.00"
  7. Chapid:"8431.31.00"
  8. Charg:""
  9. CreditQty:"4.000"
  10. Docno:"1000000616"
  11. Docyr:"2010"
  12. Exaed:"0.00"
  13. Exbas:"400.00"
  14. Exbed:"500.00"
  15. Excur:"INR"
  16. Exdat:"03.04.2010T5:30:0"
  17. Exgrp:"12"
  18. Exnum:"54455"
  19. Exsed:"0.00"
  20. Exyear:"2010"
  21. Gsber:"0001"
  22. Indtax:"0.00"
  23. Lgort:"AX02"
  24. Lifnr:"DS063F"
  25. Maktx:"FRT TRACK"
  26. Matnr:"0602ASDFRS0NG"
  27. Meins:"L"
  28. Menga:"4.000"
  29. Menge:"4.000"
  30. Mengr:"0.000"
  31. MengrUom:""
  32. Part1ser:"0000000000"
  33. Part1yr:"0000"
  34. Part2yr:"0000"
  35. Rcwrk:""
  36. Rdoc1:"9900002271"
  37. Rg23aser:"0000000000"
  38. Rg23cser:"0000000000"
  39. Rgplaser:"0000000000"
  40. Rind1:"P"
  41. Ritem1:"000010"
  42. Ryear1:""
  43. Scpgn:"0.000"
  44. Sedinv:"0.00"
  45. Shipfrom:""
  46. Trntyp:"GRPO"
  47. Werks:"A002"
  48. Zeile:"0001"

 

Hope above information will help you.

 

Regards,

Arindam Samanta.

Agentry: Android Branding Client

$
0
0

Hi all,

 

I understand that the android branding client supports three different ways of customization.

  1. Replace anything that is called a "Resource" in Android development. This includes icons, images and strings. Differentiation by language is possible.
  2. Change the application's name and package id via build-android-common.xml
  3. Provide an exported Agentry.db file which contains a full application including complex tables preset server and user data.

Is there a way to modify the Agentry.db file in such a way that it contains only the application and a pre set server but no user data? We want the user to be forced to log in the first time he starts the application with no pre set user name. We are currently using Agentry 6.1.4.179.

 

Any ideas?

 

Thanks,

Christoph

Re: 'Function in SAP HANA is currently not possible' error message at KE91 transaction

$
0
0

Thank Lei for taking time to look at the issue. Sorry for my late reply as I couldn't reply as our systems were down for maintenance activity.

Yes, to answer your questions. Our ECC( ERP ) is on Ehp6 and SP2.

And here is the snapshot of KEHC status tab

KEHC_Tran_Status_snap.jpg

 

Regards

Lokesh

Re: how to use hard coded tables

$
0
0

You shouldn't need to do that. Just bring service into your table and the values for [total] will be split out correctly.


Re: Brarchive online backup failed on BI Ides system

$
0
0

Hi Ola,

 

Could you please share the init<SID>.ora (in your case initID8.ora) file & result for the parameter log_archive_dest_1.

 

Thanks,

Gaurav

Re: billing Error in accounting interface

$
0
0

Hi

 

Then, for customers in Australia and NewZealand, set a different pricing procedure for these clients. Tax is a condition, set the proper tax scheme for your customers.

 

I hope this helps you

 

Regards

 

Eduardo

Re: HANA Cloud Trial downtime announcements

$
0
0

The Best-Run Businesses Run SAP

 

SAP HANA Cloud Platform

 

Planned Infrastructure Maintenance

 

Wednesday, 09 April 2014

12:00 – 13:00 UTC

 

 

Dear SAP HANA Cloud Platform customers,

 

Please be reminded that there will be a planned downtime for https://hanatrial.ondemand.com/ on April 9th, between 12:00 – 13:00 UTC due to an infrastructure update.

 

Impact

Development operations like deployment, starting and stopping of applications will not be possible.

 

Running applications will not be affected

                               

 

Thank you in advance for your understanding.

 

SAP HANA Cloud Platform Operations Team

Re: Deploying SMP 2.3 packages to SUP 2.2

$
0
0

Does it mean that I have to use SUP 2.2 SDK instead of SMP 2.3 SDK which I am currently using?

Re: SNP-PDS does not show alternate modes

Viewing all 8676 articles
Browse latest View live




Latest Images