SAP ABAP Interface IF_SW_SDOC (Interface for Search Class)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SALES_LORD (Package) ERP Sales Lean Order
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SDOC_SEARCH_WRAPPER Wrapper Class for Sales Document Search 20081110
Properties
Interface IF_SW_SDOC  
Short Description Interface for Search Class    
General Data
Package ERP_SALES_LORD   ERP Sales Lean Order 
Created 20081107   SAP 
Last changed 20100310   SAP 
Unicode checks active    
Forward declarations
Interface IF_SW_SDOC has no forward declaration.
Interfaces
Interface IF_SW_SDOC has no interface.
Friends
Interface IF_SW_SDOC has no friend.
Attributes
Interface IF_SW_SDOC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MSG Instance method Public Method Sets a Message 20081201
2 CHECK_VBELN_VBUV Instance method Public Method Check Incomplete Document in Buffer 20081119
3 CONSTRUCT_WHERE_COND Instance method Public Method Returns a Dynamic "Where" Condition for Selection 20081114
4 GET_MSG Instance method Public Method Read Previously Buffered Messages 20081201
5 GET_RG_VBTYP Instance method Public Method Read Sales Document Category (Range Table) 20081117
6 GET_SELCRIT Instance method Public Method Read Selection Criterion 20081107
7 GET_TABLE_VBELN Instance method Public Method Read Previously Determined Document Numbers 20081117
8 GET_TABLE_VBELN_ADRNR Instance method Public Method Read Determined Address Numbers of Sold-To Party 20081117
9 GET_TABLE_VBELN_POSNR Instance method Public Method Read Previously Determined Document Numbers and Items 20081117
10 GET_TABLE_VBELN_ZPERS Instance method Public Method Read Determined Employees Responsible 20081117
11 GET_TRVOG Instance method Public Method Read Transaction Activity Group 20081107
12 GET_VBAK Instance method Public Method Read Currently Processed Document from VBAK 20081113
13 GET_VBAP Instance method Public Method Read Currently Processed Item from VBAP 20081117
14 GET_VBKD Instance method Public Method Read Business Data of Document 20081117
15 GET_VBUK Instance method Public Method Read Document Status 20081113
16 GET_VBUP Instance method Public Method Read Item Document Status 20081117
17 INIT_MSG_LOG Instance method Public Method Initialize Message Buffer 20081201
18 SET_TABLE_VBELN Instance method Public Method Set Determined Document Numbers 20081117
19 SET_TABLE_VBELN_ADRNR Instance method Public Method Set Determined Address Numbers of Sold-To Party 20081117
20 SET_TABLE_VBELN_POSNR Instance method Public Method Set Determined Document Numbers and Items 20081117
21 SET_TABLE_VBELN_VBUV Instance method Public Method Set Determined Incomplete Documents 20081119
22 SET_TABLE_VBELN_ZPERS Instance method Public Method Set Determined Employees Responsible 20081117
23 SET_TABLE_VBKD Instance method Public Method Set Determined Business Data 20081117
24 SET_TABLE_VBUK Instance method Public Method Set Determined Document Status 20081117
25 SET_TABLE_VBUP Instance method Public Method Set Determined Item Document Status 20081117
Events
Interface IF_SW_SDOC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_VBELN_ADRNR Public See coding 20081113 BEGIN OF tcs_vbeln_adrnr, vbeln TYPE vbeln, adrnr TYPE adrnr, END OF tcs_vbeln_adrnr
2 TCS_VBELN_ZPERS Public See coding 20081113 BEGIN OF tcs_vbeln_zpers, vbeln TYPE vbeln, zpers TYPE pernr_d, END OF tcs_vbeln_zpers
3 TCT_STRING Public See coding 20081119 TCT_STRING TYPE STANDARD TABLE OF string
4 TCT_VBELN_ADRNR Public See coding 20081113 tct_vbeln_adrnr TYPE STANDARD TABLE OF tcs_vbeln_adrnr
5 TCT_VBELN_ZPERS Public See coding 20081113 tct_vbeln_zpers TYPE STANDARD TABLE OF tcs_vbeln_zpers
6 TCT_VBKD Public See coding 20081117 tct_vbkd TYPE STANDARD TABLE OF vbkd
7 TCT_VBUK Public See coding 20081114 tct_vbuk TYPE STANDARD TABLE OF vbuk
8 TCT_VBUP Public See coding 20081117 tct_vbup TYPE STANDARD TABLE OF vbup
Method Signatures

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG Call by reference Type reference (TYPE) TDS_SW_MSG Langtext Meldungen 20081201

Method ADD_MSG on Interface IF_SW_SDOC has no exception.

Method CHECK_VBELN_VBUV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_VBELN Call by reference Type reference (TYPE) VBELN_VA Verkaufsbeleg 20081119

Method CHECK_VBELN_VBUV on Interface IF_SW_SDOC has no exception.

Method CONSTRUCT_WHERE_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONTAINER Call by reference Object reference (TYPE REF TO) DATA Container zum Speichern der Rangetabellen der Selektion 20081114
2 Exporting ET_WHERE_COND Call by reference Type reference (TYPE) TCT_STRING Tabelle der dynamische "Where-Bedingungen" für die Selektion 20081119
3 Importing IT_SEL_CONDITION Call by reference Type reference (TYPE) TDT_SW_SEL_CONDITION Definition der Selektionsbedingungen 20081114
4 Importing IV_ASSIGN_NAME Call by reference Type reference (TYPE) STRING Name des Feldsymbols zur Datenreferenz auf EO_CONTAINER 20081114

Method CONSTRUCT_WHERE_COND on Interface IF_SW_SDOC has no exception.

Method GET_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MSG Value transfer Type reference (TYPE) TDT_SW_MSG Tabellentyp zur Struktur TDS_SW_MSG 20081201

Method GET_MSG on Interface IF_SW_SDOC has no exception.

Method GET_RG_VBTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RG_VBTYP Value transfer Type reference (TYPE) TDT_RG_VBTYP Rangetabelle zum Datenelement VBTYP 20081117

Method GET_RG_VBTYP on Interface IF_SW_SDOC has no exception.

Method GET_SELCRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SELCRIT_VALUE Value transfer Type reference (TYPE) DATA 20081107
2 Importing IV_SELCRIT_COMP Call by reference Type reference (TYPE) FIELDNAME Feldname 20081107

Method GET_SELCRIT on Interface IF_SW_SDOC has no exception.

Method GET_TABLE_VBELN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VBELN Value transfer Type reference (TYPE) TDT_VBELN Tabelle der gefundenen Verkaufsbelege 20081117

Method GET_TABLE_VBELN on Interface IF_SW_SDOC has no exception.

Method GET_TABLE_VBELN_ADRNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VBELN_ADRNR Call by reference Type reference (TYPE) TCT_VBELN_ADRNR 20081117

Method GET_TABLE_VBELN_ADRNR on Interface IF_SW_SDOC has no exception.

Method GET_TABLE_VBELN_POSNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VBELN_POSNR Value transfer Type reference (TYPE) TDT_SW_VBAP_KEY Tabellentyp zur Struktur TDS_SW_VBAP_KEY 20081117

Method GET_TABLE_VBELN_POSNR on Interface IF_SW_SDOC has no exception.

Method GET_TABLE_VBELN_ZPERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VBELN_ZPERS Call by reference Type reference (TYPE) TCT_VBELN_ZPERS 20081117

Method GET_TABLE_VBELN_ZPERS on Interface IF_SW_SDOC has no exception.

Method GET_TRVOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TRVOG Value transfer Type reference (TYPE) TRVOG_VA Gruppe Transaktionsvorgang 20081117

Method GET_TRVOG on Interface IF_SW_SDOC has no exception.

Method GET_VBAK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_VBAK Value transfer Type reference (TYPE) VBAK Verkaufsbeleg: Kopfdaten 20081113

Method GET_VBAK on Interface IF_SW_SDOC has no exception.

Method GET_VBAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_VBAP Value transfer Type reference (TYPE) VBAP Verkaufsbeleg: Positionsdaten 20081117

Method GET_VBAP on Interface IF_SW_SDOC has no exception.

Method GET_VBKD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSNR Call by reference Type reference (TYPE) POSNR_VA '000000' Verkaufsbelegposition 20081117
2 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN_VA Verkaufsbeleg 20081117
3 Returning RS_VBKD Value transfer Type reference (TYPE) VBKD Verkaufsbeleg: Kaufmännische Daten 20081117

Method GET_VBKD on Interface IF_SW_SDOC has no exception.

Method GET_VBUK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN Vertriebsbelegnummer 20081113
2 Returning RS_VBUK Value transfer Type reference (TYPE) VBUK Vertriebsbeleg: Kopfstatus und Verwaltungsdaten 20081113

Method GET_VBUK on Interface IF_SW_SDOC has no exception.

Method GET_VBUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSNR Call by reference Type reference (TYPE) POSNR_VA Verkaufsbelegposition 20081117
2 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN_VA Verkaufsbeleg 20081117
3 Returning RS_VBUP Value transfer Type reference (TYPE) VBUP Vertriebsbeleg: Positionsstatus 20081117

Method GET_VBUP on Interface IF_SW_SDOC has no exception.

Method INIT_MSG_LOG Signature

Method INIT_MSG_LOG on Interface IF_SW_SDOC has no parameter.
Method INIT_MSG_LOG on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBELN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBELN Call by reference Type reference (TYPE) TDT_VBELN Tabelle der gefundenen Verkaufsbelege 20081117

Method SET_TABLE_VBELN on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBELN_ADRNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBELN_ADRNR Call by reference Type reference (TYPE) TCT_VBELN_ADRNR 20081117
2 Importing IV_INIT_TABLE Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20081117

Method SET_TABLE_VBELN_ADRNR on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBELN_POSNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBELN_POSNR Call by reference Type reference (TYPE) TDT_SW_VBAP_KEY 20081117

Method SET_TABLE_VBELN_POSNR on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBELN_VBUV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBELN Call by reference Type reference (TYPE) TDT_VBELN Vertriebsbelegnummer 20081119
2 Importing IV_INIT_TABLE Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20081119

Method SET_TABLE_VBELN_VBUV on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBELN_ZPERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBELN_ZPERS Call by reference Type reference (TYPE) TCT_VBELN_ZPERS 20081117
2 Importing IV_INIT_TABLE Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20081117

Method SET_TABLE_VBELN_ZPERS on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBKD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBKD Call by reference Type reference (TYPE) TCT_VBKD Verkaufsbeleg: Kaufmännische Daten 20081117
2 Importing IV_INIT_TABLE Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20081117

Method SET_TABLE_VBKD on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBUK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBUK Call by reference Type reference (TYPE) TCT_VBUK 20081117
2 Importing IV_INIT_TABLE Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20081117

Method SET_TABLE_VBUK on Interface IF_SW_SDOC has no exception.

Method SET_TABLE_VBUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VBUP Call by reference Type reference (TYPE) TCT_VBUP Vertriebsbeleg: Positionsstatus 20081117
2 Importing IV_INIT_TABLE Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20081117

Method SET_TABLE_VBUP on Interface IF_SW_SDOC has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 605