Quantcast
Viewing all 2766 articles
Browse latest View live

Payments - query required showing paid for a certain month

Hi gurus,

I need a query that shows what have been paid for a certain month

invoice number cardcode customer name and balances

 

Message was edited by: Peter Hartwich


Re: What is the scope of views in HANA optimized cube?

The InfoCube in BW is represented by the BW-extended star schema with 2 fact tables (E-table with read-optimized partitioning, F-table with write/delete-optimized partitioning), dimension tables as grouping sets of characteristics and shared Masterdata tables (see figure 1 – left side). While this schema is optimized for classic RDBMS technology, it is not required for a modern in-memory database like SAP HANA. The schema can be greatly simplified by using only one fact table (HANA can perform read, write and delete operations equally fast on the same layout) and joining directly to the Masterdata tables The main benefits of such a simplified structure are •Simplified modeling: Dimensions as grouping sets of characteristics are still available in the InfoCube modeling, but they are pure metadata now. They do not impact the physical representation on the database any longer, such eliminating the need to take this aspect into account when modeling an InfoCube. I.e. there will be no more “badly” modeled InfoCubes with huge dimension tables and its corresponding negative impact on querying and loading performance. Note that there are also no more Line Item dimensions (all characteristics are physically Line Items now) and there is no need to set the high cardinality flag anymore. •Simplified re-modeling: Adding a new keyfigure to an InfoCube in BW-on-HANA is easy, since adding a column on a columnar storage is a very fast operation. But now it is also easy to move characteristics from one dimension to another dimension. This is a pure metadata change and can be done without re-modeling, but directly in the InfoCube maintenance. •Faster loading: Creating the BW-extended star schema during InfoCube load can take most of the time depending on the number of characteristics and the size of the dimension tables. The DIMIDs that represent the foreign keys to join fact tables and dimensions tables need to be looked up for new tuples or have to be created if they do not yet exists. On an average we have seen in real customer examples that loading into a HANA-optimized InfoCube is 3-5 times faster than into the Standard InfoCubes. The Query performance does not improve in general due to the HANA-optimized schema. You can find queries that benefit from the classic schema as well as queries that improve on the new schema. But the runtime difference is negligible. Note that there is one exception with respect to the table layout. We still have a package dimension table for the HANA-optimized InfoCube. Here the advantage to do very fast Request deletion is simply too big, while the effect on load performance to create the package dimension entries is negligible. Currently there are no limitations known for HANA-optimized InfoCubes, also InfoCubes with noncumulative keyfigures can be converted (also if data is loaded via a “3.x dataflow” (Update rules) – we, of course, strongly recommend to switch to the new dataflow (DTP) logic, as they benefit a lot more from HANA than the old ones!). We therefore recommend to convert all InfoCubes to the new HANA-optimized type, but this can be done step-by-step and the conversion can run in load windows over night or on weekends. As for InfoCubes in a classic BW system, a maximum of 233 keyfigures, 16 dimensions, and 248 characteristics can be modeled for a HANA-optimized InfoCube.

Re: Branch code does not exist in master record

Data Preview Panel

Is there a setting to NOT have the Data Preview Panel open initially? It just gets in the way. The panel is in the Query Panel. Thanks in advance!

Scott 

Re: Mass issue of PO output

Customer Exit Formula Variable using Replacement Path Formula Variable

Hi All

 

I have a requirement where in I have to create a Fomula variable (F1) using replacment path  and this variable contains the Key value of the characteristic it is based on.

 

Now, I want to this formual (F1) in anoter Formula Variable(F2) which is of the type Customer Exit, as I need to use the Value of F1 to do some back end logic in the customer exit which is not possible using Bex Formula's.

 

Now I understand that Customer exit variables are called only during I_STEP , but the value for my F1 gets filled post the I_STEPS. How can I use the vlaue for the F1 in the F2 customer exit?

 

Regards,

Manpreet

Re: Data Loading from one model to another model in BPC.

Easy:

 

*DESTINATION_APP TargetModelName

*SKIP_DIM=H_KF_TYPE

*ADD_DIM H_COSTINOUT=COST_IN_OUT_NONE, H_PARTNERCCTR=NONE_PTNR_CC, H_SEQUENCE=SEQ_NONE

 

*WHEN H_ACCOUNT

*IS *

*REC(EXPRESSION=%VALUE%)

*ENDWHEN

 

P.S. It's also necessary to scope the skipped dimension before destination_app:

 

*XDIM_MEMBERSET H_KF_TYPE=<ALL>

Re: Reading Complex JSON String with SimpleTransformation

I've allready made some test with conditions but I'm not able to create a running ST.

 

The Problem is that I have optional Array data: artAttributes (see attached File (it is allready the XML representation of JSON))

 

I have the following ST:

<tt:d-cond check="exist(artAttributesI"><object>     ...</object></tt:d-cond>

But the condition ist in both cases true.

 

Maybe I have an error with the condition?


Re: How to create BOM automatically from SAP PLM - ECTR when MM has only 2views created from ECTR

Hi All,

 

Thanks for your valuable response...

As per Martin's suggestion, I did try those options already... but ECTR is throwing some error plant data & plantdataX values are different... despite maintaining the same values...

 

I shall check on Gerhard';s suggestion..

However, we have developed a custom BAPI that extends the additional views of material that is created from ECTR.. automatically and BOM as well..

 

Thanks again.

Arun Prasad

Re: How to disable input field it should allows values from F4 help not from keyboard.

F4 on a disabled field can be achieved only by defining a POV (process on value-request) event on the field, call the search help with ABAP (F4IF_START_VALUE_REQUEST), and update the field with the selected value using DYNP_VALUES_UPDATE function module.

Re: Procedure to transport LO Datasource after enhancement

Thanks

Your above attached document is helpful.

 

Many thanks for sharing it.

 

 

Regards,

RajeshR

Re: SSM 10.1 SP12 BOOTSTRAP/IMPORT DATE

Update: Indeed the cause of these errors were an incorrect bootstrap/import. Date of the files = aprox. release date.

 

Kind Regards,

Re: custom property tree

Hi KG,

 

I understood your question you want to share the info between Z characteristics & SAP characteristics right.

 

I dint understand one thing why you used standard class for Z characteristics, because this standard class provided by SAP can be used in so many places and why you can't create Z class for the same.

 

And can you give me clarification on which information your going to share (phrases ?).

 

 

 

Thanks

Satya

Employee full and final settlement for International Payroll

Dear Experts,

We want to implement the F&F Full & Final settlement process for international payroll kindly share us the step by step configuration with process in details along with what are the checks and perquisites to implement the same.

 

Thanks in advanced.

 

regards

HR Team

Re: How to use SQL query for HANA view in AMDP Class

Can you run below query.

 

SELECT * FROM  "_SYS_BIC"."FG_BI.ATP_NEW/ZFG_ATP_TIMEBASE" (PLACEHOLDER."$$FROM_DATE_TIME$$"=> '20160623010101' ,  

                PLACEHOLDER."$$TO_DATE_TIME$$"=>'20160623121212');

 

 

-Regards,

Amol


OFTP Certificate issue:

Hi all,

Hope every body is fine,

I had an issue with OFTP certificate, OFTP certificate got expired at that time i got Peer certificate rejected by ChainVerifier error due to that reason Now I have imported the OFTP certificate in SAP NWA properly.  Now i am getting "Do not want restart, but partner set to Y" error.

could you please suggest me what went wrong?
is this because of certificate issue?
or any other?

Thanks.

Re: cl_abap_matcher and [[:unicode:]]

It's because matcher->match( ) does not return a boolean but a structure of type MATCH_RESULT !

 

Instead, you may use if cl_abap_matcher=>matches( pattern = '[[:Unicode:]]' text = 'THIS IS A TEST ... ONLY A TEST.' ).

Sending Alert Emails When Threshold Values are Exceeded

Hi,

 

We have BI 4.1 SP3 and using Design Studio 1.5 SP2 for our Dashboards. Some of data come from BW that are related BO Universe and BEX Queries and others come from Oracle.

 

We want to send emails to users when values are exceeded according to the threshold values in Dashboard.

 

Is there any possibility for that?

 

Best Regards,

Re: SAP SSO using existing PKI (Microsoft Certificate Server)

Hi Dan,

 

do you find a step-by-step documentation or a solution if you use a MS PKI instead of the SAP SSO Login Server?

 

Thanks in advance.

 

Cheers,

Mike

Re: Date format Error Webi 4.1 SP3

Can you please confirm what parameters you have given for DATABASE_DATE_FORMAT ?

Viewing all 2766 articles
Browse latest View live


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