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

Re: Data Manager Script - Export Base Level members only - NW10

$
0
0

Hi Michele,

 

Filters are stored in DB table UJA_FILTER. They are not expanded there, but stored in XML format. So, you don't have to change them every time Dimension changes.

 

This is true that filters are user dependent. If your users don't change frequently you can create a filter for one user and then copy that record in the table for all other users. This will require a small ABAP program, but it should run only when new user should have access to that filter.

 

Would such approach work for you?

 

Regards,

Gersh


Re: Inventory in Warehouse Report

$
0
0

Hi Kennedy

 

I need these Inventory Quantites for In Stock, Committed, Purchase Ordered, Available like Inventory Status Report with a date selection criteria like Inventory Audit Report.

Inventory Status report.png

Re: Sales and Distribution Sales Orders

$
0
0

mate, meet abaper and discuss a new custom report(s)

 

regarding customer set up follow the menu path:

 

cus.jpg

Managed System - error in SSO setup

$
0
0

Hi Experts,

i am doing Managed system configuration but stuck on "step 8 - Configure Automatically" with below error.

My SOLMAN version is 71 SPS11.

 

Error while calling Diagnostics setup web service. Check note 1822831.

 

 

CX_AI_SYSTEM_FAULT : SOAP:1.007 SRT: Unsupported xstream found: ("HTTP Code 401 : Unauthorized")

CX_SOAP_FAILURE : Error when processing Web service call

CX_SOAP_CORE : Error when calling SOAP Runtime functions: SRT: Unsupported xstream found: ("HTTP Code 401 : Unauthorized")

 

I have check the note 1822831 but not help at all.

Also, i have tested the webservice connection with out issue and JAVA UME master client have set to client 100.

i have also able to login to http://localhost:50000 with user SM_INTERN_WS without issue.

 

Basically i have the same error for SAPRouter setup, Extractors Setup, Introscope Host Adapter and Generate System-level Metrics in this step 8.

 

It seen like authorization issue. But i have no idea where to verify the user id and authorization.

 

Kindly advise.

 

Thank you.

BR,

Por.

Notifications - Items

$
0
0

I am a new user and would like to know more information about the Item Section of Notifications.  Specifically we have Object Part, Damage & Cause and I would like to know if there are others available Like Location and action.   I would like to know what Object we had a problem with, What was wrong with it, what the cause was, what position it was in and what action was taken to rectify.

At this stage I have no idea how to get all of this info in code format to enable analysis.

Re: Inventory in Warehouse Report

$
0
0

Hi,

 

You might try this.

 

SELECT

T3.WhsCode 'Whse Code', T3.WhsName 'Whse Name', T2.ItmsGrpNam, T0.[ItemCode], T1.[ItemName],

sum(T0.[InQty] - T0.[OutQty]) 'OnHand'

 

 

FROM OINM T0 

INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode

INNER JOIN OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod

INNER JOIN OWHS T3 ON T0.[Warehouse] = T3.WhsCode

 

 

WHERE

T0.[DocDate] <= '[%0]' and

T3.WhsCode = '[%1]' and

T2.ItmsGrpNam = '[%2]'

 

 

GROUP BY T3.WhsCode, T3.WhsName, T2.ItmsGrpNam, T0.[ItemCode], T1.[ItemName]

HAVING (sum(T0.[InQty] - T0.[OutQty]) <> 0)

 

 

ORDER BY T3.WhsCode, T2.ItmsGrpNam, T0.[ItemCode]

 

Hope Helps!

 

Regards,

User Exit and BADI trigger in background

$
0
0

Hi All,

 

I've implemented user exit/BADI for transaction eg: IW31 to auto default certain values. For those work order which schedule via IP10 or create by customize upload program, if those user exit/BADI manage to trigger? Thanks.

Re: MF50 - Planned order creation

$
0
0

Hi,

What is the lot size are you using in Material master in MRP1 view ???...make it FX and maintain the fixed value as 100 as shown below.. then run the MRP again you will get planned orders for the qty of 100 only...

 

 

check and revert...

 

Thanks

Kumar


Re: Aggregating values across rows and columns on a Bex Query

$
0
0

Hi Shweta,

 

first drag the WBS element, Employee to rows panel

select the WBS element, Employee-> go to query properties -> go to display tab -> select the result rows -> browse and select always display -> then save it query.

 

check the report in RSRT -> now it will give total count of hours.

it is the good way to do.

we can perform the drill down we can see the values.

 

or

create the new formulas under column panel restricting the employee hours. ex - EMP1,EMP2,EMP3.

 

Thanks,

Phani.

Re: Refresh/Copy of SAP BPC/HANA Environment

$
0
0

Hi TL,

 

What kind of refresh you are talking about: is it BPC Backup & Restore or system backup and restore?

 

If it's BPC tool then you shouldn't see any difference from similar procedure on another DB.

 

If it's HANA backup and restore then it's a completely different thing depending if your HANA box is co-habituated or not.

 

Please clarify.

 

Regards,

Gersh

Re: difference in asset report & g.l account balance

$
0
0

Hi Deepak,

 

The T code S_ALR_87011994 will always show plan values up to the end of the year. But GL account balances will show posted amount only and not the planned amount.

 

So If you want to compare reports and GL balances use T code S_ALR_87011990 and tick depreciation posted check box in further settings and then compare with GL balances.

 

Hope it solves.

 

Regards,

G.Sethuraman

Re: No DCs visible in the SC in NWDS

$
0
0

no I have not checked it in. please suggest how to ?

 

br

seventyos

Re: Crystal Reports 2008 V1 Runtime MSI

$
0
0

Hello Jonathan,

 

Please follow below steps:

 

1. Login to service.sap.com with s-user id.
2. Go to "Software Downloads"
3. From the left side pannel, click on "A - Z Index"
4. Select "C" (For Crystal Reports)
5. Click on first option "CRYSTAL REPORTS" >> "CRYSTAL REPORTS 2008 V1" >> Installation
6. Now scroll down the page and select required one. Highlighted one in below screenshot is the latest one.

 

CR.PNG

 

Hope this helps!!!

 

Regards,

Mahesh

Re: Auto registration in SUP 2.2

$
0
0

Are you able to do automatic registration?

Re: Question regarding SWIA Workflow

$
0
0

Hi, thank you for your reply dumbass

I have been able to do it manually through the SWIA t-code. But my supervisor said that I should make it automated so that he doesn't need to do it manually checking through all pending request. Because the amount of request is alot.

I hope you can understand my explanation, and so sorry unfortunately I can not use the manual method.


Re: Is it possible to embed custom UI5 application into fiori launchpad?

Re: eCATT - get data from HTMLViewer control

$
0
0

Hello Wolfgang,

 

May be you can try the "complete View" button. It displays additional details other than field value.

Let me know if this is what you were looking for.scn_1.PNG

 

Best Regards

Sheetal

If an order line has multiple deals then put them in different columns

$
0
0

I have a situation where an order has multiple items and these items may have multiple deals attached to it.  Right now my join is creating multiple lines and the totals on Qty and Sales are incorrect

 

Order:          Item          Qty     DealNo                                     DiscountAmt           Price       Sales

111              A                 1       EmployeeDiscount 10%          1.00                         10.00       10

111              A                 1       Monthly Promo        20%         2.00                         10.00       10

 

Total                                2                                                          3                                            20.00

 

It should look like this:

Order:          Item          Qty     DealNo                                     DiscountAmt           Price     sales

111              A                 1       EmployeeDiscount 10%          1.00                         10.00      10

111              A                 1       Monthly Promo 20%                2.00                         10.00      10

 

 

Total                               1                                                        3                                            10




Or perhaps CrossTab will look cleaner?


Thanks.

Re: Question regarding SWIA Workflow

$
0
0

Hi Mr. Mike thank you for your time,

My supervisor said that User A still in the company but moved to a new position, so we just want to forward all the pending request from User A list to the new boss which is User B. And we don't want User B to be able to see the inbox of User A in the first place. The objective that I want to achieve is to identify which table's field house the data of Agent and Approving Agent that I found in container in SWIA.

So sorry for your trouble and thank you for the alternative.

Re: APPCRASH - KERNELBASE.dll

Viewing all 8667 articles
Browse latest View live




Latest Images