Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8533 articles
Browse latest View live

Material Change Report- Join CDHDR, CDPOS with Material Tables

$
0
0

Material Change report is based on two major tables, CDHDR and CDPOS.

 

CDHDR - Change document header

CDPOS - Change document items

 

For custom report, need to add material description with this. Material description is from MAKTX field in MAKT.

 

MAKT - Material Description

 

To achieve the Material change report, need to join the above 3 tables.

 

Join CDPOS, CDHDR with MARA, MAKT.

 

List the available columns in all the tables.

 

CDPOS table structure

1.png

 

CDHDR table structure


2.png

Join between CDHDR and CDPOS tables


3.png

MAKT table structure


41.png

Joining CDHDR & CDPOS with MAKT is the problem, we can't see any proper join except language key in SQVI. Joining is possible by identifying the table records.

 

Check all the above table records. CDHDR & CDPOS are huge tables so make sure to use properly.

 

Based on the data, we can join all the tables together.

 

Check the below SQL Script to join CDHDR & CDPOS tables.

 

SELECT TOP 10 * FROM SAPSR1.CDHDR C INNERJOIN SAPSR1.CDPOS CD

ON C.CHANGENR=CD.CHANGENR AND C.OBJECTID=CD.OBJECTID AND C.OBJECTCLAS=CD.OBJECTCLAS

 

Next step is to join with MAKT. Here ObjectID is matching with MATNR field. So objectID is nothing but Material Number.

 

SELECT TOP 10 C.OBJECTID as MaterialNo, MAKTX as MaterialDescription, C.UDATE, CD.VALUE_OLD, CD.VALUE_NEW

FROM SAPSR1.CDHDR C INNERJOIN SAPSR1.CDPOS CD

ON C.CHANGENR=CD.CHANGENR AND C.OBJECTID=CD.OBJECTID

INNER JOIN SAPSR1.MAKT M

ON M.MATNR=C.OBJECTID

 

Check the below output

5.png


MySAP PLM + java 7 rev67 + OSX 10.9.5 : problem upload/Download

$
0
0

Hello,

 

I'm user from MySAP PLM on Safari or Firefox on Mac with OS 10.9.5 (Mavericks). Last Java version.

I have to upload/download files but the window to choose direction doesn't appears.

When I click on upload or download button, the window opens. But after, when I click on the button "Select files" nothing appears (see file attached).

 

My first question is : is it possible to upload/download somethings from a Mac ? (from a PC, it works).

Second : if yes, what settings should I set up ?

 

Thank you for your help.

A.Sigoillot

UPLOAD OF SERIAL NUMBER

$
0
0

Hi all,

 

       I am trying to Import opening item opening balance using the Goods receipt document, the Item is managed by serial number on release, when I import the goods receipt document I get a successful  using DTW, but I cant get the serial number transaction report.

 

Attached are the screen shots of the document so you can review and tell me what I am doing wrong.

RE: schemas in sap bw

$
0
0

Hello,

Sorry for asking such basic question. I am learning sap BI/BW and my question is regarding creation of schemas

I have a scenario where i have a few reports(FI)

ex: GL ACCOUNT LIST (S_ALR_87012328), AR Customer balances (S_ALR_87012172), AR Customer Payment history (S_ALR_87012177), AP Vendor Balances (S_ALR_87012082), AP Vendor master data list (S_ALR_87012086).

I have to create one schema for all these reports .

1.my question is how to figure out which fields from this report should i use in fact table and which fields should i use in dimension tables.

2. Are there standard schemas available if yes how to find them.

I apologize if this is the wrong section to ask this question.

Thank you,

Regards,

Ram




Flexible Employee Data

$
0
0

Hi all,

does somebody know how can I add output fields to this standard report? I mean in additional data section.

Thanks a lot!

Appraisal: Further Participant / Second Level Manager in MSS?

$
0
0


Hi Experts,

 

We have a requirement for Second level Manager to access forms via MSS.

Can someone help me suggest how will second level manager access Employees forms from MSS.

 

I decided to use 'Further Participant' role. But, then manager will be able to see the forms only in ESS.

Further participant does not suffice the requirement as the form needs to be open for the whole appraisal cycle.

 

Any suggestions, what role can we use to make the Manager view the forms in MSS?

 

Thanks in advance

 

Regards,

Shweta Thakkar

Latest BWA Notes Released\Updated July 2014

$
0
0

Hi,

 

 

Below follows the latest BWA notes released for July 2014:

 

 

975737 BWA 7.00: RFC configuration fails during BIA installation

997772 BWA: How to Change Shared Memory

1048921 TREX/BIA Primary Support: Basic actions

1048926 BWA 7.00: Primary Support: How To's

1065406 BWA 7.00: Raise number of TREXRfcServer threads

1070034 TREX: Raise number of conversations

1091088 BWA 7.00: How to activate ICM

1102652 BWA 7.00: Filling of s-table fails

1123875 BWA 7.00: ICM needed for communcation between BW and BWA

1134300 BIA: Booting a BIA landscape

1150506 BWA 7.00: Error in tab "topology" of TA TREXADMIN

1173319 BWA 7.00.44: error "port missing for host"

1173581 BWA 7.00: Short dump while filling s-table

1321129 BWA 7.00: How to enable ICM for aggregation call

1313259 BWA 7.00: Reorg algorithm "ReorgByCube"

1318344 BWA 7.00: How to record a Python Trace

1318293 BWA: How to record a performance trace

1351702 BWA 7.00 REV 50: BO Explorer queries do not use constraints

1362590 BWA 7.00 REV 51: Incorrect result if query runs during commit

1383228 BWA: Use of backup mode "mutual"

1391642 TREX/BWA: How to activate CPIC trace

1452860 BWA: Program to execute Python script sparsifyCube.py

1468603 TREX/BWA: Analysis of core files on linux with gdb

1474342 BWA 7.00: parameters in TREXExecutor.ini

1505183 BWA 7.00 Rev55: max_cells_one_index info trace

1517586 BWA 7.20 REV 6: AlertServer corrections and hints

1524320 BWA: Master data reorganization recreates one physical index

1562785 BWA 7.00 REV 59: Split index are not distributed correctly on backup hosts

1583196 BWA: Enable slaves indexes for master data indexes

1534565 BWA 7.20 REV 07: AlertServer corrections and hints

1609578 BWA 7.00 REV 61: "Join Index create error" when creating an index

1663014 BWA 7.20 REV 17: Referenced attributeGroup is missing

1630081 BWA 7.00 Rev62: Query fails rc 2621

1663997 BWA 7.20 REV 17: SEARCH CELL TABLE returns incomplete result

1641883 BWA 7.20: query fails with error 6904, $trex_udiv$ missing

1646991 BWA 7.00: no ini files displayed in TREXADMIN of Basis 7.01

1679001 BWA 7.20 REV 17: wrong evaluation of double escape '\\'

1679002 BWA 7.20 REV 17: Alphanum/fixedstring value lost in JE

1679063 BWA 7.20 REV 17: cannot filter DATE keyfigure

1682997 BWA 7.20 Rev17: ftable aggregation has an issue

1683002 BWA 7.20 Rev16: IndexServer crash

1685931 BWA 7.20 REV 17:correct typo of parameter max_recursion_depth

1698432 BWA 7.00 Rev62: search fails on att with comp type CLUSTERED

1699402 BWA 7.20 REV 18: Lots of opened handles of TrexNameServer_History.trc

1705046 BWA 7.00/7.20: Huge query causes IndexServer crash

1705092 BWA 7.20 REV 18: empty result of DATE/TIME keyfigure

1705893 BWA 7.20 REV 18: cannot run HAVING-filter plan code

1711517 BWA 7.20 Rev18: Reference counting issue in Indexserver

1724305 BWA 7.20 REV 20: Partition Specification for Certain Tables

1724307 BWA 7.20 REV 28: master data table indexes not split

1938334 BWA 7.20 REV 29: Wrong result in BW Query on BWA

 

 

Thanks,

 

 

Diego Seben.

Best way to store contractor data in HR

$
0
0

Hi,

 

I have a requirement in order to store contractor data in HR environment. What would be the best way ? Store as employee within specific Employee Grouping or store as business partner ? Any ideas ?

 

 

Thanks a lot !


change profit center in balance sheet

$
0
0

Hello !

 

i shall change a profit center in the balance sheet in SAP, how do one do that???

How to add new controller dynamically in dialog controller UI5

$
0
0

I have one Dialog controller including one Button but one click on first button i want add one more button controller Dynamically in current open dialog

can you  pleases help me for this

how to calculate totals in Blocked ALV Report

$
0
0

Hi All,

 

Can any body tell how to calculate totals & sub totals in

Blocked ALV Report[Blocked List].

 

Thanks in advance

 

Thanks & Regards,

Rayeezuddin.

Database Functions In IDT

$
0
0

Hi Experts,

 

I have created one universe on SAP BI(BW), in this universe I wanted to create one dynamic filter based on date for last 12 months (Current month not included) I tried some database function like add_months and so, but these are not working for this.

 

Could any one tell that what type of database functions I Can use in IDTfor this.

 

Thanks,

G Sampath Kumar

Maintenance order

$
0
0

pl give me suggition for the scenario

 

i want to make a setting on  maintenance order,system should not allow to create the mainteanance oreder for (breakdown and mainteanance request) until unless previous order status  be in TECHO which is created on same equipment.

 

ex:one equipment is under breakdown or under maintenance,so system should not allow to create another maintenance order on the same equipment.

Header Alignment in Alv Grid disply

$
0
0

Hi.....

How can i Align  the header data and logo in alv grid display ......i am using top_of_page....

Assign one workcenter to more than one plant

$
0
0

Dear PM Experts,

 

My client has centralized workcenter who can do maintenance tasks for more than one plant, and accordingly, I need to assign this work center to all the plants in the master data to be able to make the workcenter work in these specific plants. so it their is a way to assign one workcenter to more than one plant?

 

Thanks for your time, and cooperation.

 

All the best,

Mohammad Abdelrahman

+201221994984


Unable to generate worklist in UDM_GENWL

$
0
0

Hello:

 

I am facing an issue in collection management. Having been done with initial configuration i am able to simulate by strategy against business partner in UDM_STRATEGY and it is displaying data correctly in simulation view as desired but i am unable to generate work list in UDM_GENWL. I have checked table UDM_COLL_ITEM, it contains data for all the items send via FDM_COLL_SEND_ITEMS. There are no post-office processing order errors and  FDM_COLL01 is also taking care of the receivables data. Company is assigned in collection management but work-list creation is showing error both in online processing and background processing., while trying to release it i get error "Run 000000000001 is completed; release is not possible" Client is running      ehp7.

 

Thanks

Automatic Payement Run error F110 problem

$
0
0

We are doing automatic payement run via Tcode F110 .

We copied the Standard program and script in to 'Z' Developement and modifed it as per requirement to adjust the Cheque size.

 

In online mode its working fine but when we are scheduling the payement run with Tcode F110 , its giving error in the Job log as "Check number maintenance currently blocked by user XXX " and after that batch job is getting terminated and also its locking the table entries in SM12.

 

We are unable to trace the problem causing this issue , has anyone face the similar issue previously .

 

your help is much appreciated.

Search results from ESH

$
0
0

HI all,

 

We are running ERP with Embedded search using Trex for some time now. Systems are close to stable and we are generally happy, but still we wonder a little about the logic of getting hits. What puzzles the users are especially the difference in using wildcards (like *).

 

E.g. a user searches for a material in a search help in SAP GUI - the two for ESH requires a different usage of wildcards compared to the database search helps.


The problem is compounded by the string in characteristics values being managed differently again. The whole string is treated as one string, rather than in description where each word is a different search term.

 

We can always get down to why something was found, but users are not confident in the results. 

 

Does this mirror experiences elsewhere? Do you have any good documentation as to the search functionality? Does the classification issue bother you as well?

 

Regards,

Espen Leknes

No user exists with SNC name

$
0
0

Hi,

We have configured the SSO with kerberos, while trying to login getting the below error

 

snc.png

 

Please advice.

 

 

Regards,

Sam

BICS_PROV_GET_RESULT_SET returned an exception: INVALID_DATA_PROVIDER_HANDLE

$
0
0


Hello,


 

Did any one face a similar problem?


Business Objects Analysis for Excel dumps on Save Data in a Standard Input-ready query


Error when multiple rows of data is saved in Analysis. Works fine when a single row of data is saved.


Any pointers to find the probable cause are appreciated. Thanks.


 

Versions: BO Analysis for Excel Client (Version: 1.4.6)

Netweaver 7.3 SP 11

 

Steps:

 

Open a Standard delivered Input Ready query /ERP/COOM_A07_IRQ0001

 

In the Input template, enter values for multiple WBS Elements for a single period

 

Click on Save Data

 

Analysis Error occurred. Data is not saved.

 

Error Messages:

 

a) An exception occurred in one of the data sources.

SAP BI Add-in has disconnected all data sources.

If you want to restart, press the Restart button below. (ID-111006)

 

b) Nested exception. See inner exception below for more details:

Invalid program status\: RFC call BICS_PROV_GET_RESULT_SET returned an exception: INVALID_DATA_PROVIDER_HANDLE

 

 

 

Also, question on Analysis and Java.  Is BI-JAVA required for Bex queries to work on Analysis?


From what I gathered from scn, Java isn't a pre-requisite. However all the SAP Notes related to BO Analysis point to corrections or upgrade to BI-JAVA


Viewing all 8533 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>