SAP IF_IFW_CON OO Class - Constants for invoice forecasting worklist









IF_IFW_CON is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_IFW_CON including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_IFW_CON SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability



IF_IFW_CON attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
C_BILL_MM_DIFFConstantDifferential MM invoice'6 'LIKE
IFW_DE_BILL_TYPE
Public
C_BILL_MM_FINConstantFinal MM invoice'7 'LIKE
IFW_DE_BILL_TYPE
Public
C_BILL_MM_NO_DIConstantMM invoice (w/o diff. invoicing)'1 'LIKE
IFW_DE_BILL_TYPE
Public
C_BILL_MM_PROVConstantProvisional MM invoice'5 'LIKE
IFW_DE_BILL_TYPE
Public
C_BILL_SCEN_IC_PURConstantCross-company replenishment'1'LIKE
IFW_DE_BILL_SCEN
Public
C_BILL_SCEN_IC_SALESConstantIntercompany sales'2'LIKE
IFW_DE_BILL_SCEN
Public
C_BILL_SCEN_SALESConstantCustomer sales' 'LIKE
IFW_DE_BILL_SCEN
Public
C_CLOSEDConstantClosed'4'LIKE
IFW_DE_WL_STATUS
Public
C_CPE_CURR_FUTUREConstantCurrency period completely in the future'13'LIKE
CPET_TERMSTATUS
Public
C_CPE_CURR_PARTIALConstantCurrency term partially evaluated'12'LIKE
CPET_TERMSTATUS
Public
C_CPE_FINConstantFormula finally evaluated'01'LIKE
CPET_FORMSTATUS
Public
C_CPE_PARTIALConstantFormula partially evaluated'03'LIKE
CPET_FORMSTATUS
Public
C_CPE_PROVConstantFormula provisionally evaluated'02'LIKE
CPET_FORMSTATUS
Public
C_CPE_QUOT_FUTUREConstantQuotation period completely in the future'08'LIKE
CPET_TERMSTATUS
Public
C_CPE_QUOT_PARTIALConstantQuotation term partially evaluated'07'LIKE
CPET_TERMSTATUS
Public
C_CPE_SUCC_YELLOWConstantFormula evaluated Successfully, but Some Data in Future'07'LIKE
CPET_FORMSTATUS
Public
C_CPE_TERM_FINConstantTerm finally evaluated'01'LIKE
CPET_TERMSTATUS
Public
C_CPE_TERM_FIN_CEILINGConstantTerm finally evaluated (Ceiling)'03'LIKE
CPET_TERMSTATUS
Public
C_CPE_TERM_FIN_FLOORConstantTerm finally evaluated (Floor)'02'LIKE
CPET_TERMSTATUS
Public
C_CPE_TERM_MISSING_INPUTConstantNot evaluated (Input data missing)'00'LIKE
CPET_TERMSTATUS
Public
C_CPE_TERM_PROVConstantTerm provisionally evaluated'04'LIKE
CPET_TERMSTATUS
Public
C_CPE_TERM_PROV_CEILINGConstantTerm provisionally evaluated (Ceiling)'06'LIKE
CPET_TERMSTATUS
Public
C_CPE_TERM_PROV_FLOORConstantTerm provisionally evaluated (Floor)'05'LIKE
CPET_TERMSTATUS
Public
C_DELETEConstantDelete indicator'D'LIKE
UPDKZ_D
Public
C_FC_DONEConstantForecast up-to-date'2'LIKE
IFW_DE_WL_STATUS
Public
C_FC_ERRConstantForecast error'3'LIKE
IFW_DE_WL_STATUS
Public
C_FC_OLDConstantForecast obsolete'1'LIKE
IFW_DE_WL_STATUS
Public
C_IFW_RELEVANCYConstantItem Relevancy Type'01'LIKE
IFW_DE_RELEVANCY_TYPE
Public
C_INSERTConstantInsert indicator'I'LIKE
UPDKZ_D
Public
C_INVDD_DET_CPEConstantInvoice due date from CPE'1'LIKE
IFW_DE_INVDD_DET
Public
C_INVDD_DET_PPEConstantInvoice due date from PPE'2'LIKE
IFW_DE_INVDD_DET
Public
C_INVDD_RULE_CPEConstantFrom CPE'01'LIKE
IFW_DE_DET_RULE
Public
C_INVDD_RULE_PPEConstantFrom PPE'02'LIKE
IFW_DE_DET_RULE
Public
C_INVDD_RULE_PPE_CPEConstantFirst PPE, second CPE'03'LIKE
IFW_DE_DET_RULE
Public
C_INV_DIFFConstantDifferential invoice'2'LIKE
IFW_DE_INV_CAT
Public
C_INV_DLConstantDelivery-based forecast'03'LIKE
IFW_DE_INV_TYPE
Public
C_INV_DL_DConstantSD logistics delta invoice'06'LIKE
IFW_DE_INV_TYPE
Public
C_INV_FINConstantFinal invoice'3'LIKE
IFW_DE_INV_CAT
Public
C_INV_GRConstantGoods-receipt-based forecast'01'LIKE
IFW_DE_INV_TYPE
Public
C_INV_GR_DConstantMM logistics delta invoice'05'LIKE
IFW_DE_INV_TYPE
Public
C_INV_MMConstantMM logistics invoice'02'LIKE
IFW_DE_INV_TYPE
Public
C_INV_NO_DIConstantInvoice without differential invoicing' 'LIKE
IFW_DE_INV_CAT
Public
C_INV_PROVConstantProvisional invoice'1'LIKE
IFW_DE_INV_CAT
Public
C_INV_SDConstantSD billing document'04'LIKE
IFW_DE_INV_TYPE
Public
C_LOG_CONTEXTTABConstantStructure for IFW message context'IFW_BAL_CONTEXT'LIKE
BALTABNAME
Public
C_LOG_OBJECTConstantIFW application log object'IFW'LIKE
BALOBJ_D
Public
C_LOG_SUBOBJConstantIFW application log forecasting run'RUN'LIKE
BALSUBOBJ
Public
C_NOConstantCheckbox' 'LIKE
XFELD
Public
C_NOT_RELEVANTConstantnot IFW-relevant'3'LIKE
CIWB_DE_ITEM_RELEVANCY
Public
C_NOT_SPECIFIEDConstantItem relevancy not specified''LIKE
CIWB_DE_ITEM_RELEVANCY
Public
C_NO_FCConstantCreated' 'LIKE
IFW_DE_WL_STATUS
Public
C_PAYDD_DET_PPEConstantPayment due date from PPE'1'LIKE
IFW_DE_PAYDD_DET
Public
C_PPE_INVDD_FINConstantFinal invoice due date'0301'LIKE
PPE_EVENT
Public
C_PPE_INVDD_PROVConstantProvisional invoice due date'0300'LIKE
PPE_EVENT
Public
C_PPE_PAYDD_FINConstantFinal payment due date'0303'LIKE
PPE_EVENT
Public
C_PPE_PAYDD_PROVConstantProvisional payment due date'0302'LIKE
PPE_EVENT
Public
C_REF_DLConstantType of invoice reference object'02'LIKE
IFW_DE_REF_TYPE
Public
C_REF_GRConstantType of invoice reference object'01'LIKE
IFW_DE_REF_TYPE
Public
C_RELEVANTConstantIFW-relevant'2'LIKE
CIWB_DE_ITEM_RELEVANCY
Public
C_RUN_PROGConstantIFW forecasting report'IFW_FORECAST'LIKE
SYREPID
Public
C_TCConstantRoot Document Type'01'LIKE
CIWB_DE_ROOT_DOC_TYPE
Public
C_TRADING_CONTRACTConstantTC as Root Document'01'LIKE
CIWB_DE_ROOT_DOC_TYPE
Public
C_UI_STATUS_DISPLAYConstantUI Status Display'1'LIKE
CIWB_DE_UI_STATUS
Public
C_UI_STATUS_EDITConstantUI Status Edit'2'LIKE
CIWB_DE_UI_STATUS
Public
C_UNCHANGEDConstantIndicator: Unchanged' 'LIKE
UPDKZ_D
Public
C_UPDATEConstantUpdate indicator'U'LIKE
UPDKZ_D
Public
C_YESConstantCheckbox'X'LIKE
XFELD
Public


Links to Related Class(s)

IF_IFW_C...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!