SAP ABAP Function Module SEPM_GWS_SALES_ORDERS_GET (EPM: Retrieve Sales Order Header data ( triggered by EPM GW-Service ))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_GATEWAY (Package) EPM: Objects for Gateway
Basic Data
Function Module SEPM_GWS_SALES_ORDERS_GET EPM: Retrieve Sales Order Header data ( triggered by EPM GW-Service )  
Function Group SEPM_GATEWAY_SERVICES   EPM: Gateway Service Processors (RFCs)  
Program Name SAPLSEPM_GATEWAY_SERVICES    
INCLUDE Name LSEPM_GATEWAY_SERVICESU08    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ET_SO_HEADER TYPE SEPM_GWS_SO_HEADER_T EPM: Sales Order header table
Exporting ET_RETURN TYPE BAPIRET2_T Return parameter table
Exporting EV_NR_OF_ROWS_FOUND TYPE SEPM_GWS_LINE_COUNT Number of total SOs found according to sel opts ( without skip and top )
Importing IT_SO_ID_RANGE TYPE SEPM_GWS_SO_ID_RANGE_T EPM: SO ID range table ( used for RFC processing )
Importing IT_BP_ID_RANGE TYPE SEPM_GWS_BP_ID_RANGE_T EPM: Business Parnter Id range table ( for RFC processing )
Importing IT_CREATED_AT_RANGE TYPE SEPM_GWS_TIMESTAMP_RANGE_T EPM: Timestamp range table ( used for RFC processing )
Importing IT_LIFECYCLE_STATUS_RANGE TYPE SEPM_GWS_SO_LF_STATUS_RANGE_T EPM: SO Lifecycle status range table ( for RFC processing )
Importing IT_BEHAVIOR_CONTROL TYPE SEPM_GWS_BEHAVIOR_CONTROL_T EPM: Behavior control for Gateway Service RFCs
Importing IT_SORTING_OPTIONS TYPE SEPM_GWS_SORT_OPTION_T EPM: Sort options ( used for RFC-processing )
Importing IV_SKIP TYPE SEPM_GWS_SKIP 0 Number of SOs to skip ( 0 = do not skip )
Importing IV_TOP TYPE SEPM_GWS_TOP 0 Number of SOs to return ( 0 = all )
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20131122 
SAP Release Created in 740