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

Re: Calculations on Results rows of two CKFs

$
0
0

Hi Tabitha,

 

Based on your screenshot, you are using a Selection/RKF and not a Formula/CKF, Formula and CKF are similar in properties. Scope is the only thing that differentiates both. so you can definitely use a formula for calculating AVG.

 

If you have created a CKF then right-click on the CKF and edit it. inside the Edit window, you'll again find the Extended tab where you'll find the option of Formula Collision. There select "Use Result of this formula".

 

Once you have made changes to the CKF, save it. Remove the existing AVG from columns and add the newly saved CKF(AVG) again to the Columns.

 

Hope this works.

 

Regards,

Gopal


Re: TimeEntry version2 extension question

$
0
0

Hi Sarbjeet,

 

This issue is resolved. Some reason my old extension didnt work.

 

After creating the new extension working fine. In the beginning enw extension also didn't work because I did some typo in LPD_CUST . I missed "n" at the end, and the FIORI launch pad never find the correct reference.

SAPUI5.Component=hcm.approve.timesheet.HCM_TSH_APVExtension


I am closing this thread.


Thanks

Krishna

Re: Hide field from standard report

$
0
0

Hi Abbas,

 

I want to remove from layout list.

 

Thanks, Rajesh

Re: After execution of cost centre Reposting..Cost remains in cost centre?

$
0
0

Hi

 

Can you send the screen shots of your cycle?

 

 

Kamal

Fiori Myinbox app shows empty screen

$
0
0

Implemented Myinbox app with all the required configuration and all SAP Notes implemented and roles assigned.

On the TIle catalog it shows the Count of items in the Myinbox app but when on Entering the app no data is displayed.

I configured T&E approval Workflow in ECC Backend system added the "Maintain Task and Decision Options".

DO i need to configure that in Gateway system also?I put a breakpoint in backend RFC function:/IWWRK/WF_TGW_QUERY_TASKS its returning the data but not coming to Gatreway and on the App.

Scenario defination is Mandatory ?

Please advice .

 

Thanks,

Suneel

Re: Time Evaluation - Not calculating leave for leap year

$
0
0

Thanks Christine.

 

 

Regards,

Sankarsan

Re: Travel Management

$
0
0

Friends ,

 

Pls help me I need to deliver this project at the earliest .

 

Regards

Re: After execution of cost centre Reposting..Cost remains in cost centre?


Re: Hanatrail Version Not working

Re: how to enter data in input field

$
0
0

Hey Saurav,

 

I think you've made it a bit complicated by using itab, I mean this is not needed as per your scenario . The structure itself would have been sufficient to update the database table .

 

Now that you have used it, debug and check whether your structure entries from the screen are coming in the internal table (itab) or not . If this is not working, you need to change your webdynpro code and simplify it as per this scenario.

 

Also check that the structure of your ZWEBDYNPRO table should be same as ty_employee because it updates on basis of primary keys in the table.

 

If structure is same, you can directly use MODIFY ZWEBDYNPRO FROM TABLE itab.

Re: PAM03 transaction lower part data not showing

$
0
0

Sorry... My misunderstanding. Those two fields, at least in my version, does not exist in the allowed list of the fields. The allow fields can be found from the structure = PAMS_S_BOXES or from the drop down list.

 

For the last name, you can use FAHRNAME1.

Re: CATS and FIORI

Showing Attachments of approved leave requests on leave History

$
0
0

HI,

 

We are on HR Renewal 2.0.Leave requests with attachments are working fine, but after approval and posting requests to IT2001 after running program RPTARQPOST , attachments are no more shown on leave history page.

 

Is there any way of displaying attachments even after posting of leave request after running RPTARQPOST  program.

 

Regards,

KK

sapui5 ERROR in viz chart control : InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable

$
0
0

Hi Friends,

 

               I am getting this error when i load data to viz-Container through an ajax call. I mean I am fetching data from my sql database through an

ajax call. am I am able to draw the chart still it shows this errot "InvalidStateError: An attempt was made to use an object that is not, or is no longer,

usable"

 

BOTH FIREFOX AND CHROME SHOWS DEFERENT ERROR :

 

IN FIRE FOX : =

 

Selection_006.png

 

IN CROME  : =

Selection_007.png

MY ajax call code : =

 

$.ajax({

            type:"post",

            dataType:"json",

            async:false,

            url:"http://localhost:8080/U_Plan/GetCompanyOverview",

            success:function(data)

            {

                /*var oModel = new sap.ui.model.json.JSONModel();*/

                oModel.setData(data);

                console.log(data);

               

                var oDataset = new sap.viz.ui5.data.FlattenedDataset({

                    'dimensions' : [ {

                        'name' : 'Skills',

                        'value' : "{skill}"

                    } ],

                    'measures' : [

                    {

                        'name' : 'Employees',

                        'value' : '{count}'

                    } ],

                    'data' : {

                        'path' : "/Details"

                    }

                });

                /*oVizFrame = that.getView().byId("idoVizFrame1");*/

                oVizFrame.setDataset(oDataset);

                oVizFrame.setModel(oModel);

                // set feeds

                var feedPrimaryValues = new sap.viz.ui5.controls.common.feeds.FeedItem(

                {

                    'uid' : "primaryValues",

                    'type' : "Measure",

                    'values' : [ "Employees" ]

                }), feedAxisLabels = new sap.viz.ui5.controls.common.feeds.FeedItem(

                {

                    'uid' : "axisLabels",

                    'type' : "Dimension",

                    'values' : [ "Skills" ]

                });

               

                oVizFrame.addFeed(feedPrimaryValues);

                oVizFrame.addFeed(feedAxisLabels)

                oVizFrame.setVizType('column');

                oVizFrame.setVizProperties({

                    title : {

                        visible : true,

                        text : "Employee vs Skills",

                    },

                    dataLabel:{

                        visible :true,

                    },

                });

               

                var chartPopover = new sap.viz.ui5.controls.Popover({});

                chartPopover.connect(oVizFrame.getVizUid());

               

                return;

            },

            error: function(data)

            { 

                alert('fail.');

            }

        });

 

 

plzz help..

 

Thanks in advance....

Re: Automatic updation of BOM in Production order

$
0
0

Hi Caetano Almeida,

 

Thanks for yours response .

 

Yes ,after the implementation of the SAP Note which I referred, in OPL8, new check box has been created. I had marked it as 2 only. Even after that I am not meeting my requirement.

Can any suggestions Please?

 

Thanks in advance.

 

With Regards,

Hemanth.


Can anyone help me on below exemption issue ?

$
0
0

We have maintained   585 info type and 586 info type . But we are not getting proper value in agg of chapter vi.

 

1.png

 

2.png

Re: AFAB - Error regarding reconciliation account

$
0
0

Hi

your are mentioning that you are trying to post deprecation.. what you are showing above is account determination for asset capitalization ..

could you check AO93  deprecation account determination ?

 

Regards

Mahmoud

Re: Issue with Header data while downloading internal table to excel.

$
0
0

hi.

 

may be check ur alv grid field catalogs settings.

 

output length mentioned as 10 char?

 

or

 

u mentioned long, medium, and short descriptions.

 

if mentioned  output length mentioned as 10 char , remove that.

 

 

if mentioned u mentioned long, medium, and short descriptions, then use only long description only.

 

if mentioned ref table and ref field then use long, medium, and short descriptions, and  reptext_ddic  description ALSO

Re: Re-assiging of Financial Document to Sales order after Partial Delivery.

SRM 6 downtime request

$
0
0

Hi Gurus,

 

We have a request for a downtime/shutdown in our SRM production for all users. Only certain users will be allowed to use the system during the downtime. how can we do this? Do we need to request this to BAsis team? Thank you so much!

Viewing all 8851 articles
Browse latest View live




Latest Images