SAP ABAP Class CL_SHP_BULK_SEQUENCE_HELPER (Sequence Helper for Outbound Bulk Service)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LE-SHP-GF-ES (Application Component) Enterprise Services in Shipping
     OPS_SE_SHP (Package) Service Enabling for Shipping
Properties
Class CL_SHP_BULK_SEQUENCE_HELPER  
Short Description Sequence Helper for Outbound Bulk Service    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package OPS_SE_SHP   Service Enabling for Shipping 
Created 20091111   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SHP_BULK_SEQUENCE_HELPER has no forward declaration.
Interfaces
Class CL_SHP_BULK_SEQUENCE_HELPER has no interface implemented.
Friends
Class CL_SHP_BULK_SEQUENCE_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_SHP_BULK_SEQ Static Attribute Public Object reference (TYPE REF TO) CL_SHP_BULK_SEQUENCE_HELPER Sequence Helper for Outbound Bulk Service 20091111
2 MS_MESSAGE_HEADER Instance attribute Public Type reference (TYPE) SAPPLCO_BUS_DOC_MESSAGE_HEADER ProductAvailabilityRequirement Business System ID 20091126
3 MS_SHP_WSRM Instance attribute Public Type reference (TYPE) SHP_ES_WSRM Helper WSRM Structure 20091201
4 MT_CONFIRMED Instance attribute Private Type reference (TYPE) SHP_BULK_CONFIRMED_T Confirmed Created Delivery Items 20091202
5 MT_ERRONEOUS Instance attribute Private Type reference (TYPE) SHP_BULK_ERRONEOUS_T Erroneous not Created Delivery Items 20091202
6 MT_LOST_MESS_SEQ Instance attribute Public Type reference (TYPE) INT4_TABLE Standard Table of INT4 20091202
7 MT_MESSAGE_HEADERS Instance attribute Public Type reference (TYPE) GTY_MESSAGE_HEADER_T 20100203
8 MT_REQUESTED Instance attribute Private Type reference (TYPE) SHP_BULK_REQUESTED_T Requested Delivery Items to be Created 20091202
9 MT_RETURNED Instance attribute Private Type reference (TYPE) SHP_BULK_RETURNS_T Error Messages Per Delivery Instance 20091202
10 MV_CHANGE_ORDINAL_NUMBER_VALUE Instance attribute Public Type reference (TYPE) BS_SOA_INAPPSEQ_MESSAGE_NMBR 20091130
11 MV_COREL_ID Instance attribute Public Type reference (TYPE) BS_SOA_RSPNSRCVR_COREL_ID ResponseReceiverCorrelationID 20091130
12 MV_MESS_SEQ Instance attribute Public Type reference (TYPE) INT4 Natural Number 20091112
13 MV_RECONCILIATION_PERIOD_COUNT Instance attribute Public Type reference (TYPE) BS_SOA_INAPPSEQ_RECON_PER 20091130
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AND_ADJUST_IMPORT_DATA Instance method Public Method 20091111
2 COUNT_LOOP Instance method Public Method 20091112
3 ENRICH_CONFIRMED_DATA Instance method Public Method 20100204
4 GET_CONFIRMED_DATA Instance method Public Method 20091117
5 GET_ERRONEOUS_DATA Instance method Public Method 20091202
6 GET_INSTANCE Static method Public Method 20091111
7 GET_LOST_MESS_SEQ Instance method Public Method 20091202
8 GET_MESSAGE_HEADER Instance method Public Method 20091126
9 GET_MESSAGE_HEADER_INST Instance method Public Method 20100203
10 GET_RETURNED_DATA Instance method Public Method 20091120
11 INIT Static method Public Method 20091113
12 SET_CONFIRMED_DATA Instance method Public Method 20091111
13 SET_MESSAGE_HEADER_INST Instance method Public Method 20100203
14 SET_MESSAGE_HEADER_WSRM Instance method Public Method 20091201
15 SET_REQUESTED_DATA Instance method Public Method 20091111
Events
Class CL_SHP_BULK_SEQUENCE_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_MESSAGE_HEADER_S Public See coding 20100203 BEGIN OF gty_message_header_s, mess_sequence type int4, id(35) type c, uuid(36) type c, END OF gty_message_header_s
2 GTY_MESSAGE_HEADER_T Public See coding 20100203 gty_message_header_t type standard table of gty_message_header_s
Method Signatures

Method CHECK_AND_ADJUST_IMPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ADJUSTED_PROXY_DATA Call by reference Type reference (TYPE) OPS_SE_TMS_OBDCRTRQ_INT_STY Structure and tables of BAPI_DELIVERYPROCESSING_EXEC 20091111
2 Importing IS_PROXY_DATA Call by reference Type reference (TYPE) OPS_SE_TMS_OBDCRTRQ_INT_STY Structure and tables of BAPI_DELIVERYPROCESSING_EXEC 20091111

Method CHECK_AND_ADJUST_IMPORT_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method COUNT_LOOP Signature

Method COUNT_LOOP on class CL_SHP_BULK_SEQUENCE_HELPER has no parameter.
Method COUNT_LOOP on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method ENRICH_CONFIRMED_DATA Signature

Method ENRICH_CONFIRMED_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no parameter.
Method ENRICH_CONFIRMED_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_CONFIRMED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CONFIRMED Value transfer Type reference (TYPE) SHP_BULK_CONFIRMED_T Confirmed Delivery Items to be Created 20091117

Method GET_CONFIRMED_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_ERRONEOUS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ERRONEOUS Value transfer Type reference (TYPE) SHP_BULK_ERRONEOUS_T Confirmed Delivery Items to be Created 20091202

Method GET_ERRONEOUS_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SHP_BULK_SEQ Value transfer Object reference (TYPE REF TO) CL_SHP_BULK_SEQUENCE_HELPER Sequence Helper for Outbound Bulk Service 20091111

Method GET_INSTANCE on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_LOST_MESS_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOST_MESS_SEQ Call by reference Type reference (TYPE) INT4_TABLE Standard Table of INT4 20091202

Method GET_LOST_MESS_SEQ on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_MESSAGE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MESSAGE_HEADER Value transfer Type reference (TYPE) SAPPLCO_BUS_DOC_MESSAGE_HEADER ProductAvailabilityRequirement Business System ID 20091126

Method GET_MESSAGE_HEADER on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_MESSAGE_HEADER_INST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE_HEADER Call by reference Type reference (TYPE) GTY_MESSAGE_HEADER_S 20100203
2 Importing IV_MESS_SEQ Call by reference Type reference (TYPE) INT4 Natural Number 20100203

Method GET_MESSAGE_HEADER_INST on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method GET_RETURNED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RETURNED Value transfer Type reference (TYPE) SHP_BULK_RETURNS_T Confirmed Delivery Items to be Created 20091120

Method GET_RETURNED_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method INIT Signature

Method INIT on class CL_SHP_BULK_SEQUENCE_HELPER has no parameter.
Method INIT on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method SET_CONFIRMED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONFIRMED_DATA Call by reference Type reference (TYPE) LESHP_CREATED_ITEMS_T Generated Delivery Items in BAPI Deliveryprocessing 20091111
2 Importing IT_RETURNS_DATA Call by reference Type reference (TYPE) BAPIRET2_T Return Parameter 20091117

Method SET_CONFIRMED_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method SET_MESSAGE_HEADER_INST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE_HEADER Call by reference Type reference (TYPE) GTY_MESSAGE_HEADER_S 20100203

Method SET_MESSAGE_HEADER_INST on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method SET_MESSAGE_HEADER_WSRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE_HEADER Call by reference Type reference (TYPE) SAPPLCO_BUS_DOC_MESSAGE_HEADER ProductAvailabilityRequirement Business System ID 20091201
2 Importing IS_SHP_WSRM Call by reference Type reference (TYPE) SHP_ES_WSRM Helper WSRM Structure 20091201
3 Importing IV_CHANGE_ORDINAL_NUMBER_VALUE Call by reference Type reference (TYPE) INT4 Proxy Data Element (generated) 20091201
4 Importing IV_COREL_ID Call by reference Type reference (TYPE) BS_SOA_RSPNSRCVR_COREL_ID ResponseReceiverCorrelationID 20091201
5 Importing IV_RECONCILIATION_PERIOD_COUNT Call by reference Type reference (TYPE) INT4 A CounterValue specifies a value that counts a number that c 20091201

Method SET_MESSAGE_HEADER_WSRM on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.

Method SET_REQUESTED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REQUESTED_DATA Call by reference Type reference (TYPE) SHP_BAPIDELICIOUSREQUEST_T Table Type for BAPIDELICIOUSREQUEST 20091111

Method SET_REQUESTED_DATA on class CL_SHP_BULK_SEQUENCE_HELPER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605