2007 May 14 3:49 PM
can anyone explain me the need of thses FMs.
1. GET_PRINT_PARAMETERS
2. G_SET_GET_ID_FROM_NAME
3.G_SET_SEARCH_FOR_INTERVAL
can anyone explain me the need of thses FMs.
1. GET_PRINT_PARAMETERS
2. G_SET_GET_ID_FROM_NAME
3.G_SET_SEARCH_FOR_INTERVAL
2007 May 14 3:57 PM
1. GET_PRINT_PARAMETERS
Read, determine, change spool print parameters and archive parameters
The function module GET_PRINT_PARAMETERS is used to define, modify and
display the print and archive parameters. Using this function module i
the only correct way to modify a print or archive parameter record. Th
print parameters are closely related and contain a check total. This
check total becomes invalid if any of the print parameters are changed
and causes a runtime error when the print parameters are used later.
2. G_SET_GET_ID_FROM_NAME
Use this module to derive the internal set Id from the name that appears
on the user interface, for example, in order then to import the set (see
the function group documentation).
The function module first determines a candidate list of sets based on
the set name and the class that might have been specified that could
match the set name. The class can also be masked (e.g. 000+ for all
FI-SL sets, including dynamic sets).
3.G_SET_SEARCH_FOR_INTERVAL
This function module checks whether a value interval (FROM, TO) overlaps
with the value intervals in a specified set.
If no overlapping is found, the function module triggers the exception
"NO_VALUES_FOUND".
2007 May 14 3:58 PM
Hi
1. GET_PRINT_PARAMETERS.
To get print parameters setted to print something, these parameter can be setted using the default user values (trx SU3), when the popup for the print is called or by fm SET_PRINT_PARAMETERS
2. G_SET_GET_ID_FROM_NAME: to get the name of a/some sets (see trx GS03)
3.G_SET_SEARCH_FOR_INTERVAL: to search a/some sets (see trx GS03)
Max