Hi evergybody,
I have an issue when i modify BP item (BUT000). This is my step :
- Create data for BP in BUT000 with this following FM :
BAPI_ISUPARTNER_CREATEFROMDATA
- Modify data for this BP i have just created above with these following methods in class cl_isu_business_partner
SELECT
OPEN
set_mail_property
set_phone_property
My issue happen when the methods "OPEN" called.
I have this following error message :
"Business Partner XXXX is Currently Being Processed By WF-BATCH".
The flow which launching this treatment is a RFC flow, launch from PI to ECC. and the RFC user is "COM_RFC"..
So i dont know why WF-BATCH is invovle on it..... and i dont know what kind of user is..
Can somebody help me please?? thank you
Henri.