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

How to archive C4C all attachment to local server

$
0
0

Hi expect,

 

Is there any way I can archive C4C attachment to local server?

 

Please advise.

 

Thank

 

Raymond


Re: iOS 9 Update for C4C iOS apps using Customers

$
0
0

hi Mark,

thanks for this info.

I have a general question,  how are the customers informed about this topic ? Do they get an official mail from SAP ?
Thanks

Gabi

Re: Bind data to table using filter

$
0
0

sorry for confusion.I will explain it again.now m trying like this but for

var oBinding = table.getBinding("rows");

OBinding its showing is undefined.

 

my js code is as below

 

 

  var table = this.getView().byId("idProductsTable");

  var oBinding = table.getBinding("rows");

 

  var oFilters = [ new sap.ui.model.Filter("CustId",sap.ui.model.FilterOperator.EQ, "'"+custId+"'") ];

  oBinding.filter(oFilters);

 

and XML code is

 

<Table

  rows="{OrdItab/OrdItabSet}"

  title="Products"

  selectionMode="MultiToggle"

  visibleRowCount="7"

  id="idProductsTable">

  <columns>

  <Column width="9rem">

  <m:Label text="{OrdItab/Order}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="9rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

  <Column width="12rem">

  <m:Label text="{OrdItab/Orderdt}" />

 

  </Column>

 

  </columns>

  </Table>

Re: Firefox not prompting to remember input

$
0
0

Hi,

Is the login page sent out over HTTPS? That would prevent login information from saving.

Also

check is autocomplete="off" set on the form?

Re: Access item of an aggregation binding

$
0
0

Hi Nguyen,

 

onInit - If you are declaring the model in component

onAfterRendering - If you are declaring the model in controller

 

Regards,

Sai Vellanki.

Re: Authorization object B_BUPA_FDG

$
0
0

Hi, I didn't use EEW. Unfortunately I can not assists you in this case.

Re: Missing icons on button in cl_gui_column_tree in "Blue Crystal Theme"

$
0
0

Hi,

 

Thanks for a reply.

 

I assume this problem is on OS level.

Re: Sorting invoices in VF06 / VF04

$
0
0

Hi Peter,

 

The exit is not called as the selection screen checkbox P_ANZEI(In program SDBILLDL) is not pased as 'X' from VF06 while calling SDBILLDL when you schedule to run in background.

 

If you run VF06 in foreground you should see that the exit is triggered. In Foreground P_ANZEI does not have any impact in calling the exit.

 

So the solution might be to write the same code under enhancement spot  ES_SDBILLDL in SDBILLDL or may be simply use an implicit enhancement at the beginning for subroutine  vkdfs_data_display.

 

R


Re: PR created automatically running MRP with account assignment F and creating RFQ W.R.T. PR

$
0
0

Dear SCN's,

 

Thank you for the response from you all.. Issue resolved

Re: Smartform printing # in place of space for some item description

$
0
0

A0 is so called non-breaking space. While it may (should) be possible to make SAP Spool system to recognize and process them as "normal" spaces (on our SAP_BASIS 740 SP 12 system the preview is already correct, for example), if there is no valid reason for having them, instead of trying to fix the output, I'd try to find out where are they coming from and fix them at the source - migrate the descriptions for example. CL_ABAP_CONV_IN_CE=>uccp( '00A0' ) call returns non-breaking space as character.

 

cheers

Jānis

Re: How can I turn off User ID and Password Authentication for the CIDX ?

$
0
0

Hi,

 

Its a pretty old thread, But still thought of checking. We have a scenario where we need to snd chemXML messages to a partner over HTTPS without authentication.

 

could you please let me know how you disabled receiver sid authentication to send messages to partner?

 

thanks,

Sam

While executing MR11 getting error purchase order history already inconsistance

$
0
0

Hi all

 

For the above error already gone through the below note but I am not able to enter an Invoice for the "default qty & value 0".

 

note: 708649


Scenario is like below


PO:  qty= 100,  value = 100


Service entry sheet:  qty =100,  value = 100


Invoice : qty= 99, value= 100

payment also made to vendor.

 

MR11= difference qty: 1, tried to execute the MR11  system is throwing error message "purchase order history already inconsiderate".


Could you please help me to clear the balance quantity.


Thanks in advance!!


Regards,

AMD



Exception CX_SY_NO_HANDLER triggered

$
0
0

while updating PA2013 infotype from CLASS through proxy. Iam getting Exception CX_SY_NO_HANDLER

 

METHOD ZZxxxxxxxxx~INFO2013.

data : ls_pa2013 type PA2013.

data: lt_data type standard type of ZINFO...

field-symbols <ls_data> type ZINFO...

 

lt_data[] = INPUT-INFO-records[].

 

loop at lt_data assigning <ls_data>.

call function 'BAPI_EMPLOYEE_ENQUEE'

exporting

number = <ls_data>-pernr

importing

return = return.

 

Call Function 'hr_infotype_operation'

exporting

infty = '2013'

number = <ls_data>-pernr

SUBTY = <ls_data>-subty

validityend = <ls_data>-endda

validitybegin = <ls_data>-begda

record = lt_data

operation = 'MOD'

importing

return = return.

 

clear ls_pa2013

call function 'BAPI_EMPLOYEE_DEQUEE'

EXPORTING

NUMBER = <ls_data>-pernr

importing

return = return.

endloop.

endmethod.

Re: SQL4SAP Error

$
0
0

I face the same problem , in sap note 1144459  and the  SQL4SAP.log was to details

 

 

after log search in the forms, I notice talk about blank space so

 

its all about keeping MS Sql server directory name  without sapce

 

c:\SQLserver8dvd   --- correct

 

c:\SQL Server 8 DVD ------- this is incorrect 

 

Regards

Ahmed Jasim

Re: Data Wrangling / Cleansing in PA

$
0
0

Hi Jerold

 

If your using SAP PA Automated mode/ Infinite Insight, then things like null values are handled automatically, but like if your are using time series or regression based algorithm where date is there, you have to check the SAP document as in which all date formats are supported. Second thing will be some junk columns which may be containing huge text or description or blank columns may present in your data. For such scenario, first select the algorithm, load the data and before running the model just exclude those columns  unwanted columns, and you will get your desired ouput. You can go through the below link for getting acquainted with the tool.

Use InfiniteInsight Recommendation: SAP InfiniteInsight 7.0 - YouTube

 

Now after understanding about Predictive Analysis using Automated mode come to SAP PA Expert Mode, it needs a bit smart user, who understands the algorithms and their coefficients. The out of the box available Predictive algorithms provide the option to handle missing values and do the prediction for them, you just need to tick the check box. You can see the below snapshot here: for the below eg. you have the option to handle missing values

Capture1.PNG

 

For anomalies in the data - e.g. text in numeric field, SAP PA Expert Mode has Data Preparation Tab where you can convert the numeric field to text field.  Check the below snapshot. Where customer number is converted to text for analysis.

Capture1.PNG

 

Regards

Ranajay


Re: SMARTFORMS - Problem in grid maintenance

$
0
0

Hi ANDREAS APOSTOLAKIS,

 

As per your screen shot , You have maintained  4 columns width only , 5th column is null and trying to give 5th column . System throwing error. Pls check .

 

 

 

Kabil.

Calling procedure within procedure in HANA

$
0
0

Hi All,

 

 

I have created two procedures in HANA i.e proc1 & proc2.

I am calling proc2 within proc1 with input parameter as 2.

 

 

 

create procedure proc1 as

begin

call proc2(2);

end

 

create procedure proc2(in a integer) as

begin

select a from dummy;

end;

 

 

 

When I am calling proc1, it inturn calls proc2 & proc2 code should be executed i.e select 2 from dummy should be executed & I should get result as 2.

proc1 gets called successfully but I do not get result as 2.

 

Why I am not getting result as 2 after calling proc1? Can anyone help me out on this issue?

 

 

 

Regards,

Jimit Doshi

Re: SAP SMP SDK 3.0 SP07 in not installed Cannot upgrade to 3.0 SP07 PL1

$
0
0

Hello Jitendra,

 

Sorry for the delay in reply ,

 

Your answer served the purpose.its Right Solution for the Issue.Thank You.

 

additionally during the installation,it asked to Select if i want to Install MBO Toolkit installer.

 

In Running the Installer it says to mention path for

 

SMP3SP03-MBOToolkit-Installer-drop11.zip.

 

Can to state from where i can get this and how to point it later again in installer.

 

Regards

Lakhan

Re: Drilldown function from ALV list

Re: Document type '' not defined Message no. 26168

$
0
0

Hi,

 

It is because you have not created private folder initially.

 

Please check.

 

1. Private folders are created for the mentioned user ID.

2. If not created then, Create the private folder first. To create Private folder .

 

choose browser system will pop up create document then create private folder document using FOL document type.

 

Hope after creating this private folder the issue may solve.

 

Rgds,

Nayeem.

Viewing all 8798 articles
Browse latest View live




Latest Images