SAP ABAP Class CL_FAGL_R_OBJ_TYPE_001_SO (Reorganization: Profit Center/Sales Document)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-REO (Application Component) General Ledger Reorganization
     FAGL_REORGANIZATION_PC (Package) Reorganization - Profit Center
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20090127
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FAGL_R_OBJ_TYPE Reorganization: Object Type 20090127
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FAGL_R_OBJ_TYPE_001_SOI Reorganization: Profit Center/Sales Document (Cross-Company) 20090820
Properties
Class CL_FAGL_R_OBJ_TYPE_001_SO  
Short Description Reorganization: Profit Center/Sales Document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FAGL_REORGANIZATION    
Program status     
Category 0   
Package FAGL_REORGANIZATION_PC   Reorganization - Profit Center 
Created 20090127   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FAGL_R_OBJ_CO_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20090127
2 IF_FAGL_R_OBJ_TYPE Reorganization: Object Type 20090127
Friends
Class CL_FAGL_R_OBJ_TYPE_001_SO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NOT_IN_REORG Constant Public Type reference (TYPE) FAGL_R_OBJ_TYPE 'NIR' Object Not in Reorganization 20110221
2 GT_VKORG_BUKRS_BUFFER Static Attribute Protected Type reference (TYPE) GTY_TS_VKORG_BUKRS Buffer of VKORG->BUKRS Assignments 20090306
3 GT_WERKS_BUKRS Static Attribute Protected Type reference (TYPE) GTY_T_WERKS_BUKRS Buffer of Plant-CoCode Assignments 20090811
4 ST_RG_VBELN_RFBSK Static Attribute Private Type reference (TYPE) FAGL_R_T_SELOPT Reorg: Table of Generated SELECT-OPTION Dynamic Selections 20130424
5 ST_RG_VBTYP Static Attribute Private Type reference (TYPE) TDT_RG_VBTYP Range Table for Data Element VBTYP 20130424
6 ST_RG_VBTYP_INV Static Attribute Private Type reference (TYPE) TDT_RG_VBTYP Range Table for Data Element VBTYP 20130424
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ORDER_IS_XCOMP Instance method Protected Method Establish Whether Sales Document Is Cross-Company Code 20090810
2 DETERMINE_SUPERIOR_OBJECT_TYPE Instance method Protected Method Determine Superordinate Object Type (Inherited from PrCtr) 20090513
3 FILL_RFBSK_INVOICE Instance method Protected Method Fill Range Table of Relevant RFBSK (Transfer of Accounting) 20130424
4 FILL_STAT_RANGE Instance method Protected Method File Range Table of System Statuses to Be Excluded 20120911
5 FILL_TRVOG_RANGE Instance method Protected Method Get Sales Document Types for Selection 20090710
6 FILL_VAPMA_RG_RESTR_SPEC Instance method Protected Method Read Specific Restrictions in Ranges for VAPMA Selection 20090306
7 FILL_VBTYP_INVOICE Instance method Protected Method Fill Range Table of Relevant VBTYP for Billing Document 20130424
8 FILL_VBTYP_RG Instance method Protected Method Fill Range Table for Relevant VBTYP 20091020
9 GET_BUKRS_FROM_WERKS Instance method Protected Method Determine Company Code from Plant 20090810
10 GET_REORG_RELEVANT_DATES Instance method Protected Method Read Data from which Docs (Status Irrelev.) Relev.for Reorg. 20091216
11 GET_RESTR_SPEC_VBAK_VBAP_VBUP Instance method Protected Method Read Specific Restrictions for VBAK, VBAP, and VBUP 20090527
12 GET_VKORG_FOR_BUKRS Instance method Protected Method Derive Sales Organizations from Company Codes 20090304
13 LOG_SUBSEQUENT_DOCUMENTS Instance method Protected Method Log Document Flow (Billing Documents) 20091020
14 REMOVE_CO_CLOSED Instance method Protected Method Remove Closed Documents in CO 20120911
15 REMOVE_REV_REC Instance method Protected Method Remove from List Sales Documents with Revenue Realization 20090810
16 ROLLBACK_VBAP_AND_LOG Instance method Protected Method "Manual" Rollback of VBAP and FAGL_R_SD_LOG 20091021
17 SELECT_FIRSTLEVEL Instance method Protected Method Select First Level Sales Order Items 20090304
18 SELECT_VIA_MATERIAL Instance method Protected Method Select Sales Order Items for Materials 20090304
19 SELECT_VIA_ORDER Instance method Protected Method Select Sales Order Items for Orders 20090512
20 SELECT_VIA_WBS Instance method Protected Method Select Sales Order Items for WBS Elements 20090304
Events
Class CL_FAGL_R_OBJ_TYPE_001_SO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_BUKRS_RANGE Protected See coding 20090810 gty_bukrs_range TYPE RANGE OF bukrs
2 GTY_STAT_RANGE Protected See coding 20120911 GTY_STAT_RANGE TYPE RANGE OF J_ISTAT
3 GTY_S_ERROR Protected See coding 20091020 BEGIN OF gty_s_error, xerror TYPE abap_bool, xfatal TYPE abap_bool, END OF gty_s_error
4 GTY_S_KEY Protected See coding 20091020 BEGIN OF gty_s_key, obj_index TYPE fagl_r_obj_index, vbeln TYPE vbeln, posnr TYPE posnr, END OF gty_s_key
5 GTY_S_MDATTR Protected See coding 20091020 BEGIN OF gty_s_mdattr, prctr TYPE prctr, pctrf TYPE pctrf, paobjnr TYPE vbap-paobjnr, END OF gty_s_mdattr
6 GTY_S_SO Protected See coding Structure with Relevant Sales Order Item Data 20090304 BEGIN OF gty_s_so, vbeln TYPE vbap-vbeln, posnr TYPE vbap-posnr, matnr TYPE matnr, werks TYPE werks_ext, ps_psp_pnr TYPE ps_psp_pnr, aufnr TYPE vbap-aufnr, prctr TYPE prctr, gbsta TYPE vbup-gbsta, erdat TYPE vbap-erdat, trvog TYPE vbak-trvog, objnr TYPE vbap-objnr, bukrs_vf TYPE vbak-bukrs_vf, pctrf TYPE vbap-pctrf, END OF gty_s_so
7 GTY_S_TRVOG_DATE Protected See coding 20091216 BEGIN OF gty_s_trvog_date, trvog TYPE trvog, from_date TYPE dats, END OF gty_s_trvog_date
8 GTY_S_WERKS_BUKRS Protected See coding 20090811 BEGIN OF gty_s_werks_bukrs, werks TYPE werks, bukrs TYPE bukrs, END OF gty_s_werks_bukrs
9 GTY_TS_VKORG_BUKRS Protected See coding 20090810 gty_ts_vkorg_bukrs TYPE SORTED TABLE OF gty_vkorg_bukrs WITH NON-UNIQUE KEY bukrs
10 GTY_T_SO Protected See coding 20120911 gty_t_so TYPE SORTED TABLE OF gty_s_so WITH NON-UNIQUE KEY objnr
11 GTY_T_TRVOG_DATE Protected See coding 20091216 gty_t_trvog_date TYPE TABLE OF gty_s_trvog_date
12 GTY_T_WERKS_BUKRS Protected See coding 20090811 gty_t_werks_bukrs TYPE SORTED TABLE OF gty_s_werks_bukrs WITH UNIQUE KEY werks
13 GTY_VKORG_BUKRS Protected See coding 20090810 BEGIN OF gty_vkorg_bukrs, vkorg TYPE vkorg, bukrs TYPE bukrs, END OF gty_vkorg_bukrs
14 GTY_VKORG_RANGE Protected See coding 20090810 gty_vkorg_range TYPE RANGE OF vkorg
Method Signatures

Method CHECK_ORDER_IS_XCOMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUKRS_VF Call by reference Type reference (TYPE) VBAK-BUKRS_VF Fakturierender Buchungskreis 20090810
2 Importing IV_WERKS Call by reference Type reference (TYPE) VBAP-WERKS Werk (eigen oder fremd) 20090810
3 Returning RV_IS_XCOMP Value transfer Type reference (TYPE) ABAP_BOOL 20090810
# Exception Resumable Description Created on
1 CX_FAGL_R_ERROR_OCCURRED Buchungskreis konnte nicht ermittelt werden 20090820

Method DETERMINE_SUPERIOR_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FW_CALLBACK Call by reference Object reference (TYPE REF TO) IF_FAGL_R_FW_CALLBACK Reorg: Callback ins Framework 20090513
2 Importing IS_SO_ITEM Call by reference Type reference (TYPE) GTY_S_SO Struktur mit relevanten Kundenauftrags-Pos.-Daten 20090513
3 Returning RV_SUP_OBJ Value transfer Type reference (TYPE) FAGL_R_OBJ_TYPE Objektart des übergeordneten Objekts 20090513

Method DETERMINE_SUPERIOR_OBJECT_TYPE on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method FILL_RFBSK_INVOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RG_VBELN_RFBSK Value transfer Type reference (TYPE) FAGL_R_T_SELOPT Reorg: Tabelle der gener. SELECT-OPTION dynam. Selektionen 20130424

Method FILL_RFBSK_INVOICE on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method FILL_STAT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RG_STAT Value transfer Type reference (TYPE) GTY_STAT_RANGE Systemstatus 20120911

Method FILL_STAT_RANGE on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method FILL_TRVOG_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RG_TRVOG Value transfer Type reference (TYPE) FAGL_R_T_RANGE_TRVOG Rangetabelle TRVOG 20090710

Method FILL_TRVOG_RANGE on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method FILL_VAPMA_RG_RESTR_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RG_AUART Call by reference Type reference (TYPE) SHP_AUART_RANGE_T Tabellentyp zur Rangestabelle für Auftragsart 20090306
2 Exporting ET_RG_AUDAT Call by reference Type reference (TYPE) FAGL_R_T_AUDAT_RANGE Range-Tabelle AUDAT 20090306
3 Exporting ET_RG_BSTNK Call by reference Type reference (TYPE) FAGL_R_T_BSTNK_RANGE Range-Tabelle BSTNK 20090306
4 Exporting ET_RG_ERNAM Call by reference Type reference (TYPE) SHP_ERNAM_RANGE_T Ranges-Tabelle zum Erfassername einer Lieferung 20090306
5 Exporting ET_RG_KUNNR Call by reference Type reference (TYPE) SHP_KUNNR_RANGE_T Tabellentyp zur Rangestabelle für Auftraggeber 20090306
6 Exporting ET_RG_MATNR Call by reference Type reference (TYPE) RANGE_T_MATNR Rangetabelle für Datenelement MATNR 20090306
7 Exporting ET_RG_POSNR Call by reference Type reference (TYPE) SHP_POSNR_RANGE_T Tabellentyp zur Rangestabelle für Verkaufsbeleg 20090306
8 Exporting ET_RG_SPART Call by reference Type reference (TYPE) SHP_SPART_RANGE_T Tabellentyp zur Rangestabelle für Sparte 20090306
9 Exporting ET_RG_VBELN Call by reference Type reference (TYPE) SHP_VBELN_RANGE_T Tabellentyp zur Rangestabelle für Verkaufsbeleg 20090306
10 Exporting ET_RG_VKBUR Call by reference Type reference (TYPE) SHP_VKBUR_RANGE_T Tabellentyp zur Rangestabelle für Verkaufsbüro 20090306
11 Exporting ET_RG_VKGRP Call by reference Type reference (TYPE) SHP_VKGRP_RANGE_T Tabellentyp zur Rangestabelle für Verkäufergruppe 20090306
12 Exporting ET_RG_VKORG Call by reference Type reference (TYPE) GDS_SELRANGE_VKORG_TAB Select-Range VKORG 20090306
13 Exporting ET_RG_VTWEG Call by reference Type reference (TYPE) SHP_VTWEG_RANGE_T Tabellentyp zur Rangestabelle für Vertriebsweg 20090306
14 Importing IT_RESTRICTION_SPECIFIC Call by reference Type reference (TYPE) FAGL_R_T_TRANGE Reorg: Tabellenname und SEL-OPT-Tabelle pro Feldname 20090306

Method FILL_VAPMA_RG_RESTR_SPEC on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method FILL_VBTYP_INVOICE Signature

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

Method FILL_VBTYP_INVOICE on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method FILL_VBTYP_RG 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 20091020

Method FILL_VBTYP_RG on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method GET_BUKRS_FROM_WERKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WERKS Call by reference Type reference (TYPE) VBAP-WERKS Werk (eigen oder fremd) 20090810
2 Returning RV_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20090810

Method GET_BUKRS_FROM_WERKS on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method GET_REORG_RELEVANT_DATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRVOG_DATES Call by reference Type reference (TYPE) GTY_T_TRVOG_DATE Daten pro Art des Vertriebsgelegs 20091216
2 Importing IV_REORG_DATE Call by reference Type reference (TYPE) FAGL_R_DATE Reorganisationsdatum 20091216

Method GET_REORG_RELEVANT_DATES on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method GET_RESTR_SPEC_VBAK_VBAP_VBUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WHERETAB_VBAK Call by reference Type reference (TYPE) TT_RSDSWHERE generische Where-Bedingungen für VBAK 20090527
2 Exporting ET_WHERETAB_VBAP Call by reference Type reference (TYPE) TT_RSDSWHERE generische Where-Bedingungen für VBAP 20090527
3 Exporting ET_WHERETAB_VBUP Call by reference Type reference (TYPE) TT_RSDSWHERE generische Where-Bedingungen für VBUP 20090527
4 Importing IT_RESTRICTION_SPECIFIC Call by reference Type reference (TYPE) FAGL_R_T_TRANGE Reorg: Tabellenname und SEL-OPT-Tabelle pro Feldname 20090527

Method GET_RESTR_SPEC_VBAK_VBAP_VBUP on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method GET_VKORG_FOR_BUKRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VKORG_RANGE Call by reference Type reference (TYPE) GTY_BUKRS_RANGE Range-Tabelle Verkaufsorganisation 20090304
2 Importing IT_BUKRS_RANGE Call by reference Type reference (TYPE) GTY_VKORG_RANGE Range-Tabelle Buchungskreis 20090304

Method GET_VKORG_FOR_BUKRS on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method LOG_SUBSEQUENT_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) FAGL_R_T_MESSAGE Reorg: Meldungen 20091020
2 Exporting ES_ERROR Call by reference Type reference (TYPE) GTY_S_ERROR Fehler-Kennzeichen 20091020
3 Exporting ET_INS_SD_LOG Call by reference Type reference (TYPE) FAGL_R_T_SD_LOG Reorganisation: Interne Tabelle der SD Protokolldatei 20091020
4 Exporting ET_UPD_SD_LOG Call by reference Type reference (TYPE) FAGL_R_T_SD_LOG Reorganisation: Interne Tabelle der SD Protokolldatei 20091020
5 Importing IS_KEY Call by reference Type reference (TYPE) GTY_S_KEY Objektschlüssel 20091020
6 Importing IS_MDATTR_NEW Call by reference Type reference (TYPE) GTY_S_MDATTR Neues Profitcenter/Ergebnisobjekt 20091020
7 Importing IS_MDATTR_OLD Call by reference Type reference (TYPE) GTY_S_MDATTR Altes Profitcenter/Ergebnisobjekt 20091020
8 Importing IV_XCOMP Call by reference Type reference (TYPE) ABAP_BOOL Cross-Company (Feld PCTRF/ Objektart SOI) 20091021

Method LOG_SUBSEQUENT_DOCUMENTS on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method REMOVE_CO_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SO Call by reference Type reference (TYPE) GTY_T_SO 20120911

Method REMOVE_CO_CLOSED on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method REMOVE_REV_REC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) FAGL_R_T_MESSAGE2 Reorg: Meldungen (ohne Index) 20090810
2 Changing CT_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT Reorg: Objektliste 20090810

Method REMOVE_REV_REC on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method ROLLBACK_VBAP_AND_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) FAGL_R_T_MESSAGE Reorg: Meldungen 20091021
2 Exporting EV_FATAL_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20091021
3 Importing IS_MDATTR_OLD Call by reference Type reference (TYPE) GTY_S_MDATTR 20091021
4 Importing IT_INS_SD_LOG Call by reference Type reference (TYPE) FAGL_R_T_SD_LOG Reorganisation: Interne Tabelle der SD Protokolldatei 20091021
5 Importing IT_UPD_SD_LOG Call by reference Type reference (TYPE) FAGL_R_T_SD_LOG Reorganisation: Interne Tabelle der SD Protokolldatei 20091021
6 Importing IV_POSNR Call by reference Type reference (TYPE) POSNR Positionsnummer des Vertriebsbeleges 20091021
7 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN Vertriebsbelegnummer 20091021
8 Importing IV_XCOMP Call by reference Type reference (TYPE) ABAP_BOOL Cross-Company (Feld Pctrf/Objekttyp SOI) 20091021

Method ROLLBACK_VBAP_AND_LOG on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method SELECT_FIRSTLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FAGL_R_T_MESSAGE2 Nachrichten 20090304
2 Exporting ET_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT Tabelle der gefundenen Kundenauftragspositionen 20090304
3 Importing IO_FW_CALLBACK Call by reference Object reference (TYPE REF TO) IF_FAGL_R_FW_CALLBACK Instanz für Callback ins Framework 20090304
4 Importing IT_RG_KOKRS Call by reference Type reference (TYPE) FAGL_RANGE_T_KOKRS Rangetabelle für Kostenrechnungskreis 20090304
5 Importing IT_RG_PRCTR Call by reference Type reference (TYPE) FAGL_RANGE_T_PRCTR Rangetabelle für Profit Center 20090304
6 Importing IT_RG_VKORG Call by reference Type reference (TYPE) GDS_SELRANGE_VKORG_TAB Rangetabelle für Verkaufsorganisationen 20090304
7 Importing IT_TRVOG_DATES Call by reference Type reference (TYPE) GTY_T_TRVOG_DATE Daten pro Belegart 20091216
8 Importing IT_WHERETAB_VBAK Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAK-Felder 20090306
9 Importing IT_WHERETAB_VBAP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAP-Felder 20090306
10 Importing IT_WHERETAB_VBUP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBUP-Felder 20090527

Method SELECT_FIRSTLEVEL on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method SELECT_VIA_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT Gefundene Kundenauftragspositionen 20090304
2 Importing IO_FW_CALLBACK Call by reference Object reference (TYPE REF TO) IF_FAGL_R_FW_CALLBACK Reorg: Callback ins Framework 20090429
3 Importing IT_RESTRICTION_SPECIFIC Call by reference Type reference (TYPE) FAGL_R_T_TRANGE Reorg: Tabellenname und SEL-OPT-Tabelle pro Feldname 20090306
4 Importing IT_RG_KOKRS Call by reference Type reference (TYPE) FAGL_RANGE_T_KOKRS Rangetabelle KOKRS 20090304
5 Importing IT_RG_PRCTR Call by reference Type reference (TYPE) FAGL_RANGE_T_PRCTR Rangetabelle PRCTR 20090304
6 Importing IT_RG_VKORG Call by reference Type reference (TYPE) GDS_SELRANGE_VKORG_TAB Select-Range VKORG 20090304
7 Importing IT_SUPERIOR_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT_SUP Übergeordnete Materialien 20090304
8 Importing IT_TRVOG_DATES Call by reference Type reference (TYPE) GTY_T_TRVOG_DATE Daten pro Belegart 20091216
9 Importing IT_WHERETAB_VBAK Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAK-Felder 20090306
10 Importing IT_WHERETAB_VBAP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAP-Felder 20090306
11 Importing IT_WHERETAB_VBUP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBUP-Felder 20090527

Method SELECT_VIA_MATERIAL on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method SELECT_VIA_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT Gefundene Kundenauftragspositionen 20090512
2 Importing IO_FW_CALLBACK Call by reference Object reference (TYPE REF TO) IF_FAGL_R_FW_CALLBACK Reorg: Callback ins Framework 20090513
3 Importing IT_RG_KOKRS Call by reference Type reference (TYPE) FAGL_RANGE_T_KOKRS Rangetabelle KOKRS 20090512
4 Importing IT_RG_PRCTR Call by reference Type reference (TYPE) FAGL_RANGE_T_PRCTR Rangetabelle PRCTR 20090512
5 Importing IT_RG_VKORG Call by reference Type reference (TYPE) GDS_SELRANGE_VKORG_TAB Select-Range VKORG 20090512
6 Importing IT_SUPERIOR_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT_SUP Übergeordnete Aufträge 20090512
7 Importing IT_TRVOG_DATES Call by reference Type reference (TYPE) GTY_T_TRVOG_DATE Daten pro Belegart 20091216
8 Importing IT_WHERETAB_VBAK Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAK-Felder 20090512
9 Importing IT_WHERETAB_VBAP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAP-Felder 20090512
10 Importing IT_WHERETAB_VBUP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBUP-Felder 20090527

Method SELECT_VIA_ORDER on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.

Method SELECT_VIA_WBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT Gefundene Kundenauftragspositionen 20090304
2 Importing IO_FW_CALLBACK Call by reference Object reference (TYPE REF TO) IF_FAGL_R_FW_CALLBACK Reorg: Callback ins Framework 20090513
3 Importing IT_RG_KOKRS Call by reference Type reference (TYPE) FAGL_RANGE_T_KOKRS Rangetabelle KOKRS 20090304
4 Importing IT_RG_PRCTR Call by reference Type reference (TYPE) FAGL_RANGE_T_PRCTR Rangetabelle PRCTR 20090304
5 Importing IT_RG_VKORG Call by reference Type reference (TYPE) GDS_SELRANGE_VKORG_TAB Select-Range VKORG 20090304
6 Importing IT_SUPERIOR_OBJECT Call by reference Type reference (TYPE) FAGL_R_T_OBJECT_SUP Übergeordnete PSP-Elemente 20090304
7 Importing IT_TRVOG_DATES Call by reference Type reference (TYPE) GTY_T_TRVOG_DATE Daten pro Belegart 20091216
8 Importing IT_WHERETAB_VBAK Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAK-Felder 20090306
9 Importing IT_WHERETAB_VBAP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBAP-Felder 20090306
10 Importing IT_WHERETAB_VBUP Call by reference Type reference (TYPE) TT_RSDSWHERE Spezifische Einschränkungen auf VBUP-Felder 20090527

Method SELECT_VIA_WBS on class CL_FAGL_R_OBJ_TYPE_001_SO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605