SAP Classes

Share |

SAP_SRM_ATTRIBUTES_OF_BIDS SAP Class - Test Class for Template


SAP_SRM_ATTRIBUTES_OF_BIDS 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 SAP_SRM_ATTRIBUTES_OF_BIDS 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 SAP_SRM_ATTRIBUTES_OF_BIDS or its description.





Inheritance
This class has a superclass assigned to it, which means it will inherit methods from this super class. The superclass for SAP_SRM_ATTRIBUTES_OF_BIDS is CL_RSR_WWW_MODIFY_TABLE


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 SAP_SRM_ATTRIBUTES_OF_BIDS=>methodname EXPORTING/IMPORTING...

GET_SRM_TEXT - Get SRM Texts


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

IT_BEST_BID - Storage Table for Best Bid
IT_QUO_ID - Storage Table for Bid Numbers
IT_SUM_VAL - Storage Table for Total Value
I_BIGURE - Memory for Current Bid Invitation Key
I_FILTER - Storage for Filter Value for 0_QUO_ATTR
I_QUOATTR - Memory for Current Attribute Key
L_DREF_EXSTRUC - Object for ODS Content


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