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

Reading ABAP Views using SAP Data Services 4.2?

$
0
0

Hi there,

 

 

 

Has anyone ever successfully used SAP Data Services to extract ABAP views from ECC?

 

 

 

For instance, I have a requirement to extract the V_T415M_K and V_T415M_P views. 

 

I can import these views as tables in the ECC data store but then I get the following error using RFC Streaming:

 

Error calling RFC function to get table data: <RFC_ABAP_EXCEPTION-(Exception_Key: TABLE_WITHOUT_DATA, SY-MSGTY: E, SY-MSGID:

AM, SY-MSGNO: 286, SY-MSGV1: ADRT)>.

 

 

 

In this case, I can get around this by pulling the actual table (T415M) but I would like to know if anyone ever managed to read ABAP Views using Data Services?

 

 

Especially as Werner indicated in the thread below that he has done this before?

 

http://www.forumtopics.com/busobj/viewtopic.php?t=165273&highlight=view


Re: Unable to access manager workitems

Re: Personas 3 - Transaction launch button not launching

$
0
0

hi jay,

 

1. Have you implemented 2148349?

 

 

 

2. Can you check if note 2183525 solves your issue?

 

 

Sushant

Re: Get HANA Tables data - CR 2013

$
0
0

Hello, you can use ODBC connection :

  1.    select connection string
  2. paste : DRIVER=B1CRHPROXY32};UID=SYSTEM;PWD=Your_PassWord;SERVERNODE=IP_SERVER:30015;DATABASE= Database_Name

Re: Joining 2 columns with different data types

$
0
0

Changing the ACCNO col type at DB level is not possible, there are only few report that use this join condition and, there are others that need it as numeric column

 

This is the reason why we want to use CASE function at the join. Max length is 8

Sorting in Hierarchy Using Bex as the Source (BICS Connection) BO 4.1

$
0
0

Hello Guys,

 

I have an issue.  Am trying to change a hierarchy structure to certain sort order according to requirement but am finding it difficult because hierarchies behaves differently when it comes to sorting when using BICS connection (Bex).  It uses ascending and descending orders.  I have BO 4.1 SP5.  My report has already been set as a Section.  I have tried to replicate the two SAP Note 1892608 by re-arranging the query panel by putting the hierarchy structure first but did not work.  The SAP Note 1407617 cannot be applied to my situation because of the way the report is built because there is nowhere the Row Index can be dropped in the report and the report has already been sectioned.  Any other idea please?

 

Thanks,

 

Recca  

Re: SAP BPM(CE) sizing document

$
0
0

Hi Vladimir,

Have you figured out the CE Server Resizing details, could you please share
?

 

Thanks

DIvyesh

Re: Payroll RT Error

$
0
0

Please post the log for the relevant PCR's with input, processing and output.


Re: Sum all Dimension Values only where it exists in last two months

$
0
0

Hi Koen,

 

I tried implementing your idea. I think I'm close, but banging my head against the wall to figure out what I'm doing wrong.

 

 

Here is what I have:

 

Variables:

 

Current Month Measure: -- this gives me the measures for the first month, otherwise 0

 

=If(ToNumber(MonthNumberOfYear(CurrentDate())) = ToNumber(Left([Calendar Year/Month].[Calendar Year/Month - Key];2));[Measure];0)

 

Current Month Measure-1: -- this gives me the measures for the previous month, otherwise 0

 

=If(ToNumber(MonthNumberOfYear(CurrentDate())-1) = ToNumber(Left([Calendar Year/Month].[Calendar Year/Month - Key];2));[Measure];0)

 

Current + Previous:

=If( [Current Month Measure]+[Current Month Measure-1]=0;0;[Measure])

 

I filtered the crosstab by the settings you sent earlier via the properties.

 

This properly filters the Products as noted in my example above, but only gives me the data for the current and previous months. What am I doing wrong??

 

Thanks again!

Cannot access external data error in xcelsius

$
0
0

Hello.


I appreciate if someone can help me with this error.

I'm working on Dashboards 4.1 Patch 7 SP 5 and SP 5 WEBI 4.1 Patch 7 


By creating a WebServices generates me the following error in xcelsius


Cannot access external data


while trying to invoke the method com.businessobjects.rebean.wi.internal.rom.IObjectIdentifier.getObjectValue() of a null object returned from com.businessobjects.rebean.wi.internal.rom.IDataFilterLeaf.getKey()


Thank you for your comments.

Re: Webi Formula

$
0
0

Hi Amit,

 

Thanks for quick reply.

 

It looks something like that. As there few values are very less... How can I remove this bigger value from bar chart .. 1st column as I can't see any other value onbar chart.. it's only bigger one first colulmn value is there... What setting I have to change to show negative value and small value and how can I change the color of individual bar.Capture.JPG

Re: LP10 for more than one production order

$
0
0

define these as a release order part In control cycle and use t-code MF60 to create TR for group of Production order

Re: sap personas 3.0 error as : Received "failed to fire action" on batch step:

$
0
0

hi surandra,

 

Which transaction are you using and what is the kernel patch level?

Please note that in general, when you attempt to merge tabs, before merging you should be able to click on all the tabs. Which also means you should get rid of any pop up or mandatory field coming in between tab clicks.

 

Sushant

HCI DS - Data loading for Forecast / Future period

$
0
0

Hi,

 

How do we load data for future periods using HCI?

 

E.G.

 

We get data for KF1 @ Prod Loc Level for Current Month

 

P1 L1 100 2015-08-01 00:00:00

 

How do we populate this data for next 12 months.

 

I need 11 more records.

 

I don't want to create 11 new dataflows where I keep changing the month.

 

I was going through some of the predefined templates of Inventory / Demand data where I do see we get variable value for future period in preload script.

 

But how do we use it in postload script.

 

Thanks,

Purav

Re: Count into variable

$
0
0

Hi,

 

The select query is used in ESQLC?

If not, Could you please test like below?

 

begin

declare @PPN int;

select  count(*) INTO @PPN  from AD.HPDEALER_HDR 

end

 

Please refer to the following description of local variable.

 

[Local Variable]

SyBooks Online

 

==

Gi-Sung Jang


Re: Fetch statement using native SQL

$
0
0

Hi,

 

I suggest you rewrite it in Open SQL and see how the performance compares.

Use the full battery of Open SQL features and add indexes where required.

 

Any idea why they went with Native SQL in the first place? It's usually not a good idea.

 

cheers

Paul

Re: Unusual Web Dispatcher design

Populating custom node in a standard object

$
0
0

Hello experts,

 

I have a custom node in Opportunity BO as follows.

 

node SegmentCombos[0,n]{

        

            element ZSLBProdFCItm : LANGUAGEINDEPENDENT_LONG_Description;

 

        }

 

I am trying to populate this node in the following way.

 

var thissegmentsobj : elementsof this.SegmentCombos;

        thissegmentsobj.ZSLBProdFCItm = "Some";

        this.SegmentCombos.Create(thissegmentsobj);

 

 

 

When I activate i get error : Syntax error in run time and ABAP objects.

Anyone faced similar issue?

Re: BAPI_PO_CREATE1 Subcontracting

$
0
0

Hi Dibyendu,

 

Now BAPI for subcontracting is working but not components are passed, even I am passing values on POCOMPONENTS and POCOMPONENTSX and the PO gets created, when I go to me23n, any at ítem details Material Tab I look for the components, there is nothing in there.

 

Any ideas why is this happening?

Re: SQ01/02 Standard Area Query variant transport

$
0
0

Hi,

 

Good day,

 

Maybe, this is because you do not have permissions or authorization to maintain layout and variant in Dev 20 (010 client).

 

Regards,

 

Rex.

Viewing all 8676 articles
Browse latest View live




Latest Images