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

Problem when using budget release with apportioned network types

$
0
0

Hi Gurus

 

     I'm facing a problem with my client in the project budget release and I hope I can use your help.

 

We have a requirement to check budget availability for each activity and activate cost forecast, so our network type is apportioned. Simultaneously, we have a requirement to enable the financial department to control the project budget using budget release functionality.

 

The financial department has higher authority over the budget rather than the project manager (which is actually the case for every client I worked with).

 

When using apportioned network types, the assigned value for the WBS element is equal to the sum of all the planned values for the subordinate network activities. Which forces the financial department to either release the entire budget for WBS element or not (the budget for all the activities), and then to control the budget, the authority falls to the project manager to release whichever activity he likes.

 

The budget release must be greater than or equal to the sum of all activities. Never less.

 

We need to enable the financial department to have the flexibility to release whatever amount suits them while using the apportioned network functionality for other purposes.

 

Example:

 

Title                         Planned     Assigned     Original                      Budget

                                      Cost          Value         Budget                      Release

 

WBS 1                        10,000         10,000        12,000     12,000 >=  Amount  >= 10,000

     Activity 1                   4,600

     Activity 2                   2,400

     Activity 3                   3,000

 

In case we need to release 7000 for the first 2 activities only the system refuses because the release amount is less than the assigned value for the WBS element. And of course we cannot even specif the release amount for a certain activity in any given case (apportioned or not).

 

 

Is there anyway we can achieve this by any means possible?

If there isn't, Please provide us with a convincing justification to this problem.

 

Your contributions and opinions are highly appreciated

 

Many Thanks.


Re: EPM Reports Borders

$
0
0

Hi Shrikant

Can i call in whatsapp and explain the scenario to you?

 

regards

Ronit kumar

Re: SAPUI5 Project - OData Consume example services - (No Data)

$
0
0

 

Thanks a lot!

 

My steps:

 

 

 

2- Create Project: SAP Mobile Platafform Odata Implementation Project: SamplFlight2

 

3- Deploy in Server

 

4- Create Project Application SAPUI5

 

5- Add Code in view main

createContent : function(oController) {        var layout = new sap.ui.commons.layout.MatrixLayout('layout'); 
layout.setWidth('80%');            var rPannel = new sap.ui.commons.Panel('rPannel');                      var rTitle = new sap.ui.commons.Title('rTitle');             rTitle.setText('All - Flights');             rPannel.setTitle(rTitle);             var oTable = new sap.ui.table.DataTable();          oTable.addColumn( new sap.ui.table.Column({label: new sap.ui.commons.Label({text: "AirLineID"}), template: new sap.ui.commons.TextField().bindProperty("value", "AirLineID"),                    sortProperty: "AirLineID"          }));          oTable.addColumn(new sap.ui.table.Column({ label: new sap.ui.commons.Label({text: "Flight Number"}),template: new sap.ui.commons.TextField().bindProperty("value", "FlightConnectionID"),                    sortProperty: "FlightConnectionID"          }));          oTable.addColumn( new sap.ui.table.Column({label: new sap.ui.commons.Label({text: "Date"}),template: new sap.ui.commons.TextField().bindProperty("value", "FlightDate"),                    sortProperty: "FlightDate"          }));          oTable.addColumn(new sap.ui.table.Column({  label: new sap.ui.commons.Label({text: "Airfare"}),                    template: new sap.ui.commons.TextField().bindProperty("value", "AirFare"),                    sortProperty: "AirFare"          }));          oTable.addColumn(new sap.ui.table.Column({  label: new sap.ui.commons.Label({text: "Airline Currency"}),template: new sap.ui.commons.TextField().bindProperty("value", "LocalCurrencyCode"),                    sortProperty: "LocalCurrencyCode"          }));          oTable.addColumn(new sap.ui.table.Column({  label: new sap.ui.commons.Label({text: "Type of the plane"}),template: new sap.ui.commons.TextField().bindProperty("value", "AirCraftType"),                    sortProperty: "AirCraftType"          }));           var oModel = new sap.ui.model.odata.ODataModel(    "https://127.0.0.1:8083/gateway/odata/SAP/SAMPLEFLIGHT2;v=1/",                                                           false, "zzzz", "pwd");          oTable.setModel(oModel);          oTable.bindRows("/FlightCollection");          rPannel.addContent(oTable);            layout.createRow(rPannel);          this.addContent(layout);          }   

6- Desactivate the Chrome secruity

 

 

7- Execute INDEX.HTML

 

 

Thanks a  lot.

Re: transport issue

Re: Customer exit first day of the month from the user entered date

$
0
0

Hi,

 

Use this code:

 

Data: l_s_range TYPE rrrangesid,
       loc_var_range LIKE rrrangeexit,

       lv_month TYPE d,
       lv_year(4) TYPE n,

       lv_data type sy-datum.


CASE I_VNAM.


When 'ZEXIT_DEL_DATE'


IF I_STEP = 2.


LOOP AT i_t_var_range into loc_var_range WHERE vnam = 'ZDEL_DTE'.


lv_month = loc_var_range-low+4(2).
lv_year = loc_var_range-low+0(4).


CONCATENATE lv_year lv_month '01' INTO lv_DATA.

 

           l_s_range-low  = lv_data.

           l_s_range-high  = loc_var_range-low.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'BT'.

           APPEND l_s_range TO e_t_range.
         ENDLOOP.




OR for shorter code, you can use this...


Data: l_s_range TYPE rrrangesid,
       loc_var_range LIKE rrrangeexit,

       lv_data type sy-datum.


CASE I_VNAM.


When 'ZEXIT_DEL_DATE'


IF I_STEP = 2.


LOOP AT i_t_var_range into loc_var_range WHERE vnam = 'ZDEL_DTE'.

 

CONCATENATE loc_var_range-low(6)'01' INTO lv_DATA.

 

           l_s_range-low  = lv_data.

           l_s_range-high  = loc_var_range-low.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'BT'.

           APPEND l_s_range TO e_t_range.
ENDLOOP.



Just post here for any question..

 

Regards,

Loed

Re: CU50 steps for cost simulation

$
0
0

Hi SU S,

 

did you ever resolve this? I know how to find the way through CU50 to do this.

 

Thanks

Dave

TLB - heuristic creates STOs without considering the issue SLoc

$
0
0

Hi,

 

when I create stock transfer orders using TLB in APO the STOs do not contain the issuing storage location from the product / material master data.

 

then we have to go to the STO in ECC and update it with the issu SLoc...which is of course not nice.

 

What should be done to make sure that the STO from TLB contains the issue SLOC?

 

thanks,

 

kr,

Pilvi

Re: Changing data source with script in design studio?

$
0
0

Hi,

 

setDataSource() method have solved my requirements. Thank you.

 

Regards,

Keraban


Re: Configurable Materials

$
0
0

Hi Naga,

 

you can use either method but it depends if material has already been created to use as KMAT parent.

You should use KMAT for new VC as a best practice, but if you have an exisiting material that now needs to be VC then you can set "Material is Configurable" in Basic Data 2 and create VC as usual.

 

Thanks

Dave

Re: IDM 7.2 - FromSAP-Parameter FILTER - Question

$
0
0

Hi Jai

Thanks for your reply. I checked the posts and I wanted to confirm if I just need to add another FILTER1          Y*  ??

 

Please advise.

 

Thanks

Ranjit

Re: post unallocted in ckm3

$
0
0

In period 01 & 02 you people not run properly CKMLCP at the time of post closing because of that few materials not change price control S to V.

 

 

I can say 2 reason why it not change to S to V

 

1) you didn't  run CKMLCP On particular period  01 & 02.

2) you may taken individual post closing for particular material in T.C CKMI here you have to select Revaluate option if you not select means system will not change price indicator S to V in this case system will not roll up to next level So Not Allocated will be happen

Re: Copy files on application server

$
0
0

Next issue found - working in background. I am not able to get list of files in given directory with any FM I've found...

Re: Restrict some data in print of PO.

$
0
0

Hi Hiren,

 

If you can handle the SY-UCOMM in the smartform you can achieve this. But additional to this you have to disable the PRINT button (icon) in the preview screen.

 

You can write a condition in 'Conditions' tab of required 'Text' node as SY-UCOMM = 'PREV'. So that, it will be displayed only in the preview of the form.

 

But now, you should disable the 'Print' option in the preview screen.

 

 

Regards,

Vijay

Re: sample java SDK code using semantic layer

$
0
0

Hello

Thank you.

 

When i try to use: RelationalBusinessLayer businessLayer = (RelationalBusinessLayer) service.load("C:\\Users\\...\\eFashion.blx");

 

i have this exception: Specified RDBMS is invalid : MS Access 2007

 

DO you know why?

 

Thank you

Re: Issue while doing GR through idoc

$
0
0

Hi ,

 

Compare each segments of both idocs. The error status that its expecting quantiy, delivery completed indicator or final issue indicator in Idoc, which is missing. Check for these indicators in successful case. How are the updated in PO ?  Are you doing partial GR ? Please share more details like qty in PO, quantity in Idoc etc.

 

Regards..


Re: Disable Product Category based search UI addon

$
0
0

Hello Scholten,

 

We do have a UI check based on the customizing to hide the product category dropdown. For the following config:

 

Capture.PNG

 

The UI would look like this:

 

Capture2.PNG

And this check is based on only the option in the dropdown. Can you also kindly clear the OData cache just to be on the safer side here ? This must work. If you face issues, kindly let me know.

 

Best Regards,

Riswan

SNAP_NO_NEW_ENTRY dump in production.

$
0
0

Hi,

 

We are  using ECC6.5 ,In production server when snap table gets 1000 entries we are getting SNAP_NO_NEW_ENTRY dump... we are maintaining spool table very low as 3000 entries only.still we are getting  dump, please suggest what could be the reason.

 

 

Regards,

Harish.

Re: SAP PI ESR and ID APIs?

Re: Inbound delivery for return items

$
0
0

Yes in practical, the vendor may use the different DC number but you can capture the same in delivery note while GR and use the same for tracking.

Re: Popup BAPI return messages

$
0
0

Hi Eric,

 

Can you tell me how did you manage to store multiple messages and show them in a single display pop up.

 

Thanks,

Sree

Viewing all 8851 articles
Browse latest View live




Latest Images