Hi,
I am trying to assign an activity type using user exit - CATS0003 (EXIT_SAPLCATS_003). I passed a value for:
fields-lstart = NewActtyp
and inserted an enhancement spot in FM (CATS_CHECK_INPUT)
check_catsdb-lstar = NewActtyp "Example: 100760
MODIFY check_catsdb FROM check_catsdb
TRANSPORTING lstar.
I am receiving an error each time I run the program in CAT2 transaction and it says...
Create a master record for NL310000001/100760
I wonder if there's something wrong with my code or if assigning activity type is not possible. Please advise.