* CRM 2.0C: changing the consumer flag through BAPIs is no longer * allowed. Only the APIs and the CONSUMER_CREATE BAPIs my change it. IF NOT data-is_consumer IS INITIAL. MESSAGE e202 INTO gv_bapi_dummy. PERFORM bapi_message_collect TABLES return. RETURN. ENDIF.
Does anyone know why this code was added? Also what way are you suppose to set the consumer flag? I know there are some ways to create BPs, and set the flag at the same time but I was to update a BP and set the flag...not create.