Ansicht
Dokumentation

CRM_PPM_GET_PREV_NEXT_OP - Decodes previous/next operator in Query-Terms

CRM_PPM_GET_PREV_NEXT_OP - Decodes previous/next operator in Query-Terms

ROGBILLS - Synchronize billing plans   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This module is replacing PPM specific field extension of the opportunity used in Query-Terms of an advanced search query. It is replacing the fileds

CHANGED_AT_RANGE_D

CHANGED_AT_D

with the respective fields

CHANGED_AT_RANGE

CHANGED_AT

It replaces the operators NX or PV used in Query-Terms with these fields with BT and values in the LOW and HIGH using a range accordingly to the semantics of the operators.

NX (next) is replaced by EBTand the values for the fileds LOW and HIGH are calculated as this

LOW = sy-datum

HIGH = sy-datum + (LOW value of incoming Query-Term)

PV (previous) is replaced by BT and the values for the fileds LOW and HIGH are calculated as this

LOW = sy-datum - (LOW value of incoming Query-Term)

HIGH = sy-datum

A new Query_term is created and added to the multi value table in the course of replacement.

Example

Notes

Further information





Parameters

CT_MULTI
CT_SINGLE
IS_QTERM

Exceptions

Function Group

CRM_ADVS_PPM_APPL_ENHANCE

General Material Data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 1372 Date: 20240523 Time: 105902     sap01-206 ( 27 ms )