cancel
Showing results for 
Search instead for 
Did you mean: 

Technical Question - ITS (SRM - EBP)

Former Member
0 Kudos

Hello,

<b> `if (gt_scr_itmovr_i-deliv_date[j].visible)`

'end'</b>

I dont know bhtml or java; but do you know what is meant by the above lines; These lines I have taken from one HTML template EBP - SC

gt_scr_itmovt_i-deliv_date is a date field populated from the ABAP engine; i know for sure and it has a date in it?

Any help is appreciated.

Thanks

Kasee

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

The code lines refers to a IF condition for the delivery date field at the line item level.

if (gt_scr_itmovr_i-deliv_date[j].visible)`

(If the deliver date field is visible )

endif.

In the ITS screen the individulal line items are displayed in the form of array(The columns and rows in a table),hence the statement gt_scr_itmovr_i-deliv_date<b>[j]</b>

HTH.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi Disha

Your answer was useful, but I am more interested to know about that 'visible' stuff mean?

Does it mean if the respective field value is displayed in the ITS screen? or what else does it mean?

Thanks and Regards

Kasee Palaniappan

Former Member
0 Kudos

Hi,

It means whether the VISIBLE property for the field is set or not accordingly how the field should be displayed.

BR,

Disha.

Pls reward points for useful answers.

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

Display of the delivery date at item level.

Kind regards,

Yann