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

Re: How to export table functions

$
0
0

I can see/select .procedure through Developer Mode so thought we can see function as well but for now I am good.

 

Thanks again for the help and quick replies. Really appreciate it.

 

Best,

Rajesh


Re: Approach on loading multiple data sources sequentially within one job

$
0
0

Hi Dirk,

Actually I have already checked the doc you mentioned above. I ordered the source based on Primary key and then chose the sorted input in T_C. However, it did not help. My data set is not as huge as 1million. In fact, it's just 300000 roughly. I have no idea why the T_C took so long.

 

Thanks for your help!

 

Cindy

Re: Search on the expanded child entity field wont work.

$
0
0

Based on the API description of Filter (ref [1] below), you might want to use Object Literal notation and test function may be to perform your filtering

 

new sap.ui.model.Filter( {

path : "requisitionNav/requisitionName_defaultValue",

test : function(oValue) {

if(oValue === sQuery) {

return true;

}

return false;

}

});

 

This might help. And eventually you can bundle all the filters into an array and use the boolean flag to OR/AND the filters.

new sap.ui.model.Filter( {

filters : [],

and : false });

 

Hope this helps.

 

Regards,

Arpit.

 

[1] - OpenUI5 SDK - Demo Kit

Re: Installation of SAP_UI 750 SP00?

$
0
0

Hi Peter,

 

I am in the same situation as you were

 

Were you able to download SAP_UI 750 SP00 and install it on top of NW 740?

 

Could you please assist with this?

 

Thanks.

 

Derek

Re: Dependent Requirements not being created

$
0
0

It is a custom strategy. This is for Long term planning. Variant configuration with characteristic planning is used here.

 

2016-02-10_10-44-10.jpg

 

Thanks

Re: SAP PI 7.3 Webservices security

Re: Badi for transaction ME21N at moment after save

$
0
0

I did put a break point in this method but at moment to save.. is not happening nothing

Re: Extension .txt.pgp to target file in receiver file communication channel

$
0
0

Hello Sumeet,

 

File adapter recognizes an extension to be the part of a file name that is specified after the last dot symbol, and inserts a timestamp at the end of a file name preceding an extension. In your described scenario, .dat is considered to be part of a file base name and only pgp is an extension.

 

To fulfil your requirement, you may construct a required target file name (including timestamp as a part of it) in the mapping and fill corresponding File adapter specific message attribute FileName. In the file receiver communication channel, you can then change file construction mode so that timestamp is not added, and use dynamically constructed file name instead of a fixed file name.

 

Alternatively, if the message already contains timestamp value somewhere in payload or in one of message attributes, you can make use of variables substitution in file receiver communication channel and insert required variable value whenever needed in the target file name.

 

Regards,

Vadim


Re: Lock user account after XX days

$
0
0

Hi Dhara,

 

In order for the password max idle time functionality to work, you actually have to change two UME properties.

The first UME property ume.logon.security_policy.password_max_idle_time you have already changed. With this property you specify after how many days of not using his password a user will not be allowed to authenticate. This property also has an additional effect. When it's value is greater than 0 during every login the user will be updated with the last successful password check time.

This property works together with another UME property ume.logon.security_policy.password_successful_check_date_default. This property specifies what is the last successful password check date for users that do not have it set in stored in the database and for users that have a value that is less than the default value. For example if the property is configured to 31 January 2016 and a user has no value or an value that is 30 January 2016, the default value will be taken into account.

In order to use the feature you should:

1) Set the UME property ume.logon.security_policy.password_max_idle_time to 60.

2) Set the UME property ume.logon.security_policy.password_max_idle_time to the day you activate this functionality or a date in the past, but not older than 60 days as all users that do not have a value will be locked. This way all users will have 60 days to use their passwords. If by mistake you set an older date then you have to change the values from configtool and restart the server.

Whenever a user's password has not been used for more than the configured time, the user will not be able to authenticate and he will get an error message that his password has expired. But this will not be reflected in the useradmin application. The reason behind this is that this is a dynamic functionality that can be easily changed with the above two properties. Persisting this information in the database on every change of the properties is too time consuming.

 

For more information about the above mentioned UME properties, see https://help.sap.com/saphelp_nw70ehp1/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/content.htm

 

How to edit UME properties online and from configtool is described in https://help.sap.com/saphelp_nw74/helpdata/en/4a/864d94a016203be10000000a42189b/frameset.htm

 

Best regards,

Nikolay

Settlement of all WBS time card costs to Resource cost center

$
0
0

Friends

 

 

How do I settle WBS secondary costs like timecards to the resource's cost center - The one who has entered time.

 

Suppose resource A enters time. His sender cost center is X.  it is passed to CO.

Resource B also enters time. His sender cost center is Y. it is also passed to CO.

 

When I settle the WBS:

 

Costs for resource A should be settled to cost center X and

Costs for resource B should be settled to cost center Y.

 

Is this possible using strategies and allocations?

 

Thanks in advance

 

Salim

Re: ddlgen for Functions

$
0
0

I suspect that was a bug in 15.0.3.  Unfortunately, early versions of ddlgen were very much quite unreliable.

Re: Internal Server Error Data Connection SAP UI5

$
0
0

Try getting off of the internal network and trying again.  Mine will only work when I am connected directly to the internet.

 

Regards,

Jamie

SAP - Technology RIG

Re: Affordable Care Act (ACA)

$
0
0

Ashwini,

 

As Garrett said please make sure you are on version 7.4 with patch 7.  if still have the issue will post the screen shots with each step.

 

Rohit

Depreciation Simulation Report Data Extract

$
0
0

I am setting up a new model for Fixed Asset Planning. We are on version 10.06 for Microsoft. I am using a Data Services batch job to extract actual values posted to fixed assets, including depreciation. For simulated depreciation, is there any way to extract the data automatically out of ECC or with some function in Data Services so that I can import it into BPC? The data is available in ECC with report S_ALR_87012936.

Re: What is SAP standard solution for storing UPS, FEDex etc tracking numbers on deliveries? Which field, tables etc.

$
0
0

I'm not sure. Anyhow, for an detailed overview, you can read this:

 

http://www.slideshare.net/brishel/SAPXSIExpressdelivery409

 

In the following thread it seems as if you can also use this with your own interface and not specifically XSI.

 

And here is the customizing you can use for parcel tracking (via shipments)

parcel tracking.PNG

Regards,

 

Sjaak


Re: Master node swapping

$
0
0

HI Michael,

 

I see 2 questions in your message and here my response

 

1. Where would you check when there is a failover of master node?

I would suggest to check the NAMESERVER trace log on both XXX-1 and XXX-2 at the time of the issue. You should see a keyword FAILOVER right after the timestamp in the NameServer trace file that indicates all events related

 

2. Where is the configuration for the MASTER/STANDBY/WORKER setup maintained?

This setup is configured using the nameserver.ini on the OS, and typically seen as indicated below

/hana/shared/SID/global/hdb/custom/config/nameserver.ini

 

[landscape]

master: XXX-1: 30001 .....

worker: XXX-1....

active_master: XXX-1:30001

roles_XXX-2: worker

 

It can also be accessed using the HANA STUDIO-->CONFIGURATION-->nameserver.ini-->landscape

 

You can make changes on these configuration files and the next startup should follow the changes

 

it would be good if you can share your current status of this configuration to understand if you have any setting that is leading to an issue

 

Hope it helps, let me know if you have any questions

 

Sunil

Re: C4C and MS Office 2013-2016

$
0
0

Check out the information at:

 

 

SAP Cloud for Customer System and Software Requirements

 

Additional Software Requirements

 

Additional software requirements for add-ins.

SAP Cloud for Customer delivers additional software to be installed, via the Download screen, for specific business purposes and end-users. When you launch the installer, you are prompted to install all the prerequisites packages listed for each below.

Add-In for Microsoft Excel® (version 4.0 or higher)

  • Microsoft Office 2007, Microsoft Office 2010 or Microsoft Office 2013 (32-Bit)
  • Microsoft .Net Framework 4.0 (Web Installer)
  • Microsoft Visual Studio 2010 Tools for Office Runtime (VSTOR 2010) Redistributable (x86)
  • Microsoft Visual Studio 2010 Tools for Office Runtime (VSTOR 2010) Redistributable (x64)
  • Microsoft Windows Operating System

Add-In for Microsoft Outlook® (version 4.0 or higher)

  • Microsoft Office 2007 or Microsoft Office 2010 or Microsoft Office 2013 (32-Bit or 64-Bit) or Microsoft Office 2016
    NoteMicrosoft Exchange™ 2010 and 2013 are supported, but Microsoft Office 365™ is not supported.
  • Microsoft Office 2007 Primary Interop Assemblies or Microsoft Office 2010 Primary Interop Assemblies
  • Microsoft .Net Framework 4.0 (Web Installer)
  • Microsoft Visual Studio 2010 Tools for Office Runtime (VSTOR 2010) Redistributable (x86)
  • Microsoft Visual Studio 2010 Tools for Office Runtime (VSTOR 2010) Redistributable (x64)
  • Microsoft Windows Operating System up to and including Windows 8

Material Master Views (MATMAS05)

$
0
0

Hi,

 

I am creating Materials basic view using MATMAS05. IDOCs gets processed and materials are created. But when I go to display, provide material number and hit enter. It gives me list of views to be selected, which I have not even extended to. Ideally it should show just the basic data 1 and 2. But it ends up listing Sales, Purchasing and other views.

 

I suspect this could be because of Material Group. But if I leave this field blank, IDOC gives error "The field MARA-MATKL is defined as a required field", but when I try manually in MM01, this field is NOT mandatory.

 

I am not sure where I am going wrong,  Please advise.

 

Capture.JPG

Re: Retrigger Release Strategy in case of New Condition Add

$
0
0

Hi Sefa !

 

In the standard SAP settings, you can restrict changes to orders and contracts through the codes of liberção used for the strategies according to the levels shown in the image below,

 

 

View: V_T16FB

Capturar.JPG

Something addition, only ABAP development.

 

Regards,

Leandro Carvalho

How can i get selected row data in ui.table using rowselectionChange

$
0
0

XML.VIEW

 

<t:Table id ="supplieTable" rows = "{/results/0/AP_CRE_LISTSet/results}"

  enableBusyIndicator = "true" enableSelectAll = "false" navigationMode = "Paginator"

  visibleRowCount = "6" firstVisibleRow = "3" selectionMode = "Single" rowSelectionChange = "action" >

 

  <t:Column autoResizeable = "true">

  <Label text = "Doc.number"/>

  <t:template><c:TextField value = "{BELNR}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Vendor" />

  <t:template><c:TextView text = "{LIFNR}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Posting Date" />

  <t:template><c:TextView text = "{BUDAT}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Account" />

  <t:template><c:TextView text = "{BNUMB}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Amount" />

  <t:template><c:TextView text = "{WRBTR}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Tax" />

  <t:template><c:TextView text = "{AWTYP}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Text" />

  <t:template><c:TextView text = "{LTEXT}" /></t:template>

  </t:Column>

 

  <t:Column autoResizeable = "true">

  <Label text = "Progress" />

  <t:template><c:TextView text = "{CSTEX}" /></t:template>

  </t:Column>

 

  </t:Table>

 

 

Controller.js

 

action: function(oEvent) {

 

var text = oEvent.getParameters();

var hello = oEvent.getProperty("/BNUMB");

 

var page = sap.ui.view({

viewName : "e-accounting.Dashboard",

type : sap.ui.core.mvc.ViewType.XML

});

 

app.addDetailPage(page);

app.toDetail(page);

 

}

 

 

this is not working please help me seniors!!

Viewing all 8798 articles
Browse latest View live




Latest Images