cancel
Showing results for 
Search instead for 
Did you mean: 

table fields in script

Former Member
0 Kudos

how to dispaly the table fields in script. it is like normal report form .. can we?

Regards,

pandu.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

PS &TABLENAME-FIELDNAME& "NOTE PS is paragraph format.

Message was edited by:

CLOSE THE THREAD IF YOU QUESTION IS ANSWERED

Message was edited by:

Regards,

Sairam

Former Member
0 Kudos

thank u sai..

can we display the heading for that field?

Regards,

pandu.

former_member196280
Active Contributor
0 Kudos

Yes, ofcourse you can display the title for the field also.

Use Text element

/: TITLE

PS <FIELD TITLE>

Close if your question is answered.

Regards,

Sairam

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Write like:

* &MARA-MATNR&

jOGDNAD M B

Former Member
0 Kudos

Hi,

U can insert table fields for display in the script as &ITAB-FIELD1&.

Values of the field is displayed in the output.

Regards,

Sankar

Former Member
0 Kudos

hi,

you need to display the table fields like below

/: &FIELD1&&FIELD2&&FIELD3&

If it is a Internal table, then you need to create a Element in the main window and call that element in the Driver program and write the code in teh Driver Program, you need to call this Element using the WRITE_FROM with in the LOOP and ENDLOOP.

Regards

Sudheer