cancel
Showing results for 
Search instead for 
Did you mean: 

DTP activation issues

former_member205751
Participant
0 Kudos

Hi

step 1 :  i ran the program RS_TRANSTRU_ACTIVATE_ALL and also RSDS_DATASOURCE_ACTIVATE_ALL i got the result

like

which means the dtp should have been activated but still despite using this abap program the dtp is not getting activated but the transformation is activated though  i tried triggering the candle icon still it is not getting activated...

now the question boils down to how to activate dtp ..please help !

Accepted Solutions (1)

Accepted Solutions (1)

Prabhith
Active Contributor
0 Kudos

Hi.

As mentioned by RK, the programs have nothing to do with DTP activation.

Please try activating the DTP again(using the so called candle icon) and see whether any warning or error is coming during that step.

Since you are telling that the corresponding Trasnformation is active, the DTP activation should also go through successfully.....

Br

Prabhith

former_member205751
Participant
0 Kudos

well prabith icon is not picking up but the label is picking up and got it activated...

former_member205751
Participant
0 Kudos

Hi

My perception is that info package  is a kind of preview like what is in data source and what has to be in infocube ...that way we can preview before hand what will be displayed in "display data" Guess i am rite ??

thanks

RamanKorrapati
Active Contributor
0 Kudos

Hi Rahul,

Info pack - is connector ecc to PSA(first layer of w server), pulls data from ECC to PSA.

PSA - you can view data here which is replica of ecc system.

Thru DTP you will pull data from PSA to Cube or DSO.

Thanks

former_member205751
Participant
0 Kudos

oh is it ? i laugh at my own ignorance...well i will explore assigment/mapping of charec. and key fig.

former_member182516
Active Contributor
0 Kudos

Hi Rahul,

Adding to the Above comments...

We have a standard program to activate DTP as well. check the program "RSDG_TRFN_ACTIVATE".

Se38 --> RSDG_TRFN_ACTIVATE --> Execute (F8).

Pass the Transformation ID, Objects status = ACT and Enable "Use M Version of DTP (If Available)".

Execute ...DTP with respect to TRFN gets activated.

Regards

KP

former_member205751
Participant
0 Kudos

This message was moderated.

former_member205751
Participant
0 Kudos

yup i triggered the candle got activated thanks prashanth

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi Rahul,

Mentioned programs not related to DTP. those related to data source activation and transfer structure activation.

After creating the DTP, there is icon(Activate, match stick kind), click on it. it may activate.

There is no standard program to activate dtp. you can do it manual. You can refresh your screen and again try to activate. it will work.

have you created info pack?

Thanks

former_member205751
Participant
0 Kudos

ya ram what i did was that by chance i was exploring all drop down from the menu..i saw the activate label in the first menu and DTP  got activated...but  now everything is technically correct ....but when i try to pull datas from infocube..only columns are appearing ..datas associated with it are not  appearing  "it says  " unable to insert characteristic into table rstran   something like that"" well am on my way towards making research on that error...will also explore info pack stuff....

former_member205751
Participant
0 Kudos

Hi Ram

Guess all the above issues have a bearing on this function info package ....if i supply the required data correctly into this right hand side of this screen then i should be getting the result...what should appear from infoube and what shouldnt is decided by this screen i think so...let me work on this..correct me if i am proceeding in the wrong direction ...basically i want the charecteristic and key figure values to appear on screen...i will try

RamanKorrapati
Active Contributor
0 Kudos

Hi ,

if info package and dtp are active version, then you can trigger info package with requrid selections. selecetion can you get form functional team or users.

once you triggered info pack, after the succes of info pack, you can trigger dtp. it loads data to cube.

then you can check data at cube level.

Thanks

former_member205751
Participant
0 Kudos

thanks ram all what you said is ready  but when i click display data on infocube it gives "raise exception" and an error like am doing research on it referencing google lets see

RamanKorrapati
Active Contributor
0 Kudos

Hi Rahul,

There is problem with this info object - SNP_EEMIN. Activation or installation may not be happens properly. By using T-code - RSRV, do the repairs to SNP_EEMIN.

check this below links, may helps you.

http://scn.sap.com/thread/1187288

http://scn.sap.com/thread/1962076

Thanks

former_member205751
Participant
0 Kudos

Ya ram with all your  support i was able  to get some descent result from the infocube but the datas are shown as zero ...means there are no datas stored  in planning area...(guess so) i will put some datas and let me check the result

RamanKorrapati
Active Contributor
0 Kudos

Hi Rahul,

As i know thru transformations we never loaded planing data. planing data was always loaded thru input reports or Tx - RSINPUT.

Finaly you bulided whole data flow with proper way. appreciated your efforts.

Thanks