SAP ABAP Class CL_BORGR_DYNP_UTIL (Class for Screen Tools)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-SPM-INB (Application Component) Goods Receipt Process
     LE_BOR (Package) Goods Receipt Processing for Inbound Delivery
Properties
Class CL_BORGR_DYNP_UTIL  
Short Description Class for Screen Tools    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LE_BOR   Goods Receipt Processing for Inbound Delivery 
Created 20021016   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CXTAB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BORGR_DYNP_UTIL has no interface implemented.
Friends
Class CL_BORGR_DYNP_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_DYNNR Instance attribute Protected Type reference (TYPE) YT_DYNNR 20030723
2 AT_FIELD_PROP Instance attribute Protected Type reference (TYPE) YT_FIELD_PROP Screen Field Attribute Buffer 20030723
3 C_ACTIVE Constant Public Type reference (TYPE) CHAR01 6 Character Field Length 1 20021016
4 C_COLOR Constant Public Type reference (TYPE) CHAR01 'B' Character Field Length 1 20021016
5 C_DISPLAY_3D Constant Public Type reference (TYPE) CHAR01 7 Character Field Length 1 20021016
6 C_INPUT Constant Public Type reference (TYPE) CHAR01 2 Character Field Length 1 20021016
7 C_INTENSIFIED Constant Public Type reference (TYPE) CHAR01 4 Character Field Length 1 20021016
8 C_INVISIBLE Constant Public Type reference (TYPE) CHAR01 5 Character Field Length 1 20021016
9 C_OUTPUT Constant Public Type reference (TYPE) CHAR01 3 Character Field Length 1 20021016
10 C_REQUEST Constant Public Type reference (TYPE) CHAR01 9 Character Field Length 1 20021016
11 C_REQUIRED Constant Public Type reference (TYPE) CHAR01 1 Character Field Length 1 20021016
12 C_VALUES_IN_COMBO Constant Public Type reference (TYPE) CHAR01 'A' Character Field Length 1 20021016
13 C_VALUE_HELP Constant Public Type reference (TYPE) CHAR01 8 Character Field Length 1 20021016
14 C_XFELD Constant Public Type reference (TYPE) XFELD 'X' Checkbox 20030723
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030723
2 PUFFER_FLUSH Instance method Public Method All Buffers Are Deleted 20030723
3 SET_FIELD_ACTIVE Static method Public Method Set the Screen Active Status for a Screen Field 20021016
4 SET_FIELD_ACTIVE_P Instance method Public Method Set the Screen Active Status for a Screen Field 20030723
5 SET_FIELD_COLOR Static method Public Method Set the Screen Color Status for a Screen Field 20021016
6 SET_FIELD_COLOR_P Instance method Public Method Set the Screen Color Status for a Screen Field 20030723
7 SET_FIELD_INPUT Static method Public Method Set the Screen Input Status for a Screen Field 20021016
8 SET_FIELD_INPUT_P Instance method Public Method Set the Screen Input Status for a Screen Field 20030723
9 SET_FIELD_INTENSIFIED Static method Public Method Set the Screen Intensified Status for a Screen Field 20021016
10 SET_FIELD_INTENSIFIED_P Instance method Public Method Set the Screen Intensified Status for a Screen Field 20030724
11 SET_FIELD_INVISIBLE Static method Public Method Set the Screen Invisible Status for a Screen Field 20021016
12 SET_FIELD_INVISIBLE_P Instance method Public Method Set the Screen Invisible Status for a Screen Field 20030723
13 SET_FIELD_OUTPUT Static method Public Method Set the Screen Output Status for a Screen Field 20021016
14 SET_FIELD_OUTPUT_P Instance method Public Method Set the Screen Output Status for a Screen Field 20030723
15 SET_FIELD_REQUIRED Static method Public Method Set the Screen Required Status for a Screen Field 20021016
16 SET_FIELD_REQUIRED_P Instance method Public Method Set the Screen Required Status for a Screen Field 20030723
17 SET_PUFFERED_PROP_PAI Instance method Public Method SCREEN Copy Parameter Changes from Buffer (PAI Process) 20030723
18 SET_PUFFERED_PROP_PBO Instance method Public Method SCREEN Copy Parameter Changes from Buffer (PBO Process) 20030723
Events
Class CL_BORGR_DYNP_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_DYNNR Protected See coding Collect Changed Screens (Structure) 20030723
2 YS_FIELD_PROP Protected See coding Collect Field Attribnutes (Structure) 20030723
3 YT_DYNNR Protected See coding Collect Changed Screens (Table) 20030723
4 YT_FIELD_PROP Protected See coding Collect Field Attributes (Table) 20030723
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BORGR_DYNP_UTIL has no parameter.
Method CONSTRUCTOR on class CL_BORGR_DYNP_UTIL has no exception.

Method PUFFER_FLUSH Signature

Method PUFFER_FLUSH on class CL_BORGR_DYNP_UTIL has no parameter.
Method PUFFER_FLUSH on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_ACTIVE on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_ACTIVE_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030723
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030723
3 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20030723
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_ACTIVE_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) I Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_COLOR on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_COLOR_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030724
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030723
3 Importing I_VALUE Call by reference Type reference (TYPE) I Einstellende Wert 20030723
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_COLOR_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_INPUT on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_INPUT_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030724
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030723
3 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20030723
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_INPUT_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_INTENSIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_INTENSIFIED on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_INTENSIFIED_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030724
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030724
3 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20030724
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030724

Method SET_FIELD_INTENSIFIED_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_INVISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_INVISIBLE on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_INVISIBLE_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030724
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030723
3 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20030723
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_INVISIBLE_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_OUTPUT on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_OUTPUT_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030724
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030723
3 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20030723
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_OUTPUT_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20021016
2 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20021016
3 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_REQUIRED on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_FIELD_REQUIRED_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20030724
2 Importing I_NAME Call by reference Type reference (TYPE) CHAR30 Feldname 20030723
3 Importing I_VALUE Call by reference Type reference (TYPE) CHAR01 Einstellende Wert 20030723
4 Changing XS_TABLE Call by reference Type reference (TYPE) CXTAB_CONTROL Tablecontrol 20030723

Method SET_FIELD_REQUIRED_P on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_PUFFERED_PROP_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) DYNNR Nummer des folgenden Bildschirmbildes 20030723

Method SET_PUFFERED_PROP_PAI on class CL_BORGR_DYNP_UTIL has no exception.

Method SET_PUFFERED_PROP_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) DYNNR Nummer des folgenden Bildschirmbildes 20030723

Method SET_PUFFERED_PROP_PBO on class CL_BORGR_DYNP_UTIL has no exception.
History
Last changed by/on SAP  20041209 
SAP Release Created in 471