LinkedIn
RSS

Archive for April, 2010


Calculating working day

GA_googleFillSlot(“POSTSAP”); Have you ever need to get the next/previous working day, of a calendar date, of a factory calendar? We suggest function module DATE_CONVERT_TO_FACTORYDATE. You can indicate with ‘+’ or ‘-’ on importing parameter CORRECT_OPTION if you want the next working day, or the previous one. The other importing parameters are the calendar date you [...]

Read More...

Buffering organizational structure

Buffering the organization structure in SAP CRM, will improve performance when you need to read organizational data. For that, a report HRBCI_ATTRIBUTES_BUFFER_UPDATE should be scheduled to run every night. But be careful, this report should only run after midnight for buffering the current day. If not, organizational data may be not available, and inconsistencies may [...]

Read More...

Sexy shortdump

We didn’t believe until we’ve seen this dump…

Read More...

Get all partner documents

At SAP CRM, do you need a good Function Module to get all documents related to a partner? Check out if CRM_BUPA_READ_ORDER_OBJECTS is the answer for you.We have a good feeling that it is! CRM_BUPA_READ_ORDER_OBJECTS

Read More...