Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WRITE_FORM

Former Member
0 Likes
270

HI all,

Can anybody please explain what SET and BODY does in the WRITE_FORM. and what other values can be given there.

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'FOOT'

FUNCTION = 'SET'

TYPE = 'BODY'

WINDOW = 'FOOTER'

  • IMPORTING

  • PENDING_LINES =

  • EXCEPTIONS

  • ELEMENT = 1

  • FUNCTION = 2

  • TYPE = 3

  • UNOPENED = 4

  • UNSTARTED = 5

  • WINDOW = 6

  • BAD_PAGEFORMAT_FOR_PRINT = 7

  • SPOOL_ERROR = 8

  • CODEPAGE = 9

  • OTHERS = 10

Thanks in Advance.

1 REPLY 1
Read only

Former Member
0 Likes
244

hi,

BODY describes that the area of the window location in main window.

<b>Reward points if useful</b>

Chandra