cancel
Showing results for 
Search instead for 
Did you mean: 

WAD - set data entry mode

Former Member
0 Kudos

Hi,

I want to create a button in my planning layout in WAD that makes it able to change between display mode and edit mode.

I know it's a button with command: SET_DATA_ENTRY_MODE but when I try this button, it doesn't work. How come?

My query that I use for dataprovider is in input-ready mode...

I'm on BI 7.0, Gui 7.10 SP3

Ciao

Joke

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have a similar requirement, wherein I should be able to switch between display and change mode. But, my input enabled layouts were shown in Analyzer/Workbook and not in WAD.

Where should I put the command 'SET_DATA_ENTRY_MODE'

Please explain in detail.

Thanks,

Srini.

Former Member
0 Kudos

HI Joke,

Normally the following command should work:

SET_DATA_ENTRY_MODE Activ = On

Did you do this?

D

Former Member
0 Kudos

Hi Dries,

thanks for your reply... but I already tried it multiple times and it doesn't work like discribed in the course...

any other suggestions?

Former Member
0 Kudos

It does not work for me also. We are on SP14. But otherwise, are you able to get the input queries to accept values ? We provided two reports - one for view and one for input under two tabs, to address this problem.

Former Member
0 Kudos

We are also on SP14...

We have queries that are inputready and accept values...

I just search a way to let the button 'edit ->display' work...

Former Member
0 Kudos

Hi,

I the details of the command, did you sepcify the relevant data provider?

Former Member
0 Kudos

yes, I did... I specified everything just like in the course/helpfile...

Former Member
0 Kudos

Hi,

Is only the "edit -> display" not working or "display -> edit" also not working?

For "edit -> display", in the details of command, use SET_DATA_ENTRY_MODE Active = Off.

Former Member
0 Kudos

Hi All,

my problem is solved...

There is a code-error in the functionality for 'edit -> display mode':

the bold line is missing in the code that SAP delivers...

Ciao

Joke

<bi:BUTTON_GROUP_ITEM name="BUTTON_GROUP_ITEM_9" designheight="24" designwidth="102" >

<bi:WIDTH value="102" />

<bi:HEIGHT value="24" />

<bi:BUTTON_LIST type="ORDEREDLIST" >

<bi:BUTTON type="COMPOSITE" index="1" >

<bi:CAPTION value="Edit -> display query" />

<bi:ACTION type="CHOICE" value="INSTRUCTION" >

<bi:INSTRUCTION >

<bi:SET_DATA_ENTRY_MODE >

<bi:TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST" >

<bi:TARGET_DATA_PROVIDER_REF index="1" value="ZPCA_AG20_Q001" />

</bi:TARGET_DATA_PROVIDER_REF_LIST>

<b><bi:ACTIVE value="" /></b>

</bi:SET_DATA_ENTRY_MODE>

</bi:INSTRUCTION>

</bi:ACTION>

</bi:BUTTON>

</bi:BUTTON_LIST>

</bi:BUTTON_GROUP_ITEM>

Former Member
0 Kudos

Hi,

We are in SPS13 & BI SP15, I am facing same problem of SET_DATA_ENTRY_MODE not working, I tried active=ON/OFF.

Anyone solved the problem?

Thanks

Ramesh

Former Member
0 Kudos

Hi,

I can get this to work with the button. But if I try and do it before rendering (as a command in the properties of the webtemplate) it keeps giving me a dump... any ideas?

Thanks,

Rob

Former Member
0 Kudos

When you specify the command for the button, click the Activ command and then click it again to switch it off. This should get rid of the dump.