SAP Classes

Share |

IF_QCONTROL_CONSTANTS SAP Class - Global Constants


IF_QCONTROL_CONSTANTS is a standard SAP class available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this class interface. You can view this information and more if you enter the class name IF_QCONTROL_CONSTANTS into the relevant SAP transaction such as SE24 or SE80.

Contribute (Add Comment)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name IF_QCONTROL_CONSTANTS or its description.


Class Methods
In some respects Class methods are similar to function modules in that they are a coding block that performs certain ABAP functionality. Methods can be referenced using the following syntax: CALL METHOD IF_QCONTROL_CONSTANTS=>methodname EXPORTING/IMPORTING...


Class Attributes
Class attributes can be referenced using the following syntax IF_QCONTROL_CONSTANTS=><attribute name>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

GC_GR_BLOCK_BY_MATERIAL - Goods Receipt Block by Material Through Vendor Block
GC_GR_BLOCK_BY_QINFO - Goods Receipt Block by Q-Info Record
GC_GR_BLOCK_BY_VENDOR - Vendor Block
GC_NO_GR_BLOCK_BY_MATERIAL - Goods Receipt Block by Material Through Vendor Block
GC_NO_GR_BLOCK_BY_MATERIAL_MSG - Goods Receipt Block by Material Through Vendor Block
GC_NO_GR_BLOCK_BY_QINFO - Goods Receipt Block by Q-Info Record
GC_NO_GR_BLOCK_BY_QINFO_MSG - Goods Receipt Block by Q-Info Record
GC_NO_GR_BLOCK_BY_VENDOR - Vendor Block
GC_RFC_FM_IRULE_DELETE - Single-Character Indicator
GC_RFC_FM_IRULE_MAINTAIN - Single-Character Indicator
GC_RFC_QUEUE_PREFIX_QINF - RFC Queue Prefix QINF


Class Events
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT <event name> EXPOTING...





comments powered by Disqus