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

Re: How to navigate between two .js views not using shell?


Re: Adding Header in Appended File

0
0

Hi Justin ,

 

          If you only consider the header line this seems to be a very good solution. This will avoid use of java code.

 

 

Regards'

Anupam

Re: How to display the selected menu text name in the input control ?

0
0

Hi Vellanki, Can you send me the correct link , I am unable to open the link. Thanks, hemapriya

Re: Upgrade / Migrate: PI 7.31 Single Stack to PO 7.4 / PO 7.5

0
0

Thanks Raghuram.

 

Yes both source and target are single stack. But there is a difference ..  the source usage type is PI only.. ie Single stack AEX... and the target is PO (PI + BPM + BRM).

 

Earlier it was not possible to do an in-place upgrade for this... Want to learn if it is possible now a days or not.

 

Thanks,

Himadri

Re: Report footer element should be display at the bottom of last page.

0
0

In the section expert you have an option to show at bottom of page

Re: 9.1 Slow when selecting items [Documents]

0
0

Currently we upgrade to 9.1 PL06.

Re: Employee leaves after payroll exits & w/wo preDME

0
0

Thanks Praneeth Kumar and Jagan Gunja for your sharing the current processes.

 

The following activities require manual effort from users:

- Skip payroll process => Manually

- Ignore preDME => Manually too.

- Skip DME => Manually too.

- Update values in IT15 / 2010 => Manual too.

 

===> Thus it can be true to say that common process to handle the case is manually outside SAP or using customized wage types in IT15 / 2010 to adjust the next payment.

 

Thanks a lot again for your sharing.

 

Best Regards,

Woody (Trong Minh)

Re: WebDynpro ABAP application do not take Portal Theme

0
0

Portal UR - UR=10.30.1.236562.0.0

 

Backend ECC - ur=10.30.1.236562.1

 

Also this is maintained at the iview level.

 

WDFORCEEXTERNALSTYLESHEET=X


P13nDialog is not working in The FIORI Launchpad

0
0

Hi,

 

I have developed a popup in order to set some filters on my data. I'm using a fragment with the UI components P13nDialog/P13nColumnsPanel. Every time a user de/select a value from the list I'm populating my filtering via the addColumnsItem="onAddColumnsFilter". It's all working fine in webIDE. However with P13nDialog, you have a "select all" button coming in standard. By default I have the ability to de/select all the possible values, in this case my function onAddColumnsFilter is called for each value in the webIDE. Now when I'm trying to run the same application in the FIORI Launchpad, the "Select ALL" event is only called for the first value. It seems that it doesn't loop at my items list.

 

screenshot_FILTERS.PNG

Is it an issue with the version of my sapui5 libraries deployed on the gateway?

 

Thank you.

 

Message was edited by: Laurent DUBOIS Hi, I fixed the issue by replacing the semantic object navigation with Target URL in the Tile configurator. It seems that the launchpad doesn't replace my sapui5 librairies in this case. So it's definitely linked to the local SAPUI5 libraries in the gateway....  cheers, Laurent.

Re: SAP TM installation

0
0

Hi Srini,

 

As I mentioned, TM is only a NW addon so if you are already deployed EWM on SCM server then you can't install TM on the same instance. EWM can be deployed as SCM addon, ERP Addon and NW Addon. If you have deployed EWM as NW addon then you can install TM also on the same instance.

 

if you go for TM as standalone which you have to in your current EWM deployment, then you need to connect the TM and EWM using PI or web services. But in terms of functionality, TM will provide you same functionalities in both the cases. I hope it clarifies your question.

markLocked in ObjectListItem not displayed in SAP Fiori Launchpad

0
0

Hi,

 

We have built a SAPUI5 application using the Fiori Master template in webide (ORION) which displays data coming CRM. It's nothing fancy... We are setting the markedLocked property in the ObjectListItem to true when a record in being locked in the backend. It’s working fine from the gateway (SE80) or in the webide, when a record is locked in the backend the odata model returns a locked flag and I can see the lock icon in my main list. But when I run this application from the SAP FIORI Launchpad, the icon is not displayed when the markedLocked is set to true. In debugging I can see clearly that the formatter function is returning true. You will find below my code :

 

<Page

        id="masterPage"

        title="{i18n>masterTitle}">

        <subHeader

            id="masterSubHeader">

        </subHeader>

        <content>

            <List id="list"

                  select="onSelect"

                mode="{device>/listMode}"

                noDataText="{i18n>masterListNoDataText}"

                growing="true"

                growingScrollToLoad="true"

                includeItemInSelection="true"

  items="{/InteractionRecordListSet}">

  <items id="masterList">

     <ObjectListItem

                        id="mainListItem"

                        press="onSelect"

                        type="{device>/listItemType}"

                        counter="0"

                        title="{CustBp}"

                        number="{ path: 'PostingDate',

                       formatter: 'xxx.xxx.InteractionRecords.util.Formatter.date'}"

         numberUnit="{PostingTime}"

        markLocked="{ path: 'Locked',

                       formatter: 'xxx.xxx.InteractionRecords.util.Formatter.locked'}">

  ....

 

My locked function is simply returning true/false if the Locked field (returned by the odata call) is set:

locked : function (value){

     if (!value){

         return false;

     }else{

         return true;

     }

}

 

Here is the version of our Sapui5 libraries used in the launchpad:

     }SAPUI5 VERSION.png

  },

 

So my question is why is it not working in the Launchpad? Could it be due to the version of the sapui5 libraries? I'm stuck...

 

Could you help me please?

 

 

Cheers

Laurent.

 

Message was edited by: Laurent DUBOIS Hi, I fixed the issue by replacing the semantic object navigation with Target URL in the Tile configurator. It seems that the launchpad doesn't replace my sapui5 librairies in this case. So it's definitely linked to the local SAPUI5 libraries in the gateway....  cheers, Laurent.

Re: Sales Order--Material-Batch specific use for one Distribution Channel

0
0

Hi All,

 

Recently i am working on a test case and got stuck with logic.

 

Need your expert opinions.

 

I want to use a Material of a specific batch while creating Sales order.But here i need a restriction that same material (of a specific batch) to be

allowed to be used in Export distribution channel(03) only and not in Local sales-distribution channel and vice-versa.

 

I tried by defining Characteristic -Distribution channel and assigned to class-Batch(22) in material master, but in sales order creation for export it still allowing to create.

 

How to restrict above possibility through Standard functionality.

 

 

 

Regards,

VC

Re: i can't read (selectDialog) event

0
0

Hi Satya,

You have used sap.m.InputListItem and I do not think it has the method getTitle().

getTitle() goes along with Standard list item as it has the property title.

 

Please check.

 

Regards,

Naren L Naik

Re: Duplicate records are giving me an incorrect Sum

0
0

Hi Casey,

 

Duplicates are usually caused by an incorrect join..

 

If you think the Joins are all fine then drag & drop a few other fields from the PoductWarehouseSummary table on the report to find out what's causing the duplicates.

 

-Abhilash

Re: Asset accounting T095B

0
0

Hello gurus,

 

I have a question regarding Asset accounting. I am using a data source 0asset_afab_attr the base tables for these are T095, T095P, ANLB.

Most of the fields are from ANLA, ANLB, ANEA, ANEP, T095   2 fields are from T095B,

 

the field I need to populate is Accum Depr GL account : As per the requirement I used the asset ( ANLA-ANLN1) and get the account

determination ANLA-KOTGR and use it in T095B and chart of account = 1006. Next the T095B-KTNAFB should be moved to the

custom field Accum Depr GL account. that I created. I have written the code to do the look up between ANLA and T095B. But the

values does not populate for these 2 fields. Is it advisable to create a custom data source for T095 and T095B just for 2 fields. I do not

think a look up can be done for t095B, T095 as both tables  have different data for Balance sheet, GL accounts.  Please advise.


Re: SAP HCM P&F : Process Browser (Browser Context) Settings

0
0

Hello Chohan Rana,

 

Evaluate if the POBJ_BROWSER (Manipulation of Search and Results List in Process Browser) helps.

 

Regards,

Sahir

SQL anywhere upgrade from 12 to 16

0
0

Hi all,

I am new to SQL Anywhere and I have been asked to upgrade the existing SQL anywhere DB v12 to v16 which is installed as part of BODS.

Please let me know how it can be done and what are the major steps involved.

 

Regards,

Sandy Sam.

Re: How to modify the ESS Welcome page? Edit text and remove links

0
0

Looks like the screen shot u gave is from Overview screen. May be if you can give enntire portal screen shot it will help in understanding.

 

As its Java, u have to use Home Page Area Frame Work. There are lot of wikis on this.

And also you might have to configure subtype table and make sure no subtype

 

FAQ in ESS based on WD JAVA - ERP Human Capital Management - SCN Wiki

Customize the Homepage Framework with Custom HTML Content

Adding Link on ESS through backend ECC Configuration - Portal - SCN Wiki

Getting Started in ESS WD JAVA - ERP Human Capital Management - SCN Wiki

Re: Is SAP BI/BW good or BASIS module

0
0

Hi Nikhila,

 

Its not easy to tell the difference between these two in a single statement but anyway i will try to make it brief.

 

As you said you are already working in administration side and u have good experience in that so according to this point Basis is preferable from this point of view.

 

Basis is related to administration side only but related to sap administration like how DBA will work on database side in the same way SAP basis admin will work on both database level as well as os level. He sits between in the middle of both that is at os level and database level. His responsibilities includes creating users , roles and permissions, taking backups, troubleshooting etc. If you want to success in basis you have to need lot of analysing skill along with good troubleshooting and patience also required if your working directly from client side and interacting with users directly.

 

And coming to BI, Its actually its a combination of ETL & OLAP. nothing but related to datawarehousing. In ETL you can extract data from different sources (like from flatfiles doc xml etc) and transformed according to client needs/requirement and loaded into cubes and stored for future purpose. Useful for decision making. Coming to OLAP point of view after data is loaded u need to generate reports based on ETL data for decision making. Its also requires database knowledge for mapping the data etc.

 

If you u have good knowledge in adminstration side basis is perfect.

Final thing is Basis is preferable as per you post

 

Need any more clarification/doubt just post. see you.

 

Regards,

venkat.

Re: Is SAP BI/BW good or BASIS module

0
0

Hi,

 

You should really go with BASIS since you already worked with databases on your career..The differences of the two (2) modules have been discussed already in your other threads..

 

Please do not post in multiple forums having similar question..You can post this in the CAREER section..

 

Career Center

 

Regards,

Loed

Viewing all 8798 articles
Browse latest View live




Latest Images