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

Re: Can anyone give 5 reasons why a person should opt for sap career at 40 plus yrs old?

$
0
0

Guess there must be something magical about being 40. I think your background should play a huge part in the decision.

 

The thread below  has good points on career change to SAP.  Career in SAP - PS at the age of 42. 

 

https://scn.sap.com/thread/2123456

 

I guess if one is considering a career change to SAP at 42 so it's possible at 40.

 

Cheers,

 

Faith


Re: SAP TRM - Accrual Difference Procedure

$
0
0

Dear All,

 

Thank You So Much for your Inputs:)

 

Regards,

Reenu John

Re: Async-Sync Bridge (Request-Reply) in HCI

$
0
0

Thanks Bhavesh! It works. I just had to do some minor tweak in your iFlow and remove the connector from End back to the Sender. Otherwise, I'm getting an error 'Cannot model response back to the sender for asynchronous WSDL Configuration' perhaps because I'm using IDoc as the sender interface.

 

This is my final iFlow:

Capture1.PNG

 

Thanks again!

How to resolve the default selection in List box which is displaying result for 'All' in Cross tab?

$
0
0

Hello experts,

 

We are on Design Studio 1.5. We have dimension in a BEx query, from which we are populating the values for the list box. We have 4 tabs - Components, Assembly, Bags, and Hats, and we have list boxes for each of these tabs. The values (vendor text) in the list box should change according to the region drop-down at the top. Eg: North America selection would give specific list of vendors, China would give some other vendors etc. Upon selecting any value from the list box (we do not have multiple selection option) in our list box, the cross tabs should appear as desired.

 

All these work perfectly fine. The only issue is whenever the application is opened, the first value highlighted in the list box, gives the result for "All" instead of displaying the cross tab by filtering the result on that particular vendor. This is the case also when we switch regions from the drop-down, the first highlighted vendor text from list box gives the values for "All" in the cross tab. Our requirement is not to have an "All" in the list box, so, my code for the list box population does not have any "All" selection. In spite of that, even though "All" does not appear in my list box, somehow Design Studio populates the values for "All" selection in the cross tab for the first(top-most) highlighted vendor. But when the user clicks on some other vendor, and then clicks on the top-most (highlighted) vendor, the cross tab is displayed correctly by filtering only on that particular vendor.

 

I tried giving setSelectedValue("") in the on-Start up but with no luck. I read other posts, but was not able to arrive at any solution.

 

How do I make sure the default selection (top-most / first) highlighted vendor populates the cross tabs properly (by filtering on that particular vendor), and does not display the cross tab for "All" selection?

 

Many thanks for your time!

 

Thanks,

Goutham

 

 

1. This code is used to populate the list box according to the Region Drop-down selection:

 

if(DP_REGION_SELECTION_QM.getSelectedText()!="All")

{

 

 

APPLICATION.setVariableValueExt("ZGOPREGV", DP_REGION_SELECTION_QM.getSelectedValue());

 

LB_COMPONENTS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

  LB_ASSEMBLY_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

  LB_BAGS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

  LB_HATS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

  LB_COMPONENTS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

 

}

 

else if(DP_REGION_SELECTION_QM.getSelectedText()=="All")

{

DS_1.setVariableValueExt("ZGOPREGV", "");

 

 

DP_REGION_SELECTION_QM.setItems(DS_QM_FILTERS.getMemberList("ZGOREGION", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 100, "All"));

LB_COMPONENTS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

LB_ASSEMBLY_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

LB_BAGS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

LB_HATS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

 

2. Below code is the 0n select code in my list box which displays the cross-tabs. I am just providing "Components" list box (LB_COMPONENTS_VENDOR_SELECTOR) code here.

 

DS_COMP_2ND_LEVEL.setFilter("0VENDOR__0NAME2", LB_COMPONENTS_VENDOR_SELECTOR.getSelectedValue());

 

    DS_COMP_2ND_QUARTERLY.setFilter("0VENDOR__0NAME2", LB_COMPONENTS_VENDOR_SELECTOR.getSelectedValue());

   

    DS_COMP_2ND_YEARLY.setFilter("0VENDOR__0NAME2", LB_COMPONENTS_VENDOR_SELECTOR.getSelectedValue());

 

 

3. Below code is in the On Start up of the application:

 

LB_COMPONENTS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

LB_ASSEMBLY_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

LB_BAGS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

LB_HATS_VENDOR_SELECTOR.setItems(DS_1.getMemberList("0VENDOR__0NAME2", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 200));

Is "sbo41_bip_deploytemplates_en.pdf" also applicable for SAP BOE 4.2 ?

SAP BW Data Model Documentation

$
0
0

Dear Experts,

I have requirement to document end to end data model flow in SAP BI system.

This should include full data flow from Multiprovider to PSA with all objects involved, Transformations mappings and if any routines used in mappings, DTPs and logics used in it if any, fields in each object.

 

Similarly for Report level as well.

 

I wanted to know if there is any good way to accomplish this in SAP BI Workbench with less manual work. Or if there is any free tool i can use to extract this info.

 

Hopin for your suggestion.

 

Regards

Syed Zabiullah

Re: SAP BOE4.2 and 100 WebI heavy concurrent user

$
0
0

Thanks Ajay and Denis

 

Best Regards,

MJ

Re: Secure Store Keyphrase change in running system

$
0
0

Hello Shivam,

 

As Manas pointed out, the SAP system needs to be stopped.

 

Furthermore, to save yourself from any trouble, before any changes:

- note what the current key-phrase is

- backup the SecStore.key and SecStore.properties files from the /SYS/global/security/data folder.

 

Best Regards,

Peter


Re: Balancing field "Profit Center" in line item 002 not filled Error while settling WBS to AUC

$
0
0

Hi Vishal,

 

Check whether the below is active

 

Check in SPRO -> Financial Accounting (New) -> GL Acctng. (New) -> Business Trans. -> Doc. splitting -> Define Doc. splitting characteristics for GL

 

Moreover, if the WBS element has the Profit Centre, then i guess you need to contact your FI consultants to confirm the above configuration

 

Regards

Terence

Unable to create Universe with oracle stored procedure

$
0
0

I am trying to create a Stored Procedure universe in SAP BO 4.2 but it’s showing below error,

 

Below are the steps that I have followed to create a Stored Procedure universe.

 

Using Quick Wizard ->Click here to choose Store Procedure universe->Entered Universe Name, New Database Connection->I was able to see available SP's.

I selected one SP-> Add->In Stored Procedure Editor it was asking for Enter parameter value.


I enabled parameter Stored_Proc_Universe as Yes.


But it was throwing below error:

 

Exception:DBD,ORA-06550:line 1,column 8:

PLS-00306:wrong number or types of arguments in call to 'SP_BO_TEST'

ORA-06550:line 1, column 8:

PL/SQL: Statement ignored

State: N/A


Please can someone help me to resolve this issue.

SAP HR Dynamic Actions in Personnel Administration

$
0
0

Hi Experts,

 

Requirement :-

 

When Employee is terminated his Employee group which is currently "1" Active, But it must be set to EE Group as Terminated status "4".

 

Can anyone guide me how to configure dynamic action for terminate action with change in EE group from status "1" to "4"

(1-  Active , 4-Terminated Status).

 

 

Regards,

Hare Rama

Re: How can i remove this Error

$
0
0

the first code is working well... the problem dont exist more

BPC Plug-in

$
0
0

Hi,

 

we've installed the latest (2.3) Analysis for Office Add-On with EPM and we have the latest BW release with BPC 10.1 SP10. A new Feature is the the BPC Plug-in which is part of Excel. If we get it right, you can see open Tasks drectly in Excel without use Web UI. But the Buttons to use this new Feature are "greyed out (see attached Picture). Does anyone know how to run this? Do we have to set a Parameter in SPRO or something like that?

Re: SAP HANA XSA SPS 12 Web IDE: Github: Bad Request URI: /che/project/workspace

$
0
0

Hi Omer,

 

was rewriting it within notepad but doesn't work for me.

Its further crashing, if I set the values.

 

BR,

Dirk

Viewing all 8594 articles
Browse latest View live




Latest Images