The Function Module DSVAS_FL_GET_MACRO_STEPS (get all steps of the selected macro) is a standard Function Module in SAP ERP and is part of the function group DSVAS_FL within the package DSVAS.
Function Module | DSVAS_FL_GET_MACRO_STEPS |
Short Text | get all steps of the selected macro |
Function Group | DSVAS_FL |
Package | DSVAS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MACRO_NO | LIKE | SY-INDEX | Loops, number of current pass | |
PF_SESSITYPE | TYPE | DSVASDSESSITYPE | DSVAS: Type of instanced session | |
PF_SESSNO | TYPE | DSVASDSESSINO | DSVAS: Number of instanced session |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MACRO_LIST | LIKE | DSVASDRECORDLINE | DSVAS: Info regarding a record of the session recorder | |
MACRO_STEPS | LIKE | DSVASMACROSTEP | information on a single step of a macro/recorded solution | |
PT_SESSADMIN | LIKE | DSVASSESSADMIN | DSVAS: Session administration data | |
PT_SESSPACKINFO | LIKE | DSVASSESSPACKINFO | DSVAS: Information on associated session types |
This function module does not define any Exceptions.