Quantcast
Channel: SCN : Discussion List - SAP Business Warehouse
Viewing all 6437 articles
Browse latest View live

Check date format in FM

$
0
0

Hi Guys,

 

I have a requirement.

 

When data is loaded from Generic Data source created using FM ---> DSO, My load is getting failed due to Invalid date or time format entered by users in ECC. To avoid the load failures we are maintaining an exception table so that whenever a record with invalid date or time comes below code will handle that and write to an exception table instead of passing to DSO.

 

Some how same kind of code works for wrong time format but not working for wrong date format. Can you please help me out on priority


IF strlen( lv_d1 ) EQ 8.

wa_data-zzp2_gsdt = lv_d1.

ELSE.

DATA : wa_zexception_load TYPE zexception_load.

DATA : wa_dtfm TYPE xudatfm.

DATA : wa_dtrc TYPE abap_bool.

 

wa_dtfm = wa_ausp-/bic/zp2_atwrt.

 

TRY.

CALL METHOD cl_abap_datfm=>check_date_format

                            EXPORTING

                              im_datfm    = wa_dtfm

                            RECEIVING

                              re_is_valid = wa_dtrc.

 

CATCH cx_abap_datfm_format_unknown.

wa_zexception_load-aufnr = wa_ausp-/bic/zp2_aufnr.

wa_zexception_load-qmnum = wa_ausp-/bic/zp2_qmnum.

wa_zexception_load-fenum = '0'.

wa_zexception_load-class = 'BRCC_REPAIR_RIGS'.

wa_zexception_load-fmname = 'ZBW_P2_EM_WORK_CHARACTERISTICS'.

wa_zexception_load-update_date = sy-datum.

wa_zexception_load-woeqflag = 'E'.

wa_zexception_load-fieldvalue = wa_ausp-/bic/zp2_atwrt.

                          wa_zexception_load-fieldname = 'AUSVN '.

MODIFY zexception_load FROM wa_zexception_load.

CLEAR: wa_ausp, wa_zexception_load, wa_data.

*            if abort is not equal zero, the update process will be canceled

* RETURNCODE = 4.

CONTINUE.

RAISE invalid_time_format.

ENDTRY.

ENDIF.

 

Regards

Ajay


Navigational attributes not available

$
0
0

Hi experts!

 

I'm facing a situtation I've ever been.

I want to activate some attributes as navigationals, but it doesn't appear the option even when the flag "Only attribute" is NOT active.

 

Any idea?

Can be related to the fact the atrributes has hierachies?

 

Thanks to all!

Web Method and BW

$
0
0

Hi Guys

 

I have an existing BW system . client wants data into Webmethod system. BW will serve as source here.

i am not sure where to store data in BW so that i can send it to Web Methods system. Additionally not sure how to do the mapping and all.

 

Can anyone help me out who have already been through this? Any documents would be very helpful.

 

Thanks

Include one MD info objects in the Cube

$
0
0

Hi,

 

I need to include one MD info objects in the Cube and underlying DSO which is in 3x flow for reporting in BEx query for Finance appln.

 

As of now i have 40+ million records in cube.We are having daily delta load and daily reporting.

 

If any body came across this type of situation.Pls share the experience and best practice for developing and the deleting the data and loading the data.

 

Regards

No filter value

$
0
0

I am getting no filter value. Can anyone tell why? Plz see the image file attached.no filter value.JPG

Customer Exit for Prior day using 0calday

$
0
0

Hello,

 

 

We have 0CALDAY in the transformations which is mapped using ERDAT. I need to calculate prior day for 0CALDAY values in the Restricted Key Figure column.

 

I have tried writing code by passing values using FM DATE_CREATE, still not getting the values from 0CALDAY. I have to take the value which is in 0CALDAY and calculate prior to that date in customer exit.

 

Can anyone help to solve issue?

 

Thanks,

Rahul

Issue with an infoset

$
0
0

Hi experts,

 

I have an infoset built on a top of a DSO and Infocube.

The values in the infocube are correct. But in the infoset no, because the DSO has many posts and the infoset is multipliying and aggregating all those lines.

 

How can i correct this issue?

 

Thanks.

 

Amine

Data load error with DUMP for the Attribute - 0ACTIVITY__PRM_GLOBO

$
0
0

Hello Experts,

 

Need help on this load issue - tried all means but could'nt get the issue resolved.

 

We have a data load from DSO - to infoobject - 0ACTIVITY which is failing at few data packages.

We have few data packs collected in error stacks - we have fixed these.

 

Apart from error stack, we have dumps for the 2 Datapacks that hasn't updated any records to the Master data tables.

 

Dump: The internal session was terminated with the runtime error MESSAGE_TYPE_X (see ST22)

 

Dump - 1

Error analysis

    Short text of error message:

    Characteristic value 'O  0' of characteristic PRM_GLOBO is not NUMCV-converted

 

Dump - 2

Error analysis

   Short text of error message:

   Characteristic value '120' of characteristic 0ACTIVITY is not NUMCV-converted

 

We have even tried to find these values in the Source DSO and Master data, but we didn't find any such records.

 

Pl advise how can we filter this data or identify what has caused the issue and to fix the data load


DSO acticvation issue

$
0
0

Hi guys,

 

I am facing an issue with a delta request in a DSO. This delta request was loaded successfully but the activation failed.

I tried to activate this request but with no success.

 

How can i correct this problem?

 

Thanks.

 

Amine

Issue in DSO request activation

$
0
0

Hello Experts,

 

I had started a DSO request activation, it was in yellow state in DSO manage but in SM37 job was canceled due to system shut down says job error details. Then i tried to set the status as red manually in DSO manage but it gave a pop up and also cancelled job was deleted from sm37.

Then i had deleted the request entry of the DSO from Table - RSICCONT using ABAP editor and did a full load to the DSO but now i am not able to perform activation of the request.

 

 

Error:

Request DTPR_DYMN9SYDL76K0RBRGUGJ75F4P is not completely activated. Please activate it again.

Message no. RSM1180

Diagnosis

Activation of request DTPR_DYMN9SYDL76K0RBRGUGJ75F4P has terminated, or is not yet complete.

 

Procedure

If the process has terminated, all of the requests that the system was unabe to activate in the most recent activation process have to be reactivated before the new requests can be activated.

If you are not able to carry out this activation step, delete the relevant requests from the administration of the DataStore object (on the Requests tabstrip).

 

Please suggest.

 

set status of meta chain after any of the individual sub chains fail

$
0
0

Hi ,

 

Process chain runs at present client are being managed through control-m and each job in control-m is associated to a process chain in BW.

 

I have one meta chain(on which control-m job is based), which is having 5 sub chains in it. If one of the subchain fails, then meta chain is waiting for all other 4 chains to be completed before changing the overall status of meta chain is set to failed. Job in control-m is only set to failed after overall status of meta chain is set to failed, as a result BW support will not be able to be notified as soon as individual sub chai is failed. It is delaying the time to fix the issue, which is also resulting in missing of SLA's.

 

My question, is it possible to set the status of meta chain to failed, immediately after one of it's sub chains is failed (i.e though when other 4 chains are running)?

 

Regards,

Ramesh

Recommendation for interrelated MDs InfoObjects reporting InfoSet or InfoCube?

$
0
0

Hi

 

I need to create a report on 6 interrelated Master Data InfoObjects.

 

What is your recommendation for interrelated Master Data InfoObjects reporting, InfoSet or InfoCube?

 

Thanks

Include one MD info objects in the Cube

$
0
0

Hi,

 

I need to include one MD info objects in the Cube and underlying DSO which is in 3x flow for reporting in BEx query for Finance appln.

 

As of now i have 40+ million records in cube.We are having daily delta load and daily reporting.

 

If any body came across this type of situation.Pls share the experience and best practice for developing and the deleting the data and loading the data.

 

If we delete the whole data what will be the best practice to load again . What about DSO data..

 

Regards

BW report on Tcode KKA2

$
0
0

Hi All,

 

As per the requirement I have to create BW report based on Tcode - KKA2.

I have to pull the values of Actual Revenue, Actual cost, Revenue affecting net income, Planned revenue, Planned cost, Planned profit (%) etc.

Functional person advised me to refer KKA2 tcode. Debugging didn't help much.

Kindly help me to get the proper table which stores KKA2 data.

 

Thread 1078912 didn't help much.

 

Thanks in advance,

 

Regards,

Ashok

Infoset sq02 joining error

$
0
0

hi, team

 

I am trying to create info set for bw extraction . my scenario is i need to join ESKN-PACKNO to ESSR- LBLNI.

 

here the problem is eskn-packno data type is NUMC and essr-lblni data type is char. iam unable to join. please suggest how to join these two fields.

or any work around would be very helpful.

 

thanking you.


Compression Issue

$
0
0

Dear Expert,

 

Compression not happening and not failing also, when i check the job log it is waiting to highlight point.Capture.PNG

Thanks.

Adding info objects in BW3.5 data flow

$
0
0

Hi All,

 

Just wanted to know What are the best practices to Add one existed info objects in existed DSO/Cube in BW3.5 data flow.

 

What are the issues are expected during the activity.

 

Thanks.

Latest data is not showing in the InfoCube 0FIAR_C03

$
0
0

Hi Everyone,

I am making a FI report and for that i have latest data at datasource( FI_AR_04) level, but at infocube (0FIAR_C03) i am getting the old data upto 07/2014, but not getting the latest data of current date.

So can you please suggest me why its not coming and what i have to do to bring the latest data upto infocube level.

 

Waiting for the reply.

Thnaks in advance.

Infocube Remodeling

$
0
0

Hi Experts ,

 

I have a existing flow which includes Real time InfoCube ,Standard InfoCubes ,DSO's and Multiproviders . On the top of that we have aggregation levels , Reports, planning functions ,application etc..

 

Now we have  a requirement to enhance the data types(length) of few fields(InfoObjects) . For this i want to skip Data backup and reloading of data. i want to Use Remodeling function of the infoCube.

 

Kindly help on this.

 

 

 

Regards

Praveen Kumar

Example BW Gaps In Implimentation Projects

$
0
0

Hi Friends

 

Could you mention me few example BW  gaps and answers how you full filled  in your projects and all.

 

Thanks In Advance 

Viewing all 6437 articles
Browse latest View live


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