SAP /SCMTMS/IF_CARR_INV_NOTIINBND OO Class - Carrier Invoice inbound interface for TM









/SCMTMS/IF_CARR_INV_NOTIINBND 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 /SCMTMS/IF_CARR_INV_NOTIINBND 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 /SCMTMS/IF_CARR_INV_NOTIINBND 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
ACCEPT_DISPUTEAccept the ProposalPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>ACCEPT_DISPUTE...more details

CLEANUPClean up of variablesPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>CLEANUP...more details

CREATE_CARRIER_INVOICECreate Carrier InvoicePublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>CREATE_CARRIER_INVOICE...more details

CREATE_CREDIT_MEMOCreate Credit Memo for Carrier InvoicePublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>CREATE_CREDIT_MEMO...more details

DISCARD_CARRIER_INVOICEDiscard Carrier InvoicePublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>DISCARD_CARRIER_INVOICE...more details

REVOKE_ITEMRevoke the change requestedPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>REVOKE_ITEM...more details

SIMULATE_CHARGESSimulate chargesPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>SIMULATE_CHARGES...more details

SUBMIT_INVOICESubmit InvoicePublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>SUBMIT_INVOICE...more details

UPDATE_CARRIER_INVOICE_MASSUpdate Carrier InvoicePublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_CARRIER_INVOICE_MASS...more details

UPDATE_CHARGE_DETAILSUpdate Charge DetailsPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_CHARGE_DETAILS...more details

UPDATE_INVOICE_DETAILSUpdate Carrier Invoice Header details.Public
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_INVOICE_DETAILS...more details

UPDATE_LOGISTICAL_DETAILSUpdate Logistical DetailsPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_LOGISTICAL_DETAILS...more details

UPDATE_NOTESUpdate NotesPublic
CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_NOTES...more details



/SCMTMS/IF_CARR_INV_NOTIINBND 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
MO_INV_DISP_HELPERInstance AttributeInvoice Dispute HelperLIKE
/SCMTMS/CL_INV_DISP_HELPER
Public


Links to Related Class(s)

/SCMTMS/...
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!