‎2012 Aug 20 9:49 AM
Dear Experts,
Please note that I am not a developer, so my question might be dumb, but still looking forward to seeing your comments.
Can you please explain what constrains must be met for program to go into such customer function ?
CALL CUSTOMER-FUNCTION '001'
EXPORTING
PERNR = PERNR
MOLGA = MOLGA
DATUM = DATUM
NR_YEARS = NR_YEARS
TABLES
YEARS = YEARS
EXCEPTIONS
STANDARD_CALCULATION = 1
CUSTOMER_ERROR = 2
OTHERS = 3.
The reason why I am asking is because in one of our systems program goes into CALL CUSTOMER-FUNCTION '001' and in other system it doesn't.
After clicking on '001' in both systems I see an include which is not implemented.
Thanks.
‎2012 Aug 20 8:00 PM
Hi,
the customer function (i.e. enhancement) must be part of a project and it must be active.
I assume that the enhancement is active in the one system. And not active (or does not even have a project that could be active) in the other system.
Hope that help.
Best regards
Thorsten
‎2012 Aug 20 8:00 PM
Hi,
the customer function (i.e. enhancement) must be part of a project and it must be active.
I assume that the enhancement is active in the one system. And not active (or does not even have a project that could be active) in the other system.
Hope that help.
Best regards
Thorsten
‎2012 Aug 21 8:03 AM
Hi Thorsten,
Thank you for such detailed instruction.
Indeed your assumption was correct and this is also an answer to my case.
Regards!