Ansicht
Dokumentation

BAPI_CRMCASE_GETRECMODEL - Get the record model associated to a case type.

BAPI_CRMCASE_GETRECMODEL - Get the record model associated to a case type.

TXBHW - Original Tax Base Amount in Local Currency   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This BAPI is used to retrieve the record model of the given case type.

Example

REPORT z_test_get_rec_model.

DATA:

lv_case_type(4) TYPE c,

lv_relation(2) TYPE c,

lt_record_model TYPE TABLE OF bapirecordmodel,

lt_return TYPE TABLE OF bapiret2

.

PARAMETERS: casetype LIKE lv_case_type,

relation LIKE lv_relation.

FIELD-SYMBOLS:

TYPE bapirecordmodel

.

lv_case_type = casetype.

lv_relation = relation.

CALL FUNCTION 'BAPI_CRMCASE_GETRECMODEL'

EXPORTING

case_type = lv_case_type

RELATION = lv_relation

tables

record_model = lt_record_model

return = lt_return

.

Notes

CASE_TYPEis the case type for the record model.

RELATIONis used to filter the result.

RECORD_MODELis the table containing the record nodes.

RETURN is the result of the BAPI call.

Further information





Parameters

CASE_TYPE
RECORD_MODEL
RELATION
RETURN

Exceptions

Function Group

CRM_CMG_BAPI

BAL Application Log Documentation   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1944 Date: 20240523 Time: 102136     sap01-206 ( 22 ms )