Question:
When I create a sales order in CRM Online I want the requested delivery date to be filled automaticaly with the current day + 1 business day. In R/3 this is easy, in the document type you select "1" and it is done.
In CRM the only way I see how to do this is to use the XML rules in "Date Determination". Of course there is nothing simple about this.
Any ideas? Ever had a similar problem? Post your solution please.
Tks a lot.
Answer:
sounds like you already know the solution:
Date profile assigned to the transaction with a date rule
Answer:
I know I have to use date rules. The problem was "How to write the rules?"
Answer:
<?xml version="1.0"?>
<SAPTimeRule>
<ABAPTimeRule function="CRM_LEASING_TR_LEAS030"/>
</SAPTimeRule>
Copy the above fm and make you own
Answer:
Hi,
I have a requirement to create sales orders in CRM from R/3.
I have to fill in request date(Item level) from two fields in R/3 date(type DATS) and time(type TIMS).Is there a function module in CRM which can be used to convert the date & time field in the request date format.
Thanks,
Chamu