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 Name | Description | Visability |
| ACCEPT_DISPUTE | Accept the Proposal | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>ACCEPT_DISPUTE...more details | ||
| CLEANUP | Clean up of variables | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>CLEANUP...more details | ||
| CREATE_CARRIER_INVOICE | Create Carrier Invoice | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>CREATE_CARRIER_INVOICE...more details | ||
| CREATE_CREDIT_MEMO | Create Credit Memo for Carrier Invoice | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>CREATE_CREDIT_MEMO...more details | ||
| DISCARD_CARRIER_INVOICE | Discard Carrier Invoice | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>DISCARD_CARRIER_INVOICE...more details | ||
| REVOKE_ITEM | Revoke the change requested | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>REVOKE_ITEM...more details | ||
|
| ||
| SIMULATE_CHARGES | Simulate charges | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>SIMULATE_CHARGES...more details | ||
| SUBMIT_INVOICE | Submit Invoice | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>SUBMIT_INVOICE...more details | ||
| UPDATE_CARRIER_INVOICE_MASS | Update Carrier Invoice | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_CARRIER_INVOICE_MASS...more details | ||
| UPDATE_CHARGE_DETAILS | Update Charge Details | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_CHARGE_DETAILS...more details | ||
| UPDATE_INVOICE_DETAILS | Update Carrier Invoice Header details. | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_INVOICE_DETAILS...more details | ||
| UPDATE_LOGISTICAL_DETAILS | Update Logistical Details | Public |
| CALL METHOD /scmtms/if_carr_inv_notiinbnd=>UPDATE_LOGISTICAL_DETAILS...more details | ||
| UPDATE_NOTES | Update Notes | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_INV_DISP_HELPER | Instance Attribute | Invoice Dispute Helper | LIKE /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