cancel
Showing results for 
Search instead for 
Did you mean: 

How to create new ABAP date rule refering to e.g. priority

peter_langner
Active Contributor
0 Kudos

Hello,

I want to create e new ABAP TimeRule as a date rule. I took CRM_DATES_ORDERPLANNED_TR as an example. I want to refer e.g. to the priotity of the order while creating it. So I took the FM CRM_ORDER_READ to access the data. But since the order is not stored in the database yet, I can not get data like the priority.

So what I am looking for, is a FM to access the data in the memory stored bei FM CRM_ORDER_MAINTAIN.

Does anyone of you know, which FM or class/method to use?

Thank you in advance,

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

wrong forum I guess.

you can try with CRM*OW function modules, but crm_order_Read should also read data from current document, even if it was not saved.

REgards