cancel
Showing results for 
Search instead for 
Did you mean: 

Create mode

Former Member
0 Kudos


Hi Experts,

I have a requirement to default the currency conversion date to current date in the Bidder tab of RFX.
My problem is that this date has to be defaulted to sy-datum only when the RFX is in create mode.
Could anyone please tell me how to get the mode of the document in WDDOMODIFYVIEW method of my view?
I tried using the method

CALL METHOD wd_comp_controller->mo_task_container->get_transaction_mode

    IMPORTING

      ev_pdo_trans_mode = lv_mode.

it is giving the mode as 'EDIT' even when the document is in create mode.

Please help me in capturing the create mode of the document.

Thanks and Regards,

Rohini

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Check information available in note 1334202. This may help you.

Regards,

Ricardo