‎2007 May 29 5:26 AM
hi,
may i know what is the use of import parameter
function and type?
type = 'TOP' means?
thanks
‎2007 May 29 5:40 AM
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
‎2007 May 29 5:31 AM
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)
‎2007 May 29 5:33 AM
‎2007 May 29 5:35 AM
Hi Eilana ,
Could you please explain your question a bit more.
Regards
Arun
‎2007 May 29 5:36 AM
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'
‎2007 May 29 5:38 AM
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
‎2007 May 29 5:40 AM
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