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
685

hi,

may i know what is the use of import parameter

function and type?

type = 'TOP' means?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

please go thorugh definition which i had given below ...... and also link if your time permits ...

TYPE
 The system interprets this parameter only for output to the main window.

The parameter determines the area of the main window into which you want to output the element. 

Possible values:

'TOP' header area

'BODY' main area

'BOTTOM' footer area

Default value: 'BODY'
 

<a href="http://">http://help.sap.com/saphelp_nw04s/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm</a>

girish

6 REPLIES 6
Read only

Former Member
0 Likes
666

IMPORT - the parameters which you want to PASS to the Function Module

EXPORT - The parameters which you receive from the function module into your program

TABLES - IMPORT/EXPORT are structures ( only one record is available per call to FM. For multiple records use Table)

Read only

0 Likes
666

patil,

this link is not relevant to my question.

Read only

Former Member
0 Likes
666

Hi Eilana ,

Could you please explain your question a bit more.

Regards

Arun

Read only

Former Member
0 Likes
666

hi,

Write_Form: The system outputs the layout set element specified in parameter ELEMENT into the currently opened layout set. In the parameter WINDOW we can specify the name of a window for the output. Remember that the layout set element must be defined in this window. The parameter FUNCTION specifies how to merge the text lines to be output with any existing contents in the window. In this case, there are differences between the different window types or areas. Some of the important export parameters used in Write_Form.

Element: Specify the name of the text element you want to output into the layout set window specified in the parameter WINDOW. The element must be defined in that layout set window. If you specify no element, the system uses the default element, if one is defined in the layout set.

Window: Specify the name of the window into which you want to output the layout set element specified in the parameter ELEMENT. Default value for Window is ‘MAIN’.

Function: The parameter determines how to output the text element into the respective window. The output type depends on the window type and area:

Window Type: MAIN Area: BODY

SET/APPEND: Appends to previous output.

Window Type: Main Area: Top/Bottom and

Window Type: Other than Main and all areas

SET : Delete the old element contents and prints the new elements

APPEND: Appends the new content to existing elements.

Type: The system interprets this parameter only for output to the main window. The parameter determines the area of the main window into which we want to output the element. Possible values:<b> 'TOP' header area</b> 'BODY' main area

'BOTTOM' footer area

Default value: 'BODY'

Read only

Former Member
0 Likes
666

hi

TYPE - The system interprets this parameter only for output to the main window.

The parameter determines the area of the main window into which you want to output the element.

Possible values:

'TOP' header area

'BODY' main area

'BOTTOM' footer area

Default value: 'BODY'

for more, chk this

http://help.sap.com/saphelp_nw04/helpdata/en/d6/0dba41494511d182b70000e829fbfe/content.htm

if helpful, reward

Sathish. R

Read only

Former Member
0 Likes
667

please go thorugh definition which i had given below ...... and also link if your time permits ...

TYPE
 The system interprets this parameter only for output to the main window.

The parameter determines the area of the main window into which you want to output the element. 

Possible values:

'TOP' header area

'BODY' main area

'BOTTOM' footer area

Default value: 'BODY'
 

<a href="http://">http://help.sap.com/saphelp_nw04s/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm</a>

girish