cancel
Showing results for 
Search instead for 
Did you mean: 

How To Print Field Value in TOP-OF-PAGE During Line Selection.

Former Member
0 Kudos

How To Print Field Value in TOP-OF-PAGE During Line Selection when double click on field.

Accepted Solutions (0)

Answers (4)

Answers (4)

raymond_giuseppi
Active Contributor
0 Kudos

(If my memory serves me well (not used for long time ago)

Assign values to system fields sy-tvar0 - sy-tvar9, they will replace the placeholders "&0" through "&9" in the list headers and column headers.


(...)

TOP-OF-PAGE DURING LINE-SELECTION.

     WRITE: / 'Interactive Report &3'.

(...)

  WRITE record-vbeln TO sy-tvar3.

(...)

Regards,

Raymond

gurunathkumar_dadamu
Active Contributor
0 Kudos

Hi Shoeb,

Please check this link may helpful ,Top of page during line selection | SCN.

Regards,

Gurunath D

Former Member
0 Kudos

Hi,

try this code.

TOP-OF-PAGE DURING LINE-SELECTION.

IF sy-lsind = 1.

   WRITE : Interactive Report', sy-lisel(10).

ENDIF.

Former Member
0 Kudos

Hi Shoeb,

               if u want a print a field value in application tool bar,first u have set pf-status and in that

  u have to pass the value in the dynamic text available .