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

Re: how to get length of table loaded from oData/JSON model

$
0
0

Neither of them. The events are both fired on the binding (actually, they are called change and dataReceived, my previous post wasn't correct here).

So you'd need to do something like:

oBinding = oTable.getBinding("items");

oBinding.attachDataReceived(function() {

     var iLength = oBinding.getLength();

     // Update UI elmennts based on iLength

});

- Max


Re: BPC to Webi Reports Staff Hierarchy

$
0
0

Hi Bishwajit,

Thank you for the reply.

I hope the attached screenshots help.

Connection is done via CMC as attached.

I then choose the transient query after selecting BEx as my query type in the webi document.

BW Hierarchy also attached.  As i said previously, I cannot see any of the leaf level ST_ nodes.

Thank you, Matt.

 

STAFF BW Hierarchy.jpg

 

 

Example Transient Query.jpg

 

 

Generic BW CMC Connection.jpg

Re: Hi, I am interested in SAP, and i would like to know a few things ..can someone answer my questions? Thank you

$
0
0

Dear Muhammad Talha,

 

As according to your age you are thinking so much that is very nice thing. And which filed you are trying that has a great career but for that you need a good training institute who has a great name with good products.

 

As you want to know what is SAP?

 

SAP stands for Systems, Applications and Products mainly in data processing. SAP is the world leader in implementing ERP systems (Enterprise Resource Planning) – ERP 6.0 (EhP6)/ Business Suite R/3 and Business One – which are fully integrated business real-time systems. They enable transactions to be processed end-to-end and eliminate data inconsistencies between sub-systems. Many companies replace their old business systems with the top-of-the-line ERP packages developed by SAP.

 

http://www.koenig-solutions.com/images/koenig-partners/SAP.jpg

 

<<removed by moderator. Do not advertise your company in your posts as it against SCN rules>>

 

Message was edited by: Colleen Lee

Re: Change filelocation whilst migrating system using online backup (hom. systemcopy)

$
0
0

Hello Marcel,

 

Note that when you run the target system installation, you will be running a fresh installation, but the only difference will be you will restore the database during the target system installation.

 

Therefore, you just need to set all new drive letters when SWPM request for them.

 

Regards,

Henrique Girardi

SAP Active Global Support

LSMW issue with BAPI_FIXEDASSET_OVRTAKE_CREATE

$
0
0

Dear all,

 

 

We are uploading legacy asset data with LSMW using BAPI_FIXEDASSET_OVRTAKE_CREATE. The asset transfer date is 30.11.2014 and those asset to be loaded have a mixture of those capitalised in Previous Fiscal year and those capitalised during the current Fiscal year.  We input the values in Input structure TRANSACTION for the latter.

 

The issue encountered is that this LSMW failing to load the acquisition value AND the depreciation values for those capitalised during the fiscal year. I am not able to figure out what is causing BAPI to ignore those current FY asset.


Would any of you please advise me on what could be the root cause of this issue?

Cheers

Taro

Re: nameserver config role maximum number

$
0
0

Hi,

 

I did try with a higher number of name server and it worked.

Probably sap support can advise more on this.

Re: nameserver config role maximum number

$
0
0

Yeah true I think then probably we need to check on this whether we can have since there is a certification question as well on this.

 

Analysis for Office - Connectivity Issue

$
0
0

I might have stumbled upon an old issue here: I have 64 bit OS, with Office 2013 32 bit client running on it. I want to run Analysis for Office on my machine. For that, I have installed HANA 32 bit client and Analysis for Office 32 bit installation pack. Now when I try to connect to Analysis for Office, I get following error:

 

Analysis for Office - Connectivity Error.jpg

 

Analysis tool-pack (excel add-in) is active and running. Has anyone faced a similar connectivity issue before? And any clue about the resolutions?

 

Thank you.

HT


Re: w-4 tax withholding update issue

$
0
0

try with either option and see it it works or not yes it does require development key.

Re: get rid of stock in WM and stuck in 998

$
0
0

that you did not get  a transfer request is just missing customizing for the warehouse movement interface.

Without TR you have to create a manual TO using LT01 and movement 999 to move the positive quant from storage type 012 to 998 onto the negative quant.

Re: How to changing the font size greater than 200?

$
0
0

Hello Achim,

 

Is your font a true type one?If yes,you can upload the truetype font in tcd:SE73.
Add the font into your Z device type and use this font in your smartform or sapscript form.

 

Best Regards

 

Jie Bai

BPC NW 10.1 EQUITY BR CONFIGURATION

$
0
0

Hello Everybody,

 

We're configuring equity business rule, and in general it does what we want except for the "minority interest in equity" part. Our consolidated BS is not balanced because it needs the second account posting of this movement, but when we try to define an additional destination account the BR dissarrange everything, even what worked before this aggregation of an account.

 

Does anybody knows how to configure this specific part of the equity BR or has a step by step doc that could help us?

 

Any help is welcome!

 

Nidia Olguín

Re: FIFO method - Avg Price

$
0
0

I am sorry i not am aware of sql coding but we can achieve the result by using control break events by the following program, just copy paste in se38

 

 

 

DATA : it TYPE TABLE OF ekpo,

       wa TYPE ekpo.

DATA : count TYPE ekpo-netwr VALUE 0,

        count1 TYPE ekpo-netwr VALUE 0,

        count2 TYPE ekpo-netwr VALUE 0.

 

SELECT-OPTIONS : s_ebeln FOR wa-ebeln.

SELECT * FROM ekpo INTO  TABLE it

   WHERE ebeln IN s_ebeln.

SORT it BY ebeln.

LOOP AT it INTO wa.

   WRITE : / wa-ebeln, wa-ebelp, wa-netwr.

   count = count + wa-netwr.

   count1 = count1 + 1.

   AT END OF ebeln.

     IF sy-subrc = 0.

       WRITE :/ 'THE TOTAL OF  NETWR',count.

       count2 = count / count1.

       WRITE :/  'THE AVERAGE OF NETWR',count2.

       CLEAR count.

       CLEAR count1.

       CLEAR count2.

     ENDIF.

   ENDAT.

ENDLOOP.

Re: upgrade or system copy

$
0
0

Dear Sriram,

 

Thanking you very much.

 

Thanks

kamaraj

Re: Table partition thoughts

$
0
0

Hi Wenjun /Fernando,

 

I have couple of questions with respect to this partition implementation.

 

  • We have a requirement to delete the less than 4 year or less than 24 months of data from the tables on a scheduling basis. We thought that Partition wuold be a better approach for that.
  • Is there a way to check if the given range partition exists already for the table? We are planning to schedule a Job that deletes / Adds new partition on monthly basis.

Thanks for the help again.

 

 

Regards,

Devi


Re: Analysis for Office - Connectivity Issue

$
0
0

Under Excel --> File --> Options --> Addins --> Manage --> Select "Disabled Items" and remove AO add-in from the list if present there and open AO again.

 

AO.png

Disabale Alerts for a particular Java System

$
0
0

Hi All,

 

Please guide me in disabling  automatic alert  mail  for a java system. I am receiving false alert for a system in large number, We want to remove monitoring for that system.

 

Details for System:

 

Netweaver Version :7.31 SP11

 

Regards

Irshad Akram

Re: internal error (-1102) occurred [Message 131-183]

Re: SMP Server not starting after changing system language

$
0
0

You shouldn't need to change the System language to Spanish, only the devices.

Re: Limit sales of items to single customer or group of customers

$
0
0

Hi,

 

"My point is that my other customers should not be allowed to purchase the chicken nuggets as this product is specifically on stock for only one customer. With a FMS you can't limit, you can only suggest."

 

You can block purchase by means of transaction notification.

 

Thanks & Regards,

Nagarajan

Viewing all 8667 articles
Browse latest View live




Latest Images