SAP Classes

Share |

CLFIEU_CUST_SAFT SAP Class - Global Class for SAFT


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


Class Methods

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

GET_KNA1 -

GET_BSEC -

CREATE_VENDOR_CUSTOMER -

CREATE_OTCUSTOMER -

CREATE_CUSTOMER -

MAP_CUST_DETAILS -



Class Attributes

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

GV_YEAR - Fiscal Year
GV_TAX_ACCT_BASIS - Tax Accounting Basis
GV_OT_IND_CUST - General Flag
GV_OT_CUST_COUNT -

GV_LAND - Country Key
GV_CUSTOMER_COUNT -

GV_BUKRS - Company Code
GV_BP_XML_OUTPUT -

GT_KNA1 - Table Type for Kna1
GT_DATE - Posting Date in the Document
CL_GENERIC_OBJ - Generic Class For Saft


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 <evnet name> EXPOTING...





comments powered by Disqus