SAP /SCMTMS/CL_CLC_HELPER OO Class - Credit Limit Check
/SCMTMS/CL_CLC_HELPER 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/CL_CLC_HELPER 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/CL_CLC_HELPER 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 |
| BP_MAP_INT_TO_CUST | Map bp to customer | Public |
| CALL METHOD /scmtms/cl_clc_helper=>BP_MAP_INT_TO_CUST...more details | ||
| BUILD_CLC_RESULT | Prepares Credit Limit Check Result table for popup | Public |
| CALL METHOD /scmtms/cl_clc_helper=>BUILD_CLC_RESULT...more details | ||
| CHECK_FOR_CLC_V1 | Check if TRQs are CLC relevant | Public |
| CALL METHOD /scmtms/cl_clc_helper=>CHECK_FOR_CLC_V1...more details | ||
| CLEAR_CLC_POST_FSCM | Clear the table post FSCM update | Public |
| CALL METHOD /scmtms/cl_clc_helper=>CLEAR_CLC_POST_FSCM...more details | ||
| CLEAR_CLC_RESULT | Clear Credit Limit Check Result table | Public |
| CALL METHOD /scmtms/cl_clc_helper=>CLEAR_CLC_RESULT...more details | ||
| CLEAR_ORD_VAL_MULT_TRQ | Clear table with order values during CLC for multiple TRQs | Public |
| CALL METHOD /scmtms/cl_clc_helper=>CLEAR_ORD_VAL_MULT_TRQ...more details | ||
|
| ||
| CONSOLIDATE_CLC_FSCM | Consolidate based on party | Public |
| CALL METHOD /scmtms/cl_clc_helper=>CONSOLIDATE_CLC_FSCM...more details | ||
| CONVERT_CLC_AMT_CURR | Get CLC amount, converting it to appropriate currency | Protected |
| CALL METHOD /scmtms/cl_clc_helper=>CONVERT_CLC_AMT_CURR...more details | ||
| CREATE_MESSAGE_HEADER | Creates message header | Private |
| CALL METHOD /scmtms/cl_clc_helper=>CREATE_MESSAGE_HEADER...more details | ||
| CREDIT_LIMIT_CHECK | Credit Limit Check | Public |
| CALL METHOD /scmtms/cl_clc_helper=>CREDIT_LIMIT_CHECK...more details | ||
| DETERMINE_PARTY_CLC_DETAILS | Get the CLC amount and currency for a trq party | Public |
| CALL METHOD /scmtms/cl_clc_helper=>DETERMINE_PARTY_CLC_DETAILS...more details | ||
| FILTER_CLC_FOR_FSCM | Filter the table data for FSCM update | Public |
| CALL METHOD /scmtms/cl_clc_helper=>FILTER_CLC_FOR_FSCM...more details | ||
| GET_CLC_FOR_FSCM | Get the updated table for FSCM update | Public |
| CALL METHOD /scmtms/cl_clc_helper=>GET_CLC_FOR_FSCM...more details | ||
| GET_CLC_RESULT | Get Credit Limit Check Result table for popup | Public |
| CALL METHOD /scmtms/cl_clc_helper=>GET_CLC_RESULT...more details | ||
| GET_ORD_VAL_MULT_TRQ | Get the last Order Value, successfully updated | Public |
| CALL METHOD /scmtms/cl_clc_helper=>GET_ORD_VAL_MULT_TRQ...more details | ||
| GET_SEGMENT_ID | Get Segment ID | Public |
| CALL METHOD /scmtms/cl_clc_helper=>GET_SEGMENT_ID...more details | ||
| IS_CLC_ACTIVE | Check if CLC Is Active | Public |
| CALL METHOD /scmtms/cl_clc_helper=>IS_CLC_ACTIVE...more details | ||
| PREPARE_AND_PROCESS_CLC | Prepare and process CLC. | Public |
| CALL METHOD /scmtms/cl_clc_helper=>PREPARE_AND_PROCESS_CLC...more details | ||
| PREPARE_FOR_CLC | Prepare data for CLC | Public |
| CALL METHOD /scmtms/cl_clc_helper=>PREPARE_FOR_CLC...more details | ||
| PREPARE_RESULT_SET_FOR_FSCM | Prepare result set for FSCM commitment. | Public |
| CALL METHOD /scmtms/cl_clc_helper=>PREPARE_RESULT_SET_FOR_FSCM...more details | ||
| SET_CLC_FOR_FSCM | Prepares the table for FSCM update | Public |
| CALL METHOD /scmtms/cl_clc_helper=>SET_CLC_FOR_FSCM...more details | ||
| SET_ORD_VAL_MULT_TRQ | Set the latest successful order value for BP,Seg. Id | Public |
| CALL METHOD /scmtms/cl_clc_helper=>SET_ORD_VAL_MULT_TRQ...more details | ||
| SET_TRQ_CLC_HANDLE | Sets Handle_CLC indicator | Public |
| CALL METHOD /scmtms/cl_clc_helper=>SET_TRQ_CLC_HANDLE...more details | ||
| UPDATE_FSCM | Updates FSCM System | Public |
| CALL METHOD /scmtms/cl_clc_helper=>UPDATE_FSCM...more details | ||
/SCMTMS/CL_CLC_HELPER 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 |
| MT_CLC_MULT_TRQ | Static Attribute | LIKE TT_MULT_CLC | Private | ||
| MT_CLC_OV | Static Attribute | Order Value table | LIKE TT_ORDER_VALUE | Private | |
| MT_CLC_RESULT | Static Attribute | CreditWorthinessResponse | LIKE TT_CLC_RESULT | Private | |
| MT_FSCM_CLC | Static Attribute | LIKE /SCMTMS/CL_CLC_HELPER=>TT_EST_AMT | Private | ||
| MT_OUTPUT | Static Attribute | CreditCommitmentNotification | LIKE TT_CLC_RESULT_1 | Public | |
| MV_AUTHORITY | Static Attribute | Authority Check : TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_BATCH_MODE | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_CLC_HANDLE | Static Attribute | Handling of Actions for Credit Limit Check | LIKE /SCMTMS/TRQ_CLC_HANDLE | Public | |
| MV_CLC_HANDLING | Static Attribute | CLC Handling Control | LIKE CHAR2 | Public | |
| MV_NO_RECEIVER | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private |
/SCMTMS/CL_CLC_HELPER types
LS_OUTPUT -TS_EST_AMT -
TS_MULT_CLC -
TS_ORDER_VALUE -
TS_PARTY -
TT_CLC_RESULT -
TT_CLC_RESULT_1 -
TT_EST_AMT -
TT_MULT_CLC -
TT_ORDER_VALUE -
TT_PARTY -
TT_PROXY -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects