cancel
Showing results for 
Search instead for 
Did you mean: 

Enable the field comment in Create Travel Request - Travel Services

Former Member
0 Kudos

In Create Travel Request=> Travel Services==>Add Flight

The system not enable the field comment for that the enduser can write commentary for the Travel Services:

General Information About the Application and Component

Aplication:: FITE_REQUEST

Web Dynpro Component: FITE_VC_SERVICE_REQUEST

Window Information:: VC_WINDOW

View Information:: V_SERVICES

Configuration ID : 17D943C8AC91D504D07606746A0A1DDF

The system show the following fields:

Travel Service

But when the enduser register the data, the system show the button comment. The enduser want that this field this enable for add comment for the Travel Service.

General Information About the Application and Component

Application:: FITE_REQUEST

Web Dynpro Component: FITE_VC_SERVICE_REQUEST

Window Information: VC_WINDOW

View Information: V_SERVICES

Configuration ID: CB8C3399241614AD04CA1757BCD69E0D

Información on Field:

Field ID : COMMENTS

Type UI Element: INPUT_FIELD

UI Element Library: STANDARD

I created an enhancement implementation and in the method WDDOMODIFYVIEW , PostExit

cl_fitv_wd_util=>ui_set_visible( io_view = view iv_id = 'COMMENTS ' iv_visible = abap_true ).

But this field not is showed. What should I do for that this appear ?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Can you inject your the visibility code management into the SERVICE_SELECTED Action ?

An other suggestion :

1) Create an other input field and make the same bindings (values ..) that is made for the standard COMMENT inputfield.

2) Make the standard COMMENT input field to invisible by enhancement.

Hope this help

Jalal

Former Member
0 Kudos

I created an enhancement implementation and in the method WDDOMODIFYVIEW , PostExit

cl_fitv_wd_util=>ui_set_visible( io_view = view iv_id = 'COMMENTS ' iv_visible = abap_true ).

But this field not is showed. What should I do for that this appear ?

Regards

Former Member
0 Kudos

Hi,

What i meant is to delete the standard COMMENT input field by enhancement.

And create a new UI Element on the View (Input field : ZEH_COMMENT) with same bindings that is made for the standard input field COMMENT. which will be displayed in any case.

In this case the UI Element COMMENT have no property Visible binded in to a context attribut which is a little complicated to manage.

Best regards

Jalal

Former Member
0 Kudos

Dear.

I need show the field COMMENT for that the enduser can write his comments.

In this moment this field not is showed.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

HI ,

I am not able to find the field 'COMMENTS' in the mentioned component and view.

Please check once again and try.

Thanks,

Aditya.

Former Member
0 Kudos

Hi Aditya,

In the following Image you can see the path in where is the field comment:

[Field Comment|http://www.freeimagehosting.net/uploads/ffc67274d2.jpg]

Thanks in advance,

Regards

Former Member
0 Kudos

Can Anyone help me with suggestions for solve this issue?

Regards